n8n-nodes-base
Version:
Base nodes of n8n
63 lines (62 loc) • 1.35 kB
JSON
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"allowedOnlineMeetingProviders": {
"type": "array",
"items": {
"type": "string"
}
},
"canEdit": {
"type": "boolean"
},
"canShare": {
"type": "boolean"
},
"canViewPrivateItems": {
"type": "boolean"
},
"changeKey": {
"type": "string"
},
"color": {
"type": "string"
},
"defaultOnlineMeetingProvider": {
"type": "string"
},
"hexColor": {
"type": "string"
},
"id": {
"type": "string"
},
"isDefaultCalendar": {
"type": "boolean"
},
"isRemovable": {
"type": "boolean"
},
"isTallyingResponses": {
"type": "boolean"
},
"name": {
"type": "string"
},
"owner": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"version": 1
}