Axway · Schema

marketplace.onboarding.enable

Published when marketplace onboarding data capture is enabled.

API ManagementEnterpriseIntegrationSecurity

Properties

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

JSON Schema

axway-marketplaceonboardingenable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/marketplace.onboarding.enable",
  "title": "marketplace.onboarding.enable",
  "type": "object",
  "description": "Published when marketplace onboarding data capture is enabled.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/marketplace.onboarding.disable"
    }
  ],
  "properties": {
    "changes": {
      "$ref": "#/components/schemas/EventDataChanges"
    },
    "guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    },
    "name": {
      "$ref": "#/components/schemas/Provider/properties/name"
    }
  }
}