Axway · Schema

marketplace.ai.disable

Published when AI integration is disabled for a marketplace.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
guid object
name object
View JSON Schema on GitHub

JSON Schema

amplify-platform-marketplace.ai.disable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-marketplace.ai.disable-schema.json",
  "title": "marketplace.ai.disable",
  "description": "Published when AI integration is disabled for a marketplace.",
  "type": "object",
  "properties": {
    "guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    },
    "name": {
      "$ref": "#/components/schemas/Provider/properties/name"
    }
  }
}