Axway · JSON Structure

Amplify Platform Platform.Team.App.Remove Structure

Published when an asset is removed from a team.

Type: object Properties: 4
API ManagementEnterpriseIntegrationSecurity

platform.team.app.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

app_id app_name team_guid team_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.team.app.remove",
  "description": "Published when an asset is removed from a team.",
  "type": "object",
  "properties": {
    "app_id": {
      "$ref": "#/components/schemas/Application/properties/guid"
    },
    "app_name": {
      "$ref": "#/components/schemas/Application/then/properties/name"
    },
    "team_guid": {
      "$ref": "#/components/schemas/Team/properties/guid"
    },
    "team_name": {
      "$ref": "#/components/schemas/Team/properties/name"
    }
  }
}