Salesforce · Schema

Prediction1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
middleValues array
total number
View JSON Schema on GitHub

JSON Schema

salesforce-prediction1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "middleValues": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "total": {
      "type": "number",
      "example": 42
    }
  },
  "required": [
    "middleValues",
    "total"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Prediction1"
}