changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "error": {
+ "description": "Error code if connection failed",
+ "type": "string"
+ },
+ "id": {
+ "description": "Unique file/folder ID",
+ "type": "string"
+ },
+ "is_dir": {
+ "description": "Whether entry is a directory",
+ "type": "boolean"
+ },
+ "message": {
+ "description": "Error message if connection failed",
+ "type": "string"
+ },
+ "modified": {
+ "description": "Last modified timestamp",
+ "type": "string"
+ },
+ "name": {
+ "description": "File or folder name",
+ "type": "string"
+ },
+ "path_display": {
+ "description": "Display path",
+ "type": "string"
+ },
+ "rev": {
+ "description": "Current revision identifier",
+ "type": "string"
+ },
+ "sharing_info": {
+ "description": "Sharing details if shared",
+ "properties": {
+ "share_id": {
+ "description": "Share ID if shared",
+ "type": "string"
+ },
+ "shared": {
+ "description": "Whether item is shared",
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "size": {
+ "description": "File size in bytes",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}