Axway · Schema

marketplace.appearance.update

Published when a marketplace appearance is set or changed.

API ManagementEnterpriseIntegrationSecurity

Properties

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

JSON Schema

axway-marketplaceappearanceupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/marketplace.appearance.update",
  "title": "marketplace.appearance.update",
  "type": "object",
  "description": "Published when a marketplace appearance is set or changed.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActor"
    }
  ],
  "properties": {
    "changes": {
      "$ref": "#/components/schemas/EventDataChanges"
    },
    "guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    },
    "name": {
      "$ref": "#/components/schemas/Provider/properties/name"
    }
  }
}