Schema for Faraday Room Metadata

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

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

title: Room Metadata
description: Metadata for Parkway room.

type: object
additionalProperties: true
required: []

properties:
  address:
    title: Address
    description: Address of the room.
    type: string

  wider_bore:
    title: Wider Bore
    description: Wider Bore
    type: boolean

  operating_hours:
    title: Operating Hours
    description: Operating hours of the facility.
    type: object

  modality_key:
    title: Modality Key
    description: Modality Key of room.
    type: string

[Main Page] [Schema Documentation] [Examples]