Axway · JSON Structure

Amplify Platform Platform.App.Remove Structure

Published when an application is removed.

Type: object Properties: 2
API ManagementEnterpriseIntegrationSecurity

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

Properties

app_guid app_name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "platform.app.remove",
  "description": "Published when an application is removed.",
  "type": "object",
  "properties": {
    "app_guid": {
      "$ref": "#/components/schemas/Application/properties/guid"
    },
    "app_name": {
      "$ref": "#/components/schemas/Application/then/properties/name"
    }
  }
}