mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +00:00
chore: NODE-2911 - Generate Schema Files (no-changelog) (#15030)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
@@ -10,15 +10,9 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"mailNickname": {
|
||||
"type": "string"
|
||||
},
|
||||
"securityIdentifier": {
|
||||
"type": "string"
|
||||
},
|
||||
"userPrincipalName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -81,9 +81,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"webLink": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -27,52 +27,7 @@
|
||||
"conversationId": {
|
||||
"type": "string"
|
||||
},
|
||||
"flag": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"flagStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"importance": {
|
||||
"type": "string"
|
||||
},
|
||||
"isDraft": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isRead": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"receivedDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"replyTo": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sender": {
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
@@ -88,9 +43,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"hasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"subject": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -27,9 +27,45 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"ccRecipients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"changeKey": {
|
||||
"type": "string"
|
||||
},
|
||||
"conversationId": {
|
||||
"type": "string"
|
||||
},
|
||||
"conversationIndex": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"flag": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"flagStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -52,9 +88,96 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"importance": {
|
||||
"type": "string"
|
||||
},
|
||||
"inferenceClassification": {
|
||||
"type": "string"
|
||||
},
|
||||
"internetMessageId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isDraft": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isRead": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isReadReceiptRequested": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lastModifiedDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"parentFolderId": {
|
||||
"type": "string"
|
||||
},
|
||||
"receivedDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"replyTo": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sender": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sentDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"toRecipients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"webLink": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -24,28 +24,17 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"ccRecipients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"conversationId": {
|
||||
"type": "string"
|
||||
},
|
||||
"flag": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"flagStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -68,6 +57,34 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"importance": {
|
||||
"type": "string"
|
||||
},
|
||||
"isRead": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"receivedDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"replyTo": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sender": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -84,6 +101,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"toRecipients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -104,5 +124,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"text": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"approved": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -12,7 +12,19 @@
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"isInline": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lastModifiedDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
44
packages/nodes-base/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/getAll.json
vendored
Normal file
44
packages/nodes-base/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/getAll.json
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"properties": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"blobType": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentLength": {
|
||||
"type": "integer"
|
||||
},
|
||||
"contentMD5": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentType": {
|
||||
"type": "string"
|
||||
},
|
||||
"creationTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModified": {
|
||||
"type": "string"
|
||||
},
|
||||
"leaseState": {
|
||||
"type": "string"
|
||||
},
|
||||
"leaseStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"serverEncrypted": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -18,10 +18,7 @@
|
||||
},
|
||||
"tenantId": {
|
||||
"type": "string"
|
||||
},
|
||||
"webUrl": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -15,15 +15,31 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"categories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
"completedDateTime": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"dueDateTime": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -46,5 +62,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user