mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore: NODE-3557 - Generate Schema Files (no-changelog) (#19018)
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
@@ -31,9 +31,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"sessionId": {
|
||||
"type": "string"
|
||||
},
|
||||
"warnings": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -44,10 +41,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"windowId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"baseProfileId": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeoutMinutes": {
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -64,5 +67,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -3,13 +3,7 @@
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"FIRSTNAME": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -26,5 +34,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -42,9 +42,12 @@
|
||||
"rate_limit_per_user": {
|
||||
"type": "integer"
|
||||
},
|
||||
"theme_color": {
|
||||
"type": "null"
|
||||
},
|
||||
"type": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -6,16 +6,7 @@
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathDisplay": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathLower": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -10,14 +10,34 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_shared_folder_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"sharing_info": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"no_access": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"parent_shared_folder_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"read_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"traverse_only": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
"full_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"job": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -42,9 +45,12 @@
|
||||
"nb_employees": {
|
||||
"type": "string"
|
||||
},
|
||||
"phone": {
|
||||
"type": "string"
|
||||
},
|
||||
"website": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -39,9 +39,15 @@
|
||||
"messageTime": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rejected": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
@@ -1,9 +1,21 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -7,24 +7,15 @@
|
||||
"amountMicros": {
|
||||
"type": "string"
|
||||
},
|
||||
"averageCpm": {
|
||||
"type": "number"
|
||||
},
|
||||
"costMicros": {
|
||||
"type": "string"
|
||||
},
|
||||
"ctr": {
|
||||
"type": "number"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"impressions": {
|
||||
"type": "string"
|
||||
},
|
||||
"interactionRate": {
|
||||
"type": "number"
|
||||
},
|
||||
"interactions": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -44,5 +35,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -39,40 +39,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"rowCount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rows": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dimensionValues": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"metricValues": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"end": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -90,5 +87,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -9,9 +9,6 @@
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -47,6 +44,9 @@
|
||||
"organizer": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -87,5 +87,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
@@ -7,12 +7,6 @@
|
||||
"member": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"domainId": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -31,5 +25,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
"sender": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -30,34 +27,8 @@
|
||||
"space": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"lastActiveTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"membershipCount": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"joinedDirectHumanUserCount": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"spaceHistoryState": {
|
||||
"type": "string"
|
||||
},
|
||||
"spaceThreadingState": {
|
||||
"type": "string"
|
||||
},
|
||||
"spaceType": {
|
||||
"type": "string"
|
||||
},
|
||||
"spaceUri": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -73,5 +44,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -115,6 +115,45 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"phoneNumbers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"canonicalForm": {
|
||||
"type": "string"
|
||||
},
|
||||
"formattedType": {
|
||||
"type": "string"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"primary": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"source": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"photos": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -152,5 +191,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -7,29 +7,9 @@
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"names": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"displayNameLastFirst": {
|
||||
"type": "string"
|
||||
},
|
||||
"familyName": {
|
||||
"type": "string"
|
||||
},
|
||||
"givenName": {
|
||||
"type": "string"
|
||||
},
|
||||
"unstructuredName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"resourceName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -1,12 +1,18 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_createTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"_updateTime": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -1,18 +1,79 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"agreedToTerms": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"changePasswordAtNextLogin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"creationTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"customerId": {
|
||||
"type": "string"
|
||||
},
|
||||
"emails": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"primary": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"includeInGlobalAddressList": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ipWhitelisted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isAdmin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isDelegatedAdmin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isEnforcedIn2Sv": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isEnrolledIn2Sv": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isMailboxSetup": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"kind": {
|
||||
"type": "string"
|
||||
},
|
||||
"languages": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"languageCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"preference": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"lastLoginTime": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -30,12 +91,46 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"organizations": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"customType": {
|
||||
"type": "string"
|
||||
},
|
||||
"primary": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"orgUnitPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"primaryEmail": {
|
||||
"type": "string"
|
||||
},
|
||||
"relations": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"suspended": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -80,6 +80,18 @@
|
||||
"to": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-gm-features": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-gm-gg": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-gm-message-state": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-google-dkim-signature": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-google-smtp-source": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -141,5 +153,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"From": {
|
||||
"date": {
|
||||
"type": "string"
|
||||
},
|
||||
"historyId": {
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"html": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"internalDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"value": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
@@ -26,30 +26,120 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"payload": {
|
||||
"headers": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"mimeType": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"messageId": {
|
||||
"type": "string"
|
||||
},
|
||||
"sizeEstimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"snippet": {
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"Subject": {
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"textAsHtml": {
|
||||
"type": "string"
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
},
|
||||
"To": {
|
||||
"to": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"html": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
@@ -27,9 +27,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"position": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -49,5 +46,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -18,9 +18,6 @@
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"unsubscribedTrailer": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -189,5 +186,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -7,15 +7,9 @@
|
||||
"channel": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"country": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"keywords": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -59,9 +53,6 @@
|
||||
"snippet": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"country": {
|
||||
"type": "string"
|
||||
},
|
||||
"customUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -163,9 +154,6 @@
|
||||
"longUploadsStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"madeForKids": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"privacyStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -189,5 +177,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -33,6 +33,22 @@
|
||||
"kind": {
|
||||
"type": "string"
|
||||
},
|
||||
"localizations": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"en": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"player": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -56,6 +72,9 @@
|
||||
"defaultAudioLanguage": {
|
||||
"type": "string"
|
||||
},
|
||||
"defaultLanguage": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -214,5 +233,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -45,6 +45,9 @@
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updatedByUserId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"useTimestampAsPersistenceTimestamp": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -57,7 +60,21 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"stateChanges": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"changeFlag": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
@@ -18,12 +18,6 @@
|
||||
"form-type": {
|
||||
"type": "string"
|
||||
},
|
||||
"page-title": {
|
||||
"type": "string"
|
||||
},
|
||||
"page-url": {
|
||||
"type": "string"
|
||||
},
|
||||
"portal-id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -105,47 +99,316 @@
|
||||
"properties": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"createdate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"email": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"firstname": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_all_contact_vids": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_analytics_average_page_views": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_analytics_first_timestamp": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_analytics_num_event_completions": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_analytics_num_page_views": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_analytics_num_visits": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_analytics_revenue": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_analytics_source": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_analytics_source_data_1": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_analytics_source_data_2": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_associated_target_accounts": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_currently_enrolled_in_prospecting_agent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_email_domain": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_full_name_or_email": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_is_contact": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"versions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"hs_is_unworked": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data-sensitivity": {
|
||||
"type": "null"
|
||||
},
|
||||
"is-encrypted": {
|
||||
"type": "null"
|
||||
},
|
||||
"selected": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"source-id": {
|
||||
"type": "null"
|
||||
},
|
||||
"source-label": {
|
||||
"type": "null"
|
||||
},
|
||||
"source-type": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updated-by-user-id": {
|
||||
"type": "null"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_latest_source": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_latest_source_data_1": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_latest_source_data_2": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_latest_source_timestamp": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_lifecyclestage_lead_date": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_membership_has_accessed_private_content": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_object_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_object_source": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_object_source_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_object_source_label": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_pipeline": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_prospecting_agent_actively_enrolled_count": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_registered_member": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_sequences_actively_enrolled_count": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_social_facebook_clicks": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_social_google_plus_clicks": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_social_linkedin_clicks": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_social_num_broadcast_clicks": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_social_twitter_clicks": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hs_v2_date_entered_lead": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lastmodifieddate": {
|
||||
@@ -153,39 +416,47 @@
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"versions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"lastname": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data-sensitivity": {
|
||||
"type": "null"
|
||||
},
|
||||
"is-encrypted": {
|
||||
"type": "null"
|
||||
},
|
||||
"selected": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"source-label": {
|
||||
"type": "null"
|
||||
},
|
||||
"source-type": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updated-by-user-id": {
|
||||
"type": "null"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lifecyclestage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"num_conversion_events": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"num_notes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"num_unique_conversion_events": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -194,5 +465,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -1,15 +1,26 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dealId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"isDeleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"portalId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"stateChanges": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"changeFlag": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
"createdate": {
|
||||
"type": "string"
|
||||
},
|
||||
"dealname": {
|
||||
"type": "string"
|
||||
},
|
||||
"dealstage": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -27,9 +24,6 @@
|
||||
},
|
||||
"hs_object_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"pipeline": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -37,5 +31,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
@@ -12,73 +12,7 @@
|
||||
},
|
||||
"portalId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"properties": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"isEncrypted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"persistenceTimestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"requestId": {
|
||||
"type": "string"
|
||||
},
|
||||
"sensitivityLevel": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"versions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"persistenceTimestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"requestId": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceUpstreamDeployable": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceVid": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
@@ -7,14 +7,6 @@
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"og:description": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -30,5 +22,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -7,6 +7,164 @@
|
||||
"fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"comment": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"comments": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"author": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountType": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatarUrls": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"16x16": {
|
||||
"type": "string"
|
||||
},
|
||||
"24x24": {
|
||||
"type": "string"
|
||||
},
|
||||
"32x32": {
|
||||
"type": "string"
|
||||
},
|
||||
"48x48": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"emailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"body": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"jsdPublic": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"updateAuthor": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountType": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatarUrls": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"16x16": {
|
||||
"type": "string"
|
||||
},
|
||||
"24x24": {
|
||||
"type": "string"
|
||||
},
|
||||
"32x32": {
|
||||
"type": "string"
|
||||
},
|
||||
"48x48": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"emailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"updated": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"maxResults": {
|
||||
"type": "integer"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"startAt": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fixVersions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"released": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"releaseDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"issuetype": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -39,6 +197,29 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"priority": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"iconUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"project": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -79,6 +260,49 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"reporter": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountType": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatarUrls": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"16x16": {
|
||||
"type": "string"
|
||||
},
|
||||
"24x24": {
|
||||
"type": "string"
|
||||
},
|
||||
"32x32": {
|
||||
"type": "string"
|
||||
},
|
||||
"48x48": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"emailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -121,6 +345,9 @@
|
||||
},
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -134,5 +361,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
@@ -7,57 +7,11 @@
|
||||
"fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"assignee": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountType": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatarUrls": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"16x16": {
|
||||
"type": "string"
|
||||
},
|
||||
"24x24": {
|
||||
"type": "string"
|
||||
},
|
||||
"32x32": {
|
||||
"type": "string"
|
||||
},
|
||||
"48x48": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"created": {
|
||||
"type": "string"
|
||||
},
|
||||
"fixVersions": {
|
||||
"components": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -67,18 +21,15 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"released": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"releaseDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"created": {
|
||||
"type": "string"
|
||||
},
|
||||
"issuetype": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -88,9 +39,6 @@
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"entityId": {
|
||||
"type": "string"
|
||||
},
|
||||
"hierarchyLevel": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -174,49 +122,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"reporter": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountType": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatarUrls": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"16x16": {
|
||||
"type": "string"
|
||||
},
|
||||
"24x24": {
|
||||
"type": "string"
|
||||
},
|
||||
"32x32": {
|
||||
"type": "string"
|
||||
},
|
||||
"48x48": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"emailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -257,9 +162,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"statuscategorychangedate": {
|
||||
"type": "string"
|
||||
},
|
||||
"subtasks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -379,34 +281,6 @@
|
||||
},
|
||||
"updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"votes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"hasVoted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"votes": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"watches": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"isWatching": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"watchCount": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -420,5 +294,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
@@ -97,6 +97,9 @@
|
||||
},
|
||||
"LNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
"PHONE": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -148,5 +151,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
24
packages/nodes-base/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/create.json
vendored
Normal file
24
packages/nodes-base/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/create.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_attachments": {
|
||||
"type": "string"
|
||||
},
|
||||
"_etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"_rid": {
|
||||
"type": "string"
|
||||
},
|
||||
"_self": {
|
||||
"type": "string"
|
||||
},
|
||||
"_ts": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -16,15 +16,15 @@
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"employeeHireDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"preferredLanguage": {
|
||||
"type": "null"
|
||||
},
|
||||
"userPrincipalName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,106 +1,18 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"createdBy": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"file": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"hashes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"quickXorHash": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mimeType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fileSystemInfo": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModifiedDateTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModifiedBy": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"lastModifiedDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"parentReference": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"driveId": {
|
||||
"type": "string"
|
||||
},
|
||||
"driveType": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"siteId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -108,5 +20,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -42,6 +42,9 @@
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -72,20 +75,6 @@
|
||||
"properties": {
|
||||
"childCount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"view": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sortBy": {
|
||||
"type": "string"
|
||||
},
|
||||
"sortOrder": {
|
||||
"type": "string"
|
||||
},
|
||||
"viewType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -114,6 +103,9 @@
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -172,5 +164,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"emailAddresses": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -28,5 +31,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,6 +1,20 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"@odata.etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"body": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bodyPreview": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -19,15 +33,9 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"to": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"receivedDateTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
"conversationId": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -55,9 +58,6 @@
|
||||
"isRead": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"receivedDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"sender": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -76,26 +76,7 @@
|
||||
},
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"toRecipients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
@@ -1,6 +1,20 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"@odata.etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"body": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bodyPreview": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -13,6 +27,22 @@
|
||||
"conversationId": {
|
||||
"type": "string"
|
||||
},
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"hasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -20,5 +50,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
@@ -3,7 +3,22 @@
|
||||
"properties": {
|
||||
"@odata.context": {
|
||||
"type": "string"
|
||||
},
|
||||
"@odata.type": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentType": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -51,9 +51,6 @@
|
||||
},
|
||||
"Modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"Title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -67,5 +64,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
30
packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/create.json
vendored
Normal file
30
packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/create.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"@odata.context": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"isArchived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"membershipType": {
|
||||
"type": "string"
|
||||
},
|
||||
"webUrl": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -4,14 +4,11 @@
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Approve": {
|
||||
"type": "string"
|
||||
},
|
||||
"Which changes do you want?": {
|
||||
"type": "string"
|
||||
"approved": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -24,17 +24,6 @@
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"dueDateTime": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -57,5 +46,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
9
packages/nodes-base/nodes/MySql/__schema__/v2.5.0/database/insert.json
vendored
Normal file
9
packages/nodes-base/nodes/MySql/__schema__/v2.5.0/database/insert.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -10,6 +10,9 @@
|
||||
"classType": {
|
||||
"type": "string"
|
||||
},
|
||||
"endTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"flrID": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -33,6 +36,9 @@
|
||||
"peakTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"sentNotifications": {
|
||||
"type": "null"
|
||||
},
|
||||
"sourceLocation": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -43,5 +49,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
@@ -1,9 +1,27 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"datas_fname": {
|
||||
"type": "string"
|
||||
},
|
||||
"db_datas": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"display_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"index_content": {
|
||||
"type": "string"
|
||||
},
|
||||
"res_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"tag_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
@@ -1,38 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"self": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"href": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"created": {
|
||||
"type": "string"
|
||||
},
|
||||
"credentials": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"provider": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -58,15 +29,7 @@
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -60,6 +60,9 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"snippet": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -98,5 +101,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,18 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"connectionDegree": {
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
},
|
||||
"profileUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -20,5 +8,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"notes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -52,5 +49,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
27
packages/nodes-base/nodes/PostBin/__schema__/v1.0.0/bin/create.json
vendored
Normal file
27
packages/nodes-base/nodes/PostBin/__schema__/v1.0.0/bin/create.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"binId": {
|
||||
"type": "string"
|
||||
},
|
||||
"expiresIso": {
|
||||
"type": "string"
|
||||
},
|
||||
"expiresTimestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"nowIso": {
|
||||
"type": "string"
|
||||
},
|
||||
"nowTimestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"requestUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"viewUrl": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -72,9 +72,6 @@
|
||||
"created_utc": {
|
||||
"type": "integer"
|
||||
},
|
||||
"discussion_type": {
|
||||
"type": "null"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -117,9 +114,6 @@
|
||||
"is_video": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"likes": {
|
||||
"type": "null"
|
||||
},
|
||||
"link_flair_richtext": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -179,59 +173,6 @@
|
||||
"pinned": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"post_hint": {
|
||||
"type": "string"
|
||||
},
|
||||
"preview": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"images": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"resolutions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"height": {
|
||||
"type": "integer"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"width": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"height": {
|
||||
"type": "integer"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"width": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"quarantine": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -298,9 +239,6 @@
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"url_overridden_by_dest": {
|
||||
"type": "string"
|
||||
},
|
||||
"view_count": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -308,5 +246,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -12,9 +12,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"CaseNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -22,5 +19,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"errors": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"statusCode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -22,5 +8,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -15,9 +15,12 @@
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AccountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -17,10 +14,7 @@
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
@@ -23,10 +23,7 @@
|
||||
},
|
||||
"Type": {
|
||||
"type": "null"
|
||||
},
|
||||
"WhatId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
23
packages/nodes-base/nodes/SendGrid/__schema__/v1.0.0/list/create.json
vendored
Normal file
23
packages/nodes-base/nodes/SendGrid/__schema__/v1.0.0/list/create.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_metadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"contact_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -208,5 +211,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -13,44 +13,6 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"image": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"admin_graphql_api_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"height": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"position": {
|
||||
"type": "integer"
|
||||
},
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"src": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"variant_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"width": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"images": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -62,9 +24,6 @@
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"height": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -74,9 +33,6 @@
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"src": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -85,9 +41,6 @@
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"width": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -202,5 +155,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"app_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"blocks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -19,6 +22,14 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"style": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"italic": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -40,10 +51,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"client_msg_id": {
|
||||
"bot_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"subtype": {
|
||||
"client_msg_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"team": {
|
||||
@@ -62,5 +73,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"code": {
|
||||
"type": "integer"
|
||||
},
|
||||
"signal": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -11,5 +14,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content_snippet": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -13,27 +10,12 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"iso_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"publication_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"publishedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"telegraph_link": {
|
||||
"type": "null"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -59,5 +56,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
@@ -73,5 +73,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"softLimit": {
|
||||
"type": "null"
|
||||
},
|
||||
"subscribed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -28,5 +31,5 @@
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
@@ -29,9 +29,6 @@
|
||||
"checkItemsChecked": {
|
||||
"type": "integer"
|
||||
},
|
||||
"checkItemsEarliestDue": {
|
||||
"type": "null"
|
||||
},
|
||||
"comments": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -41,6 +38,9 @@
|
||||
"dueComplete": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"externalSource": {
|
||||
"type": "null"
|
||||
},
|
||||
"fogbugz": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -151,9 +151,6 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -203,5 +200,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
@@ -28,12 +28,6 @@
|
||||
"error_message": {
|
||||
"type": "null"
|
||||
},
|
||||
"from": {
|
||||
"type": "string"
|
||||
},
|
||||
"messaging_service_sid": {
|
||||
"type": "null"
|
||||
},
|
||||
"num_media": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -64,5 +58,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"error": {
|
||||
"rest_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"retweeted": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"author_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"edit_history_tweet_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -14,5 +20,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
14
packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/message/sendAndWait.json
vendored
Normal file
14
packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/message/sendAndWait.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"text": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -156,12 +156,6 @@
|
||||
"author": {
|
||||
"type": "integer"
|
||||
},
|
||||
"class_list": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"comment_status": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -176,9 +170,6 @@
|
||||
},
|
||||
"raw": {
|
||||
"type": "string"
|
||||
},
|
||||
"rendered": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -231,6 +222,9 @@
|
||||
"meta": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_acf_changed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"footnotes": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -278,5 +272,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
37
packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/account/create.json
vendored
Normal file
37
packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/account/create.json
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -45,6 +45,9 @@
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"display_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -85,12 +88,46 @@
|
||||
"Account_Number": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -105,6 +142,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"SIC_Code": {
|
||||
"type": "null"
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -118,7 +158,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Ticker_Symbol": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -82,6 +82,9 @@
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Asst_Phone": {
|
||||
"type": "null"
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -102,6 +105,9 @@
|
||||
"Email_Opt_Out": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Fax": {
|
||||
"type": "null"
|
||||
},
|
||||
"Full_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -151,15 +157,29 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Reporting_To": {
|
||||
"type": "null"
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Unsubscribed_Mode": {
|
||||
"type": "null"
|
||||
},
|
||||
"Unsubscribed_Time": {
|
||||
"type": "null"
|
||||
},
|
||||
"Vendor_Name": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
@@ -85,9 +85,6 @@
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Email_Opt_Out": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Full_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -114,20 +111,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Unsubscribed_Mode": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -135,5 +118,5 @@
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user