Schema for Einstein Metric Snapshot Value

From MetricSnapshotValue.schema.yaml (einstein/MetricSnapshotValue.schema)

---
$id: https://skeleton.botmd.io/einstein/MetricSnapshotValue.schema
$schema: http://json-schema.org/draft-07/schema#

title: Metric Snapshot Value
description: Schema for the `value` field of the MetricSnapshot model.

type: object
additionalProperties: true
properties:
  count:
    title: Count
    description: Count of the users in this snapshot.
    type: number

  designation:
    title: Designation
    description: Designation of the users in this snapshot (may be empty string).
    type: string

  department:
    title: Department
    description: Department of the users in this snapshot (may be empty string).
    type: string

[Main Page] [Schema Documentation] [Examples]