{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeclareCustomerConsentRequest", "title": "DeclareCustomerConsentRequest", "description": "Request payload for the BigCommerce API.", "type": "object", "properties": { "allow": { "$ref": "#/components/schemas/consentAllow" }, "deny": { "$ref": "#/components/schemas/Deny" } }, "x-internal": false }