ApiCollection

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Properties

Name Type Description
value array
count integer
nextLink string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-api-management-apicollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiCollection",
  "title": "ApiCollection",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApiContract"
      }
    },
    "count": {
      "type": "integer",
      "example": 2
    },
    "nextLink": {
      "type": "string",
      "example": ""
    }
  }
}