Salesforce · JSON Structure

Salesforce Action Override Structure

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

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

Properties

formFactor isAvailableInTouch name pageId url

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ActionOverride",
  "properties": {
    "formFactor": {
      "type": "string"
    },
    "isAvailableInTouch": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "pageId": {
      "type": "string"
    },
    "url": {
      "type": "['string', 'null']"
    }
  },
  "required": [
    "formFactor",
    "isAvailableInTouch",
    "name",
    "pageId",
    "url"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}