Axway · JSON Structure

Amplify Platform Marketplace.Remove Structure

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`.

Type: object Properties: 4
API ManagementEnterpriseIntegrationSecurity

marketplace.remove is a JSON Structure definition published by Axway, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

guid name subdomain url

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "marketplace.remove",
  "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`.",
  "type": "object",
  "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"
    }
  }
}