{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateTaskRequestV2", "title": "CreateTaskRequestV2", "description": "Request body for creating a task.", "oneOf": [ { "$ref": "#/components/schemas/WorkItem" }, { "$ref": "#/components/schemas/Telephony" } ], "discriminator": { "propertyName": "channelType" } }