Salesforce · Schema

AddfilterexpressioninchannelmemberRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
FullName string
Metadata object
View JSON Schema on GitHub

JSON Schema

salesforce-addfilterexpressioninchannelmember-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "FullName": {
      "type": "string",
      "example": "example_value"
    },
    "Metadata": {
      "type": "object",
      "properties": {
        "eventChannel": {
          "type": "string",
          "example": "example_value"
        },
        "filterExpression": {
          "type": "string",
          "example": "example_value"
        },
        "selectedEntity": {
          "type": "string",
          "example": "example_value"
        },
        "urls": {
          "type": "['string', 'null']",
          "example": "https://www.example.com"
        }
      },
      "required": [
        "eventChannel",
        "filterExpression",
        "selectedEntity",
        "urls"
      ]
    }
  },
  "required": [
    "FullName",
    "Metadata"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AddfilterexpressioninchannelmemberRequest"
}