OperationListResult

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Properties

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

JSON Schema

microsoft-azure-api-management-operationlistresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OperationListResult",
  "title": "OperationListResult",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "Microsoft.ApiManagement/service/read"
          },
          "display": {
            "type": "object",
            "properties": {
              "provider": {
                "type": "string",
                "example": "Microsoft API Management"
              },
              "resource": {
                "type": "string",
                "example": "Service"
              },
              "operation": {
                "type": "string",
                "example": "Read API Management Service"
              }
            }
          }
        }
      }
    },
    "nextLink": {
      "type": "string",
      "example": ""
    }
  }
}