Salesforce · JSON Structure

Salesforce Photo15 Structure

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

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

Properties

fullEmailPhotoUrl largePhotoUrl mediumPhotoUrl photoVersionId smallPhotoUrl standardEmailPhotoUrl url

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Photo15",
  "properties": {
    "fullEmailPhotoUrl": {
      "type": "string"
    },
    "largePhotoUrl": {
      "type": "string"
    },
    "mediumPhotoUrl": {
      "type": "string"
    },
    "photoVersionId": {
      "type": "['string', 'null']"
    },
    "smallPhotoUrl": {
      "type": "string"
    },
    "standardEmailPhotoUrl": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  },
  "required": [
    "fullEmailPhotoUrl",
    "largePhotoUrl",
    "mediumPhotoUrl",
    "photoVersionId",
    "smallPhotoUrl",
    "standardEmailPhotoUrl",
    "url"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}