How the ticket or comment was created.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Via", "type": "object", "description": "How the ticket or comment was created.", "properties": { "channel": { "type": "string", "description": "The channel the ticket or comment came through (e.g., web, email, api, chat, voice)." }, "source": { "type": "object" } } }