{ "title": "AssignWorkerToImpromptuChat", "type": "object", "properties": { "@id": { "type": "string", "minLength": 1 }, "@type": { "type": "string", "enum": [ "Worker" ] } }, "required": [ "@id", "@type" ] }