ServiceNow · JSON Structure

Servicenow Change Management Change Request Input Structure

Fields for creating or updating a change request.

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

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

Properties

short_description description priority risk impact category assigned_to assignment_group requested_by start_date end_date cmdb_ci justification implementation_plan backout_plan test_plan

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Fields for creating or updating a change request.",
  "name": "ChangeRequestInput",
  "properties": {
    "short_description": {
      "type": "string",
      "description": "A brief summary of the change."
    },
    "description": {
      "type": "string",
      "description": "A detailed description of the change."
    },
    "priority": {
      "type": "string",
      "description": "The priority level.",
      "enum": [
        "1",
        "2",
        "3",
        "4"
      ]
    },
    "risk": {
      "type": "string",
      "description": "The risk level."
    },
    "impact": {
      "type": "string",
      "description": "The impact level."
    },
    "category": {
      "type": "string",
      "description": "The category of the change."
    },
    "assigned_to": {
      "type": "string",
      "description": "The sys_id of the assigned user."
    },
    "assignment_group": {
      "type": "string",
      "description": "The sys_id of the assignment group."
    },
    "requested_by": {
      "type": "string",
      "description": "The sys_id of the requesting user."
    },
    "start_date": {
      "type": "datetime",
      "description": "The planned start date and time."
    },
    "end_date": {
      "type": "datetime",
      "description": "The planned end date and time."
    },
    "cmdb_ci": {
      "type": "string",
      "description": "The sys_id of the affected configuration item."
    },
    "justification": {
      "type": "string",
      "description": "The business justification for the change."
    },
    "implementation_plan": {
      "type": "string",
      "description": "The plan for implementing the change."
    },
    "backout_plan": {
      "type": "string",
      "description": "The plan for reverting the change if needed."
    },
    "test_plan": {
      "type": "string",
      "description": "The plan for testing the change."
    }
  },
  "$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-input-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.