Salesforce · JSON Structure

Salesforce Node7 Structure

Type: object Properties: 5 Required: 5
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Node7 is a JSON Structure definition published by Salesforce, describing 5 properties, of which 5 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Id Name StageName CloseDate Description

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Node7",
  "properties": {
    "Id": {
      "type": "string"
    },
    "Name": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "required": [
        "value"
      ]
    },
    "StageName": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "required": [
        "value"
      ]
    },
    "CloseDate": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string"
        },
        "displayValue": {
          "type": "string"
        }
      },
      "required": [
        "value",
        "displayValue"
      ]
    },
    "Description": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string"
        }
      },
      "required": [
        "value"
      ]
    }
  },
  "required": [
    "Id",
    "Name",
    "StageName",
    "CloseDate",
    "Description"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}