Schema for Faraday OrderExam Metadata

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

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

title: OrderExam Metadata
description: Metadata for OrderExam.

type: object
additionalProperties: true
required: []

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

  attention_radiologist:
    title: Attention Radiologist
    description: Notes for radiologist.
    type: string

  schedule:
    title: Schedule
    description: Schedule related Metadata.
    type: object

    properties:
      retries:
        title: Retry
        description: Number of retry for scheduling
        type: integer
        min: 1

[Main Page] [Schema Documentation] [Examples]