{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dispute_channel", "title": "dispute_channel", "readOnly": true, "type": "string", "minLength": 1, "maxLength": 255, "description": "The channel where the customer created the dispute.", "enum": [ "INTERNAL", "EXTERNAL", "ALERT" ] }