n8n-nodes-base
Version:
Base nodes of n8n
93 lines (92 loc) • 2.48 kB
JSON
{
"type": "object",
"properties": {
"@odata.etag": {
"type": "string"
},
"attendees": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"status": {
"type": "object",
"properties": {
"response": {
"type": "string"
},
"time": {
"type": "string"
}
}
},
"type": {
"type": "string"
}
}
}
},
"bodyPreview": {
"type": "string"
},
"end": {
"type": "object",
"properties": {
"dateTime": {
"type": "string"
},
"timeZone": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"organizer": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
},
"start": {
"type": "object",
"properties": {
"dateTime": {
"type": "string"
},
"timeZone": {
"type": "string"
}
}
},
"subject": {
"type": "string"
},
"webLink": {
"type": "string"
}
},
"version": 4
}