changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "error": {
+ "description": "Error code if connection not authenticated",
+ "type": "string"
+ },
+ "labels": {
+ "description": "Array of all labels",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Label ID",
+ "type": "string"
+ },
+ "labelListVisibility": {
+ "description": "Label visibility in label list",
+ "type": "string"
+ },
+ "messageCount": {
+ "description": "Number of messages with this label",
+ "type": "number"
+ },
+ "messageListVisibility": {
+ "description": "Label visibility in message list",
+ "type": "string"
+ },
+ "name": {
+ "description": "Label name",
+ "type": "string"
+ },
+ "threadsUnread": {
+ "description": "Number of unread threads with this label",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "message": {
+ "description": "Error message if connection not authenticated",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}