{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PolicyChannelsResponseType", "title": "PolicyChannelsResponseType", "type": "object", "properties": { "channel_ids": { "type": "array", "items": { "type": "integer" }, "example": [ 100 ] }, "id": { "type": "integer", "example": 100 } } }