Axway · Schema

platform.app.remove

Published when an application is removed.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
app_guid object
app_name object
View JSON Schema on GitHub

JSON Schema

axway-platformappremove-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.app.remove",
  "title": "platform.app.remove",
  "type": "object",
  "description": "Published when an application is removed.",
  "x-context": "app",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActor"
    }
  ],
  "properties": {
    "app_guid": {
      "$ref": "#/components/schemas/Application/properties/guid"
    },
    "app_name": {
      "$ref": "#/components/schemas/Application/then/properties/name"
    }
  }
}