n8n-nodes-base
Version:
Base nodes of n8n
42 lines (41 loc) • 893 B
JSON
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"hasPassword": {
"type": "boolean"
},
"id": {
"type": "string"
},
"link": {
"type": "object",
"properties": {
"preventsDownload": {
"type": "boolean"
},
"scope": {
"type": "string"
},
"type": {
"type": "string"
},
"webUrl": {
"type": "string"
}
}
},
"roles": {
"type": "array",
"items": {
"type": "string"
}
},
"shareId": {
"type": "string"
}
},
"version": 1
}