Salesforce · JSON Structure

Salesforce Graph3 Structure

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

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

Properties

graphId records

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Graph3",
  "properties": {
    "graphId": {
      "type": "string"
    },
    "records": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "referenceId": {
            "type": "string"
          },
          "record": {
            "type": "object",
            "properties": {
              "attributes": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ]
              },
              "CurrencyIsoCode": {
                "type": "string"
              },
              "SalesTransactionShapeId": {
                "type": "string"
              },
              "StartDate": {
                "type": "string"
              },
              "ProductId": {
                "type": "string"
              },
              "ProductSellingModelId": {
                "type": "string"
              },
              "Quantity": {
                "type": "number"
              },
              "PricingTransactionType": {
                "type": "string"
              },
              "MainSalesTrxnItemShapeId": {
                "type": "string"
              },
              "AssocSalesTrxnItemShapeId": {
                "type": "string"
              },
              "MainSalesTrxnItemShapeRole": {
                "type": "string"
              },
              "AssocSalesTrxnItemShapeRole": {
                "type": "string"
              },
              "AssociatedItemShapePricing": {
                "type": "string"
              }
            },
            "required": [
              "attributes"
            ]
          }
        },
        "required": [
          "referenceId",
          "record"
        ]
      }
    }
  },
  "required": [
    "graphId",
    "records"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}