{ "title": "UpdateServiceUser", "type": "object", "properties": { "@type": { "type": "string" }, "applicationServiceGroup": { "type": "object", "properties": { "@id": { "type": "string" }, "@type": { "type": "string" } }, "required": [ "@id", "@type" ] }, "customer": { "type": "object", "properties": { "@id": { "type": "string" }, "@type": { "type": "string" } }, "required": [ "@id", "@type" ] } }, "required": [ "@type", "applicationServiceGroup", "customer" ] }