Salesforce · Schema

json

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
cropY string
cropX string
cropSize string
View JSON Schema on GitHub

JSON Schema

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