n8n-nodes-base
Version:
Base nodes of n8n
28 lines (27 loc) • 514 B
JSON
{
"type": "object",
"properties": {
"createdDateTime": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"membershipType": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"webUrl": {
"type": "string"
}
},
"version": 3
}