ServiceNow · JSON Structure

Servicenow Table Record Input Structure

A set of field name-value pairs to create or update a record. The accepted fields depend on the target table and the user's ACL permissions.

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

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

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A set of field name-value pairs to create or update a record. The accepted fields depend on the target table and the user's ACL permissions.",
  "name": "RecordInput",
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}