Apigee · Schema

UploadIntegrationVersionResponse

Response from uploading an integration version.

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

Properties

Name Type Description
integrationVersion object
View JSON Schema on GitHub

JSON Schema

apigee-uploadintegrationversionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UploadIntegrationVersionResponse",
  "title": "UploadIntegrationVersionResponse",
  "type": "object",
  "description": "Response from uploading an integration version.",
  "properties": {
    "integrationVersion": {
      "$ref": "#/components/schemas/IntegrationVersion"
    }
  }
}