Salesforce · Schema

OutreachSourceCode

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
id string
sourceCode string
View JSON Schema on GitHub

JSON Schema

salesforce-outreach-source-code-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "abc123"
    },
    "sourceCode": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "id",
    "sourceCode"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OutreachSourceCode"
}