{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/consentAllow", "title": "consentAllow", "type": "array", "uniqueItems": true, "minItems": 0, "example": [ "essential", "targeting", "functional" ], "items": { "type": "string", "enum": [ "essential", "functional", "analytics", "targeting" ] }, "x-internal": false }