Salesforce · Schema

Attributes35

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

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

JSON Schema

salesforce-attributes35-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "objectApiName": {
      "type": "string",
      "example": "example_value"
    },
    "actionName": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "objectApiName",
    "actionName"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Attributes35"
}