{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpgradeChannelObject", "title": "UpgradeChannelObject", "type": "string", "enum": [ "STABLE", "STABLE_DELAY", "PREVIEW", "BETA", "TESTING" ] }