From ApplicationSettings.schema.yaml (caesar/ApplicationSettings.schema
)
---
$id: https://skeleton.botmd.io/caesar/ApplicationSettings.schema
$schema: http://json-schema.org/draft-07/schema
title: Application Settings
description: "`ProviderApplication.provider_settings` are used to store application-specific settings."
type: object
additionalProperties: false
anyOf:
- required: [cleo]
properties:
cleo:
title: Cleo
description: Settings for `CleoApplication`.
$ref: "#/definitions/Cleo"
definitions:
Cleo:
type: object
additionalProperties: false
required: []
properties:
create_patient:
title: Create Patient
description: Whether to create patient in cleo from caesar event.
type: boolean