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