Home Schema Example JSON Schema

Session Status Metadata

Type: object

SessionStatus.metadata contains additional metadata about the test status update.

Each additional property must conform to the following schema

Container Status

Type: object

Provides information about the status of the container at the point the test status update was sent.

No Additional Properties

Healthy

Type: boolean

Specifies whether the container has started at the point the test status update was sent.

Started

Type: boolean

Specifies whether the container has started at the point the test status update was sent.

Died

Type: boolean

Specifies whether the container has died at the point the test status update was sent.

Exit Code

Type: number

Specifies the exit code of the container if it has already died.