UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

141 lines (140 loc) 3.69 kB
{ "type": "object", "properties": { "@microsoft.graph.downloadUrl": { "type": "string" }, "createdBy": { "type": "object", "properties": { "user": { "type": "object", "properties": { "displayName": { "type": "string" }, "email": { "type": "string" }, "id": { "type": "string" } } } } }, "createdDateTime": { "type": "string" }, "cTag": { "type": "string" }, "eTag": { "type": "string" }, "file": { "type": "object", "properties": { "hashes": { "type": "object", "properties": { "quickXorHash": { "type": "string" } } }, "mimeType": { "type": "string" } } }, "fileSystemInfo": { "type": "object", "properties": { "createdDateTime": { "type": "string" }, "lastModifiedDateTime": { "type": "string" } } }, "id": { "type": "string" }, "lastModifiedBy": { "type": "object", "properties": { "application": { "type": "object", "properties": { "displayName": { "type": "string" }, "id": { "type": "string" } } }, "user": { "type": "object", "properties": { "displayName": { "type": "string" }, "email": { "type": "string" }, "id": { "type": "string" } } } } }, "lastModifiedDateTime": { "type": "string" }, "name": { "type": "string" }, "parentReference": { "type": "object", "properties": { "driveId": { "type": "string" }, "driveType": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "path": { "type": "string" }, "siteId": { "type": "string" } } }, "shared": { "type": "object", "properties": { "scope": { "type": "string" } } }, "size": { "type": "integer" }, "webUrl": { "type": "string" } }, "version": 1 }