{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/consent_Full", "title": "consent_Full", "description": "Response payload for the BigCommerce API.", "type": "object", "properties": { "allow": { "$ref": "#/components/schemas/consentAllow" }, "deny": { "$ref": "#/components/schemas/Deny" }, "updated_at": { "description": "The date of which the customer consent was last updated.", "type": "string", "format": "date-time" } }, "x-internal": false }