Apigee · Schema

ListSharedFlowsResponse

Response for listing shared flows.

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

Properties

Name Type Description
sharedFlows array
View JSON Schema on GitHub

JSON Schema

apigee-listsharedflowsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListSharedFlowsResponse",
  "title": "ListSharedFlowsResponse",
  "type": "object",
  "description": "Response for listing shared flows.",
  "properties": {
    "sharedFlows": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SharedFlow"
      }
    }
  }
}