ServiceNow · Schema

Channel

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

Properties

Name Type Description
name string The name of the contact method
View JSON Schema on GitHub

JSON Schema

trouble-ticket-channel-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the contact method",
      "example": "Example Title"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Channel"
}