Salesforce · Schema

ListReference

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
id string
listViewApiName string
objectApiName string
type string
View JSON Schema on GitHub

JSON Schema

salesforce-list-reference-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "abc123"
    },
    "listViewApiName": {
      "type": "string",
      "example": "example_value"
    },
    "objectApiName": {
      "type": "string",
      "example": "example_value"
    },
    "type": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "id",
    "listViewApiName",
    "objectApiName",
    "type"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListReference"
}