{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChannelStatus", "title": "", "type": "string", "description": "The status of the channel; channel `type`, `platform`, and `status` must be a [valid combination](/docs/rest-management/channels#status). `terminated` is not valid for `PUT` or `POST` requests. `deleted` is not valid for `POST` requests.", "enum": [ "active", "prelaunch", "inactive", "connected", "disconnected", "archived", "deleted", "terminated" ], "x-internal": false, "x-examples": { "example-1": "active" } }