Home Schema Example JSON Schema

Answer Syncer Settings

Type: object

This contains all the settings needed for answer syncers.

Syncer ID

Type: string

Unique name identifying this syncer.

Tenants

Default: ["__all__"]

The tenant that this object is applicable for. Defaults to all tenants.

Tenant


The tenant applicable to this object. This must be one specific tenant and not any of the `all alternatives.

Cleo Tenant

Type: string

The cleo app tenant applicable to this object.

Must match regular expression: ^cleo\:[a-zA-Z0-9][\w\-\_]*$

Hospital Tenant

Type: string

The hospital app tenant applicable to this object.

Must match regular expression: ^hospital\:[a-zA-Z0-9][\w\-\_]*$

All Tenants

Type: const

A literal to represent all tenants.

Specific value: "__all__"

Cleo All Tenant

Type: const

A literal to represent all cleo app tenants.

Specific value: "cleo:__all__"

Hospital All Tenant

Type: const

A literal to represent all hospital app tenants.

Specific value: "hospital:__all__"

Tenant List

Type: array

A list of tenants.

Must contain a minimum of 1 items

No Additional Items

Each item of this array must be:


Tenant


The tenant applicable to this object. This must be one specific tenant and not any of the `all alternatives.

Cleo Tenant

Type: string

The cleo app tenant applicable to this object.

Must match regular expression: ^cleo\:[a-zA-Z0-9][\w\-\_]*$

Hospital Tenant

Type: string

The hospital app tenant applicable to this object.

Must match regular expression: ^hospital\:[a-zA-Z0-9][\w\-\_]*$

All Tenants

Type: const

A literal to represent all tenants.

Specific value: "__all__"

Cleo All Tenant

Type: const

A literal to represent all cleo app tenants.

Specific value: "cleo:__all__"

Hospital All Tenant

Type: const

A literal to represent all hospital app tenants.

Specific value: "hospital:__all__"

Type

Default: null

The type of the answer syncer.

Type: enum (of string)

Must be one of:

  • "monograph-ahfs-essentials"
  • "cleo-dialogue"
  • "cleo-documents"
  • "einstein-directory"
  • "einstein-roster"
  • "einstein-dialogue"
  • "einstein-document"
  • "einstein-document-snippet"
  • "einstein-clinical-trial"
  • "ttsh-json-web-directory"
  • "hms-dailyoncall"
Type: null