Axway · Schema

marketplace.ai.enable

Published when AI integration is enabled for a marketplace.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
changes object
embedded object
stream object
url object
View JSON Schema on GitHub

JSON Schema

axway-marketplaceaienable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/marketplace.ai.enable",
  "title": "marketplace.ai.enable",
  "type": "object",
  "description": "Published when AI integration is enabled for a marketplace.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/marketplace.ai.disable"
    }
  ],
  "properties": {
    "changes": {
      "$ref": "#/components/schemas/EventDataChanges"
    },
    "embedded": {
      "$ref": "#/components/schemas/Provider/properties/ai/properties/embedded"
    },
    "stream": {
      "$ref": "#/components/schemas/Provider/properties/ai/properties/stream"
    },
    "url": {
      "$ref": "#/components/schemas/Provider/properties/ai/properties/url"
    }
  }
}