Salesforce · Schema

Lead

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
012000000000000AAA object
View JSON Schema on GitHub

JSON Schema

salesforce-lead-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "012000000000000AAA": {
      "type": "object",
      "properties": {
        "Full": {
          "type": "object",
          "properties": {
            "View": {
              "type": "object",
              "properties": {
                "eTag": {
                  "type": "string",
                  "example": "example_value"
                },
                "id": {
                  "type": "string",
                  "example": "abc123"
                },
                "layoutType": {
                  "type": "string",
                  "example": "example_value"
                },
                "mode": {
                  "type": "string",
                  "example": "example_value"
                },
                "objectApiName": {
                  "type": "string",
                  "example": "example_value"
                },
                "recordTypeId": {
                  "type": "string",
                  "example": "500123"
                },
                "saveOptions": {
                  "type": "array",
                  "description": "",
                  "example": [],
                  "items": {
                    "type": "string"
                  }
                },
                "sections": {
                  "type": "array",
                  "description": "",
                  "example": [],
                  "items": {
                    "type": "object",
                    "properties": {
                      "collapsible": {
                        "type": "object"
                      },
                      "columns": {
                        "type": "object"
                      },
                      "heading": {
                        "type": "object"
                      },
                      "id": {
                        "type": "object"
                      },
                      "layoutRows": {
                        "type": "object"
                      },
                      "rows": {
                        "type": "object"
                      },
                      "useHeading": {
                        "type": "object"
                      }
                    },
                    "required": [
                      "collapsible",
                      "columns",
                      "heading",
                      "id",
                      "layoutRows",
                      "rows",
                      "useHeading"
                    ]
                  }
                }
              },
              "required": [
                "eTag",
                "id",
                "layoutType",
                "mode",
                "objectApiName",
                "recordTypeId",
                "saveOptions",
                "sections"
              ]
            }
          },
          "required": [
            "View"
          ]
        }
      },
      "required": [
        "Full"
      ]
    }
  },
  "required": [
    "012000000000000AAA"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Lead"
}