Axway · JSON Structure

Amplify Platform Platform.Team.Create Structure

Published when a new team is created in an org.

Type: object Properties: 1
API ManagementEnterpriseIntegrationSecurity

platform.team.create is a JSON Structure definition published by Axway, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

team

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.create",
  "description": "Published when a new team is created in an org.",
  "type": "object",
  "properties": {
    "team": {
      "type": "object",
      "description": "The created team",
      "properties": {
        "default": {
          "$ref": "#/components/schemas/Team/properties/default"
        },
        "guid": {
          "$ref": "#/components/schemas/Team/properties/guid"
        },
        "name": {
          "$ref": "#/components/schemas/Team/properties/name"
        }
      },
      "example": {
        "default": {},
        "guid": {},
        "name": {}
      }
    }
  }
}