ServiceNow · JSON Structure

Servicenow Change Management Change Request Structure

A ServiceNow change request record.

Type: object Properties: 21
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformITSMProcessesT1Workflow-AutomationWorkflows

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

Properties

sys_id number short_description description type state priority risk impact category assigned_to assignment_group requested_by start_date end_date cmdb_ci close_code close_notes approval sys_created_on sys_updated_on

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A ServiceNow change request record.",
  "name": "ChangeRequest",
  "properties": {
    "sys_id": {
      "type": "string",
      "description": "Unique identifier for the change request."
    },
    "number": {
      "type": "string",
      "description": "The human-readable change request number."
    },
    "short_description": {
      "type": "string",
      "description": "A brief summary of the change."
    },
    "description": {
      "type": "string",
      "description": "A detailed description of the change and its purpose."
    },
    "type": {
      "type": "string",
      "description": "The change type: normal, standard, or emergency.",
      "enum": [
        "normal",
        "standard",
        "emergency"
      ]
    },
    "state": {
      "type": "string",
      "description": "The current state of the change request in its lifecycle."
    },
    "priority": {
      "type": "string",
      "description": "The priority level of the change request.",
      "enum": [
        "1",
        "2",
        "3",
        "4"
      ]
    },
    "risk": {
      "type": "string",
      "description": "The risk level assessed for this change."
    },
    "impact": {
      "type": "string",
      "description": "The impact level of this change."
    },
    "category": {
      "type": "string",
      "description": "The category of the change."
    },
    "assigned_to": {
      "type": "string",
      "description": "The sys_id of the user assigned to implement the change."
    },
    "assignment_group": {
      "type": "string",
      "description": "The sys_id of the group responsible for the change."
    },
    "requested_by": {
      "type": "string",
      "description": "The sys_id of the user who requested the change."
    },
    "start_date": {
      "type": "datetime",
      "description": "The planned start date and time for the change."
    },
    "end_date": {
      "type": "datetime",
      "description": "The planned end date and time for the change."
    },
    "cmdb_ci": {
      "type": "string",
      "description": "The sys_id of the configuration item affected by this change."
    },
    "close_code": {
      "type": "string",
      "description": "The close code indicating how the change was resolved."
    },
    "close_notes": {
      "type": "string",
      "description": "Notes recorded when closing the change request."
    },
    "approval": {
      "type": "string",
      "description": "The current approval status."
    },
    "sys_created_on": {
      "type": "datetime",
      "description": "The date and time the change request was created."
    },
    "sys_updated_on": {
      "type": "datetime",
      "description": "The date and time the change request was last updated."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/servicenow-change-management-change-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.