{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReassignAgentsRequestDTO", "title": "ReassignAgentsRequestDTO", "type": "object", "properties": { "add": { "type": "array", "items": { "type": "string" }, "uniqueItems": true }, "remove": { "type": "array", "items": { "type": "string" }, "uniqueItems": true } } }