{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AgentGroupsBulkExportDTO",
"title": "AgentGroupsBulkExportDTO",
"type": "object",
"description": "Agent group data for bulk export.",
"properties": {
"teamName": {
"type": "string",
"description": "The name of the team in this agent group."
},
"siteName": {
"type": "string",
"description": "The name of the site associated with this agent group."
}
}
}