Salesforce · Schema

Photos

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
picture string
thumbnail string
View JSON Schema on GitHub

JSON Schema

salesforce-photos-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "picture": {
      "type": "string",
      "example": "example_value"
    },
    "thumbnail": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "picture",
    "thumbnail"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Photos"
}