Schema for Faraday Facility Metadata

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

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

title: Facility Metadata
description: Metadata for Parkway facility.

type: object
additionalProperties: true
required: []

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

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

  disclaimer_messages:
    title: Disclaimer Messages
    description: For frontend to display facility disclaimer messages
    type: array
    items:
      type: string

[Main Page] [Schema Documentation] [Examples]