{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AgentAction", "title": "AgentAction", "type": "string", "enum": [ "ADD", "DELETE" ], "description": " * `ADD` - Assign an agent to a supervisor.\n * `DELETE` - Remove an agent from a supervisor.\n" }