{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BulkRequestDTOTeamDTO", "title": "BulkRequestDTOTeamDTO", "type": "object", "description": "Bulk request containing a list of Team operations.", "properties": { "items": { "type": "array", "description": "List of items in the bulk request.", "items": { "$ref": "#/components/schemas/BulkRequestItemDTOTeamDTO" } } } }