changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "error": {
+ "description": "Error code if connection failed",
+ "type": "string"
+ },
+ "files": {
+ "description": "List of files matching the query",
+ "items": {
+ "properties": {
+ "createdTime": {
+ "description": "ISO 8601 creation timestamp",
+ "type": "string"
+ },
+ "id": {
+ "description": "File ID",
+ "type": "string"
+ },
+ "mimeType": {
+ "description": "MIME type of the file",
+ "type": "string"
+ },
+ "modifiedTime": {
+ "description": "ISO 8601 last modified timestamp",
+ "type": "string"
+ },
+ "name": {
+ "description": "File name",
+ "type": "string"
+ },
+ "owners": {
+ "description": "List of file owners",
+ "items": {
+ "properties": {
+ "displayName": {
+ "description": "Owner display name",
+ "type": "string"
+ },
+ "emailAddress": {
+ "description": "Owner email address",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "size": {
+ "description": "File size in bytes",
+ "type": "string"
+ },
+ "webViewLink": {
+ "description": "URL to open file in Google Drive web interface",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "message": {
+ "description": "Error message with instructions",
+ "type": "string"
+ },
+ "nextPageToken": {
+ "description": "Token for fetching the next page of results",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}