ApiUsage

Artificial IntelligenceComputer VisionCRMMachine LearningNatural Language ProcessingPredictive AnalyticsSalesforce

Properties

Name Type Description
id string
startsAt string
endsAt string
plan object
predictionsUsed integer
predictionsMax integer
object string
View JSON Schema on GitHub

JSON Schema

salesforce-einstein-apiusage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiUsage",
  "title": "ApiUsage",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "startsAt": {
      "type": "string",
      "format": "date-time"
    },
    "endsAt": {
      "type": "string",
      "format": "date-time"
    },
    "plan": {
      "type": "object",
      "properties": {
        "planId": {
          "type": "string"
        },
        "source": {
          "type": "string"
        }
      }
    },
    "predictionsUsed": {
      "type": "integer"
    },
    "predictionsMax": {
      "type": "integer"
    },
    "object": {
      "type": "string"
    }
  }
}