Home Schema Example JSON Schema

TTSH JSON Web Directory Syncer Settings

Type: object

This contains settings for syncing TTSH JSON directory Syncer Settings.

Storage URI

Type: string

URI where the directory data is stored.

Must be at least 1 characters long

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

Type: const Default: "ttsh-json-web-directory"
Specific value: "ttsh-json-web-directory"