Salesforce · Schema

Sender1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
appType string
role string
subject string
View JSON Schema on GitHub

JSON Schema

salesforce-sender1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "appType": {
      "type": "string",
      "example": "example_value"
    },
    "role": {
      "type": "string",
      "example": "example_value"
    },
    "subject": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "appType",
    "role",
    "subject"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Sender1"
}