Schema for Hospital Shadowfax User Properties

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

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

title: Shadowfax User Properties
description: This is the schema for user properties in Hospital.

type: object
required: [full_name]
additionalProperties: true

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

  full_name:
    title: Full Name
    description: Full name of the user.
    type: string

  department:
    title: Hospital department
    description: Hospital department.
    type: string

  designation:
    title: Hospital Designation
    description: Hospital Designation.
    type: string
#end properties

[Main Page] [Schema Documentation] [Examples]