{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AgentGroupDTO", "title": "AgentGroupDTO", "type": "object", "properties": { "teamId": { "type": "string", "description": "ID of a team", "example": "93912f11-6017-404b-bf14-5331890b1797" } } }