n8n-nodes-base
Version:
Base nodes of n8n
28 lines (27 loc) • 519 B
JSON
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"@odata.etag": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"isOwner": {
"type": "boolean"
},
"isShared": {
"type": "boolean"
},
"wellknownListName": {
"type": "string"
}
},
"version": 1
}