{
    "name": "INZAIN Cycling EXPERIENCES",
    "description": "Cyckling Adventures  - for everyone",
    "url": "https:\/\/inzain.bike",
    "home": "https:\/\/inzain.bike\/nl_be",
    "gmt_offset": 2,
    "timezone_string": "Europe\/Stockholm",
    "page_for_posts": 0,
    "page_on_front": 0,
    "show_on_front": "posts",
    "namespaces": [
        "oembed\/1.0",
        "akismet\/v1",
        "coblocks",
        "conversios-productsync\/v2",
        "wp-block-editor\/v1",
        "templ-optimizer\/v1",
        "wc\/v3",
        "wc\/v1",
        "wc\/pos\/v1\/catalog",
        "yoast\/v1",
        "amp\/v1",
        "jetpack\/v4",
        "paypal\/v1",
        "wc\/v3\/wc_paypal",
        "wc-admin",
        "wc-analytics",
        "wc\/store",
        "wc\/store\/v1",
        "wc\/private",
        "wp-rocket\/v1",
        "wc\/v2",
        "wc\/gla",
        "woocommerce-email-editor\/v1",
        "wc-admin-email",
        "wc-telemetry",
        "wccom-site\/v3",
        "mailpoet\/v1",
        "wp-abilities\/v1",
        "wp\/v2",
        "wp-site-health\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/inzain.bike\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "De URL van de gegevensbron om de oEmbed-gegevens van op te halen.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "De URL van de gegevensbron om de oEmbed-gegevens van op te halen.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "Het te gebruiken oEmbed formaat.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "De maximale breedte van het ingesloten frame in pixels.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "De maximale hoogte van het ingesloten frame in pixels.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "Of er een oEmbed discovery request moet worden gedaan voor aanbieders die niet op de toegestane lijst staan.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/akismet\/v1": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "akismet\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/akismet\/v1"
                    }
                ]
            }
        },
        "\/akismet\/v1\/key": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "Een 12 karakter Akismet API-sleutel. Beschikbaar op akismet.com\/account",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/akismet\/v1\/key"
                    }
                ]
            }
        },
        "\/akismet\/v1\/settings": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "akismet_strictness": {
                            "type": "boolean",
                            "description": "Indien waar, zal Akismet automatisch de ergste spam verwijderen in plaats van het in de spammap te plaatsen.",
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "type": "boolean",
                            "description": "Als waar, toon het aantal goedgekeurde reacties naast iedere reactie auteur op de reactie overzichtspagina.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/akismet\/v1\/settings"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "type": "string",
                            "description": "De frequentie waarmee de statistieken worden opgehaald. Opties: 60 dagen, 6 maanden, altijd",
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/akismet\/v1\/stats"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats\/(?P<interval>[\\w+])": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "description": "De frequentie waarmee de statistieken worden opgehaald. Opties: 60 dagen, 6 maanden, altijd",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/akismet\/v1\/alert": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "Een 12 karakter Akismet API-sleutel. Beschikbaar op akismet.com\/account",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "Een 12 karakter Akismet API-sleutel. Beschikbaar op akismet.com\/account",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "Een 12 karakter Akismet API-sleutel. Beschikbaar op akismet.com\/account",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/akismet\/v1\/alert"
                    }
                ]
            }
        },
        "\/akismet\/v1\/webhook": {
            "namespace": "akismet\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/akismet\/v1\/webhook"
                    }
                ]
            }
        },
        "\/coblocks": {
            "namespace": "coblocks",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "coblocks",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/coblocks"
                    }
                ]
            }
        },
        "\/conversios-productsync\/v2": {
            "namespace": "conversios-productsync\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "conversios-productsync\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/conversios-productsync\/v2"
                    }
                ]
            }
        },
        "\/conversios-productsync\/v2\/cron-productsync": {
            "namespace": "conversios-productsync\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/conversios-productsync\/v2\/cron-productsync"
                    }
                ]
            }
        },
        "\/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:\/\/inzain.bike\/nl_be\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/export": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-block-editor\/v1\/export"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/settings": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-block-editor\/v1\/settings"
                    }
                ]
            }
        },
        "\/templ-optimizer\/v1": {
            "namespace": "templ-optimizer\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "templ-optimizer\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/templ-optimizer\/v1"
                    }
                ]
            }
        },
        "\/templ-optimizer\/v1\/get": {
            "namespace": "templ-optimizer\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/templ-optimizer\/v1\/get"
                    }
                ]
            }
        },
        "\/templ-optimizer\/v1\/optimize-db\/(?P<tool>.*)": {
            "namespace": "templ-optimizer\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/templ-optimizer\/v1\/set": {
            "namespace": "templ-optimizer\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/templ-optimizer\/v1\/set"
                    }
                ]
            }
        },
        "\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/featured": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1"
                    }
                ]
            }
        },
        "\/wc\/v1\/marketplace\/product-preview": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/marketplace\/product-preview"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/refresh": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/marketplace\/refresh"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/file_size"
                    }
                ]
            }
        },
        "\/yoast\/v1\/statistics": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/statistics"
                    }
                ]
            }
        },
        "\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "postTypeName": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/site_kit_configuration_permanent_dismissal"
                    }
                ]
            }
        },
        "\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/seo_scores"
                    }
                ]
            }
        },
        "\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/get_head"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/indexing\/posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/terms": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/indexing\/general"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/prepare": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/indexing\/prepare"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/indexables-complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/indexing\/indexables-complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/indexing\/complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/link-indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/integrations\/set_active"
                    }
                ]
            }
        },
        "\/yoast\/v1\/meta\/search": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/wincher\/keyphrases"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases\/untrack": {
            "namespace": "yoast\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/yoast\/v1\/action_tracking"
                    }
                ]
            }
        },
        "\/amp\/v1": {
            "namespace": "amp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "amp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/amp\/v1"
                    }
                ]
            }
        },
        "\/amp\/v1\/options": {
            "namespace": "amp\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "theme_support": {
                            "type": "string",
                            "enum": [
                                "reader",
                                "standard",
                                "transitional"
                            ],
                            "required": false
                        },
                        "reader_theme": {
                            "type": "string",
                            "required": false
                        },
                        "mobile_redirect": {
                            "type": "boolean",
                            "required": false
                        },
                        "plugin_configured": {
                            "type": "boolean",
                            "required": false
                        },
                        "all_templates_supported": {
                            "type": "boolean",
                            "required": false
                        },
                        "suppressed_plugins": {
                            "type": "object",
                            "required": false
                        },
                        "supported_templates": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "supported_post_types": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "analytics": {
                            "type": "object",
                            "required": false
                        },
                        "delete_data_at_uninstall": {
                            "type": "boolean",
                            "required": false
                        },
                        "use_native_img_tag": {
                            "type": "boolean",
                            "required": false
                        },
                        "paired_url_structure": {
                            "type": "string",
                            "enum": [
                                "query_var",
                                "path_suffix",
                                "legacy_transitional",
                                "legacy_reader"
                            ],
                            "required": false
                        },
                        "sandboxing_enabled": {
                            "type": "bool",
                            "required": false
                        },
                        "sandboxing_level": {
                            "type": "int",
                            "enum": [
                                1,
                                2,
                                3
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/amp\/v1\/options"
                    }
                ]
            }
        },
        "\/amp\/v1\/scannable-urls": {
            "namespace": "amp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "force_standard_mode": {
                            "description": "Indicates whether to force Standard template mode.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/amp\/v1\/scannable-urls"
                    }
                ]
            }
        },
        "\/amp\/v1\/unreviewed-validation-counts": {
            "namespace": "amp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/amp\/v1\/unreviewed-validation-counts"
                    }
                ]
            }
        },
        "\/amp\/v1\/validate-post-url": {
            "namespace": "amp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "ID for AMP-enabled post.",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        },
                        "preview_nonce": {
                            "description": "Preview nonce.",
                            "type": "string",
                            "pattern": "^[0-9a-f]+$",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/amp\/v1\/validate-post-url"
                    }
                ]
            }
        },
        "\/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:\/\/inzain.bike\/nl_be\/wp-json\/jetpack\/v4"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/verify_xmlrpc_error": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "nonce": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/jetpack\/v4\/verify_xmlrpc_error"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/heartbeat\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "prefix": {
                            "description": "Prefix to add before the stats identifiers.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/jetpack\/v4\/heartbeat\/data"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/connection_tokens": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/connection_tokens"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/terminal\/locations": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "display_name": {
                            "type": "string",
                            "required": true
                        },
                        "address": {
                            "type": "object",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ending_before": {
                            "type": "string",
                            "required": false
                        },
                        "limit": {
                            "type": "integer",
                            "required": false
                        },
                        "starting_after": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/terminal\/locations"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/terminal\/locations\/store": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/terminal\/locations\/store"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/terminal\/locations\/(?P<location_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "DELETE",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "display_name": {
                            "type": "string",
                            "required": false
                        },
                        "address": {
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/wc_stripe\/orders\/(?P<order_id>\\d+)\/create_customer": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/wc_stripe\/orders\/(?P<order_id>\\w+)\/capture_terminal_payment": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "payment_intent_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/wc_stripe\/tokens\/(?P<token_id>[a-z]{3}_[a-zA-Z0-9]{24})": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/wc_stripe\/account": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/account"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/account\/summary": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/account\/summary"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/account\/webhook-status-message": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/account\/webhook-status-message"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/account\/refresh": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/account\/refresh"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/upe_flag_toggle": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "is_upe_enabled": {
                            "description": "Determines if the UPE feature flag is enabled.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/upe_flag_toggle"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/settings": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "is_stripe_enabled": {
                            "description": "If Stripe should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_test_mode_enabled": {
                            "description": "Stripe test mode setting.",
                            "type": "boolean",
                            "required": false
                        },
                        "enabled_payment_method_ids": {
                            "description": "Payment method IDs that should be enabled. Other methods will be disabled.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "alipay",
                                    "amazon_pay",
                                    "bancontact",
                                    "blik",
                                    "card",
                                    "eps",
                                    "giropay",
                                    "ideal",
                                    "klarna",
                                    "link",
                                    "multibanco",
                                    "oxxo",
                                    "p24",
                                    "sepa_debit",
                                    "sofort",
                                    "us_bank_account",
                                    "wechat_pay"
                                ]
                            },
                            "required": false
                        },
                        "is_oc_enabled": {
                            "description": "If Optimized Checkout should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_ap_enabled": {
                            "description": "If Adaptive Pricing should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "oc_layout": {
                            "description": "The Optimized Checkout layout (accordion or tabs).",
                            "type": "string",
                            "enum": [
                                "accordion",
                                "tabs"
                            ],
                            "required": false
                        },
                        "amazon_pay_button_size": {
                            "description": "Express checkout button sizes.",
                            "type": "string",
                            "enum": [
                                "small",
                                "default",
                                "large"
                            ],
                            "required": false
                        },
                        "amazon_pay_button_locations": {
                            "description": "Express checkout locations that should be enabled.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "product",
                                    "cart",
                                    "checkout"
                                ]
                            },
                            "required": false
                        },
                        "is_payment_request_enabled": {
                            "description": "If Stripe express checkouts should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "payment_request_button_type": {
                            "description": "Express checkout button types.",
                            "type": "string",
                            "enum": [
                                "default",
                                "buy",
                                "donate",
                                "book"
                            ],
                            "required": false
                        },
                        "payment_request_button_theme": {
                            "description": "Express checkout button themes.",
                            "type": "string",
                            "enum": [
                                "dark",
                                "light",
                                "light-outline"
                            ],
                            "required": false
                        },
                        "payment_request_button_size": {
                            "description": "Express checkout button sizes.",
                            "type": "string",
                            "enum": [
                                "small",
                                "default",
                                "large"
                            ],
                            "required": false
                        },
                        "payment_request_button_locations": {
                            "description": "Express checkout locations that should be enabled.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "product",
                                    "cart",
                                    "checkout"
                                ]
                            },
                            "required": false
                        },
                        "is_manual_capture_enabled": {
                            "description": "If manual capture of charges should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_saved_cards_enabled": {
                            "description": "If \"Saved cards\" should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_sepa_tokens_for_ideal": {
                            "description": "If \"SEPA tokens for iDEAL | Wero\" should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_sepa_tokens_for_bancontact_enabled": {
                            "description": "If \"SEPA tokens for Bancontact\" should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_separate_card_form_enabled": {
                            "description": "If credit card number field, expiry date field, and CVC field should be separate.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_short_statement_descriptor_enabled": {
                            "description": "When enabled, we'll include the order number for card and express checkout transactions.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_debug_log_enabled": {
                            "description": "When enabled, payment error logs will be saved to WooCommerce > Status > Logs.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/settings"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/settings\/payment_method_order": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "ordered_payment_method_ids": {
                            "description": "The order for the payment method IDs to be saved.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "alipay",
                                    "amazon_pay",
                                    "bancontact",
                                    "blik",
                                    "card",
                                    "eps",
                                    "giropay",
                                    "ideal",
                                    "klarna",
                                    "link",
                                    "multibanco",
                                    "oxxo",
                                    "p24",
                                    "sepa_debit",
                                    "sofort",
                                    "us_bank_account",
                                    "wechat_pay"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/settings\/payment_method_order"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/settings\/notice": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/settings\/notice"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/account_keys": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "publishable_key": {
                            "description": "Your Stripe API Publishable key, obtained from your Stripe dashboard.",
                            "type": "string",
                            "required": false
                        },
                        "secret_key": {
                            "description": "Your Stripe API Secret, obtained from your Stripe dashboard.",
                            "type": "string",
                            "required": false
                        },
                        "webhook_secret": {
                            "description": "Your Stripe webhook endpoint URL, obtained from your Stripe dashboard.",
                            "type": "string",
                            "required": false
                        },
                        "test_publishable_key": {
                            "description": "Your Stripe testing API Publishable key, obtained from your Stripe dashboard.",
                            "type": "string",
                            "required": false
                        },
                        "test_secret_key": {
                            "description": "Your Stripe testing API Secret, obtained from your Stripe dashboard.",
                            "type": "string",
                            "required": false
                        },
                        "test_webhook_secret": {
                            "description": "Your Stripe testing webhook endpoint URL, obtained from your Stripe dashboard.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/account_keys"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/account_keys\/test": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "publishable_key": {
                            "description": "Your Stripe API Publishable key, obtained from your Stripe dashboard.",
                            "type": "string",
                            "required": false
                        },
                        "secret_key": {
                            "description": "Your Stripe API Secret, obtained from your Stripe dashboard.",
                            "type": "string",
                            "required": false
                        },
                        "test_publishable_key": {
                            "description": "Your Stripe testing API Publishable key, obtained from your Stripe dashboard.",
                            "type": "string",
                            "required": false
                        },
                        "test_secret_key": {
                            "description": "Your Stripe testing API Secret, obtained from your Stripe dashboard.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/account_keys\/test"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/account_keys\/configure_webhooks": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "live_mode": {
                            "description": "Whether the account is in live mode.",
                            "type": "boolean",
                            "required": false
                        },
                        "secret_key": {
                            "description": "Your Stripe API Secret, obtained from your Stripe dashboard.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/account_keys\/configure_webhooks"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/oc_setting_toggle": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "is_oc_enabled": {
                            "description": "Determines if the OC setting is enabled.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_stripe\/oc_setting_toggle"
                    }
                ]
            }
        },
        "\/paypal\/v1": {
            "namespace": "paypal\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "paypal\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/paypal\/v1"
                    }
                ]
            }
        },
        "\/paypal\/v1\/shipping-callback": {
            "namespace": "paypal\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/paypal\/v1\/shipping-callback"
                    }
                ]
            }
        },
        "\/paypal\/v1\/incoming": {
            "namespace": "paypal\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/paypal\/v1\/incoming"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/v3\/wc_paypal",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/onboarding": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/onboarding"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/common": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/common"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/common\/merchant": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/common\/merchant"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/common\/seller-account": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/common\/seller-account"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/authenticate\/direct": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "clientId": {
                            "type": "string",
                            "minLength": 80,
                            "maxLength": 80,
                            "required": true
                        },
                        "clientSecret": {
                            "type": "string",
                            "required": true
                        },
                        "useSandbox": {
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/authenticate\/direct"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/authenticate\/oauth": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "sharedId": {
                            "type": "string",
                            "required": true
                        },
                        "authCode": {
                            "type": "string",
                            "required": true
                        },
                        "useSandbox": {
                            "default": 0,
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/authenticate\/oauth"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/authenticate\/disconnect": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/authenticate\/disconnect"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/login_link": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "useSandbox": {
                            "default": 0,
                            "type": "boolean",
                            "required": false
                        },
                        "products": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        },
                        "options": {
                            "type": "array",
                            "items": {
                                "type": "bool"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/login_link"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/webhooks": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/webhooks"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/webhooks\/simulate": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/webhooks\/simulate"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/refresh-features": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/refresh-features"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/payment": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/payment"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/settings": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/settings"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/styling": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/styling"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/todos": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/todos"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/todos\/reset": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/todos\/reset"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/todos\/complete": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/todos\/complete"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/pay_later_messaging": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/pay_later_messaging"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/features": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/features"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/migrate-to-acdc": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/wc_paypal\/migrate-to-acdc"
                    }
                ]
            }
        },
        "\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc-admin"
                    }
                ]
            }
        },
        "\/wc-admin\/notice\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-admin\/notice\/dismiss"
                    }
                ]
            }
        },
        "\/wc-admin\/features": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-admin\/features"
                    }
                ]
            }
        },
        "\/wc-admin\/experiments\/assignment": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-admin\/experiments\/assignment"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/recommended": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc-admin\/marketing\/recommendations"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/channels": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-admin\/marketing\/channels"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/campaigns": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-admin\/marketing\/campaigns"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/campaign-types": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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": "Herstel de standaard betalingssuggesties wanneer de opties woocommerce_show_marketplace_suggestions en woocommerce_setting_payments_recommendations_hidden zijn uitgeschakeld",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "pluginzip": {
                            "description": "Een zip-bestand van het te uploaden thema.",
                            "type": "file",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc-admin\/plugins\/install"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/install\/status": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc-admin\/plugins\/active"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/installed": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc-admin\/plugins\/activate"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/activate\/status": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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": "Of het profiel wel of niet helemaal is ingevuld.",
                            "required": false
                        },
                        "skipped": {
                            "type": "boolean",
                            "description": "Of het profiel wel of niet helemaal is overgeslagen.",
                            "required": false
                        },
                        "industry": {
                            "type": "array",
                            "description": "Sector.",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "business_extensions": {
                            "type": "array",
                            "description": "Extra te installeren bedrijfsextensies.",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "is_agree_marketing": {
                            "type": "boolean",
                            "description": "Ongeacht of deze winkel akkoord is gegaan met het ontvangen van martketinginhoud van WooCommerce.com.",
                            "required": false
                        },
                        "store_email": {
                            "type": "string",
                            "description": "Winkel e-mailadres.",
                            "required": false
                        },
                        "is_store_country_set": {
                            "type": "boolean",
                            "description": "Of het land waar de winkel zich bevindt al dan niet is ingesteld via onboarding profiler.",
                            "required": false
                        },
                        "is_plugins_page_skipped": {
                            "type": "boolean",
                            "description": "Of de plugin stap in de core profiler is overgeslagen of niet.",
                            "required": false
                        },
                        "business_choice": {
                            "type": "string",
                            "description": "Zakelijke keuze.",
                            "required": false
                        },
                        "selling_online_answer": {
                            "type": "string",
                            "description": "Verkoop online antwoord.",
                            "required": false
                        },
                        "selling_platforms": {
                            "type": [
                                "array",
                                "null"
                            ],
                            "description": "Verkoopplatformen.",
                            "items": {
                                "type": [
                                    "string",
                                    "null"
                                ]
                            },
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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": "De Core Profiler-stap die als voltooid moet worden gemarkeerd.",
                            "enum": [
                                "intro-opt-in",
                                "skip-guided-setup",
                                "user-profile",
                                "business-info",
                                "plugins",
                                "intro-builder",
                                "skip-guided-setup"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Landcode.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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": "Naam product template.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Optionele parameter om alleen specifieke takenlijsten te krijgen via ID.",
                            "type": "array",
                            "items": {
                                "enum": [],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ids": {
                            "description": "Optionele parameter om alleen specifieke takenlijsten te krijgen via ID.",
                            "type": "array",
                            "items": {
                                "enum": [],
                                "type": "string"
                            },
                            "required": false
                        },
                        "extended_tasks": {
                            "description": "Lijst met uitgebreide verouderde taken uit het filter van de klantzijde.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Tijdperiode om de taak te laten wachten.",
                            "type": "string",
                            "required": false
                        },
                        "task_list_id": {
                            "description": "Optionele parameter om een specifieke takenlijst aan te vragen.",
                            "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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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": "Geef de standaardsuggestie voor verzendpartners wanneer de optie woocommerce_show_marketplace_suggestions is ingesteld op nee",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/composites": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to resources published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to resources published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "composited_items_sold",
                                "product_name",
                                "sku"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: 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": "Limit result to items with specified product ids.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Add additional piece of info about each product to the report.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to resources published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to resources published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "composited_items_sold",
                                "product_name",
                                "sku"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: 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": "Limit result to items with specified product ids.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Add additional piece of info about each product to the report.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/composites"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/composites\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to resources published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to resources published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "composited_items_sold"
                            ],
                            "required": false
                        },
                        "interval": {
                            "description": "Time interval to use for buckets in the returned data.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "products": {
                            "description": "Limit result to items with specified product ids.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segment the response by additional constraint.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        },
                        "fields": {
                            "description": "Limit stats fields to the specified items.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to resources published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to resources published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "composited_items_sold"
                            ],
                            "required": false
                        },
                        "interval": {
                            "description": "Time interval to use for buckets in the returned data.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "products": {
                            "description": "Limit result to items with specified product ids.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segment the response by additional constraint.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        },
                        "fields": {
                            "description": "Limit stats fields to the specified items.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/composites\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/customers": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "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": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Reactie beperken tot objecten geregistreerd voor (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Reactie beperken tot objecten geregistreerd na (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Geeft aan of er aan alle voorwaarden voldaan moet worden voor de resultaten, of dat \u00e9\u00e9n ervan volstaat. Overeenkomst heeft invloed op de volgende parameters: 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": "Reactie beperken tot objecten met een klantveld met de zoekterm. Doorzoekt het veld opgegeven door `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": "Reactie beperken tot objecten met specifieke namen.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "Reactie beperken tot objecten exclusief bepaalde namen.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "Reactie beperken tot objecten met specifieke gebruikersnamen.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "Reactie beperken tot objecten exclusief bepaalde gebruikersnamen.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "Reactie beperken tot objecten inclusief e-mails.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "Reactie beperken tot objecten exclusief e-mails.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "Reactie beperken tot objecten met specifieke landen.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "Reactie beperken tot objecten exclusief bepaalde landen.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren voor (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren na (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren tussen twee opgegeven datums in overeenstemming met ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren tussen twee opgegeven datums in overeenstemming met ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Reactie beperken tot objecten met een aantal bestellingen hoger dan of gelijk aan opgegeven geheel getal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Reactie beperken tot objecten met een aantal bestellingen lager of gelijk aan opgegeven geheel getal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Reactie beperken tot objecten met een aantal bestellingen tussen twee opgegeven gehele getallen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Reactie beperken tot objecten met een totale uitgave per bestelling hoger dan of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Reactie beperken tot objecten met een totale uitgave per bestelling minder of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Reactie beperken tot objecten met een totale uitgave per bestelling tussen twee bepaalde cijfers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Reactie beperken tot objecten met een gemiddelde uitgave per bestelling hoger dan of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Reactie beperken tot objecten met een gemiddelde uitgave per bestelling lager of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Reactie beperken tot objecten met een gemiddelde uitgave per bestelling tussen twee opgegeven cijfers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Reactie beperken tot objecten met laatste bestelling voor (of op) een bepaalde datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Reactie beperken tot objecten met laatste bestelling na (of op) een bepaalde datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "users": {
                            "description": "Beperk resultaat tot items met gespecificeerde gebruikers id's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "Filter resultaten waarbij een van de gepasseerde velden leeg is",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "user_type": {
                            "description": "Beperk resultaat tot artikelen met gespecificeerde gebruikerstypes.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "registered",
                                "guest"
                            ],
                            "required": false
                        },
                        "location_includes": {
                            "description": "Omvat klanten per locatie (staat, land). Geef een door komma's gescheiden lijst met locaties op. Elke locatie kan een landcode zijn (bijv. GB) of een combinatie van land en staat (bijv. VS:CA).",
                            "type": "string",
                            "required": false
                        },
                        "location_excludes": {
                            "description": "Exclusief klanten per locatie (staat, land). Geef een door komma's gescheiden lijst met locaties op. Elke locatie kan een landcode zijn (bijv. GB) of een combinatie van land en staat (bijv. VS:CA).",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Resultaat beperken tot artikelen met gespecificeerde klantnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/customers"
                    }
                ]
            }
        },
        "\/wc-analytics\/customers\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke ID voor de bron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "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": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Reactie beperken tot objecten geregistreerd voor (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Reactie beperken tot objecten geregistreerd na (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Geeft aan of er aan alle voorwaarden voldaan moet worden voor de resultaten, of dat \u00e9\u00e9n ervan volstaat. Overeenkomst heeft invloed op de volgende parameters: 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": "Reactie beperken tot objecten met een klantveld met de zoekterm. Doorzoekt het veld opgegeven door `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": "Reactie beperken tot objecten met specifieke namen.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "Reactie beperken tot objecten exclusief bepaalde namen.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "Reactie beperken tot objecten met specifieke gebruikersnamen.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "Reactie beperken tot objecten exclusief bepaalde gebruikersnamen.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "Reactie beperken tot objecten inclusief e-mails.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "Reactie beperken tot objecten exclusief e-mails.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "Reactie beperken tot objecten met specifieke landen.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "Reactie beperken tot objecten exclusief bepaalde landen.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren voor (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren na (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren tussen twee opgegeven datums in overeenstemming met ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren tussen twee opgegeven datums in overeenstemming met ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Reactie beperken tot objecten met een aantal bestellingen hoger dan of gelijk aan opgegeven geheel getal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Reactie beperken tot objecten met een aantal bestellingen lager of gelijk aan opgegeven geheel getal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Reactie beperken tot objecten met een aantal bestellingen tussen twee opgegeven gehele getallen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Reactie beperken tot objecten met een totale uitgave per bestelling hoger dan of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Reactie beperken tot objecten met een totale uitgave per bestelling minder of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Reactie beperken tot objecten met een totale uitgave per bestelling tussen twee bepaalde cijfers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Reactie beperken tot objecten met een gemiddelde uitgave per bestelling hoger dan of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Reactie beperken tot objecten met een gemiddelde uitgave per bestelling lager of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Reactie beperken tot objecten met een gemiddelde uitgave per bestelling tussen twee opgegeven cijfers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Reactie beperken tot objecten met laatste bestelling voor (of op) een bepaalde datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Reactie beperken tot objecten met laatste bestelling na (of op) een bepaalde datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "users": {
                            "description": "Beperk resultaat tot items met gespecificeerde gebruikers id's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "Filter resultaten waarbij een van de gepasseerde velden leeg is",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "user_type": {
                            "description": "Beperk resultaat tot artikelen met gespecificeerde gebruikerstypes.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "registered",
                                "guest"
                            ],
                            "required": false
                        },
                        "location_includes": {
                            "description": "Omvat klanten per locatie (staat, land). Geef een door komma's gescheiden lijst met locaties op. Elke locatie kan een landcode zijn (bijv. GB) of een combinatie van land en staat (bijv. VS:CA).",
                            "type": "string",
                            "required": false
                        },
                        "location_excludes": {
                            "description": "Exclusief klanten per locatie (staat, land). Geef een door komma's gescheiden lijst met locaties op. Elke locatie kan een landcode zijn (bijv. GB) of een combinatie van land en staat (bijv. VS:CA).",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Resultaat beperken tot artikelen met gespecificeerde klantnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/leaderboards": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 5,
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "persisted_query": {
                            "description": "URL-query om door te gaan tussen links.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/leaderboards"
                    }
                ]
            }
        },
        "\/wc-analytics\/leaderboards\/allowed": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 5,
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "persisted_query": {
                            "description": "URL-query om door te gaan tussen links.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/reports": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "days": {
                            "description": "Aantal dagen om te importeren.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "skip_existing": {
                            "description": "Sla bestaande bestelgegevens importeren over.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/import\/status"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/totals": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "days": {
                            "description": "Aantal dagen om te importeren.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "skip_existing": {
                            "description": "Sla bestaande bestelgegevens importeren over.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Parameters die doorgegeven moeten worden aan het ge\u00ebxporteerde rapport.",
                            "type": "object",
                            "required": false
                        },
                        "email": {
                            "description": "Als dit zo is, e-mail je een link naar de verzoekende gebruiker om het exportbestand te downloaden.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "product_name",
                                "variations",
                                "sku"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "categories": {
                            "description": "Resultaat beperken tot artikelen uit de gespecificeerde categorie\u00ebn.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "match": {
                            "description": "Geeft aan of er aan alle voorwaarden voldaan moet worden voor de resultaten, of dat \u00e9\u00e9n ervan volstaat. Overeenkomst heeft invloed op de volgende parameters: 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": "Beperk resultaat tot artikelen met gespecificeerde productnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Voeg extra informatie over iedere product toe aan het rapport.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/products"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "sku"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "match": {
                            "description": "Geeft aan of er aan alle voorwaarden voldaan moet worden voor de resultaten, of dat \u00e9\u00e9n ervan volstaat. Overeenkomst heeft invloed op de volgende parameters: 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": "Beperk resultaten tot artikelen die wel de gespecificeerde hoofdproduct(en) hebben.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Beperk resultaten tot artikelen die niet de gespecificeerde hoofdproduct(en) hebben.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variations": {
                            "description": "Beperk resultaat tot artikelen met gespecificeerde variatienummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Voeg extra informatie over iedere variatie toe aan het rapport.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "attribute_is": {
                            "description": "Beperk resultaten tot variaties die de gespecificeerde attributen bevatten.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "Beperk resultaten tot variaties die niet de gespecificeerde attributen bevatten.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "category_includes": {
                            "description": "Beperk resultaten tot variaties in de gespecificeerde categorie\u00ebn.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "category_excludes": {
                            "description": "Beperk resultaten tot variaties die niet onder de gespecificeerde categorie\u00ebn vallen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "products": {
                            "description": "Beperk resultaat tot artikelen met gespecificeerde productnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/variations"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/products\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Statistiekvelden beperken tot de gespecificeerde items.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Tijdsinterval te gebruiken voor buckets in de geretourneerde gegevens.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Resultaat beperken tot artikelen uit de gespecificeerde categorie\u00ebn.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "products": {
                            "description": "Beperk resultaat tot artikelen met gespecificeerde productnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "Beperk resultaat tot artikelen met gespecificeerde variatienummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segmenteer de reactie met een extra beperking.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/products\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/variations\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Statistiekvelden beperken tot de gespecificeerde items.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Tijdsinterval te gebruiken voor buckets in de geretourneerde gegevens.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "Geeft aan of er aan alle voorwaarden voldaan moet worden voor de resultaten, of dat \u00e9\u00e9n ervan volstaat. Overeenkomst heeft invloed op de volgende parameters: 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": "Resultaat beperken tot artikelen uit de gespecificeerde categorie\u00ebn.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "category_excludes": {
                            "description": "Beperk resultaten tot variaties die niet onder de gespecificeerde categorie\u00ebn vallen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_includes": {
                            "description": "Beperk resultaten tot artikelen die wel de gespecificeerde hoofdproduct(en) hebben.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Beperk resultaten tot artikelen die niet de gespecificeerde hoofdproduct(en) hebben.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variations": {
                            "description": "Beperk resultaat tot artikelen met gespecificeerde variatienummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segmenteer de reactie met een extra beperking.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        },
                        "attribute_is": {
                            "description": "Beperk de resultatenset tot bestellingen die producten met gespecificeerde attributen bevatten.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "Beperk de resultatenset tot bestellingen die geen producten met gespecificeerde attributen bevatten.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/variations\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/revenue\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "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": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "Tijdsinterval te gebruiken voor buckets in de geretourneerde gegevens.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segmenteer de reactie met een extra beperking.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation",
                                "coupon",
                                "customer_type"
                            ],
                            "required": false
                        },
                        "date_type": {
                            "description": "Overschrijf de optie &#039;woocommerce_date_type&#039; die wordt gebruikt voor het databasedatumveld dat in aanmerking komt voor omzetrapporten.",
                            "type": "string",
                            "enum": [
                                "date_paid",
                                "date_created",
                                "date_completed"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/revenue\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/orders": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "num_items_sold",
                                "net_total"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_includes": {
                            "description": "Beperk resultaten tot artikelen die wel de specifieke product(en) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Beperk resultaten tot artikelen die niet de specifieke product(en) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_includes": {
                            "description": "Beperk resultaten tot artikelen die wel de specifieke variatie(s) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_excludes": {
                            "description": "Beperk resultaten tot artikelen die niet de specifieke variatie(s) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_includes": {
                            "description": "Beperk resultaten tot artikelen die wel de gespecificeerde couponcode(s) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_excludes": {
                            "description": "Beperk resultaten tot artikelen die niet de gespecificeerde couponcode(s) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_includes": {
                            "description": "Beperk resultaten tot artikelen die wel het\/de specifieke belastingtarief\/belastingtarieven toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_excludes": {
                            "description": "Beperk resultaten tot artikelen die niet het\/de specifieke belastingtarief\/belastingtarieven toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status_is": {
                            "description": "Beperk resultaten tot artikelen met de gespecificeerde bestelstatus.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "Beperk resultaten tot artikelen zonder de gespecificeerde bestelstatus.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "customer_type": {
                            "description": "Beperk resultaten tot terugkerende of nieuwe klanten.",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "returning",
                                "new"
                            ],
                            "required": false
                        },
                        "refunds": {
                            "description": "Beperk resultaten tot specifieke soorten restitutie.",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "all",
                                "partial",
                                "full",
                                "none"
                            ],
                            "required": false
                        },
                        "extended_info": {
                            "description": "Voeg extra informatie over iedere coupon toe aan het rapport.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "order_includes": {
                            "description": "Beperk resultaten tot artikelen met de gespecificeerde bestelnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "Beperk resultaten tot artikelen zonder de gespecificeerde bestelnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "attribute_is": {
                            "description": "Beperk de resultatenset tot bestellingen die producten met gespecificeerde attributen bevatten.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "Beperk de resultatenset tot bestellingen die geen producten met gespecificeerde attributen bevatten.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/orders"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/orders\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "Tijdsinterval te gebruiken voor buckets in de geretourneerde gegevens.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "Geeft aan of er aan alle voorwaarden voldaan moet worden voor de resultaten, of dat \u00e9\u00e9n ervan volstaat. Overeenkomst heeft invloed op de volgende parameters: 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": "Beperk resultaten tot artikelen met de gespecificeerde bestelstatus.",
                            "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": "Beperk resultaten tot artikelen zonder de gespecificeerde bestelstatus.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "product_includes": {
                            "description": "Beperk resultaten tot artikelen die wel de specifieke product(en) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Beperk resultaten tot artikelen die niet de specifieke product(en) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_includes": {
                            "description": "Beperk resultaten tot artikelen die wel de specifieke variatie(s) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_excludes": {
                            "description": "Beperk resultaten tot artikelen die niet de specifieke variatie(s) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_includes": {
                            "description": "Beperk resultaten tot artikelen die wel de gespecificeerde couponcode(s) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_excludes": {
                            "description": "Beperk resultaten tot artikelen die niet de gespecificeerde couponcode(s) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_includes": {
                            "description": "Beperk resultaten tot artikelen die wel het\/de specifieke belastingtarief\/belastingtarieven toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_excludes": {
                            "description": "Beperk resultaten tot artikelen die niet het\/de specifieke belastingtarief\/belastingtarieven toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "customer": {
                            "description": "Alias voor customer_type (verouderd).",
                            "type": "string",
                            "enum": [
                                "new",
                                "returning"
                            ],
                            "required": false
                        },
                        "customer_type": {
                            "description": "Beperk resultaten tot bestellingen die de gespecificeerde customer_type bevatten",
                            "type": "string",
                            "enum": [
                                "new",
                                "returning"
                            ],
                            "required": false
                        },
                        "refunds": {
                            "description": "Beperk resultaten tot specifieke soorten restitutie.",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "all",
                                "partial",
                                "full",
                                "none"
                            ],
                            "required": false
                        },
                        "attribute_is": {
                            "description": "Beperk de resultatenset tot bestellingen die producten met gespecificeerde attributen bevatten.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "Beperk de resultatenset tot bestellingen die geen producten met gespecificeerde attributen bevatten.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segmenteer de reactie met een extra beperking.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation",
                                "coupon",
                                "customer_type"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/orders\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/categories": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "category_id",
                            "enum": [
                                "category_id",
                                "items_sold",
                                "net_revenue",
                                "orders_count",
                                "products_count",
                                "category"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "Tijdsinterval te gebruiken voor buckets in de geretourneerde gegevens.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "status_is": {
                            "description": "Beperk resultaten tot artikelen met de gespecificeerde bestelstatus.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "Beperk resultaten tot artikelen zonder de gespecificeerde bestelstatus.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "Beperk resultaten tot alle artikelen die de gespecificeerde term toegewezen hebben gekregen in de taxonomie van de categorie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Voeg extra informatie over iedere categorie toe aan het rapport.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/categories"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/taxes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "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": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "taxes": {
                            "description": "Beperk resultaten tot artikelen met \u00e9\u00e9n of meer toegewezen belastingtarieven.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/taxes"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/taxes\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "items_sold",
                                "total_sales",
                                "orders_count",
                                "products_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Statistiekvelden beperken tot de gespecificeerde items.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Tijdsinterval te gebruiken voor buckets in de geretourneerde gegevens.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "taxes": {
                            "description": "Beperk resultaten tot alle artikelen die de gespecificeerde term toegewezen hebben gekregen in de taxonomie van de belastingen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segmenteer de reactie met een extra beperking.",
                            "type": "string",
                            "enum": [
                                "tax_rate_id"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/taxes\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/coupons": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "coupon_id",
                            "enum": [
                                "coupon_id",
                                "code",
                                "amount",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "coupons": {
                            "description": "Beperk resultaten tot coupons met een specifieke toegewezen couponcode.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Voeg extra informatie over iedere coupon toe aan het rapport.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/coupons"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/coupons\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "amount",
                                "coupons_count",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Statistiekvelden beperken tot de gespecificeerde items.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Tijdsinterval te gebruiken voor buckets in de geretourneerde gegevens.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "coupons": {
                            "description": "Beperk resultaten tot coupons met een specifieke toegewezen couponcode.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segmenteer de reactie met een extra beperking.",
                            "type": "string",
                            "enum": [
                                "product",
                                "variation",
                                "category",
                                "coupon"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/coupons\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "stock_status",
                            "enum": [
                                "stock_status",
                                "stock_quantity",
                                "date",
                                "id",
                                "include",
                                "title",
                                "sku"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Beperk resultaten tot artikelen toegewezen aan voorraadrapporttype.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "lowstock",
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/stock\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/stock\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/downloads": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "product"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "match": {
                            "description": "Geeft aan of er aan alle voorwaarden voldaan moet worden voor de resultaten, of dat \u00e9\u00e9n ervan volstaat. Overeenkomst heeft invloed op de volgende parameters: products, orders, username, ip_address.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "Beperk resultaten tot artikelen die wel de specifieke product(en) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Beperk resultaten tot artikelen die niet de specifieke product(en) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order_includes": {
                            "description": "Beperk resultaten tot artikelen met de gespecificeerde bestelnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "Beperk resultaten tot artikelen zonder de gespecificeerde bestelnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_includes": {
                            "description": "Beperk reactie tot objecten met de gespecificeerde gebruikers-ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_excludes": {
                            "description": "Beperk reactie tot objecten zonder de gespecificeerde gebruikers-ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "ip_address_includes": {
                            "description": "Beperk reactie tot objecten met gespecificeerd IP-adres.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "ip_address_excludes": {
                            "description": "Beperk reactie tot objecten zonder gespecificeerd IP-adres.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/downloads"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/downloads\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "download_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Statistiekvelden beperken tot de gespecificeerde items.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Tijdsinterval te gebruiken voor buckets in de geretourneerde gegevens.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "Geeft aan of er aan alle voorwaarden voldaan moet worden voor de resultaten, of dat \u00e9\u00e9n ervan volstaat. Overeenkomst heeft invloed op de volgende parameters: 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": "Beperk resultaten tot artikelen die wel de specifieke product(en) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Beperk resultaten tot artikelen die niet de specifieke product(en) toegewezen hebben gekregen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order_includes": {
                            "description": "Beperk resultaten tot artikelen met de gespecificeerde bestelnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "Beperk resultaten tot artikelen zonder de gespecificeerde bestelnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_includes": {
                            "description": "Beperk reactie tot objecten met de gespecificeerde klantnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_excludes": {
                            "description": "Beperk reactie tot objecten zonder de gespecificeerde klantnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "ip_address_includes": {
                            "description": "Beperk reactie tot objecten met gespecificeerd IP-adres.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "ip_address_excludes": {
                            "description": "Beperk reactie tot objecten zonder gespecificeerd IP-adres.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/downloads\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/customers": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "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": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Reactie beperken tot objecten geregistreerd voor (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Reactie beperken tot objecten geregistreerd na (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Geeft aan of er aan alle voorwaarden voldaan moet worden voor de resultaten, of dat \u00e9\u00e9n ervan volstaat. Overeenkomst heeft invloed op de volgende parameters: 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": "Reactie beperken tot objecten met een klantveld met de zoekterm. Doorzoekt het veld opgegeven door `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": "Reactie beperken tot objecten met specifieke namen.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "Reactie beperken tot objecten exclusief bepaalde namen.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "Reactie beperken tot objecten met specifieke gebruikersnamen.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "Reactie beperken tot objecten exclusief bepaalde gebruikersnamen.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "Reactie beperken tot objecten inclusief e-mails.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "Reactie beperken tot objecten exclusief e-mails.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "Reactie beperken tot objecten met specifieke landen.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "Reactie beperken tot objecten exclusief bepaalde landen.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren voor (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren na (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren tussen twee opgegeven datums in overeenstemming met ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren tussen twee opgegeven datums in overeenstemming met ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Reactie beperken tot objecten met een aantal bestellingen hoger dan of gelijk aan opgegeven geheel getal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Reactie beperken tot objecten met een aantal bestellingen lager of gelijk aan opgegeven geheel getal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Reactie beperken tot objecten met een aantal bestellingen tussen twee opgegeven gehele getallen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Reactie beperken tot objecten met een totale uitgave per bestelling hoger dan of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Reactie beperken tot objecten met een totale uitgave per bestelling minder of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Reactie beperken tot objecten met een totale uitgave per bestelling tussen twee bepaalde cijfers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Reactie beperken tot objecten met een gemiddelde uitgave per bestelling hoger dan of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Reactie beperken tot objecten met een gemiddelde uitgave per bestelling lager of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Reactie beperken tot objecten met een gemiddelde uitgave per bestelling tussen twee opgegeven cijfers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Reactie beperken tot objecten met laatste bestelling voor (of op) een bepaalde datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Reactie beperken tot objecten met laatste bestelling na (of op) een bepaalde datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "customers": {
                            "description": "Resultaat beperken tot artikelen met gespecificeerde klantnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "users": {
                            "description": "Beperk resultaat tot items met gespecificeerde gebruikers id's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "Filter resultaten waarbij een van de gepasseerde velden leeg is",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "user_type": {
                            "description": "Beperk resultaat tot artikelen met gespecificeerde gebruikerstypes.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "registered",
                                "guest"
                            ],
                            "required": false
                        },
                        "location_includes": {
                            "description": "Omvat klanten per locatie (staat, land). Geef een door komma's gescheiden lijst met locaties op. Elke locatie kan een landcode zijn (bijv. GB) of een combinatie van land en staat (bijv. VS:CA).",
                            "type": "string",
                            "required": false
                        },
                        "location_excludes": {
                            "description": "Exclusief klanten per locatie (staat, land). Geef een door komma's gescheiden lijst met locaties op. Elke locatie kan een landcode zijn (bijv. GB) of een combinatie van land en staat (bijv. VS:CA).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/customers"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/customers\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Reactie beperken tot objecten geregistreerd voor (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Reactie beperken tot objecten geregistreerd na (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Geeft aan of er aan alle voorwaarden voldaan moet worden voor de resultaten, of dat \u00e9\u00e9n ervan volstaat. Overeenkomst heeft invloed op de volgende parameters: 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": "Reactie beperken tot objecten met een klantveld met de zoekterm. Doorzoekt het veld opgegeven door `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": "Reactie beperken tot objecten met specifieke namen.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "Reactie beperken tot objecten exclusief bepaalde namen.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "Reactie beperken tot objecten met specifieke gebruikersnamen.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "Reactie beperken tot objecten exclusief bepaalde gebruikersnamen.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "Reactie beperken tot objecten inclusief e-mails.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "Reactie beperken tot objecten exclusief e-mails.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "Reactie beperken tot objecten met specifieke landen.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "Reactie beperken tot objecten exclusief bepaalde landen.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren voor (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren na (of op) een opgegeven datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren tussen twee opgegeven datums in overeenstemming met ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "Reactie beperken tot objecten die het laatst actief waren tussen twee opgegeven datums in overeenstemming met ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Reactie beperken tot objecten met een aantal bestellingen hoger dan of gelijk aan opgegeven geheel getal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Reactie beperken tot objecten met een aantal bestellingen lager of gelijk aan opgegeven geheel getal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Reactie beperken tot objecten met een aantal bestellingen tussen twee opgegeven gehele getallen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Reactie beperken tot objecten met een totale uitgave per bestelling hoger dan of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Reactie beperken tot objecten met een totale uitgave per bestelling minder of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Reactie beperken tot objecten met een totale uitgave per bestelling tussen twee bepaalde cijfers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Reactie beperken tot objecten met een gemiddelde uitgave per bestelling hoger dan of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Reactie beperken tot objecten met een gemiddelde uitgave per bestelling lager of gelijk aan opgegeven cijfer.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Reactie beperken tot objecten met een gemiddelde uitgave per bestelling tussen twee opgegeven cijfers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Reactie beperken tot objecten met laatste bestelling voor (of op) een bepaalde datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Reactie beperken tot objecten met laatste bestelling na (of op) een bepaalde datum in overeenstemming met ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "customers": {
                            "description": "Resultaat beperken tot artikelen met gespecificeerde klantnummers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "fields": {
                            "description": "Statistiekvelden beperken tot de gespecificeerde items.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Gedwongen ophalen van nieuwe gegevens in plaats van gegevens uit de cache.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/customers\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/imports\/status": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/imports\/status"
                    }
                ]
            }
        },
        "\/wc-analytics\/imports\/trigger": {
            "namespace": "wc-analytics",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/imports\/trigger"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/performance-indicators": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "stats": {
                            "description": "Beperk reacties tot specifieke rapportstatistieken. Toegestane waardes: .",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "default": [],
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/performance-indicators"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/performance-indicators\/allowed": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "stats": {
                            "description": "Beperk reacties tot specifieke rapportstatistieken. Toegestane waardes: .",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "default": [],
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/reports\/performance-indicators\/allowed"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "note_id",
                                "date",
                                "type",
                                "title",
                                "status"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "type": {
                            "description": "Soort notitie.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "error",
                                    "warning",
                                    "update",
                                    "info",
                                    "marketing",
                                    "survey"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "description": "Status van de notitie.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "source": {
                            "description": "Bron van opmerking.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke ID voor de bron.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke ID voor de bron.",
                            "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": "Status van de notitie.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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": "Unieke ID voor de notitie.",
                            "type": "integer",
                            "required": false
                        },
                        "action_id": {
                            "description": "Unieke ID voor de actie voor de notitie.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/coupons": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot coupons met codes die overeenstemmen met een bepaalde string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde code.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "Het bedrag van de korting. Zou altijd numeriek moeten zijn, zelfs indien het een percentage is.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Status van de coupon. Moet altijd concept, gepubliceerd of in behandeling zijn",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Bepaalt het type korting dat wordt gegeven.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Coupon beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "De datum waarop de coupon verloopt, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "De datum waarop de coupon verloopt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Indien geselecteerd, kan de coupon enkel apart gebruikt worden. Andere toegepaste coupons zullen uit de winkelwagen verwijderd worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lijst van product ID's die met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lijst van product ID's die niet met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Hoe vaak de coupon in totaal gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Hoe vaak een coupon gebruikt kan worden per klant.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Maximum aantal artikelen in de winkelwagen waar deze coupon op gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Indien geselecteerd en indien gratis verzendmethode een coupon vereist, zal deze coupon het gratis verzending toelaten.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lijst van categorie ID's waar de coupon opgebruikt kan worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lijst van categorie ID's waarvoor de coupon niet geldt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Indien geselecteerd zal deze coupon niet toegepast worden op artikelen met kortingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimale bestelwaarde van de winkelwagen voordat de coupon geldt.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximaal bestelbedrag toegestaan bij gebruik van deze coupon.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lijst van e-mailadressen die deze coupon kunnen gebruiken.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Het bedrag van de korting. Zou altijd numeriek moeten zijn, zelfs indien het een percentage is.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Status van de coupon. Moet altijd concept, gepubliceerd of in behandeling zijn",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Bepaalt het type korting dat wordt gegeven.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Coupon beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "De datum waarop de coupon verloopt, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "De datum waarop de coupon verloopt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Indien geselecteerd, kan de coupon enkel apart gebruikt worden. Andere toegepaste coupons zullen uit de winkelwagen verwijderd worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lijst van product ID's die met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lijst van product ID's die niet met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Hoe vaak de coupon in totaal gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Hoe vaak een coupon gebruikt kan worden per klant.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Maximum aantal artikelen in de winkelwagen waar deze coupon op gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Indien geselecteerd en indien gratis verzendmethode een coupon vereist, zal deze coupon het gratis verzending toelaten.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lijst van categorie ID's waar de coupon opgebruikt kan worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lijst van categorie ID's waarvoor de coupon niet geldt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Indien geselecteerd zal deze coupon niet toegepast worden op artikelen met kortingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimale bestelwaarde van de winkelwagen voordat de coupon geldt.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximaal bestelbedrag toegestaan bij gebruik van deze coupon.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lijst van e-mailadressen die deze coupon kunnen gebruiken.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/coupons\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Het bedrag van de korting. Zou altijd numeriek moeten zijn, zelfs indien het een percentage is.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Status van de coupon. Moet altijd concept, gepubliceerd of in behandeling zijn",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Bepaalt het type korting dat wordt gegeven.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Coupon beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "De datum waarop de coupon verloopt, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "De datum waarop de coupon verloopt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Indien geselecteerd, kan de coupon enkel apart gebruikt worden. Andere toegepaste coupons zullen uit de winkelwagen verwijderd worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lijst van product ID's die met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lijst van product ID's die niet met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Hoe vaak de coupon in totaal gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Hoe vaak een coupon gebruikt kan worden per klant.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Maximum aantal artikelen in de winkelwagen waar deze coupon op gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Indien geselecteerd en indien gratis verzendmethode een coupon vereist, zal deze coupon het gratis verzending toelaten.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lijst van categorie ID's waar de coupon opgebruikt kan worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lijst van categorie ID's waarvoor de coupon niet geldt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Indien geselecteerd zal deze coupon niet toegepast worden op artikelen met kortingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimale bestelwaarde van de winkelwagen voordat de coupon geldt.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximaal bestelbedrag toegestaan bij gebruik van deze coupon.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lijst van e-mailadressen die deze coupon kunnen gebruiken.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/data": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/data"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries\/locales": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/data\/countries\/locales"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/data\/countries"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries\/(?P<location>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 alfa-2-landcode.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/data\/download-ips": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/data\/download-ips"
                    }
                ]
            }
        },
        "\/wc-analytics\/orders": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": [
                                "any"
                            ],
                            "description": "Beperk resultaten tot bestellingen met een specifieke status.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "Beperk resultaten tot bestellingen van een bepaalde klant.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot bestellingen met een bepaald product.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 0,
                            "description": "Aantal decimalen dat wordt gebruikt in elke gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Toon alleen meta die is bedoeld om voor een bestelling te worden getoond.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "created_via": {
                            "description": "Beperk de resultatenset tot bestellingen die via specifieke bronnen zijn aangemaakt (bijv. afrekenen, beheer).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "number": {
                            "description": "Beperk resultaten tot bestellingen die overeenkomen met een gedeelte van het bestelnummer.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Hoofd bestelling ID.",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "Laat zien waar de bestelling is aangemaakt.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Status van bestelling.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "SEK",
                            "description": "Valuta tijdens het aanmaken van de bestelling, in ISO formaat.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWD",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Gebruikers-ID van de bestelling. 0 is gast.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Notitie van de klant, opgegeven tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Betaalmethode-ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Betaalmethode titel.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unieke transactie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Lijn artikelen data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Productnaam.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Naam hoofdproduct, indien het product een variatie is.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Product-ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variatie ID, wanneer toepasselijk.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Aantal besteld.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Btw-klasse van product.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Regel subtotaal (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Regel subtotaal btw (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Metacode voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Metawaarde voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Artikelnummer.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN of ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product prijs.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Eigenschappen van de afbeelding van het hoofdproduct.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "Afbeelding ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "Afbeelding URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "properties": {
                                "composite_parent": {
                                    "description": "ID of parent line item, applicable if the item is part of a composite.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "composite_children": {
                                    "description": "IDs of composited line items, applicable if the item is a composite container.",
                                    "type": "array",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "integer"
                                    },
                                    "readonly": true
                                },
                                "composite_configuration": {
                                    "description": "Composite product configuration array. Must be defined when adding a composite-type line item to an order, to ensure components are added to the order as well.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "component_id": {
                                                "description": "Component ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "product_id": {
                                                "description": "Chosen product ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "quantity": {
                                                "description": "Chosen product quantity.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "variation_id": {
                                                "description": "Chosen variation ID, if applicable.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "attributes": {
                                                "description": "Chosen variation data to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "args": {
                                                "description": "Additional arguments to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Instantie-ID verzending.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons lijn gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totaal van kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Totaal van belasting op kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Soort korting.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kortingsbedrag zoals gedefinieerd in de coupon (absolute waarde of een percentage, afhankelijk van het kortingstype).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Of de kortingsbon gratis verzending biedt of niet.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Geef aan of de bestelling is betaald. Het zet de bestelstatus op 'in behandeling' en vermindert de voorraad.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "Stel de actie in op handmatig, zodat de bestelnotitie wordt geregistreerd als &quot;toegevoegd door gebruiker&quot;.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Hoofd bestelling ID.",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "Laat zien waar de bestelling is aangemaakt.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status van bestelling.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Valuta tijdens het aanmaken van de bestelling, in ISO formaat.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWD",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Gebruikers-ID van de bestelling. 0 is gast.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Notitie van de klant, opgegeven tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Betaalmethode-ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Betaalmethode titel.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unieke transactie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Lijn artikelen data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Productnaam.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Naam hoofdproduct, indien het product een variatie is.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Product-ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variatie ID, wanneer toepasselijk.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Aantal besteld.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Btw-klasse van product.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Regel subtotaal (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Regel subtotaal btw (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Metacode voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Metawaarde voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Artikelnummer.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN of ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product prijs.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Eigenschappen van de afbeelding van het hoofdproduct.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "Afbeelding ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "Afbeelding URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "properties": {
                                "composite_parent": {
                                    "description": "ID of parent line item, applicable if the item is part of a composite.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "composite_children": {
                                    "description": "IDs of composited line items, applicable if the item is a composite container.",
                                    "type": "array",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "integer"
                                    },
                                    "readonly": true
                                },
                                "composite_configuration": {
                                    "description": "Composite product configuration array. Must be defined when adding a composite-type line item to an order, to ensure components are added to the order as well.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "component_id": {
                                                "description": "Component ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "product_id": {
                                                "description": "Chosen product ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "quantity": {
                                                "description": "Chosen product quantity.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "variation_id": {
                                                "description": "Chosen variation ID, if applicable.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "attributes": {
                                                "description": "Chosen variation data to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "args": {
                                                "description": "Additional arguments to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Instantie-ID verzending.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons lijn gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totaal van kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Totaal van belasting op kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Soort korting.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kortingsbedrag zoals gedefinieerd in de coupon (absolute waarde of een percentage, afhankelijk van het kortingstype).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Of de kortingsbon gratis verzending biedt of niet.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Geef aan of de bestelling is betaald. Het zet de bestelstatus op 'in behandeling' en vermindert de voorraad.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "Stel de actie in op handmatig, zodat de bestelnotitie wordt geregistreerd als &quot;toegevoegd door gebruiker&quot;.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/orders\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Hoofd bestelling ID.",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "Laat zien waar de bestelling is aangemaakt.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status van bestelling.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Valuta tijdens het aanmaken van de bestelling, in ISO formaat.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWD",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Gebruikers-ID van de bestelling. 0 is gast.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Notitie van de klant, opgegeven tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Betaalmethode-ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Betaalmethode titel.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unieke transactie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Lijn artikelen data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Productnaam.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Naam hoofdproduct, indien het product een variatie is.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Product-ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variatie ID, wanneer toepasselijk.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Aantal besteld.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Btw-klasse van product.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Regel subtotaal (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Regel subtotaal btw (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Metacode voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Metawaarde voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Artikelnummer.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN of ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product prijs.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Eigenschappen van de afbeelding van het hoofdproduct.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "Afbeelding ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "Afbeelding URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "properties": {
                                "composite_parent": {
                                    "description": "ID of parent line item, applicable if the item is part of a composite.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "composite_children": {
                                    "description": "IDs of composited line items, applicable if the item is a composite container.",
                                    "type": "array",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "integer"
                                    },
                                    "readonly": true
                                },
                                "composite_configuration": {
                                    "description": "Composite product configuration array. Must be defined when adding a composite-type line item to an order, to ensure components are added to the order as well.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "component_id": {
                                                "description": "Component ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "product_id": {
                                                "description": "Chosen product ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "quantity": {
                                                "description": "Chosen product quantity.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "variation_id": {
                                                "description": "Chosen variation ID, if applicable.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "attributes": {
                                                "description": "Chosen variation data to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "args": {
                                                "description": "Additional arguments to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Instantie-ID verzending.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons lijn gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totaal van kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Totaal van belasting op kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Soort korting.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kortingsbedrag zoals gedefinieerd in de coupon (absolute waarde of een percentage, afhankelijk van het kortingstype).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Of de kortingsbon gratis verzending biedt of niet.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Geef aan of de bestelling is betaald. Het zet de bestelstatus op 'in behandeling' en vermindert de voorraad.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "Stel de actie in op handmatig, zodat de bestelnotitie wordt geregistreerd als &quot;toegevoegd door gebruiker&quot;.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Zoek op zelfde productnaam of sku.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "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": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "Beperk resultaten tot producten met een specifiek toegewezen merk ID.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot producten met een bepaalde slug.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Beperk resultaten tot producten van een bepaald type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Beperk resultaten tot uitgelichte producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Beperk resultaten tot producten met een bepaalde categorie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Beperk resultaten tot producten met een bepaalde tag-ID.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Beperk resultaten tot producten met een bepaalde verzendklasse-ID.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Beperk resultaten tot producten met een specifieke eigenschap. Gebruik de slug taxonomie-naam\/-eigenschap.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Beperk resultaten tot producten met een bepaalde eigenschapterm-ID (verplicht gekoppelde eigenschap).",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde minimumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde maximumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beperk resultaten tot producten met een specifieke voorraadstatus.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "search_sku": {
                            "description": "Beperk resultaten tot resultaten met een SKU die gedeeltelijk overeenkomt met een string. Dit argument heeft voorrang op &#039;sku&#039;.",
                            "type": "string",
                            "required": false
                        },
                        "search_name_or_sku": {
                            "description": "Beperk resultaten tot resultaten met een naam of SKU die gedeeltelijk overeenkomt met een string. Dit argument heeft voorrang op &#039;search&#039;, &#039;sku&#039; en &#039;search_sku&#039;.",
                            "type": "string",
                            "required": false
                        },
                        "search_fields": {
                            "description": "Zoekopdracht beperken tot specifieke velden bij gebruik met zoekparameter. Beschikbare velden: name, sku, global_unique_id, description, short_description. Dit argument heeft voorrang op alle andere zoekparameters.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "name",
                                    "global_unique_id",
                                    "description",
                                    "short_description",
                                    "sku"
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "include_status": {
                            "description": "Beperk de resultatenset tot producten met een van de statussen.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "Producten met een van deze statussen uitsluiten van de resultatenset.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "include_types": {
                            "description": "Beperk de resultatenset tot producten met een van de typen.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable",
                                    "composite"
                                ]
                            },
                            "required": false
                        },
                        "exclude_types": {
                            "description": "Producten met een van de typen uitsluiten van de resultatenset.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable",
                                    "composite"
                                ]
                            },
                            "required": false
                        },
                        "downloadable": {
                            "description": "Beperk de resultatenset tot downloadbare producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "Beperk de resultatenset tot virtuele producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "Beperk de resultaten tot producten die zichtbaar zijn in het verkooppunt.",
                            "type": "boolean",
                            "required": false
                        },
                        "low_in_stock": {
                            "description": "Beperk resultaatverzameling tot producten die bijna op zijn of niet meer in voorraad zijn. (verouderd)",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van het product, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "De datum waarop het product is aangemaakt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Lage voorraad hoeveelheid voor het artikel.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Bericht wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van up-sell product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Lijst met merken.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Merk-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van het product, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "De datum waarop het product is aangemaakt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Lage voorraad hoeveelheid voor het artikel.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Bericht wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van up-sell product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Lijst met merken.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Merk-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van het product, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "De datum waarop het product is aangemaakt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Lage voorraad hoeveelheid voor het artikel.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Bericht wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van up-sell product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Lijst met merken.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Merk-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/products\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<id>[\\d]+)\/related": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/suggested-products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "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": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "Beperk resultaten tot producten met een specifiek toegewezen merk ID.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot producten met een bepaalde slug.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Beperk resultaten tot producten van een bepaald type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Beperk resultaten tot uitgelichte producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Beperk resultaten tot producten met een bepaalde categorie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Beperk resultaten tot producten met een bepaalde tag-ID.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Beperk resultaten tot producten met een bepaalde verzendklasse-ID.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Beperk resultaten tot producten met een specifieke eigenschap. Gebruik de slug taxonomie-naam\/-eigenschap.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Beperk resultaten tot producten met een bepaalde eigenschapterm-ID (verplicht gekoppelde eigenschap).",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Beperk resultaten tot producten die wel of niet op voorraad zijn.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde minimumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde maximumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "Beperk de resultaatset tot specifieke productcategorie-ID&#039;s.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "Beperk de resultaatset tot specifieke producttag-ID&#039;s.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "limit": {
                            "description": "Beperk de resultaatset tot een specifiek aantal voorgestelde producten.",
                            "type": "integer",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van het product, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "De datum waarop het product is aangemaakt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Lage voorraad hoeveelheid voor het artikel.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Bericht wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van up-sell product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Lijst met merken.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Merk-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Zoek op vergelijkbare eigenschapsnaam.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Naam voor de bron.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Type van het attribuut.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Standaard sorteervolgorde.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Activeren\/deactiveren van attribuutarchieven.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Attribuutnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type van het attribuut.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Standaard sorteervolgorde.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Activeren\/deactiveren van attribuutarchieven.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Attribuutnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type van het attribuut.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Standaard sorteervolgorde.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Activeren\/deactiveren van attribuutarchieven.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Slug identifier voor de hulpbron.",
                            "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": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "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": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "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": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/categories": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Categorienaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/categories\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Categorienaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Zoek op zelfde productnaam, sku of attribuutwaarde.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot producten met een bepaalde slug.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde minimumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde maximumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beperk resultaten tot producten met een specifieke voorraadstatus.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "Beperk de resultaten verzameling tot producten met of zonder prijs.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "Beperk de resultaatset tot producten met gespecificeerde kenmerken.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Attribuut slug."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Attribuut term."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Attribuut termen."
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "Beperk de resultatenset tot virtuele productvariaties.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Beperk de resultatenset tot downloadbare productvariaties.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "Beperk de resultatenset tot productvariaties met een van de statussen.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "Sluit productvariaties met een van de statussen uit de resultatenset uit.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "Beperk de resultaten tot de varianten die zichtbaar zijn in het kassasysteem.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variatiebeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variatie standaardprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variatie actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variatiestatus.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Als de variatie virtueel is.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Als de variatie gedownload kan worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Voorraadmanagement op variatieniveau.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Laag voorraad aantal voor de variatie.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variatie gewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variatie afmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variatie lente (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variatie breedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variatie hoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Afbeeldingsgegevens van variatie.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Onderliggende naam product.",
                            "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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variatiebeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variatie standaardprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variatie actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variatiestatus.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Als de variatie virtueel is.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Als de variatie gedownload kan worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadmanagement op variatieniveau.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Laag voorraad aantal voor de variatie.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variatie gewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variatie afmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variatie lente (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variatie breedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variatie hoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Afbeeldingsgegevens van variatie.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Onderliggende naam product.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variatiebeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variatie standaardprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variatie actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variatiestatus.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Als de variatie virtueel is.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Als de variatie gedownload kan worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadmanagement op variatieniveau.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Laag voorraad aantal voor de variatie.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variatie gewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variatie afmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variatie lente (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variatie breedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variatie hoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Afbeeldingsgegevens van variatie.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Onderliggende naam product.",
                            "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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "Ongebruikte variaties verwijderen.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "Standaardwaarden voor gegenereerde variaties.",
                            "type": "object",
                            "properties": {
                                "type": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Producttype.",
                                    "type": "string",
                                    "enum": [
                                        "variation"
                                    ]
                                },
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variatiebeschrijving.",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Voorraadeenheid.",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN, UPC, EAN of ISBN.",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variatie standaardprijs.",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variatie actieprijs.",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Startdatum van actieprijs, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variatiestatus.",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Als de variatie virtueel is.",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Als de variatie gedownload kan worden.",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Lijst van downloadbestanden.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Bestand ID.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Bestandsnaam.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "Bestands URL.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Aantal dagen tot toegang downloads vervalt.",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Belastingstatus.",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Belastingklasse.",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Voorraadmanagement op variatieniveau.",
                                    "type": [
                                        "boolean",
                                        "string"
                                    ]
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Aantal op voorraad.",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Beheert de voorraadstatus van het product.",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Laag voorraad aantal voor de variatie.",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variatie gewicht (kg).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variatie afmetingen.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "Variatie lente (cm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "Variatie breedte (cm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "Variatie hoogte (cm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Verzendklasse slug.",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Afbeeldingsgegevens van variatie.",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "Afbeelding ID.",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "Afbeelding URL.",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "Afbeelding naam.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "Afbeelding alt tekst.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Attributenlijst.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Eigenschap ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Attribuutnaam.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "Termnaam van de geselecteerde eigenschap.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Meta-gegevens.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Meta-ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "Metasleutel.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "Metawaarde.",
                                                "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 van hoofdproduct.",
                                    "type": "integer"
                                },
                                "name": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Onderliggende naam product.",
                                    "type": "string"
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variatiebeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variatie standaardprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variatie actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variatiestatus.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Als de variatie virtueel is.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Als de variatie gedownload kan worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Voorraadmanagement op variatieniveau.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Laag voorraad aantal voor de variatie.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variatie gewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variatie afmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variatie lente (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variatie breedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variatie hoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Afbeeldingsgegevens van variatie.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Onderliggende naam product.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Zoek op zelfde productnaam, sku of attribuutwaarde.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot producten met een bepaalde slug.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde minimumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde maximumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beperk resultaten tot producten met een specifieke voorraadstatus.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "Beperk de resultaten verzameling tot producten met of zonder prijs.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "Beperk de resultaatset tot producten met gespecificeerde kenmerken.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Attribuut slug."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Attribuut term."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Attribuut termen."
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "Beperk de resultatenset tot virtuele productvariaties.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Beperk de resultatenset tot downloadbare productvariaties.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "Beperk de resultatenset tot productvariaties met een van de statussen.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "Sluit productvariaties met een van de statussen uit de resultatenset uit.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "Beperk de resultaten tot de varianten die zichtbaar zijn in het kassasysteem.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/variations"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/reviews": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Reactie beperken tot beoordelingen gepubliceerd v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten set tot specifieke IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Beperk resultaten tot beoordelingen met specifieke gebruikers-ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "Garanderen dat resultaten geen beoordelingen met specifieke gebruikers-ID's bevat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_email": {
                            "default": null,
                            "description": "Beperk resultaten tot die van een specifiek e-mailadres van een auteur.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "product": {
                            "default": [],
                            "description": "Beperk resultaten tot beoordelingen met specifieke product-ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Beperk resultaten tot beoordelingen waar een specifieke status aan is toegewezen.",
                            "type": "string",
                            "enum": [
                                "all",
                                "hold",
                                "approved",
                                "spam",
                                "trash"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het product.",
                            "type": "integer",
                            "required": true
                        },
                        "product_name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Status van de beoordeling.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "Naam van de beoordelaar.",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "E-mail van de beoordelaar.",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "Content beoordelen.",
                            "required": true
                        },
                        "rating": {
                            "description": "Review beoordeling (0 tot 5).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "Unieke identifier voor het product waaraan de beoordeling toebehoort.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status van de beoordeling.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Beoordeler naam.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "Beoordeler e-mail.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "De inhoud van de beoordeling.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Review beoordeling (0 tot 5).",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/reviews\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het product waaraan de beoordeling toebehoort.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status van de beoordeling.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Beoordeler naam.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "Beoordeler e-mail.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "De inhoud van de beoordeling.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Review beoordeling (0 tot 5).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-analytics\/products\/reviews\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/low-in-stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Instellingen groep ID.",
                            "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": "Instellingen groep ID.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Instellingswaarde.",
                            "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": "Instellingen groep ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Instellingen groep ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Instellingswaarde.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Sorteer collectie per object attribuut.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Sorteren op belastingklasse.",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "Zoek op zelfde belastingcode.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot artikelen met de gespecificeerde tarief-ID('s) toegewezen.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "Landcode, ISO 3166.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Provinciecode.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcode\/ZIP, het ondersteunt geen meerdere waarden. Verouderd vanaf WooCommerce 5.3, 'postcodes' zou in plaats daarvan gebruikt moeten worden.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Plaatsnaam, het ondersteunt niet meerdere waarden. Verouderd vanaf WooCommerce 5.3, moeten 'steden' in plaats daarvan worden gebruikt.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Naam van belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Belasting prioriteit.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Samengesteld tarief al dan niet van toepassing.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Dit belastingtarief is al dan nietvan toepassing op verzendkosten.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Geeft de volgorde die zal verschijnen in queries.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Belastingklasse.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Lijst van postcodes \/ ZIPs. Ge\u00efntroduceerd in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "Lijst van stadsnamen. Ge\u00efntroduceerd in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "Landcode, ISO 3166.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Provinciecode.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcode\/ZIP, het ondersteunt geen meerdere waarden. Verouderd vanaf WooCommerce 5.3, 'postcodes' zou in plaats daarvan gebruikt moeten worden.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Plaatsnaam, het ondersteunt niet meerdere waarden. Verouderd vanaf WooCommerce 5.3, moeten 'steden' in plaats daarvan worden gebruikt.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Naam van belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Belasting prioriteit.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Samengesteld tarief al dan niet van toepassing.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Dit belastingtarief is al dan nietvan toepassing op verzendkosten.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Geeft de volgorde die zal verschijnen in queries.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Lijst van postcodes \/ ZIPs. Ge\u00efntroduceerd in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "Lijst van stadsnamen. Ge\u00efntroduceerd in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/taxes\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "Landcode, ISO 3166.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Provinciecode.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcode\/ZIP, het ondersteunt geen meerdere waarden. Verouderd vanaf WooCommerce 5.3, 'postcodes' zou in plaats daarvan gebruikt moeten worden.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Plaatsnaam, het ondersteunt niet meerdere waarden. Verouderd vanaf WooCommerce 5.3, moeten 'steden' in plaats daarvan worden gebruikt.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Naam van belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Belasting prioriteit.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Samengesteld tarief al dan niet van toepassing.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Dit belastingtarief is al dan nietvan toepassing op verzendkosten.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Geeft de volgorde die zal verschijnen in queries.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Lijst van postcodes \/ ZIPs. Ge\u00efntroduceerd in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "Lijst van stadsnamen. Ge\u00efntroduceerd in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc\/store\/batch"
                    }
                ]
            }
        },
        "\/wc\/store\/cart": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Het winkelwagenartikel of de variatie-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "quantity": {
                            "description": "Hoeveelheid van dit artikel aan de winkelwagen toevoegen.",
                            "type": "number",
                            "required": false
                        },
                        "variation": {
                            "description": "Gekozen eigenschap (voor variaties).",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Naam variatie-eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Waarde variatie-eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatiecode voor de coupon in de winkelwagen.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "De unieke code van de coupon.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Het type korting voor de coupon (d.w.z. percentage of vast bedrag)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatiecode voor de coupon in de winkelwagen.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Unieke identificatiecode voor de coupon in de winkelwagen.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/cart\/extensions": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "namespace": {
                            "description": "Naam van extensie - deze wordt gebruikt om te zorgen dat gegevens in het verzoek juist worden doorgestuurd.",
                            "type": "string",
                            "required": false
                        },
                        "data": {
                            "description": "Aanvullende gegevens om over te dragen aan de extensie",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "composites": {
                                    "description": "Extensiegegevens geregistreerd door composites",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "composite_virtual": {
                                            "description": "Forces all contents of this composite to be treated as virtual.",
                                            "type": "boolean",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "composite_layout": {
                                            "description": "Single-product template layout. Applicable to composite-type products.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "enum": [
                                                "single",
                                                "progressive",
                                                "paged",
                                                "paged-componentized"
                                            ]
                                        },
                                        "composite_sold_individually_context": {
                                            "description": "Sold Individually option context. Applicable to composite-type products.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "enum": [
                                                "product",
                                                "configuration"
                                            ]
                                        },
                                        "composite_shop_price_calc": {
                                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "enum": [
                                                "defaults",
                                                "min_max",
                                                "hidden"
                                            ]
                                        },
                                        "composite_components": {
                                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                                            "type": "array",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "items": {
                                                "type": "object",
                                                "properties": {
                                                    "title": {
                                                        "description": "Title of the component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "description": {
                                                        "description": "Description of the component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "query_type": {
                                                        "description": "Query type associated with component options.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "product_ids",
                                                            "category_ids"
                                                        ]
                                                    },
                                                    "query_ids": {
                                                        "description": "Product IDs or category IDs to use for populating component options.",
                                                        "type": "array",
                                                        "items": {
                                                            "type": "integer"
                                                        },
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "default_option_id": {
                                                        "description": "The product ID of the default\/pre-selected component option.",
                                                        "type": [
                                                            "integer",
                                                            "string"
                                                        ],
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "thumbnail_id": {
                                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                                        "type": "integer",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "thumbnail_src": {
                                                        "description": "URL of the thumbnail associated with this Component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "quantity_min": {
                                                        "description": "Minimum component quantity.",
                                                        "type": "integer",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "quantity_max": {
                                                        "description": "Maximum component quantity.",
                                                        "type": [
                                                            "integer",
                                                            "string"
                                                        ],
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "priced_individually": {
                                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "shipped_individually": {
                                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "optional": {
                                                        "description": "Indicates whether the component is optional.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "discount": {
                                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "options_style": {
                                                        "description": "Indicates which template to use for displaying component options.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "dropdowns",
                                                            "thumbnails",
                                                            "radios"
                                                        ]
                                                    },
                                                    "pagination_style": {
                                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "classic",
                                                            "load-more"
                                                        ]
                                                    },
                                                    "display_prices": {
                                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "absolute",
                                                            "relative",
                                                            "hidden"
                                                        ]
                                                    },
                                                    "show_sorting_options": {
                                                        "description": "Whether to display sorting options in this Component.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "show_filtering_options": {
                                                        "description": "Whether to display filtering options in this Component.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "attribute_filter_ids": {
                                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                                        "type": "array",
                                                        "items": {
                                                            "type": "integer"
                                                        },
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "select_action": {
                                                        "description": "Whether to display selected option or move to the next Component",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_title_visible": {
                                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_descr_visible": {
                                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_price_visible": {
                                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_thumb_visible": {
                                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "subtotal_visible_product": {
                                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "subtotal_visible_cart": {
                                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "subtotal_visible_orders": {
                                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                "woocommerce_google_analytics_integration": {
                                    "description": "Extensiegegevens geregistreerd door woocommerce_google_analytics_integration",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "identifier": {
                                            "description": "The formatted product identifier to use in Google Analytics events.",
                                            "type": "string",
                                            "readonly": true
                                        }
                                    }
                                }
                            },
                            "default": {
                                "composites": [],
                                "woocommerce_google_analytics_integration": []
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatiecode voor het artikel in de winkelwagen.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Unieke identificatiecode voor het artikel in de winkelwagen.",
                            "type": "string",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "composites": {
                                    "description": "Extensiegegevens geregistreerd door composites",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "composite_virtual": {
                                            "description": "Forces all contents of this composite to be treated as virtual.",
                                            "type": "boolean",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "composite_layout": {
                                            "description": "Single-product template layout. Applicable to composite-type products.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "enum": [
                                                "single",
                                                "progressive",
                                                "paged",
                                                "paged-componentized"
                                            ]
                                        },
                                        "composite_sold_individually_context": {
                                            "description": "Sold Individually option context. Applicable to composite-type products.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "enum": [
                                                "product",
                                                "configuration"
                                            ]
                                        },
                                        "composite_shop_price_calc": {
                                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "enum": [
                                                "defaults",
                                                "min_max",
                                                "hidden"
                                            ]
                                        },
                                        "composite_components": {
                                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                                            "type": "array",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "items": {
                                                "type": "object",
                                                "properties": {
                                                    "title": {
                                                        "description": "Title of the component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "description": {
                                                        "description": "Description of the component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "query_type": {
                                                        "description": "Query type associated with component options.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "product_ids",
                                                            "category_ids"
                                                        ]
                                                    },
                                                    "query_ids": {
                                                        "description": "Product IDs or category IDs to use for populating component options.",
                                                        "type": "array",
                                                        "items": {
                                                            "type": "integer"
                                                        },
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "default_option_id": {
                                                        "description": "The product ID of the default\/pre-selected component option.",
                                                        "type": [
                                                            "integer",
                                                            "string"
                                                        ],
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "thumbnail_id": {
                                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                                        "type": "integer",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "thumbnail_src": {
                                                        "description": "URL of the thumbnail associated with this Component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "quantity_min": {
                                                        "description": "Minimum component quantity.",
                                                        "type": "integer",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "quantity_max": {
                                                        "description": "Maximum component quantity.",
                                                        "type": [
                                                            "integer",
                                                            "string"
                                                        ],
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "priced_individually": {
                                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "shipped_individually": {
                                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "optional": {
                                                        "description": "Indicates whether the component is optional.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "discount": {
                                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "options_style": {
                                                        "description": "Indicates which template to use for displaying component options.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "dropdowns",
                                                            "thumbnails",
                                                            "radios"
                                                        ]
                                                    },
                                                    "pagination_style": {
                                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "classic",
                                                            "load-more"
                                                        ]
                                                    },
                                                    "display_prices": {
                                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "absolute",
                                                            "relative",
                                                            "hidden"
                                                        ]
                                                    },
                                                    "show_sorting_options": {
                                                        "description": "Whether to display sorting options in this Component.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "show_filtering_options": {
                                                        "description": "Whether to display filtering options in this Component.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "attribute_filter_ids": {
                                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                                        "type": "array",
                                                        "items": {
                                                            "type": "integer"
                                                        },
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "select_action": {
                                                        "description": "Whether to display selected option or move to the next Component",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_title_visible": {
                                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_descr_visible": {
                                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_price_visible": {
                                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_thumb_visible": {
                                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "subtotal_visible_product": {
                                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "subtotal_visible_cart": {
                                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "subtotal_visible_orders": {
                                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                "woocommerce_google_analytics_integration": {
                                    "description": "Extensiegegevens geregistreerd door woocommerce_google_analytics_integration",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "identifier": {
                                            "description": "The formatted product identifier to use in Google Analytics events.",
                                            "type": "string",
                                            "readonly": true
                                        }
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Unieke identificatiecode voor het artikel in de winkelwagen.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/cart\/remove-coupon": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Unieke identificatiecode voor de coupon in de winkelwagen.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatiecode (sleutel) voor het winkelwagenartikel.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "De ID van het pakket dat wordt verzonden. Laat leeg om op alle pakketten toe te passen.",
                            "type": [
                                "integer",
                                "string",
                                "null"
                            ],
                            "required": false
                        },
                        "rate_id": {
                            "description": "De gekozen kosten-ID voor het pakket.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatiecode (sleutel) voor het winkelwagenartikel dat moet worden bijgewerkt.",
                            "type": "string",
                            "required": false
                        },
                        "quantity": {
                            "description": "Nieuwe hoeveelheid van dit artikel in de winkelwagen.",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-mail",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "Data die naar de betaalmethode worden geleid bij het verwerken van betalingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_password": {
                            "description": "Klantenwachtwoord voor nieuwe accounts, indien van toepassing.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Opmerking toegevoegd aan de bestelling door de klant tijdens het afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-mail",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "De ID van de betaalmethode die wordt gebruikt om de betaling te verwerken.",
                            "type": "string",
                            "enum": [
                                "",
                                "stripe_us_bank_account",
                                "stripe_alipay",
                                "stripe_amazon_pay",
                                "stripe_affirm",
                                "stripe_afterpay_clearpay",
                                "stripe_boleto",
                                "stripe_oxxo",
                                "stripe_sepa_debit",
                                "stripe_multibanco",
                                "stripe_link",
                                "stripe_wechat_pay",
                                "stripe_cashapp",
                                "stripe_acss_debit",
                                "stripe_bacs_debit",
                                "stripe_au_becs_debit",
                                "stripe",
                                "stripe_klarna",
                                "stripe_eps",
                                "stripe_bancontact",
                                "stripe_ideal",
                                "stripe_p24",
                                "stripe_blik",
                                "bacs",
                                "cheque",
                                "cod",
                                "ppcp-card-button-gateway",
                                "ppcp-gateway"
                            ],
                            "required": false
                        },
                        "create_account": {
                            "description": "Of je een nieuw gebruikersaccount aanmaakt tijdens het verwerken van de bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "additional_fields": {
                            "description": "Extra velden die bij de bestelling moeten worden bewaard.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "thwcfe-additional-fields": {
                                    "description": "Extensiegegevens geregistreerd door thwcfe-additional-fields",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "contact": {
                                            "description": "Additional checkout fields for section contact",
                                            "type": [
                                                "object",
                                                "null"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "additional_info": {
                                            "description": "Additional checkout fields for section additional_info",
                                            "type": [
                                                "object",
                                                "null"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        }
                                    }
                                },
                                "ppcp_recaptcha": {
                                    "description": "Extensiegegevens geregistreerd door ppcp_recaptcha",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "token": {
                                            "description": "reCAPTCHA token",
                                            "type": "string",
                                            "readonly": false
                                        },
                                        "version": {
                                            "description": "reCAPTCHA version",
                                            "type": "string",
                                            "readonly": false
                                        }
                                    }
                                },
                                "mailpoet": {
                                    "description": "Extensiegegevens geregistreerd door mailpoet",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "optin": {
                                            "description": "Subscribe to marketing opt-in.",
                                            "type": [
                                                "boolean",
                                                "null"
                                            ]
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "Extensiegegevens geregistreerd door woocommerce\/order-attribution",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Veld voor toewijzing van bestelling: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Veld voor toewijzing van bestelling: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Veld voor toewijzing van bestelling: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Veld voor toewijzing van bestelling: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Veld voor toewijzing van bestelling: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Veld voor toewijzing van bestelling: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Veld voor toewijzing van bestelling: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Veld voor toewijzing van bestelling: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Veld voor toewijzing van bestelling: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Veld voor toewijzing van bestelling: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Veld voor toewijzing van bestelling: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Veld voor toewijzing van bestelling: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Veld voor toewijzing van bestelling: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Veld voor toewijzing van bestelling: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Veld voor toewijzing van bestelling: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Veld voor toewijzing van bestelling: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "thwcfe-additional-fields": [],
                                "ppcp_recaptcha": [],
                                "mailpoet": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "additional_fields": {
                            "description": "Extra velden die bij de bestelling moeten worden bewaard.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "payment_method": {
                            "description": "De ID van de betaalmethode die wordt gebruikt om de betaling te verwerken.",
                            "type": "string",
                            "enum": [
                                "",
                                "stripe_us_bank_account",
                                "stripe_alipay",
                                "stripe_amazon_pay",
                                "stripe_affirm",
                                "stripe_afterpay_clearpay",
                                "stripe_boleto",
                                "stripe_oxxo",
                                "stripe_sepa_debit",
                                "stripe_multibanco",
                                "stripe_link",
                                "stripe_wechat_pay",
                                "stripe_cashapp",
                                "stripe_acss_debit",
                                "stripe_bacs_debit",
                                "stripe_au_becs_debit",
                                "stripe",
                                "stripe_klarna",
                                "stripe_eps",
                                "stripe_bancontact",
                                "stripe_ideal",
                                "stripe_p24",
                                "stripe_blik",
                                "bacs",
                                "cheque",
                                "cod",
                                "ppcp-card-button-gateway",
                                "ppcp-gateway"
                            ],
                            "required": false
                        },
                        "order_notes": {
                            "description": "Bestelnotities.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Opmerking toegevoegd aan de bestelling door de klant tijdens het afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-mail",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "create_account": {
                            "description": "Of je een nieuw gebruikersaccount aanmaakt tijdens het verwerken van de bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "thwcfe-additional-fields": {
                                    "description": "Extensiegegevens geregistreerd door thwcfe-additional-fields",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "contact": {
                                            "description": "Additional checkout fields for section contact",
                                            "type": [
                                                "object",
                                                "null"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "additional_info": {
                                            "description": "Additional checkout fields for section additional_info",
                                            "type": [
                                                "object",
                                                "null"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        }
                                    }
                                },
                                "ppcp_recaptcha": {
                                    "description": "Extensiegegevens geregistreerd door ppcp_recaptcha",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "token": {
                                            "description": "reCAPTCHA token",
                                            "type": "string",
                                            "readonly": false
                                        },
                                        "version": {
                                            "description": "reCAPTCHA version",
                                            "type": "string",
                                            "readonly": false
                                        }
                                    }
                                },
                                "mailpoet": {
                                    "description": "Extensiegegevens geregistreerd door mailpoet",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "optin": {
                                            "description": "Subscribe to marketing opt-in.",
                                            "type": [
                                                "boolean",
                                                "null"
                                            ]
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "Extensiegegevens geregistreerd door woocommerce\/order-attribution",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Veld voor toewijzing van bestelling: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Veld voor toewijzing van bestelling: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Veld voor toewijzing van bestelling: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Veld voor toewijzing van bestelling: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Veld voor toewijzing van bestelling: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Veld voor toewijzing van bestelling: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Veld voor toewijzing van bestelling: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Veld voor toewijzing van bestelling: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Veld voor toewijzing van bestelling: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Veld voor toewijzing van bestelling: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Veld voor toewijzing van bestelling: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Veld voor toewijzing van bestelling: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Veld voor toewijzing van bestelling: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Veld voor toewijzing van bestelling: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Veld voor toewijzing van bestelling: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Veld voor toewijzing van bestelling: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Data die naar de betaalmethode worden geleid bij het verwerken van betalingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_note": {
                            "description": "Opmerking toegevoegd aan de bestelling door de klant tijdens het afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-mail",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "De ID van de betaalmethode die wordt gebruikt om de betaling te verwerken.",
                            "type": "string",
                            "enum": [
                                "",
                                "stripe_us_bank_account",
                                "stripe_alipay",
                                "stripe_amazon_pay",
                                "stripe_affirm",
                                "stripe_afterpay_clearpay",
                                "stripe_boleto",
                                "stripe_oxxo",
                                "stripe_sepa_debit",
                                "stripe_multibanco",
                                "stripe_link",
                                "stripe_wechat_pay",
                                "stripe_cashapp",
                                "stripe_acss_debit",
                                "stripe_bacs_debit",
                                "stripe_au_becs_debit",
                                "stripe",
                                "stripe_klarna",
                                "stripe_eps",
                                "stripe_bancontact",
                                "stripe_ideal",
                                "stripe_p24",
                                "stripe_blik",
                                "bacs",
                                "cheque",
                                "cod",
                                "ppcp-card-button-gateway",
                                "ppcp-gateway"
                            ],
                            "required": false
                        },
                        "additional_fields": {
                            "description": "Extra velden die bij de bestelling moeten worden bewaard.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "thwcfe-additional-fields": {
                                    "description": "Extensiegegevens geregistreerd door thwcfe-additional-fields",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "contact": {
                                            "description": "Additional checkout fields for section contact",
                                            "type": [
                                                "object",
                                                "null"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "additional_info": {
                                            "description": "Additional checkout fields for section additional_info",
                                            "type": [
                                                "object",
                                                "null"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        }
                                    }
                                },
                                "ppcp_recaptcha": {
                                    "description": "Extensiegegevens geregistreerd door ppcp_recaptcha",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "token": {
                                            "description": "reCAPTCHA token",
                                            "type": "string",
                                            "readonly": false
                                        },
                                        "version": {
                                            "description": "reCAPTCHA version",
                                            "type": "string",
                                            "readonly": false
                                        }
                                    }
                                },
                                "mailpoet": {
                                    "description": "Extensiegegevens geregistreerd door mailpoet",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "optin": {
                                            "description": "Subscribe to marketing opt-in.",
                                            "type": [
                                                "boolean",
                                                "null"
                                            ]
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "Extensiegegevens geregistreerd door woocommerce\/order-attribution",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Veld voor toewijzing van bestelling: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Veld voor toewijzing van bestelling: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Veld voor toewijzing van bestelling: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Veld voor toewijzing van bestelling: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Veld voor toewijzing van bestelling: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Veld voor toewijzing van bestelling: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Veld voor toewijzing van bestelling: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Veld voor toewijzing van bestelling: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Veld voor toewijzing van bestelling: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Veld voor toewijzing van bestelling: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Veld voor toewijzing van bestelling: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Veld voor toewijzing van bestelling: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Veld voor toewijzing van bestelling: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Veld voor toewijzing van bestelling: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Veld voor toewijzing van bestelling: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Veld voor toewijzing van bestelling: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "thwcfe-additional-fields": [],
                                "ppcp_recaptcha": [],
                                "mailpoet": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/order\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "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": "Unieke identificatiecode voor de eigenschap.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximumaantal artikelen dat moet worden aangegeven in resultaatset. Heeft standaard geen limiet indien leeg gelaten.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Oplopend of aflopend sorteren.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteren op trefwoordeigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count",
                                "menu_order",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indien waar worden lege trefwoorden niet aangegeven.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultaten tot termen met een specifieke ouder (alleen hi\u00ebrarchische taxonomie\u00ebn).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/categories": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximumaantal artikelen dat moet worden aangegeven in resultaatset. Heeft standaard geen limiet indien leeg gelaten.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Oplopend of aflopend sorteren.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteren op trefwoordeigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indien waar worden lege trefwoorden niet aangegeven.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultaten tot termen met een specifieke ouder (alleen hi\u00ebrarchische taxonomie\u00ebn).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximumaantal artikelen dat moet worden aangegeven in resultaatset. Heeft standaard geen limiet indien leeg gelaten.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Oplopend of aflopend sorteren.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteren op trefwoordeigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indien waar worden lege trefwoorden niet aangegeven.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultaten tot termen met een specifieke ouder (alleen hi\u00ebrarchische taxonomie\u00ebn).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk de resultaten tot producten met specifieke slug(s). Gebruik komma's om te scheiden.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Reactie beperken tot resources aangemaakt v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "Wanneer een reactie wordt beperkt met na\/voor, de datumkolom waarmee dit vergeleken moet worden.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Beperk resultaten tot producten van een bepaald type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Beperk resultaten tot uitgelichte producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Beperk de resultatenset tot producten waaraan een set categorie-ID&#039;s of slugs zijn toegewezen, gescheiden door komma&#039;s.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "Operator om termen van productcategorie\u00ebn te vergelijken.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "brand": {
                            "description": "Beperk de resultatenset tot producten waaraan een set merk-ID&#039;s of slugs zijn toegewezen, gescheiden door komma&#039;s.",
                            "type": "string",
                            "required": false
                        },
                        "brand_operator": {
                            "description": "Operator om productmerktermen te vergelijken.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "Beperk de resultatenset tot producten waaraan een set tag-ID&#039;s of slugs is toegewezen, gescheiden door komma&#039;s.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "Operator vergelijkt producttags.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Resultaatset beperken tot producten op basis van een minimumprijs, aangegeven met de kleinste valuta-eenheid.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Resultaatset beperken tot producten op basis van een maximumprijs, aangegeven met de kleinste valuta-eenheid.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beperk resultaten tot producten met een specifieke voorraadstatus.",
                            "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": "Beperk resultaten tot producten met bepaalde algemene eigenschappen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Taxonomienaam eigenschap.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Lijst met ID's van trefwoordeigenschappen.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Lijst met eigenschap slug(s). Als een trefwoord ID is opgegeven, wordt dit genegeerd.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "Operator om termen van productkenmerken te vergelijken.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Het logische verband tussen eigenschappen wanneer op meerdere tegelijk wordt gefilterd.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Bepaalt of verborgen of zichtbare catalogusprodcten worden weergegeven.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Beperk resultaten tot producten met een bepaalde gemiddelde beoordeling.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_price_range": {
                            "description": "Indien waar worden de minimum- en maximumproductprijzen berekend voor de collectie.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_stock_status_counts": {
                            "description": "Indien waar wordt het aantal op voorraad berekend voor producten in de collectie.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_attribute_counts": {
                            "description": "Indien aangevraagd, wordt het aantal eigenschaptrefwoorden berekend voor producten in de collectie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "taxonomy": {
                                        "description": "Taxonomienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "query_type": {
                                        "description": "Filter conditie\t uitgevoerd kan tellingen be\u00efnvloeden. Geldige waarden zijn \"and\" en \"or\".",
                                        "type": "string",
                                        "enum": [
                                            "and",
                                            "or"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_rating_counts": {
                            "description": "Indien waar wordt het aantal beoordelingen berekend voor producten in de collectie.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_taxonomy_counts": {
                            "description": "Indien aangevraagd, wordt het aantal taxonomietermen berekend voor producten in de collectie.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "description": "Taxonomienaam."
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "rating",
                                "product"
                            ],
                            "required": false
                        },
                        "category_id": {
                            "description": "Beperk resultaten tot beoordelingen van specifieke categorie-ID's.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Beperk resultaten tot beoordelingen van specifieke product-ID's.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximumaantal artikelen dat moet worden aangegeven in resultaatset. Heeft standaard geen limiet indien leeg gelaten.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Oplopend of aflopend sorteren.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteren op trefwoordeigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indien waar worden lege trefwoorden niet aangegeven.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultaten tot termen met een specifieke ouder (alleen hi\u00ebrarchische taxonomie\u00ebn).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/store\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/store\/products": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk de resultaten tot producten met specifieke slug(s). Gebruik komma's om te scheiden.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Reactie beperken tot resources aangemaakt v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "Wanneer een reactie wordt beperkt met na\/voor, de datumkolom waarmee dit vergeleken moet worden.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Beperk resultaten tot producten van een bepaald type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Beperk resultaten tot uitgelichte producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Beperk de resultatenset tot producten waaraan een set categorie-ID&#039;s of slugs zijn toegewezen, gescheiden door komma&#039;s.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "Operator om termen van productcategorie\u00ebn te vergelijken.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "brand": {
                            "description": "Beperk de resultatenset tot producten waaraan een set merk-ID&#039;s of slugs zijn toegewezen, gescheiden door komma&#039;s.",
                            "type": "string",
                            "required": false
                        },
                        "brand_operator": {
                            "description": "Operator om productmerktermen te vergelijken.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "Beperk de resultatenset tot producten waaraan een set tag-ID&#039;s of slugs is toegewezen, gescheiden door komma&#039;s.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "Operator vergelijkt producttags.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Resultaatset beperken tot producten op basis van een minimumprijs, aangegeven met de kleinste valuta-eenheid.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Resultaatset beperken tot producten op basis van een maximumprijs, aangegeven met de kleinste valuta-eenheid.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beperk resultaten tot producten met een specifieke voorraadstatus.",
                            "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": "Beperk resultaten tot producten met bepaalde algemene eigenschappen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Taxonomienaam eigenschap.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Lijst met ID's van trefwoordeigenschappen.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Lijst met eigenschap slug(s). Als een trefwoord ID is opgegeven, wordt dit genegeerd.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "Operator om termen van productkenmerken te vergelijken.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Het logische verband tussen eigenschappen wanneer op meerdere tegelijk wordt gefilterd.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Bepaalt of verborgen of zichtbare catalogusprodcten worden weergegeven.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Beperk resultaten tot producten met een bepaalde gemiddelde beoordeling.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "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 van de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Het winkelwagenartikel of de variatie-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "quantity": {
                            "description": "Hoeveelheid van dit artikel aan de winkelwagen toevoegen.",
                            "type": "number",
                            "required": false
                        },
                        "variation": {
                            "description": "Gekozen eigenschap (voor variaties).",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Naam variatie-eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Waarde variatie-eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatiecode voor de coupon in de winkelwagen.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "De unieke code van de coupon.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Het type korting voor de coupon (d.w.z. percentage of vast bedrag)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatiecode voor de coupon in de winkelwagen.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Unieke identificatiecode voor de coupon in de winkelwagen.",
                            "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": "Naam van extensie - deze wordt gebruikt om te zorgen dat gegevens in het verzoek juist worden doorgestuurd.",
                            "type": "string",
                            "required": false
                        },
                        "data": {
                            "description": "Aanvullende gegevens om over te dragen aan de extensie",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "composites": {
                                    "description": "Extensiegegevens geregistreerd door composites",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "composite_virtual": {
                                            "description": "Forces all contents of this composite to be treated as virtual.",
                                            "type": "boolean",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "composite_layout": {
                                            "description": "Single-product template layout. Applicable to composite-type products.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "enum": [
                                                "single",
                                                "progressive",
                                                "paged",
                                                "paged-componentized"
                                            ]
                                        },
                                        "composite_sold_individually_context": {
                                            "description": "Sold Individually option context. Applicable to composite-type products.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "enum": [
                                                "product",
                                                "configuration"
                                            ]
                                        },
                                        "composite_shop_price_calc": {
                                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "enum": [
                                                "defaults",
                                                "min_max",
                                                "hidden"
                                            ]
                                        },
                                        "composite_components": {
                                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                                            "type": "array",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "items": {
                                                "type": "object",
                                                "properties": {
                                                    "title": {
                                                        "description": "Title of the component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "description": {
                                                        "description": "Description of the component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "query_type": {
                                                        "description": "Query type associated with component options.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "product_ids",
                                                            "category_ids"
                                                        ]
                                                    },
                                                    "query_ids": {
                                                        "description": "Product IDs or category IDs to use for populating component options.",
                                                        "type": "array",
                                                        "items": {
                                                            "type": "integer"
                                                        },
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "default_option_id": {
                                                        "description": "The product ID of the default\/pre-selected component option.",
                                                        "type": [
                                                            "integer",
                                                            "string"
                                                        ],
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "thumbnail_id": {
                                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                                        "type": "integer",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "thumbnail_src": {
                                                        "description": "URL of the thumbnail associated with this Component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "quantity_min": {
                                                        "description": "Minimum component quantity.",
                                                        "type": "integer",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "quantity_max": {
                                                        "description": "Maximum component quantity.",
                                                        "type": [
                                                            "integer",
                                                            "string"
                                                        ],
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "priced_individually": {
                                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "shipped_individually": {
                                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "optional": {
                                                        "description": "Indicates whether the component is optional.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "discount": {
                                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "options_style": {
                                                        "description": "Indicates which template to use for displaying component options.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "dropdowns",
                                                            "thumbnails",
                                                            "radios"
                                                        ]
                                                    },
                                                    "pagination_style": {
                                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "classic",
                                                            "load-more"
                                                        ]
                                                    },
                                                    "display_prices": {
                                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "absolute",
                                                            "relative",
                                                            "hidden"
                                                        ]
                                                    },
                                                    "show_sorting_options": {
                                                        "description": "Whether to display sorting options in this Component.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "show_filtering_options": {
                                                        "description": "Whether to display filtering options in this Component.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "attribute_filter_ids": {
                                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                                        "type": "array",
                                                        "items": {
                                                            "type": "integer"
                                                        },
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "select_action": {
                                                        "description": "Whether to display selected option or move to the next Component",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_title_visible": {
                                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_descr_visible": {
                                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_price_visible": {
                                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_thumb_visible": {
                                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "subtotal_visible_product": {
                                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "subtotal_visible_cart": {
                                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "subtotal_visible_orders": {
                                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                "woocommerce_google_analytics_integration": {
                                    "description": "Extensiegegevens geregistreerd door woocommerce_google_analytics_integration",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "identifier": {
                                            "description": "The formatted product identifier to use in Google Analytics events.",
                                            "type": "string",
                                            "readonly": true
                                        }
                                    }
                                }
                            },
                            "default": {
                                "composites": [],
                                "woocommerce_google_analytics_integration": []
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatiecode voor het artikel in de winkelwagen.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Unieke identificatiecode voor het artikel in de winkelwagen.",
                            "type": "string",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "composites": {
                                    "description": "Extensiegegevens geregistreerd door composites",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "composite_virtual": {
                                            "description": "Forces all contents of this composite to be treated as virtual.",
                                            "type": "boolean",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "composite_layout": {
                                            "description": "Single-product template layout. Applicable to composite-type products.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "enum": [
                                                "single",
                                                "progressive",
                                                "paged",
                                                "paged-componentized"
                                            ]
                                        },
                                        "composite_sold_individually_context": {
                                            "description": "Sold Individually option context. Applicable to composite-type products.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "enum": [
                                                "product",
                                                "configuration"
                                            ]
                                        },
                                        "composite_shop_price_calc": {
                                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "enum": [
                                                "defaults",
                                                "min_max",
                                                "hidden"
                                            ]
                                        },
                                        "composite_components": {
                                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                                            "type": "array",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "items": {
                                                "type": "object",
                                                "properties": {
                                                    "title": {
                                                        "description": "Title of the component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "description": {
                                                        "description": "Description of the component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "query_type": {
                                                        "description": "Query type associated with component options.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "product_ids",
                                                            "category_ids"
                                                        ]
                                                    },
                                                    "query_ids": {
                                                        "description": "Product IDs or category IDs to use for populating component options.",
                                                        "type": "array",
                                                        "items": {
                                                            "type": "integer"
                                                        },
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "default_option_id": {
                                                        "description": "The product ID of the default\/pre-selected component option.",
                                                        "type": [
                                                            "integer",
                                                            "string"
                                                        ],
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "thumbnail_id": {
                                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                                        "type": "integer",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "thumbnail_src": {
                                                        "description": "URL of the thumbnail associated with this Component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "quantity_min": {
                                                        "description": "Minimum component quantity.",
                                                        "type": "integer",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "quantity_max": {
                                                        "description": "Maximum component quantity.",
                                                        "type": [
                                                            "integer",
                                                            "string"
                                                        ],
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "priced_individually": {
                                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "shipped_individually": {
                                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "optional": {
                                                        "description": "Indicates whether the component is optional.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "discount": {
                                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "options_style": {
                                                        "description": "Indicates which template to use for displaying component options.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "dropdowns",
                                                            "thumbnails",
                                                            "radios"
                                                        ]
                                                    },
                                                    "pagination_style": {
                                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "classic",
                                                            "load-more"
                                                        ]
                                                    },
                                                    "display_prices": {
                                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ],
                                                        "enum": [
                                                            "absolute",
                                                            "relative",
                                                            "hidden"
                                                        ]
                                                    },
                                                    "show_sorting_options": {
                                                        "description": "Whether to display sorting options in this Component.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "show_filtering_options": {
                                                        "description": "Whether to display filtering options in this Component.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "attribute_filter_ids": {
                                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                                        "type": "array",
                                                        "items": {
                                                            "type": "integer"
                                                        },
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "select_action": {
                                                        "description": "Whether to display selected option or move to the next Component",
                                                        "type": "string",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_title_visible": {
                                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_descr_visible": {
                                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_price_visible": {
                                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "product_thumb_visible": {
                                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "subtotal_visible_product": {
                                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "subtotal_visible_cart": {
                                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    },
                                                    "subtotal_visible_orders": {
                                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                                        "type": "boolean",
                                                        "context": [
                                                            "view",
                                                            "edit"
                                                        ]
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                "woocommerce_google_analytics_integration": {
                                    "description": "Extensiegegevens geregistreerd door woocommerce_google_analytics_integration",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "identifier": {
                                            "description": "The formatted product identifier to use in Google Analytics events.",
                                            "type": "string",
                                            "readonly": true
                                        }
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Unieke identificatiecode voor het artikel in de winkelwagen.",
                            "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": "Unieke identificatiecode voor de coupon in de winkelwagen.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatiecode (sleutel) voor het winkelwagenartikel.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "De ID van het pakket dat wordt verzonden. Laat leeg om op alle pakketten toe te passen.",
                            "type": [
                                "integer",
                                "string",
                                "null"
                            ],
                            "required": false
                        },
                        "rate_id": {
                            "description": "De gekozen kosten-ID voor het pakket.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatiecode (sleutel) voor het winkelwagenartikel dat moet worden bijgewerkt.",
                            "type": "string",
                            "required": false
                        },
                        "quantity": {
                            "description": "Nieuwe hoeveelheid van dit artikel in de winkelwagen.",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-mail",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "Data die naar de betaalmethode worden geleid bij het verwerken van betalingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_password": {
                            "description": "Klantenwachtwoord voor nieuwe accounts, indien van toepassing.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Opmerking toegevoegd aan de bestelling door de klant tijdens het afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-mail",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "De ID van de betaalmethode die wordt gebruikt om de betaling te verwerken.",
                            "type": "string",
                            "enum": [
                                "",
                                "stripe_us_bank_account",
                                "stripe_alipay",
                                "stripe_amazon_pay",
                                "stripe_affirm",
                                "stripe_afterpay_clearpay",
                                "stripe_boleto",
                                "stripe_oxxo",
                                "stripe_sepa_debit",
                                "stripe_multibanco",
                                "stripe_link",
                                "stripe_wechat_pay",
                                "stripe_cashapp",
                                "stripe_acss_debit",
                                "stripe_bacs_debit",
                                "stripe_au_becs_debit",
                                "stripe",
                                "stripe_klarna",
                                "stripe_eps",
                                "stripe_bancontact",
                                "stripe_ideal",
                                "stripe_p24",
                                "stripe_blik",
                                "bacs",
                                "cheque",
                                "cod",
                                "ppcp-card-button-gateway",
                                "ppcp-gateway"
                            ],
                            "required": false
                        },
                        "create_account": {
                            "description": "Of je een nieuw gebruikersaccount aanmaakt tijdens het verwerken van de bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "additional_fields": {
                            "description": "Extra velden die bij de bestelling moeten worden bewaard.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "thwcfe-additional-fields": {
                                    "description": "Extensiegegevens geregistreerd door thwcfe-additional-fields",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "contact": {
                                            "description": "Additional checkout fields for section contact",
                                            "type": [
                                                "object",
                                                "null"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "additional_info": {
                                            "description": "Additional checkout fields for section additional_info",
                                            "type": [
                                                "object",
                                                "null"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        }
                                    }
                                },
                                "ppcp_recaptcha": {
                                    "description": "Extensiegegevens geregistreerd door ppcp_recaptcha",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "token": {
                                            "description": "reCAPTCHA token",
                                            "type": "string",
                                            "readonly": false
                                        },
                                        "version": {
                                            "description": "reCAPTCHA version",
                                            "type": "string",
                                            "readonly": false
                                        }
                                    }
                                },
                                "mailpoet": {
                                    "description": "Extensiegegevens geregistreerd door mailpoet",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "optin": {
                                            "description": "Subscribe to marketing opt-in.",
                                            "type": [
                                                "boolean",
                                                "null"
                                            ]
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "Extensiegegevens geregistreerd door woocommerce\/order-attribution",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Veld voor toewijzing van bestelling: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Veld voor toewijzing van bestelling: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Veld voor toewijzing van bestelling: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Veld voor toewijzing van bestelling: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Veld voor toewijzing van bestelling: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Veld voor toewijzing van bestelling: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Veld voor toewijzing van bestelling: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Veld voor toewijzing van bestelling: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Veld voor toewijzing van bestelling: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Veld voor toewijzing van bestelling: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Veld voor toewijzing van bestelling: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Veld voor toewijzing van bestelling: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Veld voor toewijzing van bestelling: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Veld voor toewijzing van bestelling: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Veld voor toewijzing van bestelling: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Veld voor toewijzing van bestelling: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "thwcfe-additional-fields": [],
                                "ppcp_recaptcha": [],
                                "mailpoet": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "additional_fields": {
                            "description": "Extra velden die bij de bestelling moeten worden bewaard.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "payment_method": {
                            "description": "De ID van de betaalmethode die wordt gebruikt om de betaling te verwerken.",
                            "type": "string",
                            "enum": [
                                "",
                                "stripe_us_bank_account",
                                "stripe_alipay",
                                "stripe_amazon_pay",
                                "stripe_affirm",
                                "stripe_afterpay_clearpay",
                                "stripe_boleto",
                                "stripe_oxxo",
                                "stripe_sepa_debit",
                                "stripe_multibanco",
                                "stripe_link",
                                "stripe_wechat_pay",
                                "stripe_cashapp",
                                "stripe_acss_debit",
                                "stripe_bacs_debit",
                                "stripe_au_becs_debit",
                                "stripe",
                                "stripe_klarna",
                                "stripe_eps",
                                "stripe_bancontact",
                                "stripe_ideal",
                                "stripe_p24",
                                "stripe_blik",
                                "bacs",
                                "cheque",
                                "cod",
                                "ppcp-card-button-gateway",
                                "ppcp-gateway"
                            ],
                            "required": false
                        },
                        "order_notes": {
                            "description": "Bestelnotities.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Opmerking toegevoegd aan de bestelling door de klant tijdens het afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-mail",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "create_account": {
                            "description": "Of je een nieuw gebruikersaccount aanmaakt tijdens het verwerken van de bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "thwcfe-additional-fields": {
                                    "description": "Extensiegegevens geregistreerd door thwcfe-additional-fields",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "contact": {
                                            "description": "Additional checkout fields for section contact",
                                            "type": [
                                                "object",
                                                "null"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "additional_info": {
                                            "description": "Additional checkout fields for section additional_info",
                                            "type": [
                                                "object",
                                                "null"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        }
                                    }
                                },
                                "ppcp_recaptcha": {
                                    "description": "Extensiegegevens geregistreerd door ppcp_recaptcha",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "token": {
                                            "description": "reCAPTCHA token",
                                            "type": "string",
                                            "readonly": false
                                        },
                                        "version": {
                                            "description": "reCAPTCHA version",
                                            "type": "string",
                                            "readonly": false
                                        }
                                    }
                                },
                                "mailpoet": {
                                    "description": "Extensiegegevens geregistreerd door mailpoet",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "optin": {
                                            "description": "Subscribe to marketing opt-in.",
                                            "type": [
                                                "boolean",
                                                "null"
                                            ]
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "Extensiegegevens geregistreerd door woocommerce\/order-attribution",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Veld voor toewijzing van bestelling: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Veld voor toewijzing van bestelling: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Veld voor toewijzing van bestelling: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Veld voor toewijzing van bestelling: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Veld voor toewijzing van bestelling: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Veld voor toewijzing van bestelling: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Veld voor toewijzing van bestelling: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Veld voor toewijzing van bestelling: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Veld voor toewijzing van bestelling: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Veld voor toewijzing van bestelling: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Veld voor toewijzing van bestelling: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Veld voor toewijzing van bestelling: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Veld voor toewijzing van bestelling: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Veld voor toewijzing van bestelling: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Veld voor toewijzing van bestelling: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Veld voor toewijzing van bestelling: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Data die naar de betaalmethode worden geleid bij het verwerken van betalingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_note": {
                            "description": "Opmerking toegevoegd aan de bestelling door de klant tijdens het afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-mail",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Achternaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Bedrijfsnaam",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Adres",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartement, suite enz.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Plaats",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Code van staat\/graafschap, of naam van de staat, graafschap, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postcode",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Land\/regio-code in ISO 3166-1 alfa-2-indeling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefoon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "De ID van de betaalmethode die wordt gebruikt om de betaling te verwerken.",
                            "type": "string",
                            "enum": [
                                "",
                                "stripe_us_bank_account",
                                "stripe_alipay",
                                "stripe_amazon_pay",
                                "stripe_affirm",
                                "stripe_afterpay_clearpay",
                                "stripe_boleto",
                                "stripe_oxxo",
                                "stripe_sepa_debit",
                                "stripe_multibanco",
                                "stripe_link",
                                "stripe_wechat_pay",
                                "stripe_cashapp",
                                "stripe_acss_debit",
                                "stripe_bacs_debit",
                                "stripe_au_becs_debit",
                                "stripe",
                                "stripe_klarna",
                                "stripe_eps",
                                "stripe_bancontact",
                                "stripe_ideal",
                                "stripe_p24",
                                "stripe_blik",
                                "bacs",
                                "cheque",
                                "cod",
                                "ppcp-card-button-gateway",
                                "ppcp-gateway"
                            ],
                            "required": false
                        },
                        "additional_fields": {
                            "description": "Extra velden die bij de bestelling moeten worden bewaard.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "thwcfe-additional-fields": {
                                    "description": "Extensiegegevens geregistreerd door thwcfe-additional-fields",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "contact": {
                                            "description": "Additional checkout fields for section contact",
                                            "type": [
                                                "object",
                                                "null"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "additional_info": {
                                            "description": "Additional checkout fields for section additional_info",
                                            "type": [
                                                "object",
                                                "null"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        }
                                    }
                                },
                                "ppcp_recaptcha": {
                                    "description": "Extensiegegevens geregistreerd door ppcp_recaptcha",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "token": {
                                            "description": "reCAPTCHA token",
                                            "type": "string",
                                            "readonly": false
                                        },
                                        "version": {
                                            "description": "reCAPTCHA version",
                                            "type": "string",
                                            "readonly": false
                                        }
                                    }
                                },
                                "mailpoet": {
                                    "description": "Extensiegegevens geregistreerd door mailpoet",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "optin": {
                                            "description": "Subscribe to marketing opt-in.",
                                            "type": [
                                                "boolean",
                                                "null"
                                            ]
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "Extensiegegevens geregistreerd door woocommerce\/order-attribution",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Veld voor toewijzing van bestelling: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Veld voor toewijzing van bestelling: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Veld voor toewijzing van bestelling: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Veld voor toewijzing van bestelling: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Veld voor toewijzing van bestelling: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Veld voor toewijzing van bestelling: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Veld voor toewijzing van bestelling: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Veld voor toewijzing van bestelling: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Veld voor toewijzing van bestelling: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Veld voor toewijzing van bestelling: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Veld voor toewijzing van bestelling: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Veld voor toewijzing van bestelling: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Veld voor toewijzing van bestelling: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Veld voor toewijzing van bestelling: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Veld voor toewijzing van bestelling: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Veld voor toewijzing van bestelling: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "thwcfe-additional-fields": [],
                                "ppcp_recaptcha": [],
                                "mailpoet": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/order\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "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": "Unieke identificatiecode voor de eigenschap.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximumaantal artikelen dat moet worden aangegeven in resultaatset. Heeft standaard geen limiet indien leeg gelaten.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Oplopend of aflopend sorteren.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteren op trefwoordeigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count",
                                "menu_order",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indien waar worden lege trefwoorden niet aangegeven.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultaten tot termen met een specifieke ouder (alleen hi\u00ebrarchische taxonomie\u00ebn).",
                            "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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximumaantal artikelen dat moet worden aangegeven in resultaatset. Heeft standaard geen limiet indien leeg gelaten.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Oplopend of aflopend sorteren.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteren op trefwoordeigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indien waar worden lege trefwoorden niet aangegeven.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultaten tot termen met een specifieke ouder (alleen hi\u00ebrarchische taxonomie\u00ebn).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximumaantal artikelen dat moet worden aangegeven in resultaatset. Heeft standaard geen limiet indien leeg gelaten.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Oplopend of aflopend sorteren.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteren op trefwoordeigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indien waar worden lege trefwoorden niet aangegeven.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultaten tot termen met een specifieke ouder (alleen hi\u00ebrarchische taxonomie\u00ebn).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk de resultaten tot producten met specifieke slug(s). Gebruik komma's om te scheiden.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Reactie beperken tot resources aangemaakt v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "Wanneer een reactie wordt beperkt met na\/voor, de datumkolom waarmee dit vergeleken moet worden.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Beperk resultaten tot producten van een bepaald type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Beperk resultaten tot uitgelichte producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Beperk de resultatenset tot producten waaraan een set categorie-ID&#039;s of slugs zijn toegewezen, gescheiden door komma&#039;s.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "Operator om termen van productcategorie\u00ebn te vergelijken.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "brand": {
                            "description": "Beperk de resultatenset tot producten waaraan een set merk-ID&#039;s of slugs zijn toegewezen, gescheiden door komma&#039;s.",
                            "type": "string",
                            "required": false
                        },
                        "brand_operator": {
                            "description": "Operator om productmerktermen te vergelijken.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "Beperk de resultatenset tot producten waaraan een set tag-ID&#039;s of slugs is toegewezen, gescheiden door komma&#039;s.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "Operator vergelijkt producttags.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Resultaatset beperken tot producten op basis van een minimumprijs, aangegeven met de kleinste valuta-eenheid.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Resultaatset beperken tot producten op basis van een maximumprijs, aangegeven met de kleinste valuta-eenheid.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beperk resultaten tot producten met een specifieke voorraadstatus.",
                            "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": "Beperk resultaten tot producten met bepaalde algemene eigenschappen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Taxonomienaam eigenschap.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Lijst met ID's van trefwoordeigenschappen.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Lijst met eigenschap slug(s). Als een trefwoord ID is opgegeven, wordt dit genegeerd.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "Operator om termen van productkenmerken te vergelijken.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Het logische verband tussen eigenschappen wanneer op meerdere tegelijk wordt gefilterd.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Bepaalt of verborgen of zichtbare catalogusprodcten worden weergegeven.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Beperk resultaten tot producten met een bepaalde gemiddelde beoordeling.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_price_range": {
                            "description": "Indien waar worden de minimum- en maximumproductprijzen berekend voor de collectie.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_stock_status_counts": {
                            "description": "Indien waar wordt het aantal op voorraad berekend voor producten in de collectie.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_attribute_counts": {
                            "description": "Indien aangevraagd, wordt het aantal eigenschaptrefwoorden berekend voor producten in de collectie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "taxonomy": {
                                        "description": "Taxonomienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "query_type": {
                                        "description": "Filter conditie\t uitgevoerd kan tellingen be\u00efnvloeden. Geldige waarden zijn \"and\" en \"or\".",
                                        "type": "string",
                                        "enum": [
                                            "and",
                                            "or"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_rating_counts": {
                            "description": "Indien waar wordt het aantal beoordelingen berekend voor producten in de collectie.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_taxonomy_counts": {
                            "description": "Indien aangevraagd, wordt het aantal taxonomietermen berekend voor producten in de collectie.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "description": "Taxonomienaam."
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "rating",
                                "product"
                            ],
                            "required": false
                        },
                        "category_id": {
                            "description": "Beperk resultaten tot beoordelingen van specifieke categorie-ID's.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Beperk resultaten tot beoordelingen van specifieke product-ID's.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximumaantal artikelen dat moet worden aangegeven in resultaatset. Heeft standaard geen limiet indien leeg gelaten.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Oplopend of aflopend sorteren.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteren op trefwoordeigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indien waar worden lege trefwoorden niet aangegeven.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultaten tot termen met een specifieke ouder (alleen hi\u00ebrarchische taxonomie\u00ebn).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk de resultaten tot producten met specifieke slug(s). Gebruik komma's om te scheiden.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Reactie beperken tot resources aangemaakt v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "Wanneer een reactie wordt beperkt met na\/voor, de datumkolom waarmee dit vergeleken moet worden.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Beperk resultaten tot producten van een bepaald type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Beperk resultaten tot uitgelichte producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Beperk de resultatenset tot producten waaraan een set categorie-ID&#039;s of slugs zijn toegewezen, gescheiden door komma&#039;s.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "Operator om termen van productcategorie\u00ebn te vergelijken.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "brand": {
                            "description": "Beperk de resultatenset tot producten waaraan een set merk-ID&#039;s of slugs zijn toegewezen, gescheiden door komma&#039;s.",
                            "type": "string",
                            "required": false
                        },
                        "brand_operator": {
                            "description": "Operator om productmerktermen te vergelijken.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "Beperk de resultatenset tot producten waaraan een set tag-ID&#039;s of slugs is toegewezen, gescheiden door komma&#039;s.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "Operator vergelijkt producttags.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Resultaatset beperken tot producten op basis van een minimumprijs, aangegeven met de kleinste valuta-eenheid.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Resultaatset beperken tot producten op basis van een maximumprijs, aangegeven met de kleinste valuta-eenheid.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beperk resultaten tot producten met een specifieke voorraadstatus.",
                            "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": "Beperk resultaten tot producten met bepaalde algemene eigenschappen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Taxonomienaam eigenschap.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Lijst met ID's van trefwoordeigenschappen.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Lijst met eigenschap slug(s). Als een trefwoord ID is opgegeven, wordt dit genegeerd.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "Operator om termen van productkenmerken te vergelijken.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Het logische verband tussen eigenschappen wanneer op meerdere tegelijk wordt gefilterd.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Bepaalt of verborgen of zichtbare catalogusprodcten worden weergegeven.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Beperk resultaten tot producten met een bepaalde gemiddelde beoordeling.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "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 van de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope waarop het verzoek wordt gedaan; bepaalt de aanwezige velden in de reactie.",
                            "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:\/\/inzain.bike\/nl_be\/wp-json\/wc\/private"
                    }
                ]
            }
        },
        "\/wc\/private\/patterns": {
            "namespace": "wc\/private",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/private\/patterns"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-rocket\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-rocket\/v1"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocketcdn\/enable": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        },
                        "key": {
                            "required": true
                        },
                        "url": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-rocket\/v1\/rocketcdn\/enable"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocketcdn\/disable": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        },
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-rocket\/v1\/rocketcdn\/disable"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/cpcss\/post\/(?P<id>[\\d]+)": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp-rocket\/v1\/support": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        },
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-rocket\/v1\/support"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/dynamic_lists\/update": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-rocket\/v1\/dynamic_lists\/update"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/options\/export": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-rocket\/v1\/options\/export"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocket-insights\/pages": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "required": false
                        },
                        "post_id": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "page_url": {
                            "required": true
                        },
                        "source": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-rocket\/v1\/rocket-insights\/pages"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocket-insights\/pages\/progress": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ids": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-rocket\/v1\/rocket-insights\/pages\/progress"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocket-insights\/pages\/(?P<id>\\d+)": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "source": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/brands": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Categorienaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/brands\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Categorienaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2\/products\/brands\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/brands": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Categorienaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/brands\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Categorienaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/products\/brands\/batch"
                    }
                ]
            }
        },
        "\/wc\/gla": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/gla",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/settings": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/settings"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/connect": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/connect"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/accounts": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "description": "Google Ads Account ID.",
                            "required": false
                        },
                        "billing_url": {
                            "type": "string",
                            "description": "Billing Flow URL.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/accounts"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/connection": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/connection"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/billing-status": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/billing-status"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/account-status": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/account-status"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/campaigns": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "exclude_removed": {
                            "description": "Exclude removed campaigns.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of rows to be returned in result data.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 10000,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "ID number.",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Descriptive campaign name.",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "enum": [
                                "enabled",
                                "paused",
                                "removed"
                            ],
                            "description": "Campaign status.",
                            "required": false
                        },
                        "type": {
                            "type": "string",
                            "enum": [
                                "unspecified",
                                "unknown",
                                "search",
                                "display",
                                "shopping",
                                "hotel",
                                "video",
                                "multi_channel",
                                "local",
                                "smart",
                                "performance_max"
                            ],
                            "description": "Campaign type.",
                            "required": false
                        },
                        "amount": {
                            "type": "number",
                            "description": "Daily budget amount in the local currency.",
                            "required": true
                        },
                        "country": {
                            "type": "string",
                            "description": "Country code of sale country in ISO 3166-1 alpha-2 format.",
                            "required": false
                        },
                        "targeted_locations": {
                            "type": "array",
                            "description": "The locations that an Ads campaign is targeting in ISO 3166-1 alpha-2 format.",
                            "minItems": 1,
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        },
                        "label": {
                            "type": "string",
                            "description": "The name of the label to assign to the campaign.",
                            "required": false
                        },
                        "eu_political_advertising_confirmation": {
                            "type": "boolean",
                            "description": "Whether the Campaign has political content as defined by Google's EU political content policy.",
                            "default": false,
                            "required": false
                        },
                        "final_url": {
                            "type": "string",
                            "description": "Final URL",
                            "required": false
                        },
                        "assets": {
                            "type": "array",
                            "description": "Asset is a part of an ad which can be shared across multiple ads. It can be an image, headlines, descriptions, etc.",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "square_marketing_image": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": [
                                                        "integer",
                                                        "null"
                                                    ],
                                                    "description": "Asset ID"
                                                },
                                                "content": {
                                                    "type": [
                                                        "string",
                                                        "null"
                                                    ],
                                                    "description": "Asset content"
                                                },
                                                "field_type": {
                                                    "type": "string",
                                                    "description": "Asset field type",
                                                    "required": true,
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "enum": [
                                                        "headline",
                                                        "long_headline",
                                                        "description",
                                                        "business_name",
                                                        "marketing_image",
                                                        "square_marketing_image",
                                                        "logo",
                                                        "call_to_action_selection",
                                                        "portrait_marketing_image",
                                                        "youtube_video"
                                                    ]
                                                }
                                            }
                                        },
                                        "required": false
                                    },
                                    "marketing_image": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": [
                                                        "integer",
                                                        "null"
                                                    ],
                                                    "description": "Asset ID"
                                                },
                                                "content": {
                                                    "type": [
                                                        "string",
                                                        "null"
                                                    ],
                                                    "description": "Asset content"
                                                },
                                                "field_type": {
                                                    "type": "string",
                                                    "description": "Asset field type",
                                                    "required": true,
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "enum": [
                                                        "headline",
                                                        "long_headline",
                                                        "description",
                                                        "business_name",
                                                        "marketing_image",
                                                        "square_marketing_image",
                                                        "logo",
                                                        "call_to_action_selection",
                                                        "portrait_marketing_image",
                                                        "youtube_video"
                                                    ]
                                                }
                                            }
                                        },
                                        "required": false
                                    },
                                    "portrait_marketing_image": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": [
                                                        "integer",
                                                        "null"
                                                    ],
                                                    "description": "Asset ID"
                                                },
                                                "content": {
                                                    "type": [
                                                        "string",
                                                        "null"
                                                    ],
                                                    "description": "Asset content"
                                                },
                                                "field_type": {
                                                    "type": "string",
                                                    "description": "Asset field type",
                                                    "required": true,
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "enum": [
                                                        "headline",
                                                        "long_headline",
                                                        "description",
                                                        "business_name",
                                                        "marketing_image",
                                                        "square_marketing_image",
                                                        "logo",
                                                        "call_to_action_selection",
                                                        "portrait_marketing_image",
                                                        "youtube_video"
                                                    ]
                                                }
                                            }
                                        },
                                        "required": false
                                    },
                                    "logo": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": [
                                                        "integer",
                                                        "null"
                                                    ],
                                                    "description": "Asset ID"
                                                },
                                                "content": {
                                                    "type": [
                                                        "string",
                                                        "null"
                                                    ],
                                                    "description": "Asset content"
                                                },
                                                "field_type": {
                                                    "type": "string",
                                                    "description": "Asset field type",
                                                    "required": true,
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "enum": [
                                                        "headline",
                                                        "long_headline",
                                                        "description",
                                                        "business_name",
                                                        "marketing_image",
                                                        "square_marketing_image",
                                                        "logo",
                                                        "call_to_action_selection",
                                                        "portrait_marketing_image",
                                                        "youtube_video"
                                                    ]
                                                }
                                            }
                                        },
                                        "required": false
                                    },
                                    "business_name": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": [
                                                        "integer",
                                                        "null"
                                                    ],
                                                    "description": "Asset ID"
                                                },
                                                "content": {
                                                    "type": [
                                                        "string",
                                                        "null"
                                                    ],
                                                    "description": "Asset content"
                                                },
                                                "field_type": {
                                                    "type": "string",
                                                    "description": "Asset field type",
                                                    "required": true,
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "enum": [
                                                        "headline",
                                                        "long_headline",
                                                        "description",
                                                        "business_name",
                                                        "marketing_image",
                                                        "square_marketing_image",
                                                        "logo",
                                                        "call_to_action_selection",
                                                        "portrait_marketing_image",
                                                        "youtube_video"
                                                    ]
                                                }
                                            }
                                        },
                                        "required": false
                                    },
                                    "headline": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": [
                                                        "integer",
                                                        "null"
                                                    ],
                                                    "description": "Asset ID"
                                                },
                                                "content": {
                                                    "type": [
                                                        "string",
                                                        "null"
                                                    ],
                                                    "description": "Asset content"
                                                },
                                                "field_type": {
                                                    "type": "string",
                                                    "description": "Asset field type",
                                                    "required": true,
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "enum": [
                                                        "headline",
                                                        "long_headline",
                                                        "description",
                                                        "business_name",
                                                        "marketing_image",
                                                        "square_marketing_image",
                                                        "logo",
                                                        "call_to_action_selection",
                                                        "portrait_marketing_image",
                                                        "youtube_video"
                                                    ]
                                                }
                                            }
                                        },
                                        "required": false
                                    },
                                    "description": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": [
                                                        "integer",
                                                        "null"
                                                    ],
                                                    "description": "Asset ID"
                                                },
                                                "content": {
                                                    "type": [
                                                        "string",
                                                        "null"
                                                    ],
                                                    "description": "Asset content"
                                                },
                                                "field_type": {
                                                    "type": "string",
                                                    "description": "Asset field type",
                                                    "required": true,
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "enum": [
                                                        "headline",
                                                        "long_headline",
                                                        "description",
                                                        "business_name",
                                                        "marketing_image",
                                                        "square_marketing_image",
                                                        "logo",
                                                        "call_to_action_selection",
                                                        "portrait_marketing_image",
                                                        "youtube_video"
                                                    ]
                                                }
                                            }
                                        },
                                        "required": false
                                    },
                                    "long_headline": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": [
                                                        "integer",
                                                        "null"
                                                    ],
                                                    "description": "Asset ID"
                                                },
                                                "content": {
                                                    "type": [
                                                        "string",
                                                        "null"
                                                    ],
                                                    "description": "Asset content"
                                                },
                                                "field_type": {
                                                    "type": "string",
                                                    "description": "Asset field type",
                                                    "required": true,
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "enum": [
                                                        "headline",
                                                        "long_headline",
                                                        "description",
                                                        "business_name",
                                                        "marketing_image",
                                                        "square_marketing_image",
                                                        "logo",
                                                        "call_to_action_selection",
                                                        "portrait_marketing_image",
                                                        "youtube_video"
                                                    ]
                                                }
                                            }
                                        },
                                        "required": false
                                    },
                                    "call_to_action_selection": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": [
                                                        "integer",
                                                        "null"
                                                    ],
                                                    "description": "Asset ID"
                                                },
                                                "content": {
                                                    "type": [
                                                        "string",
                                                        "null"
                                                    ],
                                                    "description": "Asset content"
                                                },
                                                "field_type": {
                                                    "type": "string",
                                                    "description": "Asset field type",
                                                    "required": true,
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "enum": [
                                                        "headline",
                                                        "long_headline",
                                                        "description",
                                                        "business_name",
                                                        "marketing_image",
                                                        "square_marketing_image",
                                                        "logo",
                                                        "call_to_action_selection",
                                                        "portrait_marketing_image",
                                                        "youtube_video"
                                                    ]
                                                }
                                            }
                                        },
                                        "required": false
                                    },
                                    "youtube_video": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": [
                                                        "integer",
                                                        "null"
                                                    ],
                                                    "description": "Asset ID"
                                                },
                                                "content": {
                                                    "type": [
                                                        "string",
                                                        "null"
                                                    ],
                                                    "description": "Asset content"
                                                },
                                                "field_type": {
                                                    "type": "string",
                                                    "description": "Asset field type",
                                                    "required": true,
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "enum": [
                                                        "headline",
                                                        "long_headline",
                                                        "description",
                                                        "business_name",
                                                        "marketing_image",
                                                        "square_marketing_image",
                                                        "logo",
                                                        "call_to_action_selection",
                                                        "portrait_marketing_image",
                                                        "youtube_video"
                                                    ]
                                                }
                                            }
                                        },
                                        "required": false
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/campaigns"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/campaigns\/missing-eu-political-declaration": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/campaigns\/missing-eu-political-declaration"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/campaigns\/(?P<id>[\\d]+)": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Descriptive campaign name.",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "enum": [
                                "enabled",
                                "paused",
                                "removed"
                            ],
                            "description": "Campaign status.",
                            "required": false
                        },
                        "amount": {
                            "type": "number",
                            "description": "Daily budget amount in the local currency.",
                            "required": false
                        },
                        "eu_political_advertising_confirmation": {
                            "type": "boolean",
                            "description": "Whether the Campaign has political content as defined by Google's EU political content policy.",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/gla\/ads\/campaigns\/asset-groups\/(?P<id>[\\d]+)": {
            "namespace": "wc\/gla",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Asset Group ID.",
                            "type": "integer",
                            "required": true
                        },
                        "assets": {
                            "type": "array",
                            "description": "List of asset to be edited.",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": [
                                            "integer",
                                            "null"
                                        ],
                                        "description": "Asset ID"
                                    },
                                    "content": {
                                        "type": [
                                            "string",
                                            "null"
                                        ],
                                        "description": "Asset content"
                                    },
                                    "field_type": {
                                        "type": "string",
                                        "description": "Asset field type",
                                        "required": true,
                                        "context": [
                                            "edit"
                                        ],
                                        "enum": [
                                            "headline",
                                            "long_headline",
                                            "description",
                                            "business_name",
                                            "marketing_image",
                                            "square_marketing_image",
                                            "logo",
                                            "call_to_action_selection",
                                            "portrait_marketing_image",
                                            "youtube_video"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "final_url": {
                            "type": "string",
                            "description": "Final URL.",
                            "required": false
                        },
                        "path1": {
                            "type": "string",
                            "description": "Asset Group path 1.",
                            "required": false
                        },
                        "path2": {
                            "type": "string",
                            "description": "Asset Group path 2.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/gla\/ads\/campaigns\/asset-groups": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "campaign_id": {
                            "description": "Campaign ID.",
                            "type": "integer",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "campaign_id": {
                            "description": "Campaign ID.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/campaigns\/asset-groups"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/reports\/programs": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to data after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "default": "-7 days",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to data before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "default": "now",
                            "required": false
                        },
                        "ids": {
                            "description": "Limit result to items with specified ids.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "fields": {
                            "description": "Limit totals to a set of fields.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by attribute.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of rows to be returned in result data.",
                            "type": "integer",
                            "default": 200,
                            "minimum": 1,
                            "maximum": 1000,
                            "required": false
                        },
                        "next_page": {
                            "description": "Token to retrieve the next page.",
                            "type": "string",
                            "required": false
                        },
                        "interval": {
                            "description": "Time interval to use for segments in the returned data.",
                            "type": "string",
                            "enum": [
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/reports\/programs"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/reports\/products": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to data after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "default": "-7 days",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to data before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "default": "now",
                            "required": false
                        },
                        "ids": {
                            "description": "Limit result to items with specified ids.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "fields": {
                            "description": "Limit totals to a set of fields.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by attribute.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of rows to be returned in result data.",
                            "type": "integer",
                            "default": 200,
                            "minimum": 1,
                            "maximum": 1000,
                            "required": false
                        },
                        "next_page": {
                            "description": "Token to retrieve the next page.",
                            "type": "string",
                            "required": false
                        },
                        "interval": {
                            "description": "Time interval to use for segments in the returned data.",
                            "type": "string",
                            "enum": [
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/reports\/products"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/campaigns\/budget-metrics": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "budget": {
                            "description": "Budget to fetch metrics for.",
                            "type": "number",
                            "minimum": 0,
                            "required": false
                        },
                        "country_codes": {
                            "description": "List of country codes to fetch metrics for.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "minItems": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/campaigns\/budget-metrics"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/campaigns\/budget-recommendation": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "country_codes": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "minItems": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/campaigns\/budget-recommendation"
                    }
                ]
            }
        },
        "\/wc\/gla\/google\/connect": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "next_page_name": {
                            "description": "Indicates the next page name mapped to the redirect URL when back from Google authorization.",
                            "type": "string",
                            "default": "setup-mc",
                            "enum": [
                                "setup-mc",
                                "setup-ads",
                                "reconnect"
                            ],
                            "required": false
                        },
                        "login_hint": {
                            "description": "Indicate the Google account to suggest for authorization.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/google\/connect"
                    }
                ]
            }
        },
        "\/wc\/gla\/google\/connected": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/google\/connected"
                    }
                ]
            }
        },
        "\/wc\/gla\/google\/reconnected": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/google\/reconnected"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/incentive-credits": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/incentive-credits"
                    }
                ]
            }
        },
        "\/wc\/gla\/jetpack\/connect": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "next_page_name": {
                            "description": "Indicates the next page name mapped to the redirect URL when back from Jetpack authorization.",
                            "type": "string",
                            "default": "setup-mc",
                            "enum": [
                                "setup-mc",
                                "reconnect"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/jetpack\/connect"
                    }
                ]
            }
        },
        "\/wc\/gla\/jetpack\/connected": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/jetpack\/connected"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/product-statistics": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/product-statistics"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/product-statistics\/refresh": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/product-statistics\/refresh"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/issues(\/(?P<type_filter>[a-z]+))?": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Page of data to retrieve.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of rows to be returned in result data.",
                            "type": "integer",
                            "default": 0,
                            "minimum": 0,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/gla\/mc\/product-feed": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/product-feed"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/product-visibility": {
            "namespace": "wc\/gla",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "ids": {
                            "description": "IDs of the products to update.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "visible": {
                            "description": "New Visibility status for the specified products.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/product-visibility"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/contact-information": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/contact-information"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/phone-verification\/request": {
            "namespace": "wc\/gla",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "phone_region_code": {
                            "description": "Two-letter country code (ISO 3166-1 alpha-2) for the phone number.",
                            "type": "string",
                            "required": true
                        },
                        "phone_number": {
                            "description": "The phone number to verify.",
                            "type": "string",
                            "required": true
                        },
                        "verification_method": {
                            "description": "Method used to verify the phone number.",
                            "enum": [
                                "SMS",
                                "PHONE_CALL"
                            ],
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/phone-verification\/request"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/phone-verification\/verify": {
            "namespace": "wc\/gla",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "verification_id": {
                            "description": "The verification ID returned by the \/request call.",
                            "type": "string",
                            "required": true
                        },
                        "verification_code": {
                            "description": "The verification code that was sent to the phone number for validation.",
                            "type": "string",
                            "required": true
                        },
                        "verification_method": {
                            "description": "Method used to verify the phone number.",
                            "enum": [
                                "SMS",
                                "PHONE_CALL"
                            ],
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/phone-verification\/verify"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/accounts": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "description": "Merchant Center Account ID.",
                            "required": false
                        },
                        "subaccount": {
                            "type": "boolean",
                            "description": "Is a MCA sub account.",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "The Merchant Center Account name.",
                            "required": false
                        },
                        "domain": {
                            "type": "string",
                            "description": "The domain registered with the Merchant Center Account.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/accounts"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/accounts\/claim-overwrite": {
            "namespace": "wc\/gla",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "description": "Merchant Center Account ID.",
                            "required": false
                        },
                        "subaccount": {
                            "type": "boolean",
                            "description": "Is a MCA sub account.",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "The Merchant Center Account name.",
                            "required": false
                        },
                        "domain": {
                            "type": "string",
                            "description": "The domain registered with the Merchant Center Account.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/accounts\/claim-overwrite"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/accounts\/switch-url": {
            "namespace": "wc\/gla",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "description": "Merchant Center Account ID.",
                            "required": false
                        },
                        "subaccount": {
                            "type": "boolean",
                            "description": "Is a MCA sub account.",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "The Merchant Center Account name.",
                            "required": false
                        },
                        "domain": {
                            "type": "string",
                            "description": "The domain registered with the Merchant Center Account.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/accounts\/switch-url"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/connection": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/connection"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/setup": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/setup"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/review": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/review"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/reports\/programs": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to data after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "default": "-7 days",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to data before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "default": "now",
                            "required": false
                        },
                        "ids": {
                            "description": "Limit result to items with specified ids.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "fields": {
                            "description": "Limit totals to a set of fields.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by attribute.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of rows to be returned in result data.",
                            "type": "integer",
                            "default": 200,
                            "minimum": 1,
                            "maximum": 1000,
                            "required": false
                        },
                        "next_page": {
                            "description": "Token to retrieve the next page.",
                            "type": "string",
                            "required": false
                        },
                        "interval": {
                            "description": "Time interval to use for segments in the returned data.",
                            "type": "string",
                            "enum": [
                                "day"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/reports\/programs"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/reports\/products": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to data after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "default": "-7 days",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to data before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "default": "now",
                            "required": false
                        },
                        "ids": {
                            "description": "Limit result to items with specified ids.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "fields": {
                            "description": "Limit totals to a set of fields.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by attribute.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of rows to be returned in result data.",
                            "type": "integer",
                            "default": 200,
                            "minimum": 1,
                            "maximum": 1000,
                            "required": false
                        },
                        "next_page": {
                            "description": "Token to retrieve the next page.",
                            "type": "string",
                            "required": false
                        },
                        "interval": {
                            "description": "Time interval to use for segments in the returned data.",
                            "type": "string",
                            "enum": [
                                "day"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/reports\/products"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/shipping\/rates\/batch": {
            "namespace": "wc\/gla",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "rates": {
                            "type": "array",
                            "minItems": 1,
                            "uniqueItems": true,
                            "description": "Array of shipping rates to create.",
                            "items": {
                                "type": "object",
                                "additionalProperties": false,
                                "properties": {
                                    "id": {
                                        "type": "number",
                                        "description": "The shipping rate unique identification number.",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "country": {
                                        "type": "string",
                                        "description": "Country code in ISO 3166-1 alpha-2 format.",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "sanitize_callback": [],
                                        "validate_callback": [],
                                        "required": true
                                    },
                                    "currency": {
                                        "type": "string",
                                        "description": "The currency to use for the shipping rate.",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "default": "USD"
                                    },
                                    "rate": {
                                        "type": "number",
                                        "minimum": 0,
                                        "description": "The shipping rate.",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "required": true
                                    },
                                    "options": {
                                        "type": "object",
                                        "additionalProperties": false,
                                        "description": "Array of options for the shipping method.",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "default": [],
                                        "properties": {
                                            "free_shipping_threshold": {
                                                "type": "number",
                                                "minimum": 0,
                                                "description": "Minimum price eligible for free shipping.",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "validate_callback": "rest_validate_request_arg"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "ids": {
                            "type": "array",
                            "description": "Array of unique shipping rate identification numbers.",
                            "minItems": 1,
                            "uniqueItems": true,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/shipping\/rates\/batch"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/shipping\/rates": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "description": "The shipping rate unique identification number.",
                            "required": false
                        },
                        "country": {
                            "type": "string",
                            "description": "Country code in ISO 3166-1 alpha-2 format.",
                            "required": true
                        },
                        "currency": {
                            "type": "string",
                            "description": "The currency to use for the shipping rate.",
                            "default": "USD",
                            "required": false
                        },
                        "rate": {
                            "type": "number",
                            "minimum": 0,
                            "description": "The shipping rate.",
                            "required": true
                        },
                        "options": {
                            "type": "object",
                            "additionalProperties": false,
                            "description": "Array of options for the shipping method.",
                            "default": [],
                            "properties": {
                                "free_shipping_threshold": {
                                    "type": "number",
                                    "minimum": 0,
                                    "description": "Minimum price eligible for free shipping.",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "validate_callback": "rest_validate_request_arg"
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/shipping\/rates"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/shipping\/rates\/(?P<id>[\\d]+)": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "description": "The shipping rate unique identification number.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "description": "The shipping rate unique identification number.",
                            "required": false
                        },
                        "country": {
                            "type": "string",
                            "description": "Country code in ISO 3166-1 alpha-2 format.",
                            "required": true
                        },
                        "currency": {
                            "type": "string",
                            "description": "The currency to use for the shipping rate.",
                            "default": "USD",
                            "required": false
                        },
                        "rate": {
                            "type": "number",
                            "minimum": 0,
                            "description": "The shipping rate.",
                            "required": true
                        },
                        "options": {
                            "type": "object",
                            "additionalProperties": false,
                            "description": "Array of options for the shipping method.",
                            "default": [],
                            "properties": {
                                "free_shipping_threshold": {
                                    "type": "number",
                                    "minimum": 0,
                                    "description": "Minimum price eligible for free shipping.",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "validate_callback": "rest_validate_request_arg"
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "description": "The shipping rate unique identification number.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/gla\/mc\/shipping\/rates\/suggestions": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "country_codes": {
                            "type": "array",
                            "description": "Array of country codes in ISO 3166-1 alpha-2 format.",
                            "minItems": 1,
                            "uniqueItems": true,
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/shipping\/rates\/suggestions"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/shipping\/times\/batch": {
            "namespace": "wc\/gla",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "time": {
                            "type": "integer",
                            "description": "The minimum shipping time in days.",
                            "required": false
                        },
                        "max_time": {
                            "type": "integer",
                            "description": "The maximum shipping time in days.",
                            "required": false
                        },
                        "country_codes": {
                            "type": "array",
                            "description": "Array of country codes in ISO 3166-1 alpha-2 format.",
                            "minItems": 1,
                            "uniqueItems": true,
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "time": {
                            "type": "integer",
                            "description": "The minimum shipping time in days.",
                            "required": false
                        },
                        "max_time": {
                            "type": "integer",
                            "description": "The maximum shipping time in days.",
                            "required": false
                        },
                        "country_codes": {
                            "type": "array",
                            "description": "Array of country codes in ISO 3166-1 alpha-2 format.",
                            "minItems": 1,
                            "uniqueItems": true,
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/shipping\/times\/batch"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/shipping\/times": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country_code": {
                            "type": "string",
                            "description": "Country code in ISO 3166-1 alpha-2 format.",
                            "required": true
                        },
                        "time": {
                            "type": "integer",
                            "description": "The minimum shipping time in days.",
                            "required": true
                        },
                        "max_time": {
                            "type": "integer",
                            "description": "The maximum shipping time in days.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/shipping\/times"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/shipping\/times\/(?P<country_code>\\w{2})": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "country_code": {
                            "type": "string",
                            "description": "Country code in ISO 3166-1 alpha-2 format.",
                            "required": true
                        },
                        "time": {
                            "type": "integer",
                            "description": "The minimum shipping time in days.",
                            "required": false
                        },
                        "max_time": {
                            "type": "integer",
                            "description": "The maximum shipping time in days.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/gla\/mc\/target_audience": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "type": "string",
                            "description": "Location where products will be shown.",
                            "enum": [
                                "all",
                                "selected"
                            ],
                            "required": true
                        },
                        "countries": {
                            "type": "array",
                            "description": "Array of country codes in ISO 3166-1 alpha-2 format.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/target_audience"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/target_audience\/suggestions": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/target_audience\/suggestions"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/countries": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "continents": {
                            "description": "Include continents data if set to true.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/countries"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/settings\/sync": {
            "namespace": "wc\/gla",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/settings\/sync"
                    }
                ]
            }
        },
        "\/wc\/gla\/connections": {
            "namespace": "wc\/gla",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/connections"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/setup\/complete": {
            "namespace": "wc\/gla",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/setup\/complete"
                    }
                ]
            }
        },
        "\/wc\/gla\/assets\/suggestions": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Post ID or Term ID.",
                            "type": "number",
                            "required": true
                        },
                        "type": {
                            "description": "Type linked to the id.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "homepage"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/assets\/suggestions"
                    }
                ]
            }
        },
        "\/wc\/gla\/assets\/final-url\/suggestions": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "search": {
                            "description": "Search for post title or term name",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "per_page": {
                            "description": "The number of items to be return",
                            "type": "number",
                            "default": 30,
                            "minimum": 1,
                            "required": false
                        },
                        "order_by": {
                            "description": "Sort retrieved items by parameter",
                            "type": "string",
                            "default": "title",
                            "enum": [
                                "type",
                                "title",
                                "url"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/assets\/final-url\/suggestions"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/assets\/generate-text": {
            "namespace": "wc\/gla",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "final_url": {
                            "description": "The final URL for asset generation",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "types": {
                            "description": "Asset types to generate",
                            "type": "array",
                            "default": [],
                            "items": {
                                "type": "string",
                                "enum": [
                                    "headline",
                                    "long_headline",
                                    "description"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/assets\/generate-text"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/assets\/generate-images": {
            "namespace": "wc\/gla",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "final_url": {
                            "description": "The final URL for asset generation",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "types": {
                            "description": "Asset types to generate",
                            "type": "array",
                            "default": [],
                            "items": {
                                "type": "string",
                                "enum": [
                                    "marketing_image",
                                    "square_marketing_image",
                                    "portrait_marketing_image"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/assets\/generate-images"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/syncable-products-count": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/syncable-products-count"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/policy_check": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/policy_check"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/mapping\/attributes": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/mapping\/attributes"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/mapping\/sources": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute": {
                            "description": "The attribute key to get the sources.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/mapping\/sources"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/mapping\/rules": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "The Id for the rule.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute": {
                            "description": "The attribute value for the rule.",
                            "type": "string",
                            "enum": [
                                "adult",
                                "ageGroup",
                                "brand",
                                "color",
                                "condition",
                                "gender",
                                "gtin",
                                "isBundle",
                                "material",
                                "mpn",
                                "multipack",
                                "pattern",
                                "size",
                                "sizeSystem",
                                "sizeType"
                            ],
                            "required": true
                        },
                        "source": {
                            "description": "The source value for the rule.",
                            "type": "string",
                            "required": true
                        },
                        "category_condition_type": {
                            "description": "The category condition type to apply for this rule.",
                            "type": "string",
                            "enum": [
                                "ALL",
                                "EXCEPT",
                                "ONLY"
                            ],
                            "required": true
                        },
                        "categories": {
                            "description": "List of category IDs, separated by commas.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/mapping\/rules"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/mapping\/rules\/(?P<id>[\\d]+)": {
            "namespace": "wc\/gla",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "The Id for the rule.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute": {
                            "description": "The attribute value for the rule.",
                            "type": "string",
                            "enum": [
                                "adult",
                                "ageGroup",
                                "brand",
                                "color",
                                "condition",
                                "gender",
                                "gtin",
                                "isBundle",
                                "material",
                                "mpn",
                                "multipack",
                                "pattern",
                                "size",
                                "sizeSystem",
                                "sizeType"
                            ],
                            "required": true
                        },
                        "source": {
                            "description": "The source value for the rule.",
                            "type": "string",
                            "required": true
                        },
                        "category_condition_type": {
                            "description": "The category condition type to apply for this rule.",
                            "type": "string",
                            "enum": [
                                "ALL",
                                "EXCEPT",
                                "ONLY"
                            ],
                            "required": true
                        },
                        "categories": {
                            "description": "List of category IDs, separated by commas.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/gla\/mc\/mapping\/categories": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/mapping\/categories"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/mapping\/sync": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/mapping\/sync"
                    }
                ]
            }
        },
        "\/wc\/gla\/tours": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "The Id for the tour.",
                            "type": "string",
                            "pattern": "^[a-zA-z0-9-_]+$",
                            "required": true
                        },
                        "checked": {
                            "description": "Whether the tour was checked.",
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/tours"
                    }
                ]
            }
        },
        "\/wc\/gla\/rest-api\/authorize": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "next_page_name": {
                            "description": "Indicates the next page name mapped to the redirect URL when redirected back from Google WPCOM App authorization.",
                            "type": "string",
                            "default": "setup-mc",
                            "enum": [
                                "setup-mc",
                                "settings"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "status": {
                            "description": "The status of the merchant granting access to Google's WPCOM app",
                            "type": "string",
                            "enum": [
                                "approved",
                                "disapproved",
                                "error"
                            ],
                            "required": true
                        },
                        "nonce": {
                            "description": "The nonce provided by Google in the URL query parameter when Google redirects back to merchant's site",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/rest-api\/authorize"
                    }
                ]
            }
        },
        "\/wc\/gla\/gtin-migration": {
            "namespace": "wc\/gla",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/gtin-migration"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/price-benchmarks": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items returned in the results.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "default": "desc",
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by attribute.",
                            "type": "string",
                            "enum": [
                                "effectiveness",
                                "id",
                                "benchmark_price",
                                "product_price",
                                "suggested_price"
                            ],
                            "default": "effectiveness",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/price-benchmarks"
                    }
                ]
            }
        },
        "\/wc\/gla\/mc\/price-benchmarks\/(?P<id>[\\d]+)": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The Id of the product.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/gla\/mc\/price-benchmarks\/summary": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/mc\/price-benchmarks\/summary"
                    }
                ]
            }
        },
        "\/wc\/gla\/sync": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "products": {
                            "type": "object",
                            "description": "Set pull and push sync method for Products.",
                            "items": {
                                "push": {
                                    "description": "Enable or disable Push method.",
                                    "type": "boolean"
                                },
                                "pull": {
                                    "description": "Enable or disable Pull method.",
                                    "type": "boolean"
                                }
                            },
                            "required": false
                        },
                        "coupons": {
                            "type": "object",
                            "description": "Set the config for Push and Pull methods for Coupons.",
                            "items": {
                                "push": {
                                    "description": "Enable or disable Push method.",
                                    "type": "boolean"
                                },
                                "pull": {
                                    "description": "Enable or disable Pull method.",
                                    "type": "boolean"
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "type": "object",
                            "description": "Set the config for Push and Pull methods for Shipping.",
                            "items": {
                                "push": {
                                    "description": "Enable or disable Push method.",
                                    "type": "boolean"
                                },
                                "pull": {
                                    "description": "Enable or disable Pull method.",
                                    "type": "boolean"
                                }
                            },
                            "required": false
                        },
                        "settings": {
                            "type": "object",
                            "description": "Set the config for Push and Pull methods for Settings.",
                            "items": {
                                "push": {
                                    "description": "Enable or disable Push method.",
                                    "type": "boolean"
                                },
                                "pull": {
                                    "description": "Enable or disable Pull method.",
                                    "type": "boolean"
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/sync"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/recommendations": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "types": {
                            "type": "array",
                            "description": "Filter recommendations by one or more types",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "IMPROVE_PERFORMANCE_MAX_AD_STRENGTH",
                                    "CAMPAIGN_BUDGET",
                                    "MARGINAL_ROI_CAMPAIGN_BUDGET"
                                ]
                            },
                            "required": true
                        },
                        "campaign_id": {
                            "type": "integer",
                            "description": "Filter recommendations by campaign id",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/recommendations"
                    }
                ]
            }
        },
        "\/wc\/gla\/ads\/settings": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "enhanced_conversions_enabled": {
                            "type": "boolean",
                            "description": "Whether enhanced conversions are enabled.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/ads\/settings"
                    }
                ]
            }
        },
        "\/wc\/gla\/connect": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/connect"
                    }
                ]
            }
        },
        "\/wc\/gla\/youtube\/connect": {
            "namespace": "wc\/gla",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/youtube\/connect"
                    }
                ]
            }
        },
        "\/wc\/gla\/youtube\/connection": {
            "namespace": "wc\/gla",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/youtube\/connection"
                    }
                ]
            }
        },
        "\/wc\/gla\/youtube\/setup\/complete": {
            "namespace": "wc\/gla",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/youtube\/setup\/complete"
                    }
                ]
            }
        },
        "\/wc\/gla\/google\/onboarding\/complete": {
            "namespace": "wc\/gla",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/gla\/google\/onboarding\/complete"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/tos": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/tos"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/account\/settings": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/account\/settings"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/services\/(?P<id>[a-z_]+)\\\/(?P<instance>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v1\/connect\/self-help": {
            "namespace": "wc\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/self-help"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/service-data-refresh": {
            "namespace": "wc\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/service-data-refresh"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/packages": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/packages"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/label\/(?P<order_id>\\d+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v1\/connect\/label\/(?P<order_id>\\d+)\/(?P<label_ids>(\\d+)(,\\d+)*)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v1\/connect\/label\/(?P<order_id>\\d+)\/(?P<label_id>\\d+)\/refund": {
            "namespace": "wc\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v1\/connect\/label\/preview": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/label\/preview"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/label\/print": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/label\/print"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/label\/(?P<order_id>\\d+)\/rates": {
            "namespace": "wc\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v1\/connect\/normalize-address": {
            "namespace": "wc\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/normalize-address"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/assets": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/assets"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/shipping\/carrier": {
            "namespace": "wc\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/shipping\/carrier"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/subscription\/(?P<subscription_key>.+)\/activate": {
            "namespace": "wc\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v1\/connect\/shipping\/carrier\/(?P<carrier_id>.+)": {
            "namespace": "wc\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v1\/connect\/shipping\/carrier-types": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/shipping\/carrier-types"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/migration-flag": {
            "namespace": "wc\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/migration-flag"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/shipping\/carriers": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/shipping\/carriers"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/subscriptions": {
            "namespace": "wc\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/subscriptions"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/label\/creation_eligibility": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/connect\/label\/creation_eligibility"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/label\/(?P<order_id>\\d+)\/creation_eligibility": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/amp\/v1\/reader-themes": {
            "namespace": "amp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/amp\/v1\/reader-themes"
                    }
                ]
            }
        },
        "\/woocommerce-email-editor\/v1": {
            "namespace": "woocommerce-email-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "woocommerce-email-editor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/woocommerce-email-editor\/v1"
                    }
                ]
            }
        },
        "\/woocommerce-email-editor\/v1\/send_preview_email": {
            "namespace": "woocommerce-email-editor\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/woocommerce-email-editor\/v1\/send_preview_email"
                    }
                ]
            }
        },
        "\/woocommerce-email-editor\/v1\/get_personalization_tags": {
            "namespace": "woocommerce-email-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/woocommerce-email-editor\/v1\/get_personalization_tags"
                    }
                ]
            }
        },
        "\/woocommerce-email-editor\/v1\/personalization_tags": {
            "namespace": "woocommerce-email-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "post_id": {
                            "description": "De post-ID voor contextbewuste tagfiltering.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/woocommerce-email-editor\/v1\/personalization_tags"
                    }
                ]
            }
        },
        "\/wc\/v1\/coupons": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "Gebruik WP Query argumenten om de response aan te passen; private query vars vereisen de juiste authorisatie.",
                            "required": false
                        },
                        "code": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde code.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": true
                        },
                        "description": {
                            "description": "Coupon beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Bepaalt het type korting dat wordt gegeven.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "Het bedrag van de korting. Zou altijd numeriek moeten zijn, zelfs indien het een percentage is.",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "UTC DatumTijd waarop de coupon vervalt.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Indien geselecteerd, kan de coupon enkel apart gebruikt worden. Andere toegepaste coupons zullen uit de winkelwagen verwijderd worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lijst van product ID's die met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "Lijst van product ID's die niet met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Hoe vaak de coupon in totaal gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Hoe vaak een coupon gebruikt kan worden per klant.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Maximum aantal artikelen in de winkelwagen waar deze coupon op gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Indien geselecteerd en indien gratis verzendmethode een coupon vereist, zal deze coupon het gratis verzending toelaten.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lijst van categorie ID's waar de coupon opgebruikt kan worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lijst van categorie ID's waarvoor de coupon niet geldt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Indien geselecteerd zal deze coupon niet toegepast worden op artikelen met kortingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimale bestelwaarde van de winkelwagen voordat de coupon geldt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximaal bestelbedrag toegestaan bij gebruik van deze coupon.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lijst van e-mailadressen die deze coupon kunnen gebruiken.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Coupon beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Bepaalt het type korting dat wordt gegeven.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "Het bedrag van de korting. Zou altijd numeriek moeten zijn, zelfs indien het een percentage is.",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "UTC DatumTijd waarop de coupon vervalt.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Indien geselecteerd, kan de coupon enkel apart gebruikt worden. Andere toegepaste coupons zullen uit de winkelwagen verwijderd worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lijst van product ID's die met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "Lijst van product ID's die niet met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Hoe vaak de coupon in totaal gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Hoe vaak een coupon gebruikt kan worden per klant.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Maximum aantal artikelen in de winkelwagen waar deze coupon op gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Indien geselecteerd en indien gratis verzendmethode een coupon vereist, zal deze coupon het gratis verzending toelaten.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lijst van categorie ID's waar de coupon opgebruikt kan worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lijst van categorie ID's waarvoor de coupon niet geldt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Indien geselecteerd zal deze coupon niet toegepast worden op artikelen met kortingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimale bestelwaarde van de winkelwagen voordat de coupon geldt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximaal bestelbedrag toegestaan bij gebruik van deze coupon.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lijst van e-mailadressen die deze coupon kunnen gebruiken.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/coupons\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Coupon beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Bepaalt het type korting dat wordt gegeven.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "Het bedrag van de korting. Zou altijd numeriek moeten zijn, zelfs indien het een percentage is.",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "UTC DatumTijd waarop de coupon vervalt.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Indien geselecteerd, kan de coupon enkel apart gebruikt worden. Andere toegepaste coupons zullen uit de winkelwagen verwijderd worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lijst van product ID's die met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "Lijst van product ID's die niet met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Hoe vaak de coupon in totaal gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Hoe vaak een coupon gebruikt kan worden per klant.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Maximum aantal artikelen in de winkelwagen waar deze coupon op gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Indien geselecteerd en indien gratis verzendmethode een coupon vereist, zal deze coupon het gratis verzending toelaten.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lijst van categorie ID's waar de coupon opgebruikt kan worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lijst van categorie ID's waarvoor de coupon niet geldt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Indien geselecteerd zal deze coupon niet toegepast worden op artikelen met kortingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimale bestelwaarde van de winkelwagen voordat de coupon geldt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximaal bestelbedrag toegestaan bij gebruik van deze coupon.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lijst van e-mailadressen die deze coupon kunnen gebruiken.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/customers": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten set tot specifieke IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Sorteer collectie per object attribuut.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaald e-mailadres.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde rol.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "wp-travel-engine-customer",
                                "wp-travel-customer",
                                "wpseo_manager",
                                "wpseo_editor"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "Nieuw e-mailadres van gebruiker.",
                            "required": true
                        },
                        "first_name": {
                            "description": "Klant voornaam.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Klant achternaam.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Nieuwe gebruikersnaam.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Nieuw gebruikerswachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lijst met factuuradres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adresregel 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adresregel 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lijst van verzendadres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adresregel 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adresregel 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "Het e-mailadres van de klant.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "Klant voornaam.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Klant achternaam.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Klant loginnaam.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Klant wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lijst met factuuradres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adresregel 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adresregel 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lijst van verzendadres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adresregel 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adresregel 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "ID om berichten aan toe te schrijven.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/customers\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "Het e-mailadres van de klant.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "Klant voornaam.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Klant achternaam.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Klant loginnaam.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Klant wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lijst met factuuradres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adresregel 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adresregel 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lijst van verzendadres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adresregel 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adresregel 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Inhoud van bestelnotitie.",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "Laat zien\/geef aan of de notitie alleen ter referentie is of ook zichtbaar voor de gebruiker (de gebruiker wordt dan op de hoogte gesteld).",
                            "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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "Gebruik WP Query argumenten om de response aan te passen; private query vars vereisen de juiste authorisatie.",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot bestellingen met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "Beperk resultaten tot bestellingen van een bepaalde klant.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot bestellingen met een bepaald product.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 0,
                            "description": "Aantal decimalen dat wordt gebruikt in elke gegevensbron.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "Terugbetalingsbedrag.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "Reden voor teruggave.",
                            "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": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "Gebruik WP Query argumenten om de response aan te passen; private query vars vereisen de juiste authorisatie.",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot bestellingen met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "Beperk resultaten tot bestellingen van een bepaalde klant.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot bestellingen met een bepaald product.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 0,
                            "description": "Aantal decimalen dat wordt gebruikt in elke gegevensbron.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Hoofd bestelling ID.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Status van bestelling.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "SEK",
                            "description": "Valuta tijdens het aanmaken van de bestelling, in ISO formaat.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWD",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Gebruikers-ID van de bestelling. 0 is gast.",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adresregel 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adresregel 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adresregel 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adresregel 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Betaalmethode-ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Betaalmethode titel.",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Geef aan of de bestelling is betaald. Het zet de bestelstatus op 'in behandeling' en vermindert de voorraad.",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unieke transactie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Notitie van de klant, opgegeven tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "Lijn artikelen data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Productnaam.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Artikelnummer.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "Product-ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variatie ID, wanneer toepasselijk.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Aantal besteld.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Btw-klasse van product.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product prijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "Regel subtotaal (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Regel subtotaal btw (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "Lijn gegevens van besteld artikel.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "Metalabel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "properties": {
                                "composite_parent": {
                                    "description": "ID of parent line item, applicable if the item is part of a composite.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "composite_children": {
                                    "description": "IDs of composited line items, applicable if the item is a composite container.",
                                    "type": "array",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "integer"
                                    },
                                    "readonly": true
                                },
                                "composite_configuration": {
                                    "description": "Composite product configuration array. Must be defined when adding a composite-type line item to an order, to ensure components are added to the order as well.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "component_id": {
                                                "description": "Component ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "product_id": {
                                                "description": "Chosen product ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "quantity": {
                                                "description": "Chosen product quantity.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "variation_id": {
                                                "description": "Chosen variation ID, if applicable.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "attributes": {
                                                "description": "Chosen variation data to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "args": {
                                                "description": "Additional arguments to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons lijn gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totaal van kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Totaal van belasting op kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Hoofd bestelling ID.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Status van bestelling.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Valuta tijdens het aanmaken van de bestelling, in ISO formaat.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWD",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Gebruikers-ID van de bestelling. 0 is gast.",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adresregel 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adresregel 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adresregel 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adresregel 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Betaalmethode-ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Betaalmethode titel.",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "description": "Geef aan of de bestelling is betaald. Het zet de bestelstatus op 'in behandeling' en vermindert de voorraad.",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unieke transactie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Notitie van de klant, opgegeven tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "Lijn artikelen data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Productnaam.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Artikelnummer.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "Product-ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variatie ID, wanneer toepasselijk.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Aantal besteld.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Btw-klasse van product.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product prijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "Regel subtotaal (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Regel subtotaal btw (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "Lijn gegevens van besteld artikel.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "Metalabel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "properties": {
                                "composite_parent": {
                                    "description": "ID of parent line item, applicable if the item is part of a composite.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "composite_children": {
                                    "description": "IDs of composited line items, applicable if the item is a composite container.",
                                    "type": "array",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "integer"
                                    },
                                    "readonly": true
                                },
                                "composite_configuration": {
                                    "description": "Composite product configuration array. Must be defined when adding a composite-type line item to an order, to ensure components are added to the order as well.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "component_id": {
                                                "description": "Component ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "product_id": {
                                                "description": "Chosen product ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "quantity": {
                                                "description": "Chosen product quantity.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "variation_id": {
                                                "description": "Chosen variation ID, if applicable.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "attributes": {
                                                "description": "Chosen variation data to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "args": {
                                                "description": "Additional arguments to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons lijn gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totaal van kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Totaal van belasting op kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Hoofd bestelling ID.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Status van bestelling.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Valuta tijdens het aanmaken van de bestelling, in ISO formaat.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWD",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Gebruikers-ID van de bestelling. 0 is gast.",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adresregel 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adresregel 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adresregel 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adresregel 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Betaalmethode-ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Betaalmethode titel.",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "description": "Geef aan of de bestelling is betaald. Het zet de bestelstatus op 'in behandeling' en vermindert de voorraad.",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unieke transactie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Notitie van de klant, opgegeven tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "Lijn artikelen data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Productnaam.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Artikelnummer.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "Product-ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variatie ID, wanneer toepasselijk.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Aantal besteld.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Btw-klasse van product.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product prijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "Regel subtotaal (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Regel subtotaal btw (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "Lijn gegevens van besteld artikel.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "Metalabel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "properties": {
                                "composite_parent": {
                                    "description": "ID of parent line item, applicable if the item is part of a composite.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "composite_children": {
                                    "description": "IDs of composited line items, applicable if the item is a composite container.",
                                    "type": "array",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "integer"
                                    },
                                    "readonly": true
                                },
                                "composite_configuration": {
                                    "description": "Composite product configuration array. Must be defined when adding a composite-type line item to an order, to ensure components are added to the order as well.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "component_id": {
                                                "description": "Component ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "product_id": {
                                                "description": "Chosen product ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "quantity": {
                                                "description": "Chosen product quantity.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "variation_id": {
                                                "description": "Chosen variation ID, if applicable.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "attributes": {
                                                "description": "Chosen variation data to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "args": {
                                                "description": "Additional arguments to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons lijn gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totaal van kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Totaal van belasting op kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "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": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Naam voor de bron.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Type van het attribuut.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Standaard sorteervolgorde.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Activeren\/deactiveren van attribuutarchieven.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Attribuutnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type van het attribuut.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Standaard sorteervolgorde.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Activeren\/deactiveren van attribuutarchieven.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Attribuutnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type van het attribuut.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Standaard sorteervolgorde.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Activeren\/deactiveren van attribuutarchieven.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/categories": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Categorienaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/categories\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Categorienaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "type": "string",
                            "description": "Content beoordelen.",
                            "required": true
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van de beoordeling, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Review beoordeling (0 tot 5).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Naam van de beoordelaar.",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "description": "E-mail van de beoordelaar.",
                            "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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "De inhoud van de beoordeling.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van de beoordeling, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Review beoordeling (0 tot 5).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Beoordeler naam.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Beoordeler e-mail.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/shipping_classes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Klassenaam van verzending.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Klassenaam van verzending.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/tags": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Tagnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/tags\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Tagnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "Gebruik WP Query argumenten om de response aan te passen; private query vars vereisen de juiste authorisatie.",
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot producten met een bepaalde slug.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Beperk resultaten tot producten van een bepaald type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "category": {
                            "description": "Beperk resultaten tot producten met een bepaalde categorie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Beperk resultaten tot producten met een bepaalde tag-ID.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Beperk resultaten tot producten met een bepaalde verzendklasse-ID.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Beperk resultaten tot producten met een bepaalde eigenschap.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Beperk resultaten tot producten met een bepaalde eigenschapterm-ID (verplicht gekoppelde eigenschap).",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten met een bepaald artikelnummer.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unieke ID.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "default": "standard",
                            "description": "Downloadtype, dit be\u00efnvloedt het schema aan de 'front-end'.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Bepaalt of een product wel of niet wordt getoond als \"op voorraad\" of \"uitverkocht\" op de frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van ID's van upsell producten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Positie van de afbeelding. 0 betekent dat de afbeelding wordt aanbevolen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "Lijst van variaties.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Variatie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de variatie, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de variatie, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "Variatie URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Unieke ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Huidige variatieprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "Variatie standaardprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "Variatie actieprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Startdatum van actieprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "Einddatum van actieprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Weergegeven als de variatie in de uitverkoop is.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Weergegeven als de variatie gekocht kan worden.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "Als de variatie zichtbaar is.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "Als de variatie virtueel is.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "Als de variatie gedownload kan worden.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "Lijst van downloadbestanden.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Bestand ID.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Bestandsnaam.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "Bestands URL.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "Aantal dagen tot toegang downloads vervalt.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus.",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "Voorraadmanagement op variatieniveau.",
                                        "type": [
                                            "boolean",
                                            "string"
                                        ],
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "Aantal op voorraad.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Bepaalt of de variatie wordt weergegeven als \"op voorraad\" of \"niet op voorraad\" op de website.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Laat zien of nabestellingen mogelijk zijn.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Wordt weergegeven als de variatie in nabestelling is.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "Variatie gewicht (kg).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Variatie afmetingen.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "Variatie lente (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "Variatie breedte (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "Variatie hoogte (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "Verzendklasse slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "Verzendklasse-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Afbeeldingsgegevens van variatie.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "Afbeelding ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "Afbeelding URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Afbeelding naam.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "Afbeelding alt tekst.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "Positie van de afbeelding. 0 betekent dat de afbeelding wordt aanbevolen.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "Attributenlijst.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Eigenschap ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Attribuutnaam.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "Termnaam van de geselecteerde eigenschap.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unieke ID.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "description": "Downloadtype, dit be\u00efnvloedt het schema aan de 'front-end'.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Bepaalt of een product wel of niet wordt getoond als \"op voorraad\" of \"uitverkocht\" op de frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van ID's van upsell producten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Positie van de afbeelding. 0 betekent dat de afbeelding wordt aanbevolen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "Lijst van variaties.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Variatie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de variatie, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de variatie, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "Variatie URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Unieke ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Huidige variatieprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "Variatie standaardprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "Variatie actieprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Startdatum van actieprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "Einddatum van actieprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Weergegeven als de variatie in de uitverkoop is.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Weergegeven als de variatie gekocht kan worden.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "Als de variatie zichtbaar is.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "Als de variatie virtueel is.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "Als de variatie gedownload kan worden.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "Lijst van downloadbestanden.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Bestand ID.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Bestandsnaam.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "Bestands URL.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "Aantal dagen tot toegang downloads vervalt.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus.",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "Voorraadmanagement op variatieniveau.",
                                        "type": [
                                            "boolean",
                                            "string"
                                        ],
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "Aantal op voorraad.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Bepaalt of de variatie wordt weergegeven als \"op voorraad\" of \"niet op voorraad\" op de website.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Laat zien of nabestellingen mogelijk zijn.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Wordt weergegeven als de variatie in nabestelling is.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "Variatie gewicht (kg).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Variatie afmetingen.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "Variatie lente (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "Variatie breedte (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "Variatie hoogte (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "Verzendklasse slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "Verzendklasse-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Afbeeldingsgegevens van variatie.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "Afbeelding ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "Afbeelding URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Afbeelding naam.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "Afbeelding alt tekst.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "Positie van de afbeelding. 0 betekent dat de afbeelding wordt aanbevolen.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "Attributenlijst.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Eigenschap ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Attribuutnaam.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "Termnaam van de geselecteerde eigenschap.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unieke ID.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "description": "Downloadtype, dit be\u00efnvloedt het schema aan de 'front-end'.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Bepaalt of een product wel of niet wordt getoond als \"op voorraad\" of \"uitverkocht\" op de frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van ID's van upsell producten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Positie van de afbeelding. 0 betekent dat de afbeelding wordt aanbevolen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "Lijst van variaties.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Variatie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de variatie, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de variatie, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "Variatie URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Unieke ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Huidige variatieprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "Variatie standaardprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "Variatie actieprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Startdatum van actieprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "Einddatum van actieprijs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Weergegeven als de variatie in de uitverkoop is.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Weergegeven als de variatie gekocht kan worden.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "Als de variatie zichtbaar is.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "Als de variatie virtueel is.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "Als de variatie gedownload kan worden.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "Lijst van downloadbestanden.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Bestand ID.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Bestandsnaam.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "Bestands URL.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "Aantal dagen tot toegang downloads vervalt.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus.",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "Voorraadmanagement op variatieniveau.",
                                        "type": [
                                            "boolean",
                                            "string"
                                        ],
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "Aantal op voorraad.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Bepaalt of de variatie wordt weergegeven als \"op voorraad\" of \"niet op voorraad\" op de website.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Laat zien of nabestellingen mogelijk zijn.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Wordt weergegeven als de variatie in nabestelling is.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "Variatie gewicht (kg).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Variatie afmetingen.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "Variatie lente (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "Variatie breedte (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "Variatie hoogte (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "Verzendklasse slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "Verzendklasse-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Afbeeldingsgegevens van variatie.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "Afbeelding ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "Afbeelding URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Afbeelding naam.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "Afbeelding alt tekst.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "Positie van de afbeelding. 0 betekent dat de afbeelding wordt aanbevolen.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "Attributenlijst.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Eigenschap ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Attribuutnaam.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "Termnaam van de geselecteerde eigenschap.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports\/sales": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Rapportperiode.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Toon verkopen vanaf een specifieke startdatum, de datum moet in het YYYY-MM-DD formaat zijn.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Toon verkopen tot een specifieke einddatum, de datum moet in het YYYY-MM-DD formaat zijn.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports\/top_sellers": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Rapportperiode.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Toon verkopen vanaf een specifieke startdatum, de datum moet in het YYYY-MM-DD formaat zijn.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Toon verkopen tot een specifieke einddatum, de datum moet in het YYYY-MM-DD formaat zijn.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/reports"
                    }
                ]
            }
        },
        "\/wc\/v1\/taxes\/classes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Naam van belastingklasse.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke slug voor de bron.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/taxes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Sorteer collectie per object attribuut.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Sorteren op belastingklasse.",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "Landcode, ISO 3166.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Provinciecode.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcode.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Woonplaats.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Naam van belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Belasting prioriteit.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Samengesteld tarief al dan niet van toepassing.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Dit belastingtarief is al dan nietvan toepassing op verzendkosten.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Geeft de volgorde die zal verschijnen in queries.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Belastingklasse.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "Landcode, ISO 3166.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Provinciecode.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcode.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Woonplaats.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Naam van belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Belasting prioriteit.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Samengesteld tarief al dan niet van toepassing.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Dit belastingtarief is al dan nietvan toepassing op verzendkosten.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Geeft de volgorde die zal verschijnen in queries.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/taxes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "Landcode, ISO 3166.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Provinciecode.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcode.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Woonplaats.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Naam van belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Belasting prioriteit.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Samengesteld tarief al dan niet van toepassing.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Dit belastingtarief is al dan nietvan toepassing op verzendkosten.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Geeft de volgorde die zal verschijnen in queries.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v1\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Beperk resultaten tot webhooks met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Een vriendelijke naam voor de webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Webhook-status.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Webhook-onderwerp.",
                            "required": true
                        },
                        "secret": {
                            "description": "Geheime sleutel gebruikt voor het genereren van een hash van de geleverde webhook en aangeboden in de aanvraag-headers. Dit zal standaard een MD5-hash zijn van de huidige gebruikers-ID|gebruikersnaam indien niet ingesteld.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook levering-URL.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Een vriendelijke naam voor de webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook-status.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook-onderwerp.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Geheime sleutel gebruikt voor het genereren van een hash van de geleverde webhook en aangeboden in de aanvraag-headers. Dit zal standaard een MD5-hash zijn van de huidige gebruikers-ID|gebruikersnaam indien niet ingesteld.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/webhooks\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Een vriendelijke naam voor de webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook-status.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook-onderwerp.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Geheime sleutel gebruikt voor het genereren van een hash van de geleverde webhook en aangeboden in de aanvraag-headers. Dit zal standaard een MD5-hash zijn van de huidige gebruikers-ID|gebruikersnaam indien niet ingesteld.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de webhook.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Unieke identifier voor de webhook.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/coupons": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde code.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "Het bedrag van de korting. Zou altijd numeriek moeten zijn, zelfs indien het een percentage is.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Status van de coupon. Moet altijd concept, gepubliceerd of in behandeling zijn",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Bepaalt het type korting dat wordt gegeven.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Coupon beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "De datum waarop de coupon verloopt, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "De datum waarop de coupon verloopt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Indien geselecteerd, kan de coupon enkel apart gebruikt worden. Andere toegepaste coupons zullen uit de winkelwagen verwijderd worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lijst van product ID's die met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lijst van product ID's die niet met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Hoe vaak de coupon in totaal gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Hoe vaak een coupon gebruikt kan worden per klant.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Maximum aantal artikelen in de winkelwagen waar deze coupon op gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Indien geselecteerd en indien gratis verzendmethode een coupon vereist, zal deze coupon het gratis verzending toelaten.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lijst van categorie ID's waar de coupon opgebruikt kan worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lijst van categorie ID's waarvoor de coupon niet geldt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Indien geselecteerd zal deze coupon niet toegepast worden op artikelen met kortingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimale bestelwaarde van de winkelwagen voordat de coupon geldt.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximaal bestelbedrag toegestaan bij gebruik van deze coupon.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lijst van e-mailadressen die deze coupon kunnen gebruiken.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Het bedrag van de korting. Zou altijd numeriek moeten zijn, zelfs indien het een percentage is.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Status van de coupon. Moet altijd concept, gepubliceerd of in behandeling zijn",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Bepaalt het type korting dat wordt gegeven.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Coupon beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "De datum waarop de coupon verloopt, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "De datum waarop de coupon verloopt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Indien geselecteerd, kan de coupon enkel apart gebruikt worden. Andere toegepaste coupons zullen uit de winkelwagen verwijderd worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lijst van product ID's die met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lijst van product ID's die niet met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Hoe vaak de coupon in totaal gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Hoe vaak een coupon gebruikt kan worden per klant.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Maximum aantal artikelen in de winkelwagen waar deze coupon op gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Indien geselecteerd en indien gratis verzendmethode een coupon vereist, zal deze coupon het gratis verzending toelaten.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lijst van categorie ID's waar de coupon opgebruikt kan worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lijst van categorie ID's waarvoor de coupon niet geldt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Indien geselecteerd zal deze coupon niet toegepast worden op artikelen met kortingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimale bestelwaarde van de winkelwagen voordat de coupon geldt.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximaal bestelbedrag toegestaan bij gebruik van deze coupon.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lijst van e-mailadressen die deze coupon kunnen gebruiken.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/coupons\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Het bedrag van de korting. Zou altijd numeriek moeten zijn, zelfs indien het een percentage is.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Status van de coupon. Moet altijd concept, gepubliceerd of in behandeling zijn",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Bepaalt het type korting dat wordt gegeven.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Coupon beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "De datum waarop de coupon verloopt, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "De datum waarop de coupon verloopt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Indien geselecteerd, kan de coupon enkel apart gebruikt worden. Andere toegepaste coupons zullen uit de winkelwagen verwijderd worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lijst van product ID's die met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lijst van product ID's die niet met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Hoe vaak de coupon in totaal gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Hoe vaak een coupon gebruikt kan worden per klant.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Maximum aantal artikelen in de winkelwagen waar deze coupon op gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Indien geselecteerd en indien gratis verzendmethode een coupon vereist, zal deze coupon het gratis verzending toelaten.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lijst van categorie ID's waar de coupon opgebruikt kan worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lijst van categorie ID's waarvoor de coupon niet geldt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Indien geselecteerd zal deze coupon niet toegepast worden op artikelen met kortingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimale bestelwaarde van de winkelwagen voordat de coupon geldt.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximaal bestelbedrag toegestaan bij gebruik van deze coupon.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lijst van e-mailadressen die deze coupon kunnen gebruiken.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/customers": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten set tot specifieke IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Sorteer collectie per object attribuut.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaald e-mailadres.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde rol.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "wp-travel-engine-customer",
                                "wp-travel-customer",
                                "wpseo_manager",
                                "wpseo_editor"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "Nieuw e-mailadres van gebruiker.",
                            "required": true
                        },
                        "first_name": {
                            "description": "Klant voornaam.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Klant achternaam.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Nieuwe gebruikersnaam.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Nieuw gebruikerswachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lijst met factuuradres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lijst van verzendadres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "Het e-mailadres van de klant.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "Klant voornaam.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Klant achternaam.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Klant loginnaam.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Klant wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lijst met factuuradres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lijst van verzendadres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "ID om berichten aan toe te schrijven.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/customers\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "Het e-mailadres van de klant.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "Klant voornaam.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Klant achternaam.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Klant loginnaam.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Klant wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lijst met factuuradres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lijst van verzendadres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "Beperk resultaten tot klanten of interne notities.",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Inhoud van bestelnotitie.",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "Indien geselecteerd zal de notitie getoond worden aan klanten en zullen zij gewaarschuwd worden. Zoniet, dan is deze hier enkel voor beheerders zichtbaar.",
                            "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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 0,
                            "description": "Aantal decimalen dat wordt gebruikt in elke gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Toon alleen meta die is bedoeld om voor een bestelling te worden getoond.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "Terugbetalingsbedrag.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "Reden voor teruggave.",
                            "type": "string",
                            "required": false
                        },
                        "refunded_by": {
                            "description": "Gebruikers-ID van de gebruiker die de terugbetaling heeft aangemaakt.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Instantie-ID verzending.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "api_refund": {
                            "default": true,
                            "description": "Indien geselecteerd wordt de betalingsgateway API gebruikt om de terugbetaling te genereren.",
                            "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": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot bestellingen met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "trash",
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "Beperk resultaten tot bestellingen van een bepaalde klant.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot bestellingen met een bepaald product.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 0,
                            "description": "Aantal decimalen dat wordt gebruikt in elke gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Toon alleen meta die is bedoeld om voor een bestelling te worden getoond.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Hoofd bestelling ID.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Status van bestelling.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "SEK",
                            "description": "Valuta tijdens het aanmaken van de bestelling, in ISO formaat.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWD",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Gebruikers-ID van de bestelling. 0 is gast.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Notitie van de klant, opgegeven tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Betaalmethode-ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Betaalmethode titel.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unieke transactie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Lijn artikelen data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Productnaam.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Naam hoofdproduct, indien het product een variatie is.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Product-ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variatie ID, wanneer toepasselijk.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Aantal besteld.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Btw-klasse van product.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Regel subtotaal (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Regel subtotaal btw (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Metacode voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Metawaarde voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Artikelnummer.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN of ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product prijs.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Eigenschappen van de afbeelding van het hoofdproduct.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "Afbeelding ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "Afbeelding URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "properties": {
                                "composite_parent": {
                                    "description": "ID of parent line item, applicable if the item is part of a composite.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "composite_children": {
                                    "description": "IDs of composited line items, applicable if the item is a composite container.",
                                    "type": "array",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "integer"
                                    },
                                    "readonly": true
                                },
                                "composite_configuration": {
                                    "description": "Composite product configuration array. Must be defined when adding a composite-type line item to an order, to ensure components are added to the order as well.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "component_id": {
                                                "description": "Component ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "product_id": {
                                                "description": "Chosen product ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "quantity": {
                                                "description": "Chosen product quantity.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "variation_id": {
                                                "description": "Chosen variation ID, if applicable.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "attributes": {
                                                "description": "Chosen variation data to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "args": {
                                                "description": "Additional arguments to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Instantie-ID verzending.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons lijn gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totaal van kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Totaal van belasting op kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Soort korting.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kortingsbedrag zoals gedefinieerd in de coupon (absolute waarde of een percentage, afhankelijk van het kortingstype).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Of de kortingsbon gratis verzending biedt of niet.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Geef aan of de bestelling is betaald. Het zet de bestelstatus op 'in behandeling' en vermindert de voorraad.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Hoofd bestelling ID.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Status van bestelling.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Valuta tijdens het aanmaken van de bestelling, in ISO formaat.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWD",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Gebruikers-ID van de bestelling. 0 is gast.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Notitie van de klant, opgegeven tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Betaalmethode-ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Betaalmethode titel.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unieke transactie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Lijn artikelen data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Productnaam.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Naam hoofdproduct, indien het product een variatie is.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Product-ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variatie ID, wanneer toepasselijk.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Aantal besteld.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Btw-klasse van product.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Regel subtotaal (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Regel subtotaal btw (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Metacode voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Metawaarde voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Artikelnummer.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN of ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product prijs.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Eigenschappen van de afbeelding van het hoofdproduct.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "Afbeelding ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "Afbeelding URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "properties": {
                                "composite_parent": {
                                    "description": "ID of parent line item, applicable if the item is part of a composite.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "composite_children": {
                                    "description": "IDs of composited line items, applicable if the item is a composite container.",
                                    "type": "array",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "integer"
                                    },
                                    "readonly": true
                                },
                                "composite_configuration": {
                                    "description": "Composite product configuration array. Must be defined when adding a composite-type line item to an order, to ensure components are added to the order as well.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "component_id": {
                                                "description": "Component ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "product_id": {
                                                "description": "Chosen product ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "quantity": {
                                                "description": "Chosen product quantity.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "variation_id": {
                                                "description": "Chosen variation ID, if applicable.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "attributes": {
                                                "description": "Chosen variation data to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "args": {
                                                "description": "Additional arguments to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Instantie-ID verzending.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons lijn gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totaal van kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Totaal van belasting op kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Soort korting.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kortingsbedrag zoals gedefinieerd in de coupon (absolute waarde of een percentage, afhankelijk van het kortingstype).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Of de kortingsbon gratis verzending biedt of niet.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Geef aan of de bestelling is betaald. Het zet de bestelstatus op 'in behandeling' en vermindert de voorraad.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Hoofd bestelling ID.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Status van bestelling.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Valuta tijdens het aanmaken van de bestelling, in ISO formaat.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWD",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Gebruikers-ID van de bestelling. 0 is gast.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Notitie van de klant, opgegeven tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Betaalmethode-ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Betaalmethode titel.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unieke transactie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Lijn artikelen data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Productnaam.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Naam hoofdproduct, indien het product een variatie is.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Product-ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variatie ID, wanneer toepasselijk.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Aantal besteld.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Btw-klasse van product.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Regel subtotaal (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Regel subtotaal btw (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Metacode voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Metawaarde voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Artikelnummer.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN of ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product prijs.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Eigenschappen van de afbeelding van het hoofdproduct.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "Afbeelding ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "Afbeelding URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "properties": {
                                "composite_parent": {
                                    "description": "ID of parent line item, applicable if the item is part of a composite.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "composite_children": {
                                    "description": "IDs of composited line items, applicable if the item is a composite container.",
                                    "type": "array",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "integer"
                                    },
                                    "readonly": true
                                },
                                "composite_configuration": {
                                    "description": "Composite product configuration array. Must be defined when adding a composite-type line item to an order, to ensure components are added to the order as well.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "component_id": {
                                                "description": "Component ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "product_id": {
                                                "description": "Chosen product ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "quantity": {
                                                "description": "Chosen product quantity.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "variation_id": {
                                                "description": "Chosen variation ID, if applicable.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "attributes": {
                                                "description": "Chosen variation data to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "args": {
                                                "description": "Additional arguments to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Instantie-ID verzending.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons lijn gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totaal van kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Totaal van belasting op kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Soort korting.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kortingsbedrag zoals gedefinieerd in de coupon (absolute waarde of een percentage, afhankelijk van het kortingstype).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Of de kortingsbon gratis verzending biedt of niet.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Geef aan of de bestelling is betaald. Het zet de bestelstatus op 'in behandeling' en vermindert de voorraad.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "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": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Naam voor de bron.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Type van het attribuut.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Standaard sorteervolgorde.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Activeren\/deactiveren van attribuutarchieven.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Attribuutnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type van het attribuut.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Standaard sorteervolgorde.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Activeren\/deactiveren van attribuutarchieven.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Attribuutnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type van het attribuut.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Standaard sorteervolgorde.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Activeren\/deactiveren van attribuutarchieven.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/categories": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Categorienaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/categories\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Categorienaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "type": "string",
                            "description": "Content beoordelen.",
                            "required": true
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van de beoordeling, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "Datum waarop de beoordeling aangemaakt is, volgens GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Review beoordeling (0 tot 5).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Naam van de beoordelaar.",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "description": "E-mail van de beoordelaar.",
                            "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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "De inhoud van de beoordeling.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van de beoordeling, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "Datum waarop de beoordeling aangemaakt is, volgens GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Review beoordeling (0 tot 5).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Beoordeler naam.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Beoordeler e-mail.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "De inhoud van de beoordeling.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van de beoordeling, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "Datum waarop de beoordeling aangemaakt is, volgens GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Review beoordeling (0 tot 5).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Beoordeler naam.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Beoordeler e-mail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/shipping_classes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Klassenaam van verzending.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Klassenaam van verzending.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/tags": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Tagnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/tags\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Tagnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "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": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "Beperk resultaten tot producten met een specifiek toegewezen merk ID.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot producten met een bepaalde slug.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Beperk resultaten tot producten van een bepaald type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Beperk resultaten tot uitgelichte producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Beperk resultaten tot producten met een bepaalde categorie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Beperk resultaten tot producten met een bepaalde tag-ID.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Beperk resultaten tot producten met een bepaalde verzendklasse-ID.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Beperk resultaten tot producten met een specifieke eigenschap. Gebruik de slug taxonomie-naam\/-eigenschap.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Beperk resultaten tot producten met een bepaalde eigenschapterm-ID (verplicht gekoppelde eigenschap).",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Beperk resultaten tot producten die wel of niet op voorraad zijn.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde minimumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde maximumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unieke ID.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van de actieprijs, volgens GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Bepaalt of een product wel of niet wordt getoond als \"op voorraad\" of \"uitverkocht\" op de frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van up-sell product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Positie van de afbeelding. 0 betekent dat de afbeelding wordt aanbevolen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "Lijst van IDs van gegroepeerde producten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unieke ID.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van de actieprijs, volgens GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Bepaalt of een product wel of niet wordt getoond als \"op voorraad\" of \"uitverkocht\" op de frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van up-sell product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Positie van de afbeelding. 0 betekent dat de afbeelding wordt aanbevolen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "Lijst van IDs van gegroepeerde producten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unieke ID.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van de actieprijs, volgens GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Bepaalt of een product wel of niet wordt getoond als \"op voorraad\" of \"uitverkocht\" op de frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van up-sell product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Positie van de afbeelding. 0 betekent dat de afbeelding wordt aanbevolen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "Lijst van IDs van gegroepeerde producten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/(?P<id>[\\d]+)\/related": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot producten met een bepaalde slug.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Beperk resultaten tot producten van een bepaald type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Beperk resultaten tot uitgelichte producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Beperk resultaten tot producten met een bepaalde categorie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Beperk resultaten tot producten met een bepaalde tag-ID.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Beperk resultaten tot producten met een bepaalde verzendklasse-ID.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Beperk resultaten tot producten met een specifieke eigenschap. Gebruik de slug taxonomie-naam\/-eigenschap.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Beperk resultaten tot producten met een bepaalde eigenschapterm-ID (verplicht gekoppelde eigenschap).",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Beperk resultaten tot producten die wel of niet op voorraad zijn.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde minimumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde maximumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variatiebeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unieke ID.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variatie standaardprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variatie actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van de actieprijs, volgens GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "default": true,
                            "description": "Bepaal of de variatie zichtbaar is op de productpagina.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Als de variatie virtueel is.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Als de variatie gedownload kan worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Voorraadmanagement op variatieniveau.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Bepaalt of de variatie wordt weergegeven als \"op voorraad\" of \"niet op voorraad\" op de website.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variatie gewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variatie afmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variatie lente (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variatie breedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variatie hoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Afbeeldingsgegevens van variatie.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "Positie van de afbeelding. 0 betekent dat de afbeelding wordt aanbevolen.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variatiebeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unieke ID.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variatie standaardprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variatie actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van de actieprijs, volgens GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "description": "Bepaal of de variatie zichtbaar is op de productpagina.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "Als de variatie virtueel is.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Als de variatie gedownload kan worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadmanagement op variatieniveau.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Bepaalt of de variatie wordt weergegeven als \"op voorraad\" of \"niet op voorraad\" op de website.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variatie gewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variatie afmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variatie lente (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variatie breedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variatie hoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Afbeeldingsgegevens van variatie.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "Positie van de afbeelding. 0 betekent dat de afbeelding wordt aanbevolen.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variatiebeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unieke ID.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variatie standaardprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variatie actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van de actieprijs, volgens GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "description": "Bepaal of de variatie zichtbaar is op de productpagina.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "Als de variatie virtueel is.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Als de variatie gedownload kan worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadmanagement op variatieniveau.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Bepaalt of de variatie wordt weergegeven als \"op voorraad\" of \"niet op voorraad\" op de website.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variatie gewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variatie afmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variatie lente (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variatie breedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variatie hoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Afbeeldingsgegevens van variatie.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "Positie van de afbeelding. 0 betekent dat de afbeelding wordt aanbevolen.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Rapportperiode.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Toon verkopen vanaf een specifieke startdatum, de datum moet in het YYYY-MM-DD formaat zijn.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Toon verkopen tot een specifieke einddatum, de datum moet in het YYYY-MM-DD formaat zijn.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v2\/reports\/top_sellers": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Rapportperiode.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Toon verkopen vanaf een specifieke startdatum, de datum moet in het YYYY-MM-DD formaat zijn.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Toon verkopen tot een specifieke einddatum, de datum moet in het YYYY-MM-DD formaat zijn.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v2\/reports": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2\/reports"
                    }
                ]
            }
        },
        "\/wc\/v2\/settings": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2\/settings"
                    }
                ]
            }
        },
        "\/wc\/v2\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Instellingen groep ID.",
                            "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": "Instellingen groep ID.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Instellingswaarde.",
                            "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": "Instellingen groep ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Instellingen groep ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Instellingswaarde.",
                            "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": "Verzendgebied naam.",
                            "required": true
                        },
                        "order": {
                            "description": "Verzendgebied bestelling.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke ID voor de bron.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke ID voor de bron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Verzendgebied naam.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Verzendgebied bestelling.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke ID voor de bron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones\/(?P<id>[\\d]+)\/locations": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke ID voor de bron.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke ID voor de bron.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Locatiecode verzendgebied.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Locatietype verzendgebied.",
                            "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": "Unieke ID voor het gebied.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Unieke ID voor het gebied.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteermogelijkheid verzendmethode.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Ingeschakelde status verzendmethode.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Instellingen verzendmethode.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Een unieke identifier voor de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Een leesbaar label voor de instelling dat gebruikt wordt in de interfaces.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Een voluit geschreven beschrijving voor de instelling die gebruikt zal worden in de interfaces.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Type van de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Instellingswaarde.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Standaardwaarde voor de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Extra help tekst die getoond wordt aan de gebruiker over de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Placeholdertekst om weer te geven bij tekstinvoer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "method_id": {
                            "description": "ID van verzendmethode.",
                            "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": "Unieke ID voor het gebied.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "Unieke ID voor de instantie.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Unieke ID voor het gebied.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "Unieke ID voor de instantie.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteermogelijkheid verzendmethode.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Ingeschakelde status verzendmethode.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Instellingen verzendmethode.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Een unieke identifier voor de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Een leesbaar label voor de instelling dat gebruikt wordt in de interfaces.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Een voluit geschreven beschrijving voor de instelling die gebruikt zal worden in de interfaces.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Type van de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Instellingswaarde.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Standaardwaarde voor de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Extra help tekst die getoond wordt aan de gebruiker over de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Placeholdertekst om weer te geven bij tekstinvoer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Unieke ID voor het gebied.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "Unieke ID voor de instantie.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes\/classes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Naam van belastingklasse.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke slug voor de bron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unieke slug voor de bron.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Sorteer collectie per object attribuut.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Sorteren op belastingklasse.",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "Landcode, ISO 3166.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Provinciecode.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcode.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Woonplaats.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Naam van belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Belasting prioriteit.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Samengesteld tarief al dan niet van toepassing.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Dit belastingtarief is al dan nietvan toepassing op verzendkosten.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Geeft de volgorde die zal verschijnen in queries.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Belastingklasse.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "Landcode, ISO 3166.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Provinciecode.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcode.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Woonplaats.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Naam van belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Belasting prioriteit.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Samengesteld tarief al dan niet van toepassing.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Dit belastingtarief is al dan nietvan toepassing op verzendkosten.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Geeft de volgorde die zal verschijnen in queries.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "Landcode, ISO 3166.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Provinciecode.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcode.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Woonplaats.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Naam van belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Belasting prioriteit.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Samengesteld tarief al dan niet van toepassing.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Dit belastingtarief is al dan nietvan toepassing op verzendkosten.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Geeft de volgorde die zal verschijnen in queries.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Beperk resultaten tot webhooks met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Een vriendelijke naam voor de webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Webhook-status.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Webhook-onderwerp.",
                            "required": true
                        },
                        "secret": {
                            "description": "Geheime sleutel gebruikt voor het genereren van een hash van de geleverde webhook en aangeboden in de aanvraag-headers. Dit zal standaard een MD5-hash zijn van de huidige gebruikers-ID|gebruikersnaam indien niet ingesteld.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook levering-URL.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Een vriendelijke naam voor de webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook-status.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook-onderwerp.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Geheime sleutel gebruikt voor het genereren van een hash van de geleverde webhook en aangeboden in de aanvraag-headers. Dit zal standaard een MD5-hash zijn van de huidige gebruikers-ID|gebruikersnaam indien niet ingesteld.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/webhooks\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Een vriendelijke naam voor de webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook-status.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook-onderwerp.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Geheime sleutel gebruikt voor het genereren van een hash van de geleverde webhook en aangeboden in de aanvraag-headers. Dit zal standaard een MD5-hash zijn van de huidige gebruikers-ID|gebruikersnaam indien niet ingesteld.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de webhook.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Unieke identifier voor de webhook.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/system_status": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2\/system_status"
                    }
                ]
            }
        },
        "\/wc\/v2\/system_status\/tools": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Een unieke identifier voor de tool.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Tool naam.",
                            "type": "string",
                            "required": false
                        },
                        "action": {
                            "description": "Wat het uitvoeren van de tool doet.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Tool beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "success": {
                            "description": "Is de tool succesvol uitgevoerd?",
                            "type": "boolean",
                            "required": false
                        },
                        "message": {
                            "description": "Tool returnbericht.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping_methods": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v2\/shipping_methods"
                    }
                ]
            }
        },
        "\/wc\/v2\/shipping_methods\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/payment_gateways": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Betaalmethode titel tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Betaalmethode beschrijving tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteermogelijkheid betaalmethode.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Ingeschakelde status betaalmethode.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Instellingen betaalmethodes.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Een unieke identifier voor de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Een leesbaar label voor de instelling dat gebruikt wordt in de interfaces.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Een voluit geschreven beschrijving voor de instelling die gebruikt zal worden in de interfaces.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Type van de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Instellingswaarde.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Standaardwaarde voor de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Extra help tekst die getoond wordt aan de gebruiker over de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Placeholdertekst om weer te geven bij tekstinvoer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/coupons": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde code.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "Het bedrag van de korting. Zou altijd numeriek moeten zijn, zelfs indien het een percentage is.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Status van de coupon. Moet altijd concept, gepubliceerd of in behandeling zijn",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Bepaalt het type korting dat wordt gegeven.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Coupon beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "De datum waarop de coupon verloopt, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "De datum waarop de coupon verloopt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Indien geselecteerd, kan de coupon enkel apart gebruikt worden. Andere toegepaste coupons zullen uit de winkelwagen verwijderd worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lijst van product ID's die met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lijst van product ID's die niet met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Hoe vaak de coupon in totaal gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Hoe vaak een coupon gebruikt kan worden per klant.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Maximum aantal artikelen in de winkelwagen waar deze coupon op gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Indien geselecteerd en indien gratis verzendmethode een coupon vereist, zal deze coupon het gratis verzending toelaten.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lijst van categorie ID's waar de coupon opgebruikt kan worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lijst van categorie ID's waarvoor de coupon niet geldt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Indien geselecteerd zal deze coupon niet toegepast worden op artikelen met kortingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimale bestelwaarde van de winkelwagen voordat de coupon geldt.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximaal bestelbedrag toegestaan bij gebruik van deze coupon.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lijst van e-mailadressen die deze coupon kunnen gebruiken.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Het bedrag van de korting. Zou altijd numeriek moeten zijn, zelfs indien het een percentage is.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Status van de coupon. Moet altijd concept, gepubliceerd of in behandeling zijn",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Bepaalt het type korting dat wordt gegeven.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Coupon beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "De datum waarop de coupon verloopt, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "De datum waarop de coupon verloopt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Indien geselecteerd, kan de coupon enkel apart gebruikt worden. Andere toegepaste coupons zullen uit de winkelwagen verwijderd worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lijst van product ID's die met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lijst van product ID's die niet met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Hoe vaak de coupon in totaal gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Hoe vaak een coupon gebruikt kan worden per klant.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Maximum aantal artikelen in de winkelwagen waar deze coupon op gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Indien geselecteerd en indien gratis verzendmethode een coupon vereist, zal deze coupon het gratis verzending toelaten.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lijst van categorie ID's waar de coupon opgebruikt kan worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lijst van categorie ID's waarvoor de coupon niet geldt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Indien geselecteerd zal deze coupon niet toegepast worden op artikelen met kortingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimale bestelwaarde van de winkelwagen voordat de coupon geldt.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximaal bestelbedrag toegestaan bij gebruik van deze coupon.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lijst van e-mailadressen die deze coupon kunnen gebruiken.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/coupons\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Het bedrag van de korting. Zou altijd numeriek moeten zijn, zelfs indien het een percentage is.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Status van de coupon. Moet altijd concept, gepubliceerd of in behandeling zijn",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Bepaalt het type korting dat wordt gegeven.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Coupon beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "De datum waarop de coupon verloopt, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "De datum waarop de coupon verloopt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Indien geselecteerd, kan de coupon enkel apart gebruikt worden. Andere toegepaste coupons zullen uit de winkelwagen verwijderd worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lijst van product ID's die met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lijst van product ID's die niet met deze coupon gekocht kunnen worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Hoe vaak de coupon in totaal gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Hoe vaak een coupon gebruikt kan worden per klant.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Maximum aantal artikelen in de winkelwagen waar deze coupon op gebruikt kan worden.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Indien geselecteerd en indien gratis verzendmethode een coupon vereist, zal deze coupon het gratis verzending toelaten.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lijst van categorie ID's waar de coupon opgebruikt kan worden.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lijst van categorie ID's waarvoor de coupon niet geldt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Indien geselecteerd zal deze coupon niet toegepast worden op artikelen met kortingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimale bestelwaarde van de winkelwagen voordat de coupon geldt.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximaal bestelbedrag toegestaan bij gebruik van deze coupon.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lijst van e-mailadressen die deze coupon kunnen gebruiken.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/customers": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten set tot specifieke IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Sorteer collectie per object attribuut.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaald e-mailadres.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde rol.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "wp-travel-engine-customer",
                                "wp-travel-customer",
                                "wpseo_manager",
                                "wpseo_editor"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "Nieuw e-mailadres van gebruiker.",
                            "required": true
                        },
                        "first_name": {
                            "description": "Klant voornaam.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Klant achternaam.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Nieuwe gebruikersnaam.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Nieuw gebruikerswachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lijst met factuuradres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lijst van verzendadres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "Het e-mailadres van de klant.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "Klant voornaam.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Klant achternaam.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Klant loginnaam.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Klant wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lijst met factuuradres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lijst van verzendadres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "ID om berichten aan toe te schrijven.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/customers\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "Het e-mailadres van de klant.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "Klant voornaam.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Klant achternaam.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Klant loginnaam.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Klant wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lijst met factuuradres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lijst van verzendadres-gegevens.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO-code van het land.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/customers\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/layout-templates": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "area": {
                            "description": "Gebied waar u sjablonen voor kunt krijgen.",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "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": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "Beperk resultaten tot klanten of interne notities.",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Inhoud van bestelnotitie.",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "Indien geselecteerd zal de notitie getoond worden aan klanten en zullen zij gewaarschuwd worden. Zoniet, dan is deze hier enkel voor beheerders zichtbaar.",
                            "type": "boolean",
                            "required": false
                        },
                        "added_by_user": {
                            "default": false,
                            "description": "Indien waar, wordt dit bericht toegekend aan de huidige gebruiker. Indien onwaar, wordt het bericht toegekend aan het systeem.",
                            "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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 0,
                            "description": "Aantal decimalen dat wordt gebruikt in elke gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Toon alleen meta die is bedoeld om voor een bestelling te worden getoond.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "Terugbetalingsbedrag.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "Reden voor teruggave.",
                            "type": "string",
                            "required": false
                        },
                        "refunded_by": {
                            "description": "Gebruikers-ID van de gebruiker die de terugbetaling heeft aangemaakt.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Instantie-ID verzending.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "api_refund": {
                            "default": true,
                            "description": "Indien geselecteerd wordt de betalingsgateway API gebruikt om de terugbetaling te genereren.",
                            "type": "boolean",
                            "required": false
                        },
                        "api_restock": {
                            "default": true,
                            "description": "Indien waar worden terugbetaalde artikelen opnieuw in de voorraad opgenomen.",
                            "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": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Het bestellings-ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot bestellingen met een specifieke status.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "auto-draft",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "Beperk resultaten tot bestellingen van een bepaalde klant.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot bestellingen met een bepaald product.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 0,
                            "description": "Aantal decimalen dat wordt gebruikt in elke gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Toon alleen meta die is bedoeld om voor een bestelling te worden getoond.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "created_via": {
                            "description": "Beperk de resultatenset tot bestellingen die via specifieke bronnen zijn aangemaakt (bijv. afrekenen, beheer).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Hoofd bestelling ID.",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "Laat zien waar de bestelling is aangemaakt.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Status van bestelling.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "SEK",
                            "description": "Valuta tijdens het aanmaken van de bestelling, in ISO formaat.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWD",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Gebruikers-ID van de bestelling. 0 is gast.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Notitie van de klant, opgegeven tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Betaalmethode-ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Betaalmethode titel.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unieke transactie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Lijn artikelen data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Productnaam.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Naam hoofdproduct, indien het product een variatie is.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Product-ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variatie ID, wanneer toepasselijk.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Aantal besteld.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Btw-klasse van product.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Regel subtotaal (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Regel subtotaal btw (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Metacode voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Metawaarde voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Artikelnummer.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN of ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product prijs.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Eigenschappen van de afbeelding van het hoofdproduct.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "Afbeelding ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "Afbeelding URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "properties": {
                                "composite_parent": {
                                    "description": "ID of parent line item, applicable if the item is part of a composite.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "composite_children": {
                                    "description": "IDs of composited line items, applicable if the item is a composite container.",
                                    "type": "array",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "integer"
                                    },
                                    "readonly": true
                                },
                                "composite_configuration": {
                                    "description": "Composite product configuration array. Must be defined when adding a composite-type line item to an order, to ensure components are added to the order as well.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "component_id": {
                                                "description": "Component ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "product_id": {
                                                "description": "Chosen product ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "quantity": {
                                                "description": "Chosen product quantity.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "variation_id": {
                                                "description": "Chosen variation ID, if applicable.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "attributes": {
                                                "description": "Chosen variation data to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "args": {
                                                "description": "Additional arguments to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Instantie-ID verzending.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons lijn gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totaal van kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Totaal van belasting op kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Soort korting.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kortingsbedrag zoals gedefinieerd in de coupon (absolute waarde of een percentage, afhankelijk van het kortingstype).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Of de kortingsbon gratis verzending biedt of niet.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Geef aan of de bestelling is betaald. Het zet de bestelstatus op 'in behandeling' en vermindert de voorraad.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "Stel de actie in op handmatig, zodat de bestelnotitie wordt geregistreerd als &quot;toegevoegd door gebruiker&quot;.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Hoofd bestelling ID.",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "Laat zien waar de bestelling is aangemaakt.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status van bestelling.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Valuta tijdens het aanmaken van de bestelling, in ISO formaat.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWD",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Gebruikers-ID van de bestelling. 0 is gast.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Notitie van de klant, opgegeven tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Betaalmethode-ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Betaalmethode titel.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unieke transactie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Lijn artikelen data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Productnaam.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Naam hoofdproduct, indien het product een variatie is.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Product-ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variatie ID, wanneer toepasselijk.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Aantal besteld.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Btw-klasse van product.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Regel subtotaal (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Regel subtotaal btw (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Metacode voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Metawaarde voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Artikelnummer.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN of ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product prijs.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Eigenschappen van de afbeelding van het hoofdproduct.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "Afbeelding ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "Afbeelding URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "properties": {
                                "composite_parent": {
                                    "description": "ID of parent line item, applicable if the item is part of a composite.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "composite_children": {
                                    "description": "IDs of composited line items, applicable if the item is a composite container.",
                                    "type": "array",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "integer"
                                    },
                                    "readonly": true
                                },
                                "composite_configuration": {
                                    "description": "Composite product configuration array. Must be defined when adding a composite-type line item to an order, to ensure components are added to the order as well.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "component_id": {
                                                "description": "Component ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "product_id": {
                                                "description": "Chosen product ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "quantity": {
                                                "description": "Chosen product quantity.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "variation_id": {
                                                "description": "Chosen variation ID, if applicable.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "attributes": {
                                                "description": "Chosen variation data to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "args": {
                                                "description": "Additional arguments to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Instantie-ID verzending.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons lijn gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totaal van kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Totaal van belasting op kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Soort korting.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kortingsbedrag zoals gedefinieerd in de coupon (absolute waarde of een percentage, afhankelijk van het kortingstype).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Of de kortingsbon gratis verzending biedt of niet.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Geef aan of de bestelling is betaald. Het zet de bestelstatus op 'in behandeling' en vermindert de voorraad.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "Stel de actie in op handmatig, zodat de bestelnotitie wordt geregistreerd als &quot;toegevoegd door gebruiker&quot;.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Hoofd bestelling ID.",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "Laat zien waar de bestelling is aangemaakt.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status van bestelling.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Valuta tijdens het aanmaken van de bestelling, in ISO formaat.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWD",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Gebruikers-ID van de bestelling. 0 is gast.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Notitie van de klant, opgegeven tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Factuuradres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mailadres.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefoonnummer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Verzendadres.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Voornaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Achternaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Bedrijfsnaam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Adreslijn 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Adreslijn 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Woonplaats.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "ISO-code of naam van de staat, provincie of het district.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postcode.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Landcode in ISO 3166-1 alpha-2 formaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Betaalmethode-ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Betaalmethode titel.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unieke transactie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Lijn artikelen data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Productnaam.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Naam hoofdproduct, indien het product een variatie is.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Product-ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variatie ID, wanneer toepasselijk.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Aantal besteld.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Btw-klasse van product.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Regel subtotaal (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Regel subtotaal btw (voor kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Metacode voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Metawaarde voor UI weergave.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Artikelnummer.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN of ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product prijs.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Eigenschappen van de afbeelding van het hoofdproduct.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "Afbeelding ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "Afbeelding URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "properties": {
                                "composite_parent": {
                                    "description": "ID of parent line item, applicable if the item is part of a composite.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "composite_children": {
                                    "description": "IDs of composited line items, applicable if the item is a composite container.",
                                    "type": "array",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "integer"
                                    },
                                    "readonly": true
                                },
                                "composite_configuration": {
                                    "description": "Composite product configuration array. Must be defined when adding a composite-type line item to an order, to ensure components are added to the order as well.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "component_id": {
                                                "description": "Component ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "product_id": {
                                                "description": "Chosen product ID.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "quantity": {
                                                "description": "Chosen product quantity.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "variation_id": {
                                                "description": "Chosen variation ID, if applicable.",
                                                "type": "integer",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "attributes": {
                                                "description": "Chosen variation data to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            },
                                            "args": {
                                                "description": "Additional arguments to pass into 'WC_Order::add_product', if applicable.",
                                                "type": "object",
                                                "context": [
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Gegevens van verzendingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Naam van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID van verzendmethode.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Instantie-ID verzending.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Gegevens van vergoedingsregels.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Naam van kosten.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Belastingklasse van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Belastingstatus van kosten.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Regel totaal (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Regel totaal btw (na kortingen).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Regel-belastingen.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Belastingtarief ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Btw totaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Btw subtotaal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons lijn gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Artikel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totaal van kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Totaal van belasting op kortingen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Soort korting.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kortingsbedrag zoals gedefinieerd in de coupon (absolute waarde of een percentage, afhankelijk van het kortingstype).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Of de kortingsbon gratis verzending biedt of niet.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta-gegevens.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta-ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Metasleutel.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Metawaarde.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Geef aan of de bestelling is betaald. Het zet de bestelstatus op 'in behandeling' en vermindert de voorraad.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "Stel de actie in op handmatig, zodat de bestelnotitie wordt geregistreerd als &quot;toegevoegd door gebruiker&quot;.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "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": "Unieke identifier voor het kenmerk van de termen.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt om de volgorde van de gegevensbron te wijzigen.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Naam voor de bron.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Type van het attribuut.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Standaard sorteervolgorde.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Activeren\/deactiveren van attribuutarchieven.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Attribuutnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type van het attribuut.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Standaard sorteervolgorde.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Activeren\/deactiveren van attribuutarchieven.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Attribuutnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type van het attribuut.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Standaard sorteervolgorde.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Activeren\/deactiveren van attribuutarchieven.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/categories": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Categorienaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/categories\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Categorienaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van de hoofd-gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Weergavetype van categorie-archief.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Afbeelding gegevens.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/custom-fields\/names": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Artikelen oplopend of aflopend sorteren.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/products\/custom-fields\/names"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/reviews": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Reactie beperken tot beoordelingen gepubliceerd v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten set tot specifieke IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Beperk resultaten tot beoordelingen met specifieke gebruikers-ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "Garanderen dat resultaten geen beoordelingen met specifieke gebruikers-ID's bevat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_email": {
                            "default": null,
                            "description": "Beperk resultaten tot die van een specifiek e-mailadres van een auteur.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "product": {
                            "default": [],
                            "description": "Beperk resultaten tot beoordelingen met specifieke product-ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Beperk resultaten tot beoordelingen waar een specifieke status aan is toegewezen.",
                            "type": "string",
                            "enum": [
                                "all",
                                "hold",
                                "approved",
                                "spam",
                                "trash"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het product.",
                            "type": "integer",
                            "required": true
                        },
                        "product_name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Status van de beoordeling.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "Naam van de beoordelaar.",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "E-mail van de beoordelaar.",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "Content beoordelen.",
                            "required": true
                        },
                        "rating": {
                            "description": "Review beoordeling (0 tot 5).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "Unieke identifier voor het product waaraan de beoordeling toebehoort.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status van de beoordeling.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Beoordeler naam.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "Beoordeler e-mail.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "De inhoud van de beoordeling.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Review beoordeling (0 tot 5).",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/reviews\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het product waaraan de beoordeling toebehoort.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status van de beoordeling.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Beoordeler naam.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "Beoordeler e-mail.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "De inhoud van de beoordeling.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Review beoordeling (0 tot 5).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/products\/reviews\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/shipping_classes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Klassenaam van verzending.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Klassenaam van verzending.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Klassenaam van verzending.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen. Alleen van toepassing op hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie op gegevensbron-eigenschap.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Gegevensbronnen verbergen die geen producten hebben.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk de resultatenset tot hulpbronnen die aan een specifiek hoofd zijn toegewezen. Geldt alleen voor hi\u00ebrarchische taxonomie\u00ebn.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Beperk resultaten tot gegevensbronnen toegekend aan een bepaald product.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot gegevensbronnen met een bepaalde slug.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Naam voor de bron.",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Tagnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/tags\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Tagnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de hulpbron, uniek voor zijn type.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de hulpbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "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": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "Beperk resultaten tot producten met een specifiek toegewezen merk ID.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot producten met een bepaalde slug.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Beperk resultaten tot producten van een bepaald type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Beperk resultaten tot uitgelichte producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Beperk resultaten tot producten met een bepaalde categorie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Beperk resultaten tot producten met een bepaalde tag-ID.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Beperk resultaten tot producten met een bepaalde verzendklasse-ID.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Beperk resultaten tot producten met een specifieke eigenschap. Gebruik de slug taxonomie-naam\/-eigenschap.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Beperk resultaten tot producten met een bepaalde eigenschapterm-ID (verplicht gekoppelde eigenschap).",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde minimumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde maximumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beperk resultaten tot producten met een specifieke voorraadstatus.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "search_sku": {
                            "description": "Beperk resultaten tot resultaten met een SKU die gedeeltelijk overeenkomt met een string. Dit argument heeft voorrang op &#039;sku&#039;.",
                            "type": "string",
                            "required": false
                        },
                        "search_name_or_sku": {
                            "description": "Beperk resultaten tot resultaten met een naam of SKU die gedeeltelijk overeenkomt met een string. Dit argument heeft voorrang op &#039;search&#039;, &#039;sku&#039; en &#039;search_sku&#039;.",
                            "type": "string",
                            "required": false
                        },
                        "search_fields": {
                            "description": "Zoekopdracht beperken tot specifieke velden bij gebruik met zoekparameter. Beschikbare velden: name, sku, global_unique_id, description, short_description. Dit argument heeft voorrang op alle andere zoekparameters.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "name",
                                    "global_unique_id",
                                    "description",
                                    "short_description",
                                    "sku"
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "include_status": {
                            "description": "Beperk de resultatenset tot producten met een van de statussen.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "Producten met een van deze statussen uitsluiten van de resultatenset.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "include_types": {
                            "description": "Beperk de resultatenset tot producten met een van de typen.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable",
                                    "composite"
                                ]
                            },
                            "required": false
                        },
                        "exclude_types": {
                            "description": "Producten met een van de typen uitsluiten van de resultatenset.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable",
                                    "composite"
                                ]
                            },
                            "required": false
                        },
                        "downloadable": {
                            "description": "Beperk de resultatenset tot downloadbare producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "Beperk de resultatenset tot virtuele producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "Beperk de resultaten tot producten die zichtbaar zijn in het verkooppunt.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van het product, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "De datum waarop het product is aangemaakt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Lage voorraad hoeveelheid voor het artikel.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Bericht wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van up-sell product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Lijst met merken.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Merk-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van het product, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "De datum waarop het product is aangemaakt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Lage voorraad hoeveelheid voor het artikel.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Bericht wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van up-sell product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Lijst met merken.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Merk-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van het product, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "De datum waarop het product is aangemaakt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Lage voorraad hoeveelheid voor het artikel.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Bericht wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van up-sell product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Lijst met merken.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Merk-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/(?P<id>[\\d]+)\/related": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/suggested-products": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "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": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "Beperk resultaten tot producten met een specifiek toegewezen merk ID.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot producten met een bepaalde slug.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Beperk resultaten tot producten van een bepaald type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Beperk resultaten tot uitgelichte producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Beperk resultaten tot producten met een bepaalde categorie-ID.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Beperk resultaten tot producten met een bepaalde tag-ID.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Beperk resultaten tot producten met een bepaalde verzendklasse-ID.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Beperk resultaten tot producten met een specifieke eigenschap. Gebruik de slug taxonomie-naam\/-eigenschap.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Beperk resultaten tot producten met een bepaalde eigenschapterm-ID (verplicht gekoppelde eigenschap).",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Beperk resultaten tot producten die wel of niet op voorraad zijn.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde minimumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde maximumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "Beperk de resultaatset tot specifieke productcategorie-ID&#039;s.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "Beperk de resultaatset tot specifieke producttag-ID&#039;s.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "limit": {
                            "description": "Beperk de resultaatset tot een specifiek aantal voorgestelde producten.",
                            "type": "integer",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Productnaam.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product-slak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "De aanmaakdatum van het product, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "De datum waarop het product is aangemaakt, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Producttype.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "composite"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Productstatus (status van bericht).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Uitgelicht product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Zichtbaarheid van de catalogus.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Korte productbeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Reguliere productprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Virtueel product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Downloadbaar product.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Knoptekst van extern product. Alleen voor externe producten.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadbeheer, op productniveau.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Lage voorraad hoeveelheid voor het artikel.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Sta toe een stuk aan te kopen in een enkele bestelling.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Productgewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Productafmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Productlengte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Productbreedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Producthoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Sta beoordelingen toe.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Bericht wachtwoord.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lijst van up-sell product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lijst van koppelverkoop product-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID van hoofdproduct.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Notitie om aan de klant te verzenden, na aankoop (niet verplicht).",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Categorielijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Categorie-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Categorienaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Categorie slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Lijst met merken.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Merk-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Merknaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lijst van tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tagnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Lijst van afbeeldingen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Afbeelding ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Afbeelding URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Afbeelding naam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Afbeelding alt tekst.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribuutpositie.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Geef aan of de eigenschap zichtbaar is op de \"Extra informatie\"-tab op de productpagina.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Geef aan of het attribuut gebruikt kan worden als variatie.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lijst van beschikbare namen van het attribuut.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Standaard variatie-attributen.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot producten met een bepaalde slug.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde minimumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde maximumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beperk resultaten tot producten met een specifieke voorraadstatus.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "Beperk de resultaten verzameling tot producten met of zonder prijs.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "Beperk de resultaatset tot producten met gespecificeerde kenmerken.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Attribuut slug."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Attribuut term."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Attribuut termen."
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "Beperk de resultatenset tot virtuele productvariaties.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Beperk de resultatenset tot downloadbare productvariaties.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "Beperk de resultatenset tot productvariaties met een van de statussen.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "Sluit productvariaties met een van de statussen uit de resultatenset uit.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "Beperk de resultaten tot de varianten die zichtbaar zijn in het kassasysteem.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variatiebeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variatie standaardprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variatie actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variatiestatus.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Als de variatie virtueel is.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Als de variatie gedownload kan worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Voorraadmanagement op variatieniveau.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Laag voorraad aantal voor de variatie.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variatie gewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variatie afmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variatie lente (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variatie breedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variatie hoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Afbeeldingsgegevens van variatie.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variatiebeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variatie standaardprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variatie actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variatiestatus.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Als de variatie virtueel is.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Als de variatie gedownload kan worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadmanagement op variatieniveau.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Laag voorraad aantal voor de variatie.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variatie gewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variatie afmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variatie lente (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variatie breedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variatie hoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Afbeeldingsgegevens van variatie.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de variatie.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variatiebeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variatie standaardprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variatie actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variatiestatus.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Als de variatie virtueel is.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Als de variatie gedownload kan worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Voorraadmanagement op variatieniveau.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Laag voorraad aantal voor de variatie.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variatie gewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variatie afmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variatie lente (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variatie breedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variatie hoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Afbeeldingsgegevens van variatie.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "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": "Unieke identifier voor het variabele product.",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "Ongebruikte variaties verwijderen.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "Standaardwaarden voor gegenereerde variaties.",
                            "type": "object",
                            "properties": {
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variatiebeschrijving.",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Voorraadeenheid.",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN, UPC, EAN of ISBN.",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variatie standaardprijs.",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variatie actieprijs.",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Startdatum van actieprijs, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variatiestatus.",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Als de variatie virtueel is.",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Als de variatie gedownload kan worden.",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Lijst van downloadbestanden.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Bestand ID.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Bestandsnaam.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "Bestands URL.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Aantal dagen tot toegang downloads vervalt.",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Belastingstatus.",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Belastingklasse.",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Voorraadmanagement op variatieniveau.",
                                    "type": [
                                        "boolean",
                                        "string"
                                    ]
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Aantal op voorraad.",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Beheert de voorraadstatus van het product.",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Laag voorraad aantal voor de variatie.",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variatie gewicht (kg).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variatie afmetingen.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "Variatie lente (cm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "Variatie breedte (cm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "Variatie hoogte (cm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Verzendklasse slug.",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Afbeeldingsgegevens van variatie.",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "Afbeelding ID.",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "Afbeelding URL.",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "Afbeelding naam.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "Afbeelding alt tekst.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Attributenlijst.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Eigenschap ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Attribuutnaam.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "Termnaam van de geselecteerde eigenschap.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Meta-gegevens.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Meta-ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "Metasleutel.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "Metawaarde.",
                                                "type": [
                                                    "null",
                                                    "object",
                                                    "string",
                                                    "number",
                                                    "boolean",
                                                    "integer",
                                                    "array"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Variatiebeschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Voorraadeenheid.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN of ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variatie standaardprijs.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variatie actieprijs.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Startdatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Startdatum van actieprijs, als GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Einddatum van actieprijs, in de tijdzone van de website.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variatiestatus.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Als de variatie virtueel is.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Als de variatie gedownload kan worden.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lijst van downloadbestanden.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Bestand ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Bestandsnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Bestands URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Aantal maal downloads gedownload kunnen worden na aankoop.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Aantal dagen tot toegang downloads vervalt.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Belastingstatus.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Voorraadmanagement op variatieniveau.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Aantal op voorraad.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Beheert de voorraadstatus van het product.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Voor voorraadbeheer, dit be\u00efnvloedt of nabestellingen toegestaan zijn.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Laag voorraad aantal voor de variatie.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variatie gewicht (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variatie afmetingen.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variatie lente (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variatie breedte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variatie hoogte (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Verzendklasse slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Afbeeldingsgegevens van variatie.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Afbeelding ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "De aanmaakdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "De datum waarop de afbeelding is aangemaakt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "De wijzigingsdatum van de afbeelding, in de tijdzone van de website.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "De datum waarop de afbeelding voor het laatst is bewerkt, als GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Afbeelding URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Afbeelding naam.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Afbeelding alt tekst.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributenlijst.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Eigenschap ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribuutnaam.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Termnaam van de geselecteerde eigenschap.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menuvolgorde, gebruikt voor aangepaste productzoekopdrachten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta-gegevens.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta-ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Metasleutel.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Metawaarde.",
                                        "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 0,
                            "description": "Aantal decimalen dat wordt gebruikt in elke gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Toon alleen meta die is bedoeld om voor een bestelling te worden getoond.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/refunds"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/sales": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Rapportperiode.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Toon verkopen vanaf een specifieke startdatum, de datum moet in het YYYY-MM-DD formaat zijn.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Toon verkopen tot een specifieke einddatum, de datum moet in het YYYY-MM-DD formaat zijn.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/top_sellers": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Rapportperiode.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Toon verkopen vanaf een specifieke startdatum, de datum moet in het YYYY-MM-DD formaat zijn.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Toon verkopen tot een specifieke einddatum, de datum moet in het YYYY-MM-DD formaat zijn.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/orders\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/reports\/orders\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/products\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/reports\/products\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/customers\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/reports\/customers\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/coupons\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/reports\/coupons\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/reviews\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/reports\/reviews\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/reports"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/settings\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Instellingen groep ID.",
                            "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": "Instellingen groep ID.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Instellingswaarde.",
                            "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": "Instellingen groep ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Instellingen groep ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Instellingswaarde.",
                            "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": "Verzendgebied naam.",
                            "required": true
                        },
                        "order": {
                            "description": "Verzendgebied bestelling.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke ID voor de bron.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke ID voor de bron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Verzendgebied naam.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Verzendgebied bestelling.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke ID voor de bron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones\/(?P<id>[\\d]+)\/locations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke ID voor de bron.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke ID voor de bron.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Locatiecode verzendgebied.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Locatietype verzendgebied.",
                            "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": "Unieke ID voor het gebied.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Unieke ID voor het gebied.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteermogelijkheid verzendmethode.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Ingeschakelde status verzendmethode.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Instellingen verzendmethode.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Een unieke identifier voor de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Een leesbaar label voor de instelling dat gebruikt wordt in de interfaces.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Een voluit geschreven beschrijving voor de instelling die gebruikt zal worden in de interfaces.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Type van de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox",
                                        "class",
                                        "order"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Instellingswaarde.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Standaardwaarde voor de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Extra help tekst die getoond wordt aan de gebruiker over de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Placeholdertekst om weer te geven bij tekstinvoer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "method_id": {
                            "description": "ID van verzendmethode.",
                            "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": "Unieke ID voor het gebied.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "Unieke ID voor de instantie.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Unieke ID voor het gebied.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "Unieke ID voor de instantie.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteermogelijkheid verzendmethode.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Ingeschakelde status verzendmethode.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Instellingen verzendmethode.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Een unieke identifier voor de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Een leesbaar label voor de instelling dat gebruikt wordt in de interfaces.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Een voluit geschreven beschrijving voor de instelling die gebruikt zal worden in de interfaces.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Type van de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox",
                                        "class",
                                        "order"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Instellingswaarde.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Standaardwaarde voor de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Extra help tekst die getoond wordt aan de gebruiker over de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Placeholdertekst om weer te geven bij tekstinvoer.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Unieke ID voor het gebied.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "Unieke ID voor de instantie.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Of de prullenmand moet worden omzeild en verwijdering moet worden geforceerd.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes\/classes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Naam van belastingklasse.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke slug voor de bron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unieke slug voor de bron.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Sorteer collectie per object attribuut.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Sorteren op belastingklasse.",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "Landcode, ISO 3166.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Provinciecode.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcode\/ZIP, het ondersteunt geen meerdere waarden. Verouderd vanaf WooCommerce 5.3, 'postcodes' zou in plaats daarvan gebruikt moeten worden.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Plaatsnaam, het ondersteunt niet meerdere waarden. Verouderd vanaf WooCommerce 5.3, moeten 'steden' in plaats daarvan worden gebruikt.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Naam van belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Belasting prioriteit.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Samengesteld tarief al dan niet van toepassing.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Dit belastingtarief is al dan nietvan toepassing op verzendkosten.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Geeft de volgorde die zal verschijnen in queries.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Belastingklasse.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Lijst van postcodes \/ ZIPs. Ge\u00efntroduceerd in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "Lijst van stadsnamen. Ge\u00efntroduceerd in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "Landcode, ISO 3166.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Provinciecode.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcode\/ZIP, het ondersteunt geen meerdere waarden. Verouderd vanaf WooCommerce 5.3, 'postcodes' zou in plaats daarvan gebruikt moeten worden.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Plaatsnaam, het ondersteunt niet meerdere waarden. Verouderd vanaf WooCommerce 5.3, moeten 'steden' in plaats daarvan worden gebruikt.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Naam van belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Belasting prioriteit.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Samengesteld tarief al dan niet van toepassing.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Dit belastingtarief is al dan nietvan toepassing op verzendkosten.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Geeft de volgorde die zal verschijnen in queries.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Lijst van postcodes \/ ZIPs. Ge\u00efntroduceerd in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "Lijst van stadsnamen. Ge\u00efntroduceerd in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "Landcode, ISO 3166.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Provinciecode.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcode\/ZIP, het ondersteunt geen meerdere waarden. Verouderd vanaf WooCommerce 5.3, 'postcodes' zou in plaats daarvan gebruikt moeten worden.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Plaatsnaam, het ondersteunt niet meerdere waarden. Verouderd vanaf WooCommerce 5.3, moeten 'steden' in plaats daarvan worden gebruikt.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Naam van belastingtarief.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Belasting prioriteit.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Samengesteld tarief al dan niet van toepassing.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Dit belastingtarief is al dan nietvan toepassing op verzendkosten.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Geeft de volgorde die zal verschijnen in queries.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Belastingklasse.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "momsfritt",
                                "nedsatt-moms"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Lijst van postcodes \/ ZIPs. Ge\u00efntroduceerd in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "Lijst van stadsnamen. Ge\u00efntroduceerd in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/variations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximaal aantal items dat wordt verstuurd in de resultaten-set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenkomen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Reactie beperken tot hulpbronnen aangemaakt na een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Reactie beperken tot hulpbronnen aangepast v\u00f3\u00f3r een bepaalde datum voor ISO8601-compliance.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "De overweging van GMT berichtdatums wanneer de reactie is beperkt door gepubliceerde of bijgewerkte datum.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Beperk resultaten tot alle artikelen met uitzondering van die met bepaalde hoofd-IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot producten met een bepaalde slug.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Beperk resultaten tot producten met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Beperk resultaten tot producten uit een of meerdere specifieke artikelnummers. Gebruik komma's als scheidingsteken.",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Beperk resultaten tot afgeprijsde producten.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde minimumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Beperk resultaten tot producten met een bepaalde maximumprijs.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Beperk meta_data tot specifieke sleutels.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Zorg ervoor dat meta_data specifieke sleutels uitsluit.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Beperk resultaten tot producten met een specifieke voorraadstatus.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "Beperk de resultaten verzameling tot producten met of zonder prijs.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "Beperk de resultaatset tot producten met gespecificeerde kenmerken.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Attribuut slug."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Attribuut term."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Attribuut termen."
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "Beperk de resultatenset tot virtuele productvariaties.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Beperk de resultatenset tot downloadbare productvariaties.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "Beperk de resultatenset tot productvariaties met een van de statussen.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "Sluit productvariaties met een van de statussen uit de resultatenset uit.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "Beperk de resultaten tot de varianten die zichtbaar zijn in het kassasysteem.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/variations"
                    }
                ]
            }
        },
        "\/wc\/v3\/webhooks": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie op gegevensbronnen gepubliceerd na een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op gegevensbronnen gepubliceerd v\u00f3\u00f3r een bepaalde ISO 8601 compliant datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg dat specifieke ID's uitgezonderd zijn in de resultaat-set.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Beperk resultaten tot bepaalde IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compenseer het resultaat van het specifieke aantal artikelen.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Bestelling sorteervolgorde, oplopend of aflopend.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sorteer collectie per object attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Beperk resultaten tot webhooks met een bepaalde status.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Een vriendelijke naam voor de webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Webhook-status.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Webhook-onderwerp.",
                            "required": true
                        },
                        "secret": {
                            "description": "Geheime sleutel gebruikt voor het genereren van een hash van de geleverde webhook en aangeboden in de aanvraag-headers. Dit zal standaard een MD5-hash zijn van de huidige gebruikers-ID|gebruikersnaam indien niet ingesteld.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook levering-URL.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Een vriendelijke naam voor de webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook-status.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook-onderwerp.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Geheime sleutel gebruikt voor het genereren van een hash van de geleverde webhook en aangeboden in de aanvraag-headers. Dit zal standaard een MD5-hash zijn van de huidige gebruikers-ID|gebruikersnaam indien niet ingesteld.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Moet true zijn, een gegevensbron mag niet verwijderd worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/webhooks\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Een vriendelijke naam voor de webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook-status.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook-onderwerp.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Geheime sleutel gebruikt voor het genereren van een hash van de geleverde webhook en aangeboden in de aanvraag-headers. Dit zal standaard een MD5-hash zijn van de huidige gebruikers-ID|gebruikersnaam indien niet ingesteld.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/system_status"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status\/tools": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Een unieke identifier voor de tool.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Tool naam.",
                            "type": "string",
                            "required": false
                        },
                        "action": {
                            "description": "Wat het uitvoeren van de tool doet.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Tool beschrijving.",
                            "type": "string",
                            "required": false
                        },
                        "success": {
                            "description": "Is de tool succesvol uitgevoerd?",
                            "type": "boolean",
                            "required": false
                        },
                        "message": {
                            "description": "Tool returnbericht.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping_methods": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/shipping_methods"
                    }
                ]
            }
        },
        "\/wc\/v3\/shipping_methods\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payment_gateways": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identifier voor de gegevensbron.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Betaalmethode titel tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Betaalmethode beschrijving tijdens afrekenen.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteermogelijkheid betaalmethode.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Ingeschakelde status betaalmethode.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Instellingen betaalmethodes.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Een unieke identifier voor de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Een leesbaar label voor de instelling dat gebruikt wordt in de interfaces.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Een voluit geschreven beschrijving voor de instelling die gebruikt zal worden in de interfaces.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Type van de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Instellingswaarde.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Standaardwaarde voor de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Extra help tekst die getoond wordt aan de gebruiker over de instelling.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Placeholdertekst om weer te geven bij tekstinvoer.",
                                    "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:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/data"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/continents": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/data\/continents"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/continents\/(?P<location>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "continent": {
                            "description": "2 karakter continent code.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data\/countries": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/data\/countries"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/countries\/(?P<location>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 alfa-2-landcode.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data\/currencies": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/data\/currencies"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/currencies\/current": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc\/v3\/data\/currencies\/current"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/currencies\/(?P<currency>[\\w-]{3})": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO4217-valutacode.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/paypal-standard\/update-shipping": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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": "Unieke identificatiecode van de bestelling.",
                            "type": "integer",
                            "required": false
                        },
                        "expiration_date": {
                            "description": "Vervaldatum opgemaakt als jjjj-mm-dd.",
                            "type": "string",
                            "default": null,
                            "required": false
                        },
                        "expiration_days": {
                            "description": "Aantal dagen dat aan de huidige datum moet worden toegevoegd om de vervaldatum te verkrijgen.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "force_new": {
                            "description": "Het is waar om de aanmaak van een nieuwe bon te forceren, zelfs als er al een bestaat en nog niet is verlopen.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identificatiecode van de bestelling.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)\/actions\/email_templates": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identificatiecode van de bestelling.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)\/actions\/send_email": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identificatiecode van de bestelling.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "E-mailadres waar de bestelgegevens naartoe moeten worden gestuurd.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "force_email_update": {
                            "description": "Of het factureringsmailadres van de bestelling moet worden bijgewerkt, ook al bestaat er al een.",
                            "type": "boolean",
                            "required": false
                        },
                        "template_id": {
                            "description": "De ID van de sjabloon die gebruikt moet worden voor het verzenden van de 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",
                                "failed_renewal_authentication",
                                "failed_preorder_sca_authentication",
                                "failed_authentication_requested",
                                "wc_stripe_failed_refund_admin",
                                "wc_stripe_failed_refund_customer"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)\/actions\/send_order_details": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke identificatiecode van de bestelling.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "E-mailadres waar de bestelgegevens naartoe moeten worden gestuurd.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "force_email_update": {
                            "description": "Of het factureringsmailadres van de bestelling moet worden bijgewerkt, ook al bestaat er al een.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/statuses": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "De ISO3166 alpha-2 landcode die moet worden opgeslagen voor de huidige gebruiker.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wc-admin\/settings\/payments\/country"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/providers": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 alpha-2 landcode. Standaard is dit het basislocatieland van WooCommerce.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Een toewijzing van de provider-ID aan gehele getallen die de sorteervolgorde weergeven.",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "De context-ID waarvoor de incentive moet worden afgewezen. Indien niet opgegeven, wordt de incentive voor alle contexten afgewezen.",
                            "type": "string",
                            "required": false
                        },
                        "do_not_track": {
                            "description": "Als dit het geval is, wordt het afwijzen van prikkels door de tracking genegeerd.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Het allerhoogste punt van waaruit de handelaar de onboarding-stroom betreedt.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Het allerhoogste punt van waaruit de handelaar de onboarding-stroom betreedt.",
                            "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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Het allerhoogste punt van waaruit de handelaar de onboarding-stroom betreedt.",
                            "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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Het allerhoogste punt van waaruit de handelaar de onboarding-stroom betreedt.",
                            "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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Het allerhoogste punt van waaruit de handelaar de onboarding-stroom betreedt.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Het allerhoogste punt van waaruit de handelaar de onboarding-stroom betreedt.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Het allerhoogste punt van waaruit de handelaar de onboarding-stroom betreedt.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Het allerhoogste punt van waaruit de handelaar de onboarding-stroom betreedt.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "from": {
                            "description": "Waar in de onboarding-flow dit verzoek werd geactiveerd.",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "Het allerhoogste punt van waaruit de handelaar de onboarding-stroom betreedt.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "from": {
                            "description": "Waar in de onboarding-flow dit verzoek werd geactiveerd.",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "Het allerhoogste punt van waaruit de handelaar de onboarding-stroom betreedt.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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": "ISO3166 alfa-2 landcode. Standaard wordt de landcode van de bedrijfslocatie van de provider gebruikt.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "from": {
                            "description": "Waar in de onboarding-flow dit verzoek werd geactiveerd.",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "Het allerhoogste punt van waaruit de handelaar de onboarding-stroom betreedt.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc-admin-email"
                    }
                ]
            }
        },
        "\/wc-admin-email\/settings\/email\/send-preview": {
            "namespace": "wc-admin-email",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "type": {
                            "description": "Het e-mailtype waarvan u een voorbeeld wilt bekijken.",
                            "type": "string",
                            "required": true
                        },
                        "email": {
                            "description": "E-mailadres waarnaar u het e-mailvoorbeeld wilt verzenden.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Het e-mailtype waarvan u het onderwerp wilt ophalen.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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": "Het e-mailadres waarvoor het bericht opnieuw moet worden gemaakt.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wc-telemetry"
                    }
                ]
            }
        },
        "\/wc-telemetry\/tracker": {
            "namespace": "wc-telemetry",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "platform": {
                            "description": "Platform om te volgen.",
                            "type": "string",
                            "required": true
                        },
                        "version": {
                            "description": "Platformversie om te volgen.",
                            "type": "string",
                            "required": true
                        },
                        "installation_date": {
                            "description": "Installatiedatum van de mobiele WooCommerce app.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wccom-site\/v3\/ssr"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/status": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wccom-site\/v3\/connection\/status"
                    }
                ]
            }
        },
        "\/mailpoet\/v1": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "mailpoet\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/mailpoet\/v1"
                    }
                ]
            }
        },
        "\/mailpoet\/v1\/automations": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orderby": {
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "type": "integer",
                            "required": false
                        },
                        "search": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/mailpoet\/v1\/automations"
                    }
                ]
            }
        },
        "\/mailpoet\/v1\/automations\/(?P<id>\\d+)": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "name": {
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "required": false
                        },
                        "steps": {
                            "type": "object",
                            "properties": {
                                "root": {
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "type": "string",
                                            "pattern": "^root$"
                                        },
                                        "type": {
                                            "type": "string",
                                            "pattern": "^root$"
                                        },
                                        "key": {
                                            "type": "string",
                                            "pattern": "^core:root$"
                                        },
                                        "args": {
                                            "type": "object",
                                            "additionalProperties": false
                                        },
                                        "next_steps": {
                                            "type": "array",
                                            "items": {
                                                "type": "object",
                                                "properties": {
                                                    "id": {
                                                        "type": [
                                                            "string",
                                                            "null"
                                                        ],
                                                        "required": true
                                                    }
                                                }
                                            },
                                            "required": true
                                        }
                                    },
                                    "required": true
                                }
                            },
                            "additionalProperties": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "type": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "key": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "args": {
                                        "type": "object",
                                        "required": true
                                    },
                                    "next_steps": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": [
                                                        "string",
                                                        "null"
                                                    ],
                                                    "required": true
                                                }
                                            }
                                        },
                                        "required": true
                                    },
                                    "filters": {
                                        "type": [
                                            "object",
                                            "null"
                                        ],
                                        "properties": {
                                            "operator": {
                                                "type": "string",
                                                "pattern": "^and|or$",
                                                "required": true
                                            },
                                            "groups": {
                                                "type": "array",
                                                "items": {
                                                    "type": "object",
                                                    "properties": {
                                                        "id": {
                                                            "type": "string",
                                                            "required": true
                                                        },
                                                        "operator": {
                                                            "type": "string",
                                                            "pattern": "^and|or$",
                                                            "required": true
                                                        },
                                                        "filters": {
                                                            "type": "array",
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "string",
                                                                        "required": true
                                                                    },
                                                                    "field_type": {
                                                                        "type": "string",
                                                                        "required": true
                                                                    },
                                                                    "field_key": {
                                                                        "type": "string",
                                                                        "required": true
                                                                    },
                                                                    "condition": {
                                                                        "type": "string",
                                                                        "required": true
                                                                    },
                                                                    "args": {
                                                                        "type": "object",
                                                                        "required": true
                                                                    }
                                                                }
                                                            },
                                                            "minItems": 1,
                                                            "required": true
                                                        }
                                                    }
                                                },
                                                "minItems": 1,
                                                "required": true
                                            }
                                        },
                                        "required": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "type": "object",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/mailpoet\/v1\/automations\/(?P<id>\\d+)\/duplicate": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/mailpoet\/v1\/automations\/create-from-template": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/mailpoet\/v1\/automations\/create-from-template"
                    }
                ]
            }
        },
        "\/mailpoet\/v1\/automation-templates": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/mailpoet\/v1\/automation-templates"
                    }
                ]
            }
        },
        "\/mailpoet\/v1\/automation-templates\/(?P<slug>.+)": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "required": true
                        },
                        "preview": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/mailpoet\/v1\/automation\/analytics\/automation_flow": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "query": {
                            "type": "object",
                            "properties": {
                                "primary": {
                                    "type": "object",
                                    "properties": {
                                        "after": {
                                            "type": "string",
                                            "format": "date-time",
                                            "required": true
                                        },
                                        "before": {
                                            "type": "string",
                                            "format": "date-time",
                                            "required": true
                                        }
                                    }
                                },
                                "limit": {
                                    "type": "integer",
                                    "minimum": 1,
                                    "maximum": 100
                                },
                                "order_by": {
                                    "type": "string"
                                },
                                "order": {
                                    "type": "string"
                                },
                                "page": {
                                    "type": "integer",
                                    "minimum": 1
                                },
                                "filter": {
                                    "type": "object",
                                    "properties": []
                                },
                                "search": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/mailpoet\/v1\/automation\/analytics\/automation_flow"
                    }
                ]
            }
        },
        "\/mailpoet\/v1\/automation\/analytics\/overview": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "query": {
                            "type": "object",
                            "properties": {
                                "primary": {
                                    "type": "object",
                                    "properties": {
                                        "after": {
                                            "type": "string",
                                            "format": "date-time",
                                            "required": true
                                        },
                                        "before": {
                                            "type": "string",
                                            "format": "date-time",
                                            "required": true
                                        }
                                    }
                                },
                                "secondary": {
                                    "type": "object",
                                    "properties": {
                                        "after": {
                                            "type": "string",
                                            "format": "date-time",
                                            "required": true
                                        },
                                        "before": {
                                            "type": "string",
                                            "format": "date-time",
                                            "required": true
                                        }
                                    }
                                },
                                "limit": {
                                    "type": "integer",
                                    "minimum": 1,
                                    "maximum": 100
                                },
                                "orderBy": {
                                    "type": "string"
                                },
                                "orderDirection": {
                                    "type": "string"
                                },
                                "page": {
                                    "type": "integer",
                                    "minimum": 1
                                },
                                "filter": {
                                    "type": "object"
                                },
                                "search": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/mailpoet\/v1\/automation\/analytics\/overview"
                    }
                ]
            }
        },
        "\/mailpoet\/v1\/automation\/analytics\/runs\/(?P<id>\\d+)\/status": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/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:\/\/inzain.bike\/nl_be\/wp-json\/wp-abilities\/v1"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-abilities\/v1\/categories"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories\/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unique identifier for the ability category.",
                            "type": "string",
                            "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+?)\/run": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "Unique identifier for the ability.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        },
                        "input": {
                            "description": "Input parameters for the ability execution.",
                            "type": [
                                "integer",
                                "number",
                                "boolean",
                                "string",
                                "array",
                                "object",
                                "null"
                            ],
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "description": "Limit results to abilities in specific ability category.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-abilities\/v1\/abilities"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Unique identifier for the ability.",
                            "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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/jetpack\/v4\/remote_connect"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Set to false will trigger the site to disconnect.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/jetpack\/v4\/connection\/user"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/jetpack\/v4\/connection\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/jetpack\/v4\/connection\/reconnect"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/register": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "from": {
                            "description": "Indicates where the registration action was triggered for tracking\/segmentation purposes",
                            "type": "string",
                            "required": false
                        },
                        "redirect_uri": {
                            "description": "URI of the admin page where the user should be redirected after connection flow",
                            "type": "string",
                            "required": false
                        },
                        "plugin_slug": {
                            "description": "Indicates from what plugin the request is coming from",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/jetpack\/v4\/connection\/register"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/authorize_url": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "redirect_uri": {
                            "description": "URI of the admin page where the user should be redirected after connection flow",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/jetpack\/v4\/connection\/authorize_url"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/user-token": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "user_token": {
                            "description": "New user token",
                            "type": "string",
                            "required": true
                        },
                        "is_connection_owner": {
                            "description": "Is connection owner",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/jetpack\/v4\/user-token"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/owner": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "owner": {
                            "description": "New owner",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie tot berichten die gepubliceerd zijn na een gegeven ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn na een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Beperk resultaten tot berichten die toegewezen zijn aan specifieke auteurs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Zorg ervoor dat resultaten berichten uitsluiten die zijn toegewezen aan specifieke auteurs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op berichten, gepubliceerd voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Hoe de zoekinvoer te interpreteren.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op bericht attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array van kolomnamen die moeten worden doorzocht.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaat beperken tot berichten met \u00e9\u00e9n of meer specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gelimiteerd resultaat ingesteld op berichten toegewezen aan een of meerdere statussen.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Beperk de resultaten op basis van de relatie tussen meerdere taxonomie\u00ebn.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Resultaten beperken tot alle items welke de specifieke term hebben toegewezen in de categories taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Of subtermen moeten worden opgenomen in de termen die de resultaten beperken.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Of aan items alle of een deel van de gespecificeerde voorwaarden moeten worden toegekend.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Beperk de resultatenset tot items behalve die met specifieke termen toegewezen in de categories taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Of subtermen moeten worden opgenomen in de termen die de resultaten beperken.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Resultaten beperken tot alle items welke de specifieke term hebben toegewezen in de tags taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Of aan items alle of een deel van de gespecificeerde voorwaarden moeten worden toegekend.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Beperk de resultatenset tot items behalve die met specifieke termen toegewezen in de tags taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Het resultaat tot sticky items beperken.",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "Of je sticky berichten moet negeren of niet.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "Beperk resultaten tot items die aan een of meer gegeven formaten zijn toegewezen.",
                            "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": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Het ID voor de auteur van het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Het ID van de uitgelichte afbeelding voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Of reacties al dan niet toegestaan zijn op het bericht.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Of het bericht al dan niet kan worden gepingd.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Het formaat voor het bericht.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Of een bericht al dan niet moet worden behandeld als sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "De termen toegekend aan het bericht in de category taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "De termen toegekend aan het bericht in de post_tag taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "amp_enabled": {
                            "description": "AMP enabled",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Overschrijf de standaard samenvatting lengte.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Het wachtwoord voor het bericht als dit met een wachtwoord is beveiligd.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Het ID voor de auteur van het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Het ID van de uitgelichte afbeelding voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Of reacties al dan niet toegestaan zijn op het bericht.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Of het bericht al dan niet kan worden gepingd.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Het formaat voor het bericht.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Of een bericht al dan niet moet worden behandeld als sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "De termen toegekend aan het bericht in de category taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "De termen toegekend aan het bericht in de post_tag taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "amp_enabled": {
                            "description": "AMP enabled",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Verzameling rangschikken op basis van het attribuut van het object.",
                            "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": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke sleutel voor de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke sleutel voor de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat revisies geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Het ID voor de auteur van het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Het ID van de uitgelichte afbeelding voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Of reacties al dan niet toegestaan zijn op het bericht.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Of het bericht al dan niet kan worden gepingd.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Het formaat voor het bericht.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Of een bericht al dan niet moet worden behandeld als sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "De termen toegekend aan het bericht in de category taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "De termen toegekend aan het bericht in de post_tag taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "amp_enabled": {
                            "description": "AMP enabled",
                            "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": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Het ID voor de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie tot berichten die gepubliceerd zijn na een gegeven ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn na een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Beperk resultaten tot berichten die toegewezen zijn aan specifieke auteurs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Zorg ervoor dat resultaten berichten uitsluiten die zijn toegewezen aan specifieke auteurs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op berichten, gepubliceerd voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resultaat beperken tot berichten met een specifieke menu_order waarde.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Hoe de zoekinvoer te interpreteren.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op bericht attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Resultaten beperken tot die van specifieke hoofd ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Resultaten beperken tot alle items behalve die met een bepaalde hoofd ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array van kolomnamen die moeten worden doorzocht.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaat beperken tot berichten met \u00e9\u00e9n of meer specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gelimiteerd resultaat ingesteld op berichten toegewezen aan een of meerdere statussen.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "orderby_hierarchy": {
                            "description": "Sort pages by hierarchy.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID voor het hoofd van het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Het ID voor de auteur van het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Het ID van de uitgelichte afbeelding voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Of reacties al dan niet toegestaan zijn op het bericht.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Of het bericht al dan niet kan worden gepingd.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "De volgorde van het bericht ten opzichte van andere berichten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "amp_enabled": {
                            "description": "AMP enabled",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Overschrijf de standaard samenvatting lengte.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Het wachtwoord voor het bericht als dit met een wachtwoord is beveiligd.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID voor het hoofd van het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Het ID voor de auteur van het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Het ID van de uitgelichte afbeelding voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Of reacties al dan niet toegestaan zijn op het bericht.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Of het bericht al dan niet kan worden gepingd.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "De volgorde van het bericht ten opzichte van andere berichten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "amp_enabled": {
                            "description": "AMP enabled",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Verzameling rangschikken op basis van het attribuut van het object.",
                            "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": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke sleutel voor de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke sleutel voor de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat revisies geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID voor het hoofd van het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Het ID voor de auteur van het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Het ID van de uitgelichte afbeelding voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Of reacties al dan niet toegestaan zijn op het bericht.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Of het bericht al dan niet kan worden gepingd.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "De volgorde van het bericht ten opzichte van andere berichten.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "amp_enabled": {
                            "description": "AMP enabled",
                            "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": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Het ID voor de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie tot berichten die gepubliceerd zijn na een gegeven ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn na een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Beperk resultaten tot berichten die toegewezen zijn aan specifieke auteurs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Zorg ervoor dat resultaten berichten uitsluiten die zijn toegewezen aan specifieke auteurs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op berichten, gepubliceerd voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Hoe de zoekinvoer te interpreteren.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op bericht attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Resultaten beperken tot die van specifieke hoofd ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Resultaten beperken tot alle items behalve die met een bepaalde hoofd ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array van kolomnamen die moeten worden doorzocht.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaat beperken tot berichten met \u00e9\u00e9n of meer specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Gelimiteerd resultaat ingesteld op berichten toegewezen aan een of meerdere statussen.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Resultaten beperken tot bijlagen met een specifiek mediatype.",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Resultaten beperken tot bijlagen met een specifiek MIME-type.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Het ID voor de auteur van het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Het ID van de uitgelichte afbeelding voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Of reacties al dan niet toegestaan zijn op het bericht.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Of het bericht al dan niet kan worden gepingd.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternatieve tekst om te tonen als de bijlage niet getoond kan worden.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Het bijlage onderschrift.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Onderschrift voor de bijlage, zoals deze in de database staat.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-titel voor de bijlage, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "De bijlage beschrijving.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Beschrijving van de bijlage, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML beschrijving voor de bijlage, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Het ID van het bericht waar de bijlage bij hoort.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Het ID voor de auteur van het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Het ID van de uitgelichte afbeelding voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Of reacties al dan niet toegestaan zijn op het bericht.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Of het bericht al dan niet kan worden gepingd.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternatieve tekst om te tonen als de bijlage niet getoond kan worden.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Het bijlage onderschrift.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Onderschrift voor de bijlage, zoals deze in de database staat.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-titel voor de bijlage, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "De bijlage beschrijving.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Beschrijving van de bijlage, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML beschrijving voor de bijlage, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Het ID van het bericht waar de bijlage bij hoort.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor de bijlage.",
                            "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 naar het bewerkte afbeeldingsbestand.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "Reeks van afbeeldingsbewerkingen.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "Bewerking afbeelding.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "Rotatie",
                                        "properties": {
                                            "type": {
                                                "description": "Rotatie type.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "Rotatie argumenten.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "Hoek in graden om kloksgewijs te roteren.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Bijsnijden",
                                        "properties": {
                                            "type": {
                                                "description": "Bijsnijden type.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "Bijsnijden argumenten.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "Horizontale positie van links om het bijsnijden te beginnen als percentage van de afbeeldingsbreedte.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "Verticale positie van boven, te beginnen van het bijsnijden als een percentage van de afbeelding hoogte.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "De breedte van het bijsnijden als percentage van de breedte van de afbeelding.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "De hoogte van het bijsnijden als percentage van de hoogte van de afbeelding.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "De mate waarin de afbeelding met de klok mee wordt geroteerd, in graden. Verouderd: gebruik in plaats daarvan 'modifiers'.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "Als een percentage van de afbeelding, de x positie van het bijsnijden. VEROUDERD: gebruik in de plaats: 'modifiers'.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "Als een percentage van de afbeelding, de y positie van het bijsnijden. VEROUDERD: gebruik in de plaats: 'modifiers'.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "Als een percentage van de afbeelding, de breedte van het bijsnijden. VEROUDERD: gebruik in de plaats: 'modifiers'.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "Als een percentage van de afbeelding, de hoogte van het bijsnijden. VEROUDERD: gebruik in de plaats: 'modifiers'.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie tot berichten die gepubliceerd zijn na een gegeven ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn na een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op berichten, gepubliceerd voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Hoe de zoekinvoer te interpreteren.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Verzameling rangschikken op basis van het attribuut van het object.",
                            "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 van kolomnamen die moeten worden doorzocht.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaat beperken tot berichten met \u00e9\u00e9n of meer specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gelimiteerd resultaat ingesteld op berichten toegewezen aan een of meerdere statussen.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Beperk de resultaten op basis van de relatie tussen meerdere taxonomie\u00ebn.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Resultaten beperken tot alle items welke de specifieke term hebben toegewezen in de menus taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Of aan items alle of een deel van de gespecificeerde voorwaarden moeten worden toegekend.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Beperk de resultatenset tot items behalve die met specifieke termen toegewezen in de menus taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resultaat beperken tot berichten met een specifieke menu_order waarde.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "De titel voor het object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het object, zoals het in de database bestaat.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-titel voor het object, getransformeerd voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "De familie van oorspronkelijk vertegenwoordigde objecten, zoals \"post_type\" of \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Een benoemde status voor het object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "Het ID van het hoofd van het object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Tekst voor het titelattribuut van het linkelement voor dit menu-item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Klasse namen voor het link element van dit menu-item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "De beschrijving van dit menu-item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "De DB ID van het nav_menu_item dat het menu hoofd van dit item is, indien aanwezig, anders 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Het type object dat oorspronkelijk werd getoond, zoals \"categorie,\" \"bericht\", of \"bijlage\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "De database ID van het oorspronkelijke object dat dit menu-item vertegenwoordigt, bijv. het ID voor berichten en term_id voor categorie\u00ebn.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Het doelattribuut van het link element voor dit menu-item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "De URL waarnaar dit menu-item verwijst.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "De XFN relatie uitgedrukt in de link van dit menu-item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "De termen toegekend aan het object in de nav_menu taxonomie.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het object, zoals het in de database bestaat.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-titel voor het object, getransformeerd voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "De familie van oorspronkelijk vertegenwoordigde objecten, zoals \"post_type\" of \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van het hoofd van het object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Tekst voor het titelattribuut van het linkelement voor dit menu-item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Klasse namen voor het link element van dit menu-item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "De beschrijving van dit menu-item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "De DB ID van het nav_menu_item dat het menu hoofd van dit item is, indien aanwezig, anders 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Het type object dat oorspronkelijk werd getoond, zoals \"categorie,\" \"bericht\", of \"bijlage\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "De database ID van het oorspronkelijke object dat dit menu-item vertegenwoordigt, bijv. het ID voor berichten en term_id voor categorie\u00ebn.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Het doelattribuut van het link element voor dit menu-item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "De URL waarnaar dit menu-item verwijst.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "De XFN relatie uitgedrukt in de link van dit menu-item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "De termen toegekend aan het object in de nav_menu taxonomie.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van het object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het object, zoals het in de database bestaat.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-titel voor het object, getransformeerd voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "De familie van oorspronkelijk vertegenwoordigde objecten, zoals \"post_type\" of \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Tekst voor het titelattribuut van het linkelement voor dit menu-item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Klasse namen voor het link element van dit menu-item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "De beschrijving van dit menu-item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "De DB ID van het nav_menu_item dat het menu hoofd van dit item is, indien aanwezig, anders 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Het type object dat oorspronkelijk werd getoond, zoals \"categorie,\" \"bericht\", of \"bijlage\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "De database ID van het oorspronkelijke object dat dit menu-item vertegenwoordigt, bijv. het ID voor berichten en term_id voor categorie\u00ebn.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Het doelattribuut van het link element voor dit menu-item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "De URL waarnaar dit menu-item verwijst.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "De XFN relatie uitgedrukt in de link van dit menu-item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "De termen toegekend aan het object in de nav_menu taxonomie.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Het ID voor de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie tot berichten die gepubliceerd zijn na een gegeven ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn na een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op berichten, gepubliceerd voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Hoe de zoekinvoer te interpreteren.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op bericht attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array van kolomnamen die moeten worden doorzocht.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaat beperken tot berichten met \u00e9\u00e9n of meer specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gelimiteerd resultaat ingesteld op berichten toegewezen aan een of meerdere statussen.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Beperk de resultaten op basis van de relatie tussen meerdere taxonomie\u00ebn.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Resultaten beperken tot alle items welke de specifieke term hebben toegewezen in de wp_pattern_category taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Of aan items alle of een deel van de gespecificeerde voorwaarden moeten worden toegekend.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Beperk de resultatenset tot items behalve die met specifieke termen toegewezen in de wp_pattern_category taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "De termen toegekend aan het bericht in de wp_pattern_category taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Overschrijf de standaard samenvatting lengte.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Het wachtwoord voor het bericht als dit met een wachtwoord is beveiligd.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "De termen toegekend aan het bericht in de wp_pattern_category taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Verzameling rangschikken op basis van het attribuut van het object.",
                            "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": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke sleutel voor de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke sleutel voor de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat revisies geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "De termen toegekend aan het bericht in de wp_pattern_category taxonomie.",
                            "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": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Het ID voor de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Verzameling rangschikken op basis van het attribuut van het object.",
                            "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": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke sleutel voor de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke sleutel voor de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat revisies geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unieke slug die de template identificeert.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Thema identifier voor het template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Inhoud van template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van de template, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titel van template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het template, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het template, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Beschrijving van template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status van template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Het ID van de auteur van het template.",
                            "type": "integer",
                            "required": false
                        },
                        "post_types": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Het ID voor de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Beperk tot het aangegeven bericht id.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Beperk tot het aangegeven template onderdeel gebied.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Berichtype om de templates voor te krijgen.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unieke slug die de template identificeert.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Thema identifier voor het template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Inhoud van template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van de template, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Titel van template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het template, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het template, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Beschrijving van template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Status van template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Het ID van de auteur van het template.",
                            "type": "integer",
                            "required": false
                        },
                        "post_types": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "De slug van de template om de fallback voor te krijgen",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Geeft aan of een template aangepast is of deel uitmaakt van de template hi\u00ebrarchie",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "De template prefix voor de aangemaakte template. Dit wordt gebruikt om het belangrijkste template type te extraheren, bijv. in `taxonomy-books` wordt de `taxonomy` ge\u00ebxtraheerd",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unieke slug die de template identificeert.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Thema identifier voor het template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Inhoud van template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van de template, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titel van template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het template, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het template, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Beschrijving van template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status van template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Het ID van de auteur van het template.",
                            "type": "integer",
                            "required": false
                        },
                        "post_types": {
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Verzameling rangschikken op basis van het attribuut van het object.",
                            "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": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke sleutel voor de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke sleutel voor de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat revisies geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unieke slug die de template identificeert.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Thema identifier voor het template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Inhoud van template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van de template, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titel van template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het template, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het template, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Beschrijving van template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status van template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Het ID van de auteur van het template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Waar het template onderdeel bedoeld is voor gebruik (header, footer, enz.)",
                            "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": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Het ID voor de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Beperk tot het aangegeven bericht id.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Beperk tot het aangegeven template onderdeel gebied.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Berichtype om de templates voor te krijgen.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unieke slug die de template identificeert.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Thema identifier voor het template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Inhoud van template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van de template, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Titel van template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het template, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het template, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Beschrijving van template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Status van template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Het ID van de auteur van het template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Waar het template onderdeel bedoeld is voor gebruik (header, footer, enz.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "De slug van de template om de fallback voor te krijgen",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Geeft aan of een template aangepast is of deel uitmaakt van de template hi\u00ebrarchie",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "De template prefix voor de aangemaakte template. Dit wordt gebruikt om het belangrijkste template type te extraheren, bijv. in `taxonomy-books` wordt de `taxonomy` ge\u00ebxtraheerd",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unieke slug die de template identificeert.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Thema identifier voor het template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Inhoud van template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van de template, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titel van template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het template, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het template, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Beschrijving van template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status van template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Het ID van de auteur van het template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Waar het template onderdeel bedoeld is voor gebruik (header, footer, enz.)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "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": "De ID van het hoofd van de globale stijlen revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke identifier voor de globale stijlen revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "De thema aanduiding",
                            "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": "De thema aanduiding",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "id": {
                            "description": "Het id van een template",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "Globale stijlen.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "Globale instellingen.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Titel van de globale stijlen variant.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titel voor de globale stijlen variatie, zoals die in de database bestaat.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie tot berichten die gepubliceerd zijn na een gegeven ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn na een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op berichten, gepubliceerd voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Hoe de zoekinvoer te interpreteren.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op bericht attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array van kolomnamen die moeten worden doorzocht.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaat beperken tot berichten met \u00e9\u00e9n of meer specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gelimiteerd resultaat ingesteld op berichten toegewezen aan een of meerdere statussen.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Het wachtwoord voor het bericht als dit met een wachtwoord is beveiligd.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Verzameling rangschikken op basis van het attribuut van het object.",
                            "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": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke sleutel voor de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unieke sleutel voor de revisie.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat revisies geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "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": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Het ID voor de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Hoe de zoekinvoer te interpreteren.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op bericht attribuut.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaat beperken tot berichten met \u00e9\u00e9n of meer specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "Versie van het theme.json schema dat wordt gebruikt voor de typografie instellingen.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaratie in theme.json formaat, gecodeerd als een string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "Versie van het theme.json schema dat wordt gebruikt voor de typografie instellingen.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaratie in theme.json formaat, gecodeerd als een string.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "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": "Het ID voor het hoofd lettertypefamilie van de font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Hoe de zoekinvoer te interpreteren.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op bericht attribuut.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "Het ID voor het hoofd lettertypefamilie van de font face.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "Versie van het theme.json schema dat wordt gebruikt voor de typografie instellingen.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "font-face declaratie in theme.json formaat, gecodeerd als een string.",
                            "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": "Het ID voor het hoofd lettertypefamilie van de font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Unieke identifier voor de font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "Het ID voor het hoofd lettertypefamilie van de font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Unieke identifier voor de font face.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie tot berichten die gepubliceerd zijn na een gegeven ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn na een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op berichten, gepubliceerd voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Hoe de zoekinvoer te interpreteren.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op bericht attribuut.",
                            "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 van kolomnamen die moeten worden doorzocht.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaat beperken tot berichten met \u00e9\u00e9n of meer specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gelimiteerd resultaat ingesteld op berichten toegewezen aan een of meerdere statussen.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Beperk de resultaten op basis van de relatie tussen meerdere taxonomie\u00ebn.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "product_brand": {
                            "description": "Resultaten beperken tot alle items welke de specifieke term hebben toegewezen in de product_brand taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Of subtermen moeten worden opgenomen in de termen die de resultaten beperken.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Of aan items alle of een deel van de gespecificeerde voorwaarden moeten worden toegekend.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_brand_exclude": {
                            "description": "Beperk de resultatenset tot items behalve die met specifieke termen toegewezen in de product_brand taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Of subtermen moeten worden opgenomen in de termen die de resultaten beperken.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_cat": {
                            "description": "Resultaten beperken tot alle items welke de specifieke term hebben toegewezen in de product_cat taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Of subtermen moeten worden opgenomen in de termen die de resultaten beperken.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Of aan items alle of een deel van de gespecificeerde voorwaarden moeten worden toegekend.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_cat_exclude": {
                            "description": "Beperk de resultatenset tot items behalve die met specifieke termen toegewezen in de product_cat taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Of subtermen moeten worden opgenomen in de termen die de resultaten beperken.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_tag": {
                            "description": "Resultaten beperken tot alle items welke de specifieke term hebben toegewezen in de product_tag taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Of aan items alle of een deel van de gespecificeerde voorwaarden moeten worden toegekend.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_tag_exclude": {
                            "description": "Beperk de resultatenset tot items behalve die met specifieke termen toegewezen in de product_tag taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "brand": {
                            "description": "Beperk resultaten tot producten met een specifiek toegewezen merk ID.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Het ID van de uitgelichte afbeelding voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Of reacties al dan niet toegestaan zijn op het bericht.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Of het bericht al dan niet kan worden gepingd.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "product_brand": {
                            "description": "De termen toegekend aan het bericht in de product_brand taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_cat": {
                            "description": "De termen toegekend aan het bericht in de product_cat taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "De termen toegekend aan het bericht in de product_tag taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Overschrijf de standaard samenvatting lengte.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Het wachtwoord voor het bericht als dit met een wachtwoord is beveiligd.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Het ID van de uitgelichte afbeelding voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Of reacties al dan niet toegestaan zijn op het bericht.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Of het bericht al dan niet kan worden gepingd.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "product_brand": {
                            "description": "De termen toegekend aan het bericht in de product_brand taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_cat": {
                            "description": "De termen toegekend aan het bericht in de product_cat taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "De termen toegekend aan het bericht in de product_tag taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Het ID van de uitgelichte afbeelding voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Of reacties al dan niet toegestaan zijn op het bericht.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Of het bericht al dan niet kan worden gepingd.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "product_brand": {
                            "description": "De termen toegekend aan het bericht in de product_brand taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_cat": {
                            "description": "De termen toegekend aan het bericht in de product_cat taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "De termen toegekend aan het bericht in de product_tag taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "composite_virtual": {
                            "description": "Forces all contents of this composite to be treated as virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_layout": {
                            "description": "Single-product template layout. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "single",
                                "progressive",
                                "paged",
                                "paged-componentized"
                            ],
                            "required": false
                        },
                        "composite_add_to_cart_form_location": {
                            "description": "Controls the form location of the product in the single-product page. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "default",
                                "after_summary"
                            ],
                            "required": false
                        },
                        "composite_editable_in_cart": {
                            "description": "Controls whether the configuration of this product can be modified from the cart page. Applicable to composite-type products.",
                            "type": "boolean",
                            "required": false
                        },
                        "composite_sold_individually_context": {
                            "description": "Sold Individually option context. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "product",
                                "configuration"
                            ],
                            "required": false
                        },
                        "composite_shop_price_calc": {
                            "description": "Composite catalog price calculation. Applicable to composite-type products.",
                            "type": "string",
                            "enum": [
                                "defaults",
                                "min_max",
                                "hidden"
                            ],
                            "required": false
                        },
                        "composite_components": {
                            "description": "List of components that this product consists of. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Component ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "title": {
                                        "description": "Title of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Description of the component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "query_type": {
                                        "description": "Query type associated with component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "product_ids",
                                            "category_ids"
                                        ]
                                    },
                                    "query_ids": {
                                        "description": "Product IDs or category IDs to use for populating component options.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "default_option_id": {
                                        "description": "The product ID of the default\/pre-selected component option.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_id": {
                                        "description": "Attachment ID of the thumbnail associated with this Component.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "thumbnail_src": {
                                        "description": "URL of the thumbnail associated with this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_min": {
                                        "description": "Minimum component quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity_max": {
                                        "description": "Maximum component quantity.",
                                        "type": [
                                            "integer",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "priced_individually": {
                                        "description": "Indicates whether the price of this component is added to the base price of the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipped_individually": {
                                        "description": "Indicates whether this component is shipped separately from the composite.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "optional": {
                                        "description": "Indicates whether the component is optional.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount applied to the component, applicable when Priced Individually is enabled.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options_style": {
                                        "description": "Indicates which template to use for displaying component options.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "dropdowns",
                                            "thumbnails",
                                            "radios"
                                        ]
                                    },
                                    "pagination_style": {
                                        "description": "Controls how new Thumbnails are loaded into the Component Options view. Applicable when the Options Style of this Component is set to Thumbnails.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "classic",
                                            "load-more"
                                        ]
                                    },
                                    "display_prices": {
                                        "description": "Controls how Component Option prices are displayed. Applicable when Priced Individually is enabled for this Component.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "absolute",
                                            "relative",
                                            "hidden"
                                        ]
                                    },
                                    "show_sorting_options": {
                                        "description": "Whether to display sorting options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "show_filtering_options": {
                                        "description": "Whether to display filtering options in this Component.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "attribute_filter_ids": {
                                        "description": "Attribute IDs to use for creating Component Option filters.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "select_action": {
                                        "description": "Whether to display selected option or move to the next Component",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_title_visible": {
                                        "description": "Controls the visibility of product titles in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_descr_visible": {
                                        "description": "Controls the visibility of product short descriptions in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_price_visible": {
                                        "description": "Controls the visibility of product prices in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_thumb_visible": {
                                        "description": "Controls the visibility of product thumbnails in the Component Selection view.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_product": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the single-product page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_cart": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in the cart page.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_visible_orders": {
                                        "description": "Controls the visibility of the subtotal associated with this Component in order-related pages and e-mail notifications.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "composite_scenarios": {
                            "description": "Scenarios data. Applicable to composite-type products.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Scenario ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Name of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "description": {
                                        "description": "Optional short description of the scenario.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "configuration": {
                                        "description": "Scenario matching conditions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "any"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "component_id": {
                                                            "description": "Component ID.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "component_options": {
                                                            "description": "Product\/variation IDs in component targeted by the scenario (-1 = no selection)",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "integer"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "options_modifier": {
                                                            "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "enum": [
                                                                "in",
                                                                "not-in"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "actions": {
                                        "description": "Scenario actions.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "oneOf": [
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('compat_group' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "compat_group"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_components' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_components"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_components": {
                                                            "description": "Components to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "items": {
                                                                "type": "string"
                                                            },
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID ('conditional_options' action).",
                                                            "type": "string",
                                                            "required": true,
                                                            "enum": [
                                                                "conditional_options"
                                                            ],
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "hidden_options": {
                                                            "description": "Component options to hide.",
                                                            "type": "array",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ],
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "component_id": {
                                                                        "description": "Component ID.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "component_options": {
                                                                        "description": "Product\/variation IDs to hide in component (-1 = no selection)",
                                                                        "type": "array",
                                                                        "items": {
                                                                            "type": "integer"
                                                                        },
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ]
                                                                    },
                                                                    "options_modifier": {
                                                                        "description": "Comparison modifier for the referenced product\/variation IDs.",
                                                                        "type": "string",
                                                                        "context": [
                                                                            "view",
                                                                            "edit"
                                                                        ],
                                                                        "enum": [
                                                                            "in",
                                                                            "not-in"
                                                                        ]
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "type": "object",
                                                    "additionalProperties": false,
                                                    "properties": {
                                                        "action_id": {
                                                            "description": "Scenario action ID (by default 'compat_group' or 'conditional_components').",
                                                            "type": "string",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "is_active": {
                                                            "description": "Indicates whether the scenario action is active.",
                                                            "type": "boolean",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        },
                                                        "action_data": {
                                                            "description": "Scenario action data.",
                                                            "type": "object",
                                                            "required": true,
                                                            "context": [
                                                                "view",
                                                                "edit"
                                                            ]
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "enabled": {
                                        "description": "Controls whether the Scenario will be enabled or disabled.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Het ID voor de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/coblocks_pattern": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie tot berichten die gepubliceerd zijn na een gegeven ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn na een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op berichten, gepubliceerd voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Hoe de zoekinvoer te interpreteren.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op bericht attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array van kolomnamen die moeten worden doorzocht.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaat beperken tot berichten met \u00e9\u00e9n of meer specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gelimiteerd resultaat ingesteld op berichten toegewezen aan een of meerdere statussen.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Beperk de resultaten op basis van de relatie tussen meerdere taxonomie\u00ebn.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "coblocks_pattern_type": {
                            "description": "Resultaten beperken tot alle items welke de specifieke term hebben toegewezen in de coblocks_pattern_type taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Of subtermen moeten worden opgenomen in de termen die de resultaten beperken.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Of aan items alle of een deel van de gespecificeerde voorwaarden moeten worden toegekend.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "coblocks_pattern_type_exclude": {
                            "description": "Beperk de resultatenset tot items behalve die met specifieke termen toegewezen in de coblocks_pattern_type taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Of subtermen moeten worden opgenomen in de termen die de resultaten beperken.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "coblocks_pattern_category": {
                            "description": "Resultaten beperken tot alle items welke de specifieke term hebben toegewezen in de coblocks_pattern_category taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Of subtermen moeten worden opgenomen in de termen die de resultaten beperken.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Of aan items alle of een deel van de gespecificeerde voorwaarden moeten worden toegekend.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "coblocks_pattern_category_exclude": {
                            "description": "Beperk de resultatenset tot items behalve die met specifieke termen toegewezen in de coblocks_pattern_category taxonomie.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID lijst",
                                    "description": "Match termen met de vermelde ID's.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID taxonomie query",
                                    "description": "Voer een geavanceerde term query uit.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Of subtermen moeten worden opgenomen in de termen die de resultaten beperken.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "coblocks_pattern_type": {
                            "description": "De termen toegekend aan het bericht in de coblocks_pattern_type taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "coblocks_pattern_category": {
                            "description": "De termen toegekend aan het bericht in de coblocks_pattern_category taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/coblocks_pattern"
                    }
                ]
            }
        },
        "\/wp\/v2\/coblocks_pattern\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Overschrijf de standaard samenvatting lengte.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Het wachtwoord voor het bericht als dit met een wachtwoord is beveiligd.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "coblocks_pattern_type": {
                            "description": "De termen toegekend aan het bericht in de coblocks_pattern_type taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "coblocks_pattern_category": {
                            "description": "De termen toegekend aan het bericht in de coblocks_pattern_category taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/coblocks_pattern\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "De samenvatting van het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Samenvatting voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML samenvatting voor het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de samenvatting al dan niet is beschermd met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "coblocks_pattern_type": {
                            "description": "De termen toegekend aan het bericht in de coblocks_pattern_type taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "coblocks_pattern_category": {
                            "description": "De termen toegekend aan het bericht in de coblocks_pattern_category taxonomie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/coblocks_pattern\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Het ID voor de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/mailpoet_email": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Beperk reactie tot berichten die gepubliceerd zijn na een gegeven ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn na een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Beperk reacties op berichten, gepubliceerd voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Beperk antwoord tot berichten die aangepast zijn voor een bepaalde ISO8601-conforme datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Hoe de zoekinvoer te interpreteren.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op bericht attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array van kolomnamen die moeten worden doorzocht.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaat beperken tot berichten met \u00e9\u00e9n of meer specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gelimiteerd resultaat ingesteld op berichten toegewezen aan een of meerdere statussen.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "mailpoet_data": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "subject": {
                                    "type": "string"
                                },
                                "preheader": {
                                    "type": "string"
                                },
                                "preview_url": {
                                    "type": "string"
                                },
                                "deleted_at": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                },
                                "scheduled_at": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                },
                                "utm_campaign": {
                                    "type": "string"
                                },
                                "segment_ids": {
                                    "type": "array"
                                },
                                "is_automation_newsletter": {
                                    "type": "boolean"
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/mailpoet_email"
                    }
                ]
            }
        },
        "\/wp\/v2\/mailpoet_email\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Het wachtwoord voor het bericht als dit met een wachtwoord is beveiligd.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "mailpoet_data": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "subject": {
                                    "type": "string"
                                },
                                "preheader": {
                                    "type": "string"
                                },
                                "preview_url": {
                                    "type": "string"
                                },
                                "deleted_at": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                },
                                "scheduled_at": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                },
                                "utm_campaign": {
                                    "type": "string"
                                },
                                "segment_ids": {
                                    "type": "array"
                                },
                                "is_automation_newsletter": {
                                    "type": "boolean"
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor het bericht.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/mailpoet_email\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop het bericht gepubliceerd is, in de tijdzone van de website.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop het bericht is gepubliceerd, in GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor het bericht, passend voor dit bericht type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Een benoemde status voor het bericht.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "De titel voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Titel voor het bericht, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML titel voor het bericht, omgezet voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud voor het bericht.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van het bericht, zoals deze in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van het bericht, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versie van de blokformaat inhoud die wordt gebruikt door het bericht.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Of de inhoud beschermd is met een wachtwoord.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "_coblocks_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_dimensions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_responsive_height": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_coblocks_accordion_ie_support": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Het themabestand om het bericht te tonen.",
                            "type": "string",
                            "required": false
                        },
                        "mailpoet_data": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "subject": {
                                    "type": "string"
                                },
                                "preheader": {
                                    "type": "string"
                                },
                                "preview_url": {
                                    "type": "string"
                                },
                                "deleted_at": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                },
                                "scheduled_at": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                },
                                "utm_campaign": {
                                    "type": "string"
                                },
                                "segment_ids": {
                                    "type": "array"
                                },
                                "is_automation_newsletter": {
                                    "type": "boolean"
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/mailpoet_email\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Het ID van het hoofd van de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Het ID voor de autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "Een alfanumerieke identificatie voor het berichttype.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Een alfanumerieke identificatie voor de status.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Resultaten beperken tot taxonomie\u00ebn welke verbonden zijn aan een specifiek berichttype.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "Een alfanumerieke identificatie voor de taxonomie.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op term attribuut.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Of termen die aan geen enkel bericht zijn toegewezen, moeten verborgen worden.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifieke hoofdterm.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifiek bericht.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaten limiteren aan termen met een of meerdere specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het hoofd term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het hoofd term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat termen geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op term attribuut.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Of termen die aan geen enkel bericht zijn toegewezen, moeten verborgen worden.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifiek bericht.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaten limiteren aan termen met een of meerdere specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat termen geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op term attribuut.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Of termen die aan geen enkel bericht zijn toegewezen, moeten verborgen worden.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifiek bericht.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaten limiteren aan termen met een of meerdere specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "De locaties die aan het menu zijn toegewezen.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Of automatisch pagina's op het hoogste niveau aan dit menu moeten worden toegevoegd.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "De locaties die aan het menu zijn toegewezen.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Of automatisch pagina's op het hoogste niveau aan dit menu moeten worden toegevoegd.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat termen geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op term attribuut.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Of termen die aan geen enkel bericht zijn toegewezen, moeten verborgen worden.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifiek bericht.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaten limiteren aan termen met een of meerdere specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat termen geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product_brand": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op term attribuut.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Of termen die aan geen enkel bericht zijn toegewezen, moeten verborgen worden.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifieke hoofdterm.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifiek bericht.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaten limiteren aan termen met een of meerdere specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het hoofd term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het hoofd term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat termen geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product_cat": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op term attribuut.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Of termen die aan geen enkel bericht zijn toegewezen, moeten verborgen worden.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifieke hoofdterm.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifiek bericht.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaten limiteren aan termen met een of meerdere specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het hoofd term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het hoofd term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat termen geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product_tag": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op term attribuut.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Of termen die aan geen enkel bericht zijn toegewezen, moeten verborgen worden.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifiek bericht.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaten limiteren aan termen met een of meerdere specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat termen geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/coblocks_pattern_type": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op term attribuut.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Of termen die aan geen enkel bericht zijn toegewezen, moeten verborgen worden.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifieke hoofdterm.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifiek bericht.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaten limiteren aan termen met een of meerdere specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het hoofd term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/coblocks_pattern_type"
                    }
                ]
            }
        },
        "\/wp\/v2\/coblocks_pattern_type\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het hoofd term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat termen geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/coblocks_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op term attribuut.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Of termen die aan geen enkel bericht zijn toegewezen, moeten verborgen worden.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifieke hoofdterm.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Beperk resultaten tot termen die zijn toegewezen aan een specifiek bericht.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaten limiteren aan termen met een of meerdere specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het hoofd term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/coblocks_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/coblocks_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML beschrijving van de term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML titel voor de term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identificatie voor de unieke term van dit type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Het hoofd term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke identificatie voor de term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Moet waar zijn, omdat termen geen prullenmand hebben.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Collectie sorteren op gebruiker attribuut.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resultaten limiteren aan gebruikers met een of meerdere specifieke slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Beperk het resultaat tot gebruikers die overeenkomen met minstens \u00e9\u00e9n specifieke rol. Accepteert csv-lijst of enkele rol.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Beperk de resultatenset tot gebruikers die overeenstemmen met minstens \u00e9\u00e9n specifieke mogelijkheid. Accepteert csv-lijst of enkele mogelijkheid.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Beperk resultaten tot gebruikers die auteurs zijn.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Resultaatset beperken tot gebruikers die berichten hebben gepubliceerd.",
                            "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",
                                    "product": "product",
                                    "coblocks_pattern": "coblocks_pattern",
                                    "mailpoet_email": "mailpoet_email"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array van kolomnamen die moeten worden doorzocht.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "Aanmeldnaam voor de gebruiker.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Weergave naam voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Voornaam voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Achternaam voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Het e-mailadres voor de gebruiker.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "URL van de gebruiker.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Beschrijving van de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale voor de gebruiker.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "da_DK",
                                "de_DE",
                                "en_GB",
                                "es_ES",
                                "fi",
                                "fr_BE",
                                "fr_FR",
                                "nb_NO",
                                "nl_BE",
                                "nl_NL",
                                "nn_NO",
                                "sv_SE"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "De alias voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identifier voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Rollen toegewezen aan de gebruiker.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Wachtwoord voor de gebruiker (wordt nooit getoond).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "De datum en tijd voorkeuren zijn bijgewerkt.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        },
                        "amp_review_panel_dismissed_for_template_mode": {
                            "description": "The template mode for which the Review panel on the Settings screen was dismissed by a user.",
                            "type": "string",
                            "enum": [
                                "",
                                "reader",
                                "standard",
                                "transitional"
                            ],
                            "required": false
                        },
                        "amp_dev_tools_enabled": {
                            "description": "Whether the user has enabled dev tools.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke sleutel voor de gebruiker.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor de gebruiker.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Aanmeldnaam voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Weergave naam voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Voornaam voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Achternaam voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Het e-mailadres voor de gebruiker.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL van de gebruiker.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Beschrijving van de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale voor de gebruiker.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "da_DK",
                                "de_DE",
                                "en_GB",
                                "es_ES",
                                "fi",
                                "fr_BE",
                                "fr_FR",
                                "nb_NO",
                                "nl_BE",
                                "nl_NL",
                                "nn_NO",
                                "sv_SE"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "De alias voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identifier voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Rollen toegewezen aan de gebruiker.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Wachtwoord voor de gebruiker (wordt nooit getoond).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "De datum en tijd voorkeuren zijn bijgewerkt.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        },
                        "amp_review_panel_dismissed_for_template_mode": {
                            "description": "The template mode for which the Review panel on the Settings screen was dismissed by a user.",
                            "type": "string",
                            "enum": [
                                "",
                                "reader",
                                "standard",
                                "transitional"
                            ],
                            "required": false
                        },
                        "amp_dev_tools_enabled": {
                            "description": "Whether the user has enabled dev tools.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor de gebruiker.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Verplicht waar, want gebruikers kunnen niet in de prullenmand worden geplaatst.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Wijs de links en berichten van de verwijderde gebruiker toe aan deze gebruiker ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Aanmeldnaam voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Weergave naam voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Voornaam voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Achternaam voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Het e-mailadres voor de gebruiker.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL van de gebruiker.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Beschrijving van de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale voor de gebruiker.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "da_DK",
                                "de_DE",
                                "en_GB",
                                "es_ES",
                                "fi",
                                "fr_BE",
                                "fr_FR",
                                "nb_NO",
                                "nl_BE",
                                "nl_NL",
                                "nn_NO",
                                "sv_SE"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "De alias voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Een alfanumerieke identifier voor de gebruiker.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Rollen toegewezen aan de gebruiker.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Wachtwoord voor de gebruiker (wordt nooit getoond).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "De datum en tijd voorkeuren zijn bijgewerkt.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        },
                        "amp_review_panel_dismissed_for_template_mode": {
                            "description": "The template mode for which the Review panel on the Settings screen was dismissed by a user.",
                            "type": "string",
                            "enum": [
                                "",
                                "reader",
                                "standard",
                                "transitional"
                            ],
                            "required": false
                        },
                        "amp_dev_tools_enabled": {
                            "description": "Whether the user has enabled dev tools.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Verplicht waar, want gebruikers kunnen niet in de prullenmand worden geplaatst.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Wijs de links en berichten van de verwijderde gebruiker toe aan deze gebruiker ID.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Een UUID verstrekt door de applicatie om deze op unieke wijze te identificeren. Het wordt aanbevolen om een \u200b\u200bUUID v5 te gebruiken met de URL of DNS namespace.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "De naam van het applicatiewachtwoord.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Een UUID verstrekt door de applicatie om deze op unieke wijze te identificeren. Het wordt aanbevolen om een \u200b\u200bUUID v5 te gebruiken met de URL of DNS namespace.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "De naam van het applicatiewachtwoord.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Reactie beperken tot reacties gepubliceerd na een gegeven ISO8601-datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Beperk resultaten tot reacties toegewezen aan specifieke gebruiker-ID's. Autorisatie vereist.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Zorg ervoor dat de resultaten reacties uitsluiten die zijn toegewezen aan specifieke gebruikers-ID's. Autorisatie vereist.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Beperk resultaten tot die van een specifiek e-mailadres van de auteur. Autorisatie vereist.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Reactie beperken tot reacties gepubliceerd voor een gegeven ISO8601-datum.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op reactie attribuut.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "Resultaten beperken tot reacties van specifieke ouder ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "Vaststellen dat resultaten specifieke hoofd ID's uitsluiten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Beperk resultaten tot reacties, toegewezen aan specifieke bericht ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Beperk resultaten tot reacties met een specifieke status toegewezen. Autorisatie vereist.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Beperk resultaten tot reacties toegewezen aan een specifiek type. Autorisatie vereist.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Het wachtwoord voor het bericht als dit met een wachtwoord is beveiligd.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "ID van het gebruikersobject, als de auteur een gebruiker is.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "E-mailadres auteur van de reactie.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP-adres van auteur van de reactie.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Weergave naam van auteur van de reactie.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL voor de auteur van de reactie.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent van auteur van de reactie.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud van de reactie.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van de reactie, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van de reactie, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop de reactie gepubliceerd is, in de tijdzone van de website.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop de reactie is gepubliceerd, in GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "Het ID van het hoofd van de reactie.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "Het ID van het geassocieerde berichtobject.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Status van de reactie.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke sleutel voor de reactie.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Het wachtwoord voor het hoofdbericht van de reactie (indien het bericht beveiligd is met een wachtwoord).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor de reactie.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "ID van het gebruikersobject, als de auteur een gebruiker is.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "E-mailadres auteur van de reactie.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP-adres van auteur van de reactie.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Weergave naam van auteur van de reactie.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL voor de auteur van de reactie.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent van auteur van de reactie.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "De inhoud van de reactie.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Inhoud van de reactie, zoals het in de database voorkomt.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML inhoud van de reactie, aangepast voor weergave.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "De datum waarop de reactie gepubliceerd is, in de tijdzone van de website.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "De datum waarop de reactie is gepubliceerd, in GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "Het ID van het hoofd van de reactie.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Het ID van het geassocieerde berichtobject.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Status van de reactie.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metavelden.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unieke sleutel voor de reactie.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Of de prullenmand overgeslagen moet worden en er dus permanent verwijderd moet worden.",
                            "required": false
                        },
                        "password": {
                            "description": "Het wachtwoord voor het hoofdbericht van de reactie (indien het bericht beveiligd is met een wachtwoord).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Resultaten beperken tot items van een object type.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Beperk de resultaten tot items van \u00e9\u00e9n of meer object subtypes.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "product",
                                    "category",
                                    "post_tag",
                                    "product_brand",
                                    "product_cat",
                                    "product_tag",
                                    "coblocks_pattern_type",
                                    "coblocks_pattern_category",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Zorg ervoor dat de resultaten specifieke ID's niet bevatten.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Resultaten beperken tot specifieke ID's.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Unieke geregistreerde naam voor het blok.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributen voor het blok.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID van de bericht context.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Blok namespace.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Blok namespace.",
                            "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": "Bloknaam.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Blok namespace.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": {
                        "coblocks_google_recaptcha_site_key": {
                            "title": "",
                            "description": "Google reCAPTCHA website sleutel van Google om het formulier tegen spam te beschermen",
                            "type": "string",
                            "required": false
                        },
                        "coblocks_google_recaptcha_secret_key": {
                            "title": "",
                            "description": "Geheime reCAPTCHA sleutel van Google om het formulier tegen spam te beschermen",
                            "type": "string",
                            "required": false
                        },
                        "coblocks_google_maps_api_key": {
                            "title": "",
                            "description": "API sleutel van Google Map voor kaartweergave",
                            "type": "string",
                            "required": false
                        },
                        "coblocks_layout_selector_controls_enabled": {
                            "title": "",
                            "description": "Instelling gebruiken om lay-out selector bedieningen voor de hele website uit of in te schakelen.",
                            "type": "boolean",
                            "required": false
                        },
                        "coblocks_typography_controls_enabled": {
                            "title": "",
                            "description": "Een instelling die wordt gebruikt voor het uitschakelen of inschakelen van typografische besturingselementen op de website.",
                            "type": "boolean",
                            "required": false
                        },
                        "coblocks_custom_colors_controls_enabled": {
                            "title": "",
                            "description": "Een instelling die wordt gebruikt voor het uitschakelen of inschakelen van besturingselementen voor aangepaste kleuren op de website.",
                            "type": "boolean",
                            "required": false
                        },
                        "coblocks_color_panel_controls_enabled": {
                            "title": "",
                            "description": "Een instelling die wordt gebruikt voor het uitschakelen of inschakelen van besturingselementen voor alle kleuren op de website.",
                            "type": "boolean",
                            "required": false
                        },
                        "coblocks_gradient_presets_enabled": {
                            "title": "",
                            "description": "Een instelling die wordt gebruikt voor het uitschakelen of inschakelen van besturingselementen kleurovergangen en vooraf ingestelde waarden op de website.",
                            "type": "boolean",
                            "required": false
                        },
                        "coblocks_animation_controls_enabled": {
                            "title": "",
                            "description": "Instelling gebruiken om animatie besturing op de website uit of in te schakelen.",
                            "type": "boolean",
                            "required": false
                        },
                        "coblocks_site_design_controls_enabled": {
                            "title": "",
                            "description": "Een instelling die wordt gebruikt voor het uitschakelen of inschakelen van typografische besturingselementen op de website.",
                            "type": "boolean",
                            "required": false
                        },
                        "coblocks_site_content_controls_enabled": {
                            "title": "",
                            "description": "Een instelling die wordt gebruikt voor het uitschakelen of inschakelen van besturingselementen voor aangepaste kleuren op de website.",
                            "type": "boolean",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "Toon op de voorkant",
                            "description": "Wat te tonen op de startpagina",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "Pagina op voorkant",
                            "description": "De ID van de pagina die op de startpagina moet worden getoond",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "De ID van de pagina die de laatste berichten moet tonen",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "title": "Titel",
                            "description": "Website titel.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "Slogan",
                            "description": "Website slogan.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "Website URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "Dit adres wordt gebruikt voor administratieve doeleinden, zoals meldingen voor nieuwe gebruikers.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "Een stad in dezelfde tijdzone waar jij bent.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "Een datumnotatie voor alle datum strings.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "Een tijdnotatie voor alle tijdstrings.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "Nummer van de dag waarop de week zou moeten beginnen.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "WordPress locale-code.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "Converteer emoticons zoals :-) en :-P bij weergave in afbeeldingen.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "Standaard berichtcategorie.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "Standaard berichtformaat.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "Maximaal aantal berichten per pagina",
                            "description": "Blogpagina's tonen hoogstens.",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "Link notificaties toestaan van andere blogs (pingbacks en trackbacks) op nieuwe artikelen.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "Reacties op nieuwe berichten toestaan",
                            "description": "Sta toe dat mensen kunnen reageren op nieuwe berichten.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "Logo",
                            "description": "Website logo.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "Icoon",
                            "description": "Favicon.",
                            "type": "integer",
                            "required": false
                        },
                        "pickup_location_settings": {
                            "title": "",
                            "description": "WooCommerce Local Pickup Method Settings",
                            "type": "object",
                            "properties": {
                                "enabled": {
                                    "description": "Indien ingeschakeld, verschijnt deze methode bij het afrekenen op basis van blokken.",
                                    "type": "string",
                                    "enum": [
                                        "yes",
                                        "no"
                                    ]
                                },
                                "title": {
                                    "description": "Dit bepaalt de titel die de gebruiker ziet tijdens het afrekenen.",
                                    "type": "string"
                                },
                                "tax_status": {
                                    "description": "Als een kostenpost is gedefinieerd, wordt hiermee bepaald of op die kosten belasting wordt geheven.",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "none"
                                    ]
                                },
                                "cost": {
                                    "description": "Optionele kosten voor afhalen.",
                                    "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
                        },
                        "woocommerce_default_catalog_orderby": {
                            "title": "Standaard productsortering",
                            "description": "Hoe moeten producten standaard worden gesorteerd in de catalogus?",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "popularity",
                                "rating",
                                "date",
                                "price",
                                "price-desc"
                            ],
                            "required": false
                        },
                        "woocommerce_checkout_phone_field": {
                            "title": "Telefoonnummer",
                            "description": "Bepaalt de weergave van het telefoonveld bij het afrekenen.",
                            "type": "string",
                            "enum": [
                                "optional",
                                "required",
                                "hidden"
                            ],
                            "required": false
                        },
                        "woocommerce_checkout_company_field": {
                            "title": "Bedrijfsnaam",
                            "description": "Bepaalt de weergave van het bedrijfsveld bij het afrekenen.",
                            "type": "string",
                            "enum": [
                                "optional",
                                "required",
                                "hidden"
                            ],
                            "required": false
                        },
                        "woocommerce_checkout_address_2_field": {
                            "title": "Adresregel 2",
                            "description": "Bepaalt de weergave van het veld appartement (address_2) bij het afrekenen.",
                            "type": "string",
                            "enum": [
                                "optional",
                                "required",
                                "hidden"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Beperk resultaat tot thema's met \u00e9\u00e9n of meer toegewezen statussen.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "De stylesheet van het thema. Dit identificeert op unieke wijze het thema.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Beperk de resultaten tot plugins met de aangegeven status.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org plugin directory slug.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "De plugin activeringsstatus.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "De plugin activeringsstatus.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Het ID van een geregistreerde zijbalk",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "Geneste widgets.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Het widget type id.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "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": "Het widget type id.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Huidige instantie-instellingen van de widget.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Geserialiseerde widget formuliergegevens om te coderen in instantie-instellingen.",
                            "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": "Het widget type id.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Huidige instantie-instellingen van de widget.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "De zijbalk om widgets voor te retourneren.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke aanduiding voor de widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Het type widget. Komt overeen met ID in eindpunt van widget types.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "De zijbalk waartoe de widget behoort.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Instantie instellingen van de widget, indien ondersteund.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64 gecodeerde weergave van de instantie instellingen.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Cryptografische hash van de instantie instellingen.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Niet gecodeerde instantie instellingen, indien ondersteund.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL gecodeerde formuliergegevens van het widget beheerformulier. Wordt gebruikt om een widget bij te werken die geen instantie ondersteunt. Alleen schrijven.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unieke aanduiding voor de widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Het type widget. Komt overeen met ID in eindpunt van widget types.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "De zijbalk waartoe de widget behoort.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Instantie instellingen van de widget, indien ondersteund.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64 gecodeerde weergave van de instantie instellingen.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Cryptografische hash van de instantie instellingen.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Niet gecodeerde instantie instellingen, indien ondersteund.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL gecodeerde formuliergegevens van het widget beheerformulier. Wordt gebruikt om een widget bij te werken die geen instantie ondersteunt. Alleen schrijven.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Of de widget moet worden verwijderd of dat deze naar de inactieve zijbalk moet worden verplaatst.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Beperk resultaat ingesteld op blokken die overeenkomen met de zoekterm.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een string.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een categorie ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een trefwoord ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Beperk resultaten tot degene die overeenstemmen met een patroon (slug).",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Offset het resultaat met een specifiek aantal items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sorteerattribuut oplopend of aflopend rangschikken.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Collectie sorteren op bericht attribuut.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/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:\/\/inzain.bike\/nl_be\/wp-json\/wp-site-health\/v1\/tests\/page-cache"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "De te verwerken URL.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "Een alfanumerieke identificatie voor de menulocatie.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-block-editor\/v1\/navigation-fallback": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Huidige pagina van de collectie.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Het maximumaantal items dat getoond moet worden in de resultaten.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Bereik waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 1053,
    "site_icon": 3237,
    "site_icon_url": "https:\/\/inzain.bike\/wp-content\/uploads\/2023\/09\/cropped-INZAIN_512x512_white.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/media\/1053"
            },
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/inzain.bike\/nl_be\/wp-json\/wp\/v2\/media\/3237"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}