mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +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:
@@ -1,30 +1,18 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"historyId": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"internalDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"sizeEstimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"snippet": {
|
||||
"type": "string"
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -80,6 +80,12 @@
|
||||
"to": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-gm-message-state": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-google-dkim-signature": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-google-smtp-source": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -141,5 +147,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,139 +1,55 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"date": {
|
||||
"From": {
|
||||
"type": "string"
|
||||
},
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"html": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"headers": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"arc-authentication-results": {
|
||||
"type": "string"
|
||||
},
|
||||
"arc-message-signature": {
|
||||
"type": "string"
|
||||
},
|
||||
"arc-seal": {
|
||||
"type": "string"
|
||||
},
|
||||
"authentication-results": {
|
||||
"type": "string"
|
||||
},
|
||||
"content-type": {
|
||||
"type": "string"
|
||||
},
|
||||
"date": {
|
||||
"type": "string"
|
||||
},
|
||||
"delivered-to": {
|
||||
"type": "string"
|
||||
},
|
||||
"dkim-signature": {
|
||||
"type": "string"
|
||||
},
|
||||
"from": {
|
||||
"type": "string"
|
||||
},
|
||||
"message-id": {
|
||||
"type": "string"
|
||||
},
|
||||
"mime-version": {
|
||||
"type": "string"
|
||||
},
|
||||
"received": {
|
||||
"type": "string"
|
||||
},
|
||||
"received-spf": {
|
||||
"type": "string"
|
||||
},
|
||||
"return-path": {
|
||||
"type": "string"
|
||||
},
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"to": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-google-smtp-source": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-received": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"historyId": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelIds": {
|
||||
"internalDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"messageId": {
|
||||
"type": "string"
|
||||
"payload": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"mimeType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sizeEstimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"subject": {
|
||||
"snippet": {
|
||||
"type": "string"
|
||||
},
|
||||
"Subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
},
|
||||
"to": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"html": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"To": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -12,27 +12,6 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ARC-Authentication-Results": {
|
||||
"type": "string"
|
||||
},
|
||||
"ARC-Message-Signature": {
|
||||
"type": "string"
|
||||
},
|
||||
"ARC-Seal": {
|
||||
"type": "string"
|
||||
},
|
||||
"Authentication-Results": {
|
||||
"type": "string"
|
||||
},
|
||||
"Content-Type": {
|
||||
"type": "string"
|
||||
},
|
||||
"Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"Delivered-To": {
|
||||
"type": "string"
|
||||
},
|
||||
"From": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -59,46 +38,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Message-ID": {
|
||||
"type": "string"
|
||||
},
|
||||
"MIME-Version": {
|
||||
"type": "string"
|
||||
},
|
||||
"payload": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"body": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"filename": {
|
||||
"type": "string"
|
||||
},
|
||||
"mimeType": {
|
||||
"type": "string"
|
||||
},
|
||||
"partId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Received": {
|
||||
"type": "string"
|
||||
},
|
||||
"Received-SPF": {
|
||||
"type": "string"
|
||||
},
|
||||
"Return-Path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sizeEstimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -113,16 +60,10 @@
|
||||
},
|
||||
"To": {
|
||||
"type": "string"
|
||||
},
|
||||
"X-Google-Smtp-Source": {
|
||||
"type": "string"
|
||||
},
|
||||
"X-Received": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user