Schema for Hospital Shadowfax Event Properties

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

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

title: Shadowfax Event Properties
description: This is the schema for event properties in Hospital.

type: object

required:
  - event_type

properties:
  event_type:
    title: Event Type
    description: Name of the event.
    type: string
    minLength: 1

  profile_uid:
    title: Profile UID
    description: Profile UID.
    type: string

  organization_key:
    title: Organization Key
    description: Organization key of hospital.
    type: string

additionalProperties: true

[Main Page] [Schema Documentation] [Examples]