Salesforce · Schema

Attributes29

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
pageName string
objectApiName string
actionName string
View JSON Schema on GitHub

JSON Schema

salesforce-attributes29-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "pageName": {
      "type": "string",
      "example": "example_value"
    },
    "objectApiName": {
      "type": "string",
      "example": "example_value"
    },
    "actionName": {
      "type": "string",
      "example": "example_value"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Attributes29"
}