Apigee · Schema

DownloadIntegrationVersionResponse

Response for downloading an integration version.

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

Properties

Name Type Description
content string Integration version content.
View JSON Schema on GitHub

JSON Schema

apigee-downloadintegrationversionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DownloadIntegrationVersionResponse",
  "title": "DownloadIntegrationVersionResponse",
  "type": "object",
  "description": "Response for downloading an integration version.",
  "properties": {
    "content": {
      "type": "string",
      "description": "Integration version content."
    }
  }
}