{ "type": ["null", "object"], "properties": { "integration": { "type": ["null", "integer"] }, "first_name": { "type": ["null", "string"] }, "last_name": { "type": ["null", "string"] }, "email": { "type": ["null", "string"] }, "phone": { "type": ["null", "string"] }, "metadata": { "type": ["null", "object"], "properties": {} }, "domain": { "type": ["null", "string"] }, "customer_code": { "type": ["null", "string"] }, "risk_action": { "type": ["null", "string"] }, "id": { "type": ["null", "integer"] }, "createdAt": { "type": ["null", "string"], "format": "date-time" }, "updatedAt": { "type": ["null", "string"], "format": "date-time" } } }