{ "title": "UpdateCustomer", "type": "object", "properties": { "@id": { "type": "string" }, "@type": { "type": "object", "properties": { "@id": { "type": "string", "enum": [ "Consumer", "Intermediary", "LocalAuthority", "University" ] }, "@type": { "type": "string", "enum": [ "ConsumerCustomer", "IntermediaryCustomer", "LocalAuthorityCustomer", "UniversityCustomer" ] } }, "required": ["@id", "@type"] }, "name": { "type": "string" }, "contactName": { "type": "string" } , "emailAddress": { "type": "string", "format": "email" }, "fullAddress": { "type": "string" }, "telephoneNumber": { "type":"string", "format": "phone" }, "organisationRegistration": { "type":"string" } }, "required": ["@type", "name","contactName","emailAddress","fullAddress","telephoneNumber"]