Axway · Schema

TeamList

A list of Team objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-teamlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TeamList",
  "title": "TeamList",
  "type": "array",
  "description": "A list of Team objects.",
  "items": {
    "$ref": "#/components/schemas/Team"
  }
}