Schema for Faraday Staff Profile Request Metadata

From StaffProfileRequestMetadata.schema.yaml (faraday/StaffProfileRequestMetadata.schema)

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

title: Staff Profile Request Metadata
description: Metadata for Staff Profile Request.

type: object
additionalProperties: true
required: []

properties:
  clinic:
    title: Clinic
    description: Clinic name that is register on Parkway DB.
    type: string

  hci_code:
    title: HCI Code
    description: HCI code that is associated with clinic.
    type: string

  remarks:
    title: Remarks
    description: Remarks for this request.
    type: string

[Main Page] [Schema Documentation] [Examples]