Schema for Bifrost Organization Settings

From OrganizationSettings.schema.yaml (bifrost/OrganizationSettings.schema)

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

title: Organization Settings
description: These settings are applied to Bifrost organizations.

type: object
additionalProperties: false
required: []

properties:
  pretty_name:
    title: Pretty Name
    description: Pretty name for organization. Defaults to organization key.
    type: string
    minLength: 1
#end properties

[Main Page] [Schema Documentation] [Examples]