changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "content": {
+ "description": "Downloaded file content as text",
+ "type": "string"
+ },
+ "error": {
+ "description": "Error code if connection failed",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message if connection failed",
+ "type": "string"
+ },
+ "metadata": {
+ "description": "File metadata from download response",
+ "properties": {
+ "id": {
+ "description": "Unique file ID",
+ "type": "string"
+ },
+ "modified": {
+ "description": "Last modified timestamp",
+ "type": "string"
+ },
+ "name": {
+ "description": "File name",
+ "type": "string"
+ },
+ "path_display": {
+ "description": "Display path",
+ "type": "string"
+ },
+ "size": {
+ "description": "File size in bytes",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}