changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "createdTime": {
+ "description": "ISO 8601 creation timestamp",
+ "type": "string"
+ },
+ "error": {
+ "description": "Error code if connection failed",
+ "type": "string"
+ },
+ "id": {
+ "description": "File ID",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message with instructions",
+ "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"
+ },
+ "parents": {
+ "description": "Parent folder IDs",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "permissions": {
+ "description": "File permissions",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "shared": {
+ "description": "Whether file is shared",
+ "type": "boolean"
+ },
+ "size": {
+ "description": "File size in bytes",
+ "type": "string"
+ },
+ "webViewLink": {
+ "description": "URL to open file in Google Drive web interface",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}