From ShadowfaxUserProperties.schema.yaml (einstein/ShadowfaxUserProperties.schema
)
---
$id: https://skeleton.botmd.io/einstein/ShadowfaxUserProperties.schema
$schema: http://json-schema.org/draft-07/schema#
title: Shadowfax User Properties
description: This is the schema for user properties in Einstein.
type: object
required: [full_name]
additionalProperties: true
properties:
organization_key:
title: Organization Key
description: Organization key of administrator's hospital.
type: string
minLength: 1
full_name:
title: Full Name
description: Full name of the user.
type: string
department:
title: Einstein department
description: Einstein department.
type: string
designation:
title: Einstein Designation
description: Einstein Designation.
type: string
profile_uid:
title: Profile UID
description: Administrator (short) profile UID.
type: string
minLength: 1
#end properties