Skip to main content

SnapshotView

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/SnapshotView.json
activityCountint64required
applicablebooleanrequired
asOfdate-timerequired
breakdown object[]
  • Array [
  • activityKindstringrequired
    activityUuidstringrequired
    appliedDecaydoublerequired
    occurredAtdate-timerequired
    pointsContributeddoublerequired
    rawPointsdoublerequired
    ruleIndexint64required
  • ]
  • computedAtdate-timerequired
    lastActivityAtdate-time
    personUuidstringrequired
    profileUuidstringrequired
    profileVersionint64required
    stalebooleanrequired
    tenantIdstringrequired
    uuidstringrequired
    valuedoublerequired
    SnapshotView
    {
    "$schema": "https://example.com/schemas/SnapshotView.json",
    "activityCount": 0,
    "applicable": true,
    "asOf": "2024-07-29T15:51:28.071Z",
    "breakdown": "Unknown Type: array,null",
    "computedAt": "2024-07-29T15:51:28.071Z",
    "lastActivityAt": "2024-07-29T15:51:28.071Z",
    "personUuid": "string",
    "profileUuid": "string",
    "profileVersion": 0,
    "stale": true,
    "tenantId": "string",
    "uuid": "string",
    "value": 0
    }