{ "type": "object", "description": "Request payload for updating a thread's properties.", "name": "UpdateThreadRequest", "properties": { "status": { "type": "string", "description": "New thread status", "enum": [ "OPEN", "CLOSED" ] }, "assignedTo": { "type": "string", "description": "User ID to assign the thread to" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }