Salesforce · Schema

DefaultGroupImage

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
largeUrl string
mediumUrl string
smallUrl string
View JSON Schema on GitHub

JSON Schema

salesforce-default-group-image-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "largeUrl": {
      "type": "string",
      "example": "https://www.example.com"
    },
    "mediumUrl": {
      "type": "string",
      "example": "https://www.example.com"
    },
    "smallUrl": {
      "type": "string",
      "example": "https://www.example.com"
    }
  },
  "required": [
    "largeUrl",
    "mediumUrl",
    "smallUrl"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DefaultGroupImage"
}