changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "error": {
+ "description": "Error code if connection not authenticated",
+ "type": "string"
+ },
+ "historyId": {
+ "description": "History ID of message",
+ "type": "string"
+ },
+ "id": {
+ "description": "Message ID",
+ "type": "string"
+ },
+ "internalDate": {
+ "description": "Internal date timestamp in milliseconds",
+ "type": "string"
+ },
+ "labelIds": {
+ "description": "Applied label IDs",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "message": {
+ "description": "Error message if connection not authenticated",
+ "type": "string"
+ },
+ "payload": {
+ "description": "Message structure and content",
+ "properties": {
+ "body": {
+ "description": "Message body",
+ "properties": {
+ "data": {
+ "description": "Base64url encoded body text",
+ "type": "string"
+ },
+ "size": {
+ "description": "Body size in bytes",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "headers": {
+ "description": "Email headers",
+ "items": {
+ "properties": {
+ "name": {
+ "description": "Header name",
+ "type": "string"
+ },
+ "value": {
+ "description": "Header value",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "parts": {
+ "description": "Message parts for multipart messages",
+ "items": {
+ "properties": {
+ "filename": {
+ "description": "Attachment filename",
+ "type": "string"
+ },
+ "mimeType": {
+ "description": "MIME type",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "sizeEstimate": {
+ "description": "Estimated message size in bytes",
+ "type": "number"
+ },
+ "snippet": {
+ "description": "Short plain text snippet of message body",
+ "type": "string"
+ },
+ "threadId": {
+ "description": "Thread ID",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}