ServiceNow · Schema

TroubleTicketUpdate

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformITSMProcessesT1Workflow-AutomationWorkflows

Properties

Name Type Description
name string Name of the trouble ticket, typically a short description of the issue
description string Description of the issue
severity string The severity of the issue (must provide choice value only): - 1: Critical - 2: High - 3: Moderate - 4: Low - 5: Planning (Incident only)
status string The current status of the trouble ticket (can provide choice label or value)
channel object
note array List of work notes and comments to add to the ticket
relatedEntity array List of impacted assets, products, sold products, configuration items, or services
relatedParty array Details about contacts for the ticket
View JSON Schema on GitHub

JSON Schema

trouble-ticket-trouble-ticket-update-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the trouble ticket, typically a short description of the issue",
      "example": "Example Title"
    },
    "description": {
      "type": "string",
      "description": "Description of the issue",
      "example": "A sample description."
    },
    "severity": {
      "type": "string",
      "description": "The severity of the issue (must provide choice value only):\n- 1: Critical\n- 2: High\n- 3: Moderate\n- 4: Low\n- 5: Planning (Incident only)\n",
      "example": "1",
      "enum": [
        "1",
        "2",
        "3",
        "4",
        "5"
      ]
    },
    "status": {
      "type": "string",
      "description": "The current status of the trouble ticket (can provide choice label or value)",
      "example": "example_value"
    },
    "channel": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the contact method (can provide choice label or value, e.g., 'Virtual Agent' or 'virtual_agent')",
          "example": "Example Title"
        }
      }
    },
    "note": {
      "type": "array",
      "description": "List of work notes and comments to add to the ticket",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "description": "Note text",
            "example": "example_value"
          },
          "@type": {
            "type": "string",
            "description": "Type of note (determines whether recorded in Work notes or Additional comments field)",
            "example": "comments",
            "enum": [
              "comments",
              "work_notes"
            ]
          }
        },
        "required": [
          "text",
          "@type"
        ]
      }
    },
    "relatedEntity": {
      "type": "array",
      "description": "List of impacted assets, products, sold products, configuration items, or services",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Sys_id of the impacted item or service",
            "example": "abc123"
          },
          "@referredType": {
            "type": "string",
            "description": "Type of item or service",
            "example": "asset",
            "enum": [
              "asset",
              "product",
              "product_inventory",
              "cmdb_ci",
              "cmdb_ci_service"
            ]
          }
        },
        "required": [
          "id",
          "@referredType"
        ]
      }
    },
    "relatedParty": {
      "type": "array",
      "description": "Details about contacts for the ticket",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Sys_id of the related party",
            "example": "abc123"
          },
          "@referredType": {
            "type": "string",
            "description": "Type of related party:\n- customer: Company or account for the ticket\n- customer_contact: Caller or contact for the ticket\n",
            "example": "customer",
            "enum": [
              "customer",
              "customer_contact"
            ]
          }
        },
        "required": [
          "id",
          "@referredType"
        ]
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TroubleTicketUpdate"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/trouble-ticket-trouble-ticket-update"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.