{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VariantState", "title": "VariantState", "type": "string", "description": "The state of the channel listing variant.", "enum": [ "active", "disabled", "error", "pending", "pending_disable", "pending_delete", "queued", "rejected", "submitted", "deleted" ], "x-internal": false }