ProductList

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Properties

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

JSON Schema

microsoft-azure-api-management-productlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductList",
  "title": "ProductList",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "example": 1
    },
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ProductSummary"
      }
    }
  }
}