Schema for Hospital Session Scopes (Chemocalc)

From ChemocalcSessionScopes.schema.yaml (hospital/ChemocalcSessionScopes.schema)

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

title: Session Scopes (Chemocalc)
description: Chemocalc specific session scopes.

oneOf:
  - title: Chemocalc Patient
    description: To access chemocal feature for patient.
    type: array
    const: ["sgid", "hospital:user"]

[Main Page] [Schema Documentation] [Examples]