Skip to content

$HealthCheck

const $HealthCheck: object

Type declaration

description

readonly description: "A health check response." = 'A health check response.'

properties

readonly properties: object

properties.data

readonly properties.data: object

properties.data.properties

readonly properties.data.properties: object = {}

properties.data.type

readonly properties.data.type: "object" = 'object'

properties.db-available

readonly properties.db-available: object

properties.db-available.type

readonly properties.db-available.type: "boolean" = 'boolean'

properties.errors

readonly properties.errors: object

properties.errors.items

readonly properties.errors.items: object

properties.errors.items.type

readonly properties.errors.items.type: "string" = 'string'

properties.errors.type

readonly properties.errors.type: "array" = 'array'

properties.is-migrating

readonly properties.is-migrating: object

properties.is-migrating.type

readonly properties.is-migrating.type: "boolean" = 'boolean'

properties.message

readonly properties.message: object

properties.message.type

readonly properties.message.type: "string" = 'string'

properties.round

readonly properties.round: object

properties.round.type

readonly properties.round.type: "integer" = 'integer'

properties.version

readonly properties.version: object

properties.version.description

readonly properties.version.description: "Current version." = 'Current version.'

properties.version.type

readonly properties.version.type: "string" = 'string'

required

readonly required: readonly ["db-available", "is-migrating", "message", "round", "version"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:780