{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/customerChannelIds", "title": "customerChannelIds", "type": "array", "description": "Array of channel ids the Customer has access to.", "items": { "example": [ 1, 2 ] }, "x-internal": false }