Apigee · Schema

OperationGroup

Groups operations for access control on an API product.

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetization

Properties

Name Type Description
operationConfigs array List of operation configurations.
operationConfigType string Type of operation configuration.
View JSON Schema on GitHub

JSON Schema

apigee-operationgroup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OperationGroup",
  "title": "OperationGroup",
  "type": "object",
  "description": "Groups operations for access control on an API product.",
  "properties": {
    "operationConfigs": {
      "type": "array",
      "description": "List of operation configurations.",
      "items": {
        "$ref": "#/components/schemas/OperationConfig"
      }
    },
    "operationConfigType": {
      "type": "string",
      "description": "Type of operation configuration."
    }
  }
}