changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "conversations": {
+ "description": "List of conversations",
+ "items": {
+ "properties": {
+ "created_at": {
+ "description": "Unix timestamp when created",
+ "type": "number"
+ },
+ "id": {
+ "description": "Conversation ID",
+ "type": "string"
+ },
+ "participants": {
+ "description": "Participants in conversation",
+ "type": "object"
+ },
+ "preview": {
+ "description": "Last message preview",
+ "type": "string"
+ },
+ "source": {
+ "description": "Source of conversation",
+ "type": "object"
+ },
+ "state": {
+ "description": "Conversation state (open/closed)",
+ "type": "string"
+ },
+ "updated_at": {
+ "description": "Unix timestamp when last updated",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "error": {
+ "description": "Error code if connection required",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message if connection required",
+ "type": "string"
+ },
+ "pages": {
+ "properties": {
+ "next": {
+ "description": "Next page cursor",
+ "type": "object"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}