EnumerateExtendedApisResponse

The [EnumerateExtendedApis][InsightsService.EnumerateExtendedApis] method's response.

JSON representation
{
  "extendedApis": [
    {
      object (ExtendedApi)
    }
  ],
  "nextPageToken": string
}
Fields
extendedApis[]

object (ExtendedApi)

The list of extended API.

nextPageToken

string

Next page token.

ExtendedApi

An extended API contains the API and its set of features which are derived from the associated data it has.

JSON representation
{
  "api": {
    object (Api)
  },
  "specCount": integer,
  "lintErrorCount": integer
}
Fields
api

object (Api)

The API which is extended.

specCount

integer

The number of specs across all versions.

lintErrorCount

integer

The number of lint errors across all specs.