Axway · Schema

marketplace.remove

Published when a marketplace is removed. `subdomain` prop will always be included. Once url is established, `subdomain` prop value will be passed as the `guid`.

API ManagementEnterpriseIntegrationSecurity

Properties

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

JSON Schema

axway-marketplaceremove-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/marketplace.remove",
  "title": "marketplace.remove",
  "type": "object",
  "description": "Published when a marketplace is removed.\n\n`subdomain` prop will always be included. Once url is established, `subdomain` prop value will be passed as the `guid`.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActor"
    }
  ],
  "properties": {
    "guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    },
    "name": {
      "$ref": "#/components/schemas/Provider/properties/name"
    },
    "subdomain": {
      "$ref": "#/components/schemas/Provider/properties/subdomain"
    },
    "url": {
      "$ref": "#/components/schemas/Provider/properties/url"
    }
  }
}