changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Contact details",
+ "properties": {
+ "add_time": {
+ "description": "Creation timestamp",
+ "type": "string"
+ },
+ "email": {
+ "description": "Email addresses",
+ "items": {
+ "properties": {
+ "value": {
+ "description": "Email address",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "description": "Contact ID",
+ "type": "number"
+ },
+ "name": {
+ "description": "Contact name",
+ "type": "string"
+ },
+ "org_id": {
+ "description": "Associated organization ID",
+ "type": "number"
+ },
+ "phone": {
+ "description": "Phone numbers",
+ "items": {
+ "properties": {
+ "value": {
+ "description": "Phone number",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "update_time": {
+ "description": "Last update timestamp",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "success": {
+ "description": "Whether the request succeeded",
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}