Axway · Schema

marketplace.ai.update

Published when marketplace AI integration settings are changed.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-marketplaceaiupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/marketplace.ai.update",
  "title": "marketplace.ai.update",
  "type": "object",
  "description": "Published when marketplace AI integration settings are changed.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/marketplace.ai.enable"
    }
  ]
}