{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EntryPointBulkExportDTO", "title": "EntryPointBulkExportDTO", "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "serviceLevelThreshold": { "type": "string" }, "timezone": { "type": "string" }, "channelType": { "type": "string" }, "socialChannelType": { "type": "string" }, "entryPointType": { "type": "string" }, "assetId": { "type": "string" }, "flowId": { "type": "string" }, "flowTag": { "type": "string" }, "musicOnHoldId": { "type": "string" }, "outdialQueueId": { "type": "string" }, "callbackEnabled": { "type": "boolean" } } }