Available-fields data.

Hierarchy

  • UsageSummaryAvailableFieldsBody

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

The lists of field names returned by GET /api/v1/usage/summary at each of its three response levels. Each list contains every key the data endpoint emits—both typed fields declared in the OpenAPI spec and untyped keys exposed through additionalProperties.

id?: string

The identifier for the discovery scope. Always "all".

Type of available-fields data.

Generated using TypeDoc