Top-level container for a schedule object, including both the data payload and any related included resources (such as teams, layers, or members).

Hierarchy

  • Schedule

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Represents the primary data object for a schedule, linking attributes and relationships.

Any additional resources related to this schedule, such as teams and layers.

Generated using TypeDoc