Basic schemas

The following schemas are shared across all messages and are referenced multiple times throughout the documentation.

Timestamp

Collection of timestamp representations for the given message.

type

object

properties

  • omg_time

Object Management Group Time

Timestamp expressed as the number of 100-nanosecond intervals since the OMG/DCE epoch: 1582-10-15T00:00:00:000Z. This representation is used in the X/Open DCE Time Service and supports a wide temporal range with high resolution.

type

integer

unit

100ns

  • iso8601

ISO 8601

Full ISO 8601 timestamp.

type

string

format

date-time

  • mjd

Modified Julian Date

Modified Julian Date.

type

number

unit

days

  • unix_time

UNIX Time

Elapsed time measured in seconds since the UNIX epoch at 1970-01-01T00:00:00 UTC.

type

number

unit

seconds

additionalProperties

False

System status

Operational status of the given system.

type

string

enum

OK WARNING FAILURE