ServiceNow · JSON Structure

Trouble Ticket Channel Structure

Type: object Properties: 1
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

Channel is a JSON Structure definition published by ServiceNow, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Channel",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the contact method"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}