ServiceNow · JSON Structure

Servicenow Service Catalog Catalog Item Structure

A catalog item summary.

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

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

Properties

sys_id name short_description category price picture

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A catalog item summary.",
  "name": "CatalogItem",
  "properties": {
    "sys_id": {
      "type": "string",
      "description": "Unique identifier for the catalog item."
    },
    "name": {
      "type": "string",
      "description": "The display name of the item."
    },
    "short_description": {
      "type": "string",
      "description": "A brief description of the item."
    },
    "category": {
      "type": "string",
      "description": "The category sys_id."
    },
    "price": {
      "type": "string",
      "description": "The displayed price of the item."
    },
    "picture": {
      "type": "string",
      "description": "URL to the item picture."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}