changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "conversation_parts": {
+ "properties": {
+ "data": {
+ "description": "Array of message parts",
+ "items": {
+ "properties": {
+ "author": {
+ "type": "object"
+ },
+ "body": {
+ "type": "string"
+ },
+ "created_at": {
+ "type": "number"
+ },
+ "id": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "created_at": {
+ "description": "Unix timestamp when created",
+ "type": "number"
+ },
+ "error": {
+ "description": "Error code if connection required",
+ "type": "string"
+ },
+ "id": {
+ "description": "Conversation ID",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message if connection required",
+ "type": "string"
+ },
+ "participants": {
+ "description": "Participants in conversation",
+ "type": "object"
+ },
+ "source": {
+ "description": "Source of conversation",
+ "type": "object"
+ },
+ "state": {
+ "description": "Conversation state",
+ "type": "string"
+ },
+ "updated_at": {
+ "description": "Unix timestamp when last updated",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}