Schema for Faraday Patient Metadata

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

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

title: Patient Metadata
description: Metadata for patient.

type: object
additionalProperties: true
required: []

properties:
  comments:
    title: Comments
    description: Comments of this patient.
    type: string

  nationality:
    title: Nationality
    description: Nationality of this patient.
    type: string

[Main Page] [Schema Documentation] [Examples]