ServiceNow · Schema

Error

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

servicenow-change-management-error-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "error": {
      "type": "object",
      "example": "example_value",
      "properties": {
        "message": {
          "type": "string",
          "description": "A human-readable error message."
        },
        "detail": {
          "type": "string",
          "description": "Detailed information about the error."
        }
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error"
}