{ "title": "CreateImpromptuChat", "type": "object", "properties": { "@type": { "type": "string" }, "serviceUser": { "type": "object", "properties": { "@id": { "type": "string", "minLength": 1 }, "@type": { "type": "string", "enum": ["ServiceUser"] } }, "required": ["@id", "@type"] }, "assignedWorker": { "type": "object", "properties": { "@id": { "type": "string", "minLength": 1 }, "@type": { "type": "string", "enum": ["Worker"] } }, "required": ["@id", "@type"] }, "applicationServiceGroup": { "type": "object", "properties": { "@id": { "type": "string" }, "@type": { "type": "string", "enum": ["ApplicationServiceGroup"] } }, "required": ["@id", "@type"] }, "application": { "type": "object", "properties": { "@id": { "type": "string", "minLength": 1 }, "@type": { "type": "string", "enum": ["Application"] } }, "required": ["@id"] } }, "required": ["@type", "serviceUser"] }