ServiceNow · JSON Structure

Servicenow Cmdb Instance Error Structure

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

Error 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

error

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

JSON Structure

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