A list of Team objects.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-team-list-schema.json", "title": "TeamList", "description": "A list of Team objects.", "type": "array", "items": { "$ref": "#/components/schemas/Team" } }