changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "additional_data": {
+ "description": "Pagination and metadata",
+ "type": "object"
+ },
+ "data": {
+ "description": "List of contacts",
+ "items": {
+ "properties": {
+ "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"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "success": {
+ "description": "Whether the request succeeded",
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}