Entity relationships including incidents, oncalls, schemas, and related entities.

Hierarchy

  • EntityResponseDataRelationships

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

Incidents relationship containing a list of incident resources associated with this entity.

Oncalls relationship containing a list of oncall resources associated with this entity.

Raw schema relationship linking an entity to its raw schema resource.

Related entities relationship containing a list of entity references related to this entity.

Schema relationship linking an entity to its associated schema resource.

Generated using TypeDoc