chore: NODE-3514 - Generate Schema Files (no-changelog) (#18539)

Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
Jon
2025-08-21 13:40:36 +01:00
committed by GitHub
parent 4920f50d3f
commit 9ab150961d
115 changed files with 2036 additions and 1329 deletions

View File

@@ -4,9 +4,6 @@
"crunchbase_uuid": {
"type": "null"
},
"domain": {
"type": "string"
},
"domains": {
"type": "array",
"items": {
@@ -55,5 +52,5 @@
}
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,24 @@
{
"type": "object",
"properties": {
"emails": {
"type": "array",
"items": {
"type": "string"
}
},
"first_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"last_name": {
"type": "string"
},
"type": {
"type": "integer"
}
},
"version": 1
}

View File

@@ -30,7 +30,13 @@
}
}
}
},
"sessionId": {
"type": "string"
},
"windowId": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -46,7 +46,13 @@
}
}
}
},
"sessionId": {
"type": "string"
},
"windowId": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,42 @@
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"modelResponse": {
"type": "string"
}
}
},
"meta": {
"type": "object",
"properties": {
"requestId": {
"type": "string"
},
"status": {
"type": "string"
},
"usage": {
"type": "object",
"properties": {
"credits": {
"type": "integer"
},
"id": {
"type": "string"
}
}
}
}
},
"sessionId": {
"type": "string"
},
"windowId": {
"type": "string"
}
},
"version": 1
}

View File

@@ -1,9 +1,68 @@
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"cdpUrl": {
"type": "string"
},
"cdpWsUrl": {
"type": "string"
},
"chromedriverUrl": {
"type": "string"
},
"configuration": {
"type": "object",
"properties": {
"timeoutMinutes": {
"type": "integer"
}
}
},
"dateCreated": {
"type": "string"
},
"id": {
"type": "string"
},
"lastActivity": {
"type": "string"
},
"status": {
"type": "string"
}
}
},
"errors": {
"type": "null"
},
"meta": {
"type": "object",
"properties": {
"requestId": {
"type": "string"
}
}
},
"sessionId": {
"type": "string"
},
"warnings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
}
}
}
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"version": 1
}

View File

@@ -29,12 +29,9 @@
"sessionId": {
"type": "string"
},
"warnings": {
"type": "null"
},
"windowId": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"date": {
"type": "string"
}
},
"version": 1
}

View File

@@ -6,17 +6,11 @@
"items": {
"type": "object",
"properties": {
"firstName": {
"type": "string"
},
"hireDate": {
"type": "string"
},
"id": {
"type": "string"
},
"lastName": {
"type": "string"
}
}
}
@@ -39,5 +33,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -4,6 +4,9 @@
"canUploadPhoto": {
"type": "integer"
},
"department": {
"type": "string"
},
"displayName": {
"type": "string"
},
@@ -13,6 +16,9 @@
"id": {
"type": "string"
},
"jobTitle": {
"type": "string"
},
"lastName": {
"type": "string"
},
@@ -22,9 +28,12 @@
"photoUrl": {
"type": "string"
},
"pronouns": {
"type": "null"
},
"supervisor": {
"type": "string"
}
},
"version": 3
"version": 4
}

View File

@@ -23,7 +23,13 @@
"type": "string"
}
}
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
},
"version": 1
"version": 2
}

View File

@@ -3,7 +3,13 @@
"properties": {
"created_at": {
"type": "string"
},
"id": {
"type": "string"
},
"type": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -13,6 +13,79 @@
"id": {
"type": "string"
},
"lists": {
"type": "array",
"items": {
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"assignee": {
"type": "null"
},
"content": {
"type": "string"
},
"due_date": {
"type": "null"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"override_statuses": {
"type": "boolean"
},
"permission_level": {
"type": "string"
},
"priority": {
"type": "null"
},
"start_date": {
"type": "null"
},
"status": {
"type": "null"
},
"statuses": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"id": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"status": {
"type": "string"
},
"status_group": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"task_count": {
"type": "integer"
}
}
}
},
"name": {
"type": "string"
},
@@ -43,5 +116,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -15,7 +15,32 @@
},
"type": {
"type": "string"
},
"type_config": {
"type": "object",
"properties": {
"options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
}
}
}
},
"sorting": {
"type": "string"
}
}
}
},
"version": 3
"version": 4
}

View File

@@ -3,7 +3,10 @@
"properties": {
"id": {
"type": "string"
},
"Status": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"time": {
"type": "string"
}
},
"version": 1
}

View File

@@ -0,0 +1,27 @@
{
"type": "object",
"properties": {
"disabled": {
"type": "boolean"
},
"id": {
"type": "string"
},
"localized": {
"type": "boolean"
},
"name": {
"type": "string"
},
"omitted": {
"type": "boolean"
},
"required": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"version": 1
}

View File

@@ -1,24 +1,9 @@
{
"type": "object",
"properties": {
"contentHash": {
"type": "string"
},
"contentSize": {
"type": "integer"
},
"id": {
"type": "string"
},
"isDownloadable": {
"type": "boolean"
},
"lastModifiedClient": {
"type": "string"
},
"lastModifiedServer": {
"type": "string"
},
"name": {
"type": "string"
},
@@ -28,12 +13,9 @@
"pathLower": {
"type": "string"
},
"rev": {
"type": "string"
},
"type": {
"type": "string"
}
},
"version": 3
"version": 4
}

View File

@@ -39,33 +39,15 @@
"linkedin": {
"type": "string"
},
"naf5_code": {
"type": "string"
},
"naf5_des": {
"type": "string"
},
"nb_employees": {
"type": "string"
},
"phone": {
"type": "string"
},
"siren": {
"type": "string"
},
"siret": {
"type": "string"
},
"siret_address": {
"type": "string"
},
"vat": {
"type": "string"
},
"website": {
"type": "string"
}
},
"version": 3
"version": 4
}

View File

@@ -3,7 +3,10 @@
"properties": {
"_id": {
"type": "string"
},
"timestamp": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -39,15 +39,9 @@
"messageTime": {
"type": "integer"
},
"rejected": {
"type": "array",
"items": {
"type": "string"
}
},
"response": {
"type": "string"
}
},
"version": 4
"version": 5
}

View File

@@ -0,0 +1,35 @@
{
"type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "string"
},
"mcr_id": {
"type": "integer"
},
"name": {
"type": "string"
},
"owner": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
}
},
"type": {
"type": "string"
},
"updated_at": {
"type": "string"
}
},
"version": 1
}

View File

@@ -1,50 +1,9 @@
{
"type": "object",
"properties": {
"_links": {
"type": "object",
"properties": {
"git": {
"type": "string"
},
"html": {
"type": "string"
},
"self": {
"type": "string"
}
}
},
"content": {
"type": "string"
},
"encoding": {
"type": "string"
},
"git_url": {
"type": "string"
},
"html_url": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha": {
"type": "string"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -19,6 +19,9 @@
"execute_filemode": {
"type": "boolean"
},
"file_name": {
"type": "string"
},
"file_path": {
"type": "string"
},
@@ -32,5 +35,5 @@
"type": "integer"
}
},
"version": 2
"version": 3
}

View File

@@ -1,9 +1,78 @@
{
"type": "object",
"properties": {
"date": {
"dimensionHeaders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
}
}
},
"kind": {
"type": "string"
},
"metadata": {
"type": "object",
"properties": {
"currencyCode": {
"type": "string"
},
"timeZone": {
"type": "string"
}
}
},
"metricHeaders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"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": 3
"version": 4
}

View File

@@ -15,6 +15,9 @@
}
}
},
"description": {
"type": "string"
},
"end": {
"type": "object",
"properties": {
@@ -87,5 +90,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -15,9 +15,6 @@
}
}
},
"description": {
"type": "string"
},
"end": {
"type": "object",
"properties": {
@@ -90,5 +87,5 @@
"type": "string"
}
},
"version": 5
"version": 6
}

View File

@@ -16,6 +16,9 @@
"sender": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"name": {
"type": "string"
},
@@ -27,8 +30,34 @@
"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"
}
}
},
@@ -44,5 +73,5 @@
}
}
},
"version": 3
"version": 4
}

View File

@@ -6,69 +6,7 @@
},
"name": {
"type": "string"
},
"sender": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"domainId": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"space": {
"type": "object",
"properties": {
"lastActiveTime": {
"type": "string"
},
"membershipCount": {
"type": "object",
"properties": {
"joinedDirectHumanUserCount": {
"type": "integer"
}
}
},
"name": {
"type": "string"
},
"singleUserBotDm": {
"type": "boolean"
},
"spaceHistoryState": {
"type": "string"
},
"spaceThreadingState": {
"type": "string"
},
"spaceType": {
"type": "string"
},
"spaceUri": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"thread": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
}
}
},
"version": 1
"version": 2
}

View File

@@ -13,6 +13,9 @@
"etag": {
"type": "string"
},
"eventBasedHold": {
"type": "boolean"
},
"generation": {
"type": "string"
},
@@ -43,6 +46,9 @@
"storageClass": {
"type": "string"
},
"temporaryHold": {
"type": "boolean"
},
"timeCreated": {
"type": "string"
},
@@ -56,5 +62,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -7,9 +7,29 @@
"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": 3
"version": 4
}

View File

@@ -16,6 +16,9 @@
"canChangeCopyRequiresWriterPermission": {
"type": "boolean"
},
"canChangeItemDownloadRestriction": {
"type": "boolean"
},
"canChangeSecurityUpdateEnabled": {
"type": "boolean"
},
@@ -108,6 +111,33 @@
"createdTime": {
"type": "string"
},
"downloadRestrictions": {
"type": "object",
"properties": {
"effectiveDownloadRestrictionWithContext": {
"type": "object",
"properties": {
"restrictedForReaders": {
"type": "boolean"
},
"restrictedForWriters": {
"type": "boolean"
}
}
},
"itemDownloadRestriction": {
"type": "object",
"properties": {
"restrictedForReaders": {
"type": "boolean"
},
"restrictedForWriters": {
"type": "boolean"
}
}
}
}
},
"explicitlyTrashed": {
"type": "boolean"
},
@@ -290,6 +320,9 @@
"starred": {
"type": "boolean"
},
"thumbnailLink": {
"type": "string"
},
"thumbnailVersion": {
"type": "string"
},
@@ -315,5 +348,5 @@
"type": "boolean"
}
},
"version": 3
"version": 4
}

View File

@@ -6,10 +6,7 @@
},
"_name": {
"type": "string"
},
"_updateTime": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -12,10 +12,7 @@
},
"_updateTime": {
"type": "string"
},
"name": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -1,79 +1,18 @@
{
"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"
},
@@ -91,9 +30,6 @@
}
}
},
"orgUnitPath": {
"type": "string"
},
"primaryEmail": {
"type": "string"
},
@@ -101,5 +37,5 @@
"type": "boolean"
}
},
"version": 1
"version": 2
}

View File

@@ -4,12 +4,6 @@
"agreedToTerms": {
"type": "boolean"
},
"aliases": {
"type": "array",
"items": {
"type": "string"
}
},
"archived": {
"type": "boolean"
},
@@ -32,9 +26,6 @@
},
"primary": {
"type": "boolean"
},
"type": {
"type": "string"
}
}
}
@@ -100,12 +91,6 @@
}
}
},
"nonEditableAliases": {
"type": "array",
"items": {
"type": "string"
}
},
"orgUnitPath": {
"type": "string"
},
@@ -114,13 +99,7 @@
},
"suspended": {
"type": "boolean"
},
"thumbnailPhotoEtag": {
"type": "string"
},
"thumbnailPhotoUrl": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -1,151 +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"
},
"feedback-id": {
"type": "string"
},
"from": {
"type": "string"
},
"message-id": {
"type": "string"
},
"mime-version": {
"type": "string"
},
"received": {
"type": "string"
},
"received-spf": {
"type": "string"
},
"reply-to": {
"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"
},
"text": {
"type": "string"
},
"textAsHtml": {
"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": 4
"version": 5
}

View File

@@ -1,9 +1,6 @@
{
"type": "object",
"properties": {
"due": {
"type": "string"
},
"etag": {
"type": "string"
},
@@ -30,6 +27,9 @@
}
}
},
"notes": {
"type": "string"
},
"position": {
"type": "string"
},
@@ -49,5 +49,5 @@
"type": "string"
}
},
"version": 3
"version": 4
}

View File

@@ -0,0 +1,36 @@
{
"type": "object",
"properties": {
"address": {
"type": "string"
},
"appoinmentStatus": {
"type": "string"
},
"assignedUserId": {
"type": "string"
},
"calendarId": {
"type": "string"
},
"contactId": {
"type": "string"
},
"id": {
"type": "string"
},
"isRecurring": {
"type": "boolean"
},
"status": {
"type": "string"
},
"title": {
"type": "string"
},
"traceId": {
"type": "string"
}
},
"version": 1
}

View File

@@ -9,12 +9,6 @@
},
"friendly_name": {
"type": "string"
},
"state_class": {
"type": "string"
},
"unit_of_measurement": {
"type": "string"
}
}
},
@@ -42,5 +36,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -33,6 +33,9 @@
"name": {
"type": "string"
},
"requestId": {
"type": "string"
},
"source": {
"type": "string"
},
@@ -56,5 +59,5 @@
}
}
},
"version": 5
"version": 6
}

View File

@@ -9,263 +9,7 @@
},
"portalId": {
"type": "integer"
},
"properties": {
"type": "object",
"properties": {
"amount": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"requestId": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"sourceUpstreamDeployable": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "integer"
},
"useTimestampAsPersistenceTimestamp": {
"type": "boolean"
},
"value": {
"type": "string"
}
}
}
}
}
},
"createdate": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"requestId": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"sourceUpstreamDeployable": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "integer"
},
"useTimestampAsPersistenceTimestamp": {
"type": "boolean"
},
"value": {
"type": "string"
}
}
}
}
}
},
"dealname": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"requestId": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"sourceUpstreamDeployable": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "integer"
},
"useTimestampAsPersistenceTimestamp": {
"type": "boolean"
},
"value": {
"type": "string"
}
}
}
}
}
},
"dealstage": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"requestId": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"sourceUpstreamDeployable": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "integer"
},
"useTimestampAsPersistenceTimestamp": {
"type": "boolean"
},
"value": {
"type": "string"
}
}
}
}
}
},
"hubspot_owner_id": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "integer"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"requestId": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"sourceUpstreamDeployable": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "integer"
},
"useTimestampAsPersistenceTimestamp": {
"type": "boolean"
},
"value": {
"type": "string"
}
}
}
}
}
}
}
}
},
"version": 5
"version": 6
}

View File

@@ -16,11 +16,20 @@
"createdate": {
"type": "string"
},
"dealname": {
"type": "string"
},
"dealstage": {
"type": "string"
},
"hs_lastmodifieddate": {
"type": "string"
},
"hs_object_id": {
"type": "string"
},
"pipeline": {
"type": "string"
}
}
},
@@ -28,5 +37,5 @@
"type": "string"
}
},
"version": 4
"version": 5
}

View File

@@ -12,7 +12,73 @@
},
"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": 4
"version": 5
}

View File

@@ -12,7 +12,67 @@
},
"portalId": {
"type": "integer"
},
"properties": {
"type": "object",
"properties": {
"subject": {
"type": "object",
"properties": {
"isEncrypted": {
"type": "boolean"
},
"sensitivityLevel": {
"type": "string"
},
"source": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"requestId": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"sourceUpstreamDeployable": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "integer"
},
"useTimestampAsPersistenceTimestamp": {
"type": "boolean"
},
"value": {
"type": "string"
}
}
}
}
}
}
}
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"version": 1
}

View File

@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"version": 1
}

View File

@@ -7,6 +7,14 @@
"description": {
"type": "string"
},
"metadata": {
"type": "object",
"properties": {
"og:description": {
"type": "string"
}
}
},
"title": {
"type": "string"
},
@@ -22,5 +30,5 @@
}
}
},
"version": 1
"version": 2
}

View File

@@ -4,6 +4,126 @@
"expand": {
"type": "string"
},
"fields": {
"type": "object",
"properties": {
"issuetype": {
"type": "object",
"properties": {
"avatarId": {
"type": "integer"
},
"description": {
"type": "string"
},
"entityId": {
"type": "string"
},
"hierarchyLevel": {
"type": "integer"
},
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
},
"subtask": {
"type": "boolean"
}
}
},
"project": {
"type": "object",
"properties": {
"avatarUrls": {
"type": "object",
"properties": {
"16x16": {
"type": "string"
},
"24x24": {
"type": "string"
},
"32x32": {
"type": "string"
},
"48x48": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"projectTypeKey": {
"type": "string"
},
"self": {
"type": "string"
},
"simplified": {
"type": "boolean"
}
}
},
"status": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
},
"statusCategory": {
"type": "object",
"properties": {
"colorName": {
"type": "string"
},
"id": {
"type": "integer"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
}
}
}
}
},
"summary": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
@@ -14,5 +134,5 @@
"type": "string"
}
},
"version": 5
"version": 6
}

View File

@@ -7,6 +7,78 @@
"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": {
"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 +111,12 @@
}
}
},
"labels": {
"type": "array",
"items": {
"type": "string"
}
},
"priority": {
"type": "object",
"properties": {
@@ -56,6 +134,89 @@
}
}
},
"project": {
"type": "object",
"properties": {
"avatarUrls": {
"type": "object",
"properties": {
"16x16": {
"type": "string"
},
"24x24": {
"type": "string"
},
"32x32": {
"type": "string"
},
"48x48": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"projectTypeKey": {
"type": "string"
},
"self": {
"type": "string"
},
"simplified": {
"type": "boolean"
}
}
},
"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": {
@@ -96,8 +257,156 @@
}
}
},
"statuscategorychangedate": {
"type": "string"
},
"subtasks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"fields": {
"type": "object",
"properties": {
"issuetype": {
"type": "object",
"properties": {
"avatarId": {
"type": "integer"
},
"description": {
"type": "string"
},
"entityId": {
"type": "string"
},
"hierarchyLevel": {
"type": "integer"
},
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
},
"subtask": {
"type": "boolean"
}
}
},
"priority": {
"type": "object",
"properties": {
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
}
}
},
"status": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
},
"statusCategory": {
"type": "object",
"properties": {
"colorName": {
"type": "string"
},
"id": {
"type": "integer"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
}
}
}
}
},
"summary": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"key": {
"type": "string"
},
"self": {
"type": "string"
}
}
}
},
"summary": {
"type": "string"
},
"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"
}
}
}
}
},
@@ -111,5 +420,5 @@
"type": "string"
}
},
"version": 5
"version": 6
}

View File

@@ -0,0 +1,39 @@
{
"type": "object",
"properties": {
"clickedCount": {
"type": "integer"
},
"deliveredCount": {
"type": "integer"
},
"interestedCount": {
"type": "integer"
},
"leadCompleted": {
"type": "integer"
},
"leadInProgress": {
"type": "integer"
},
"leadReadyToSend": {
"type": "integer"
},
"leadToLaunch": {
"type": "integer"
},
"leadTotal": {
"type": "integer"
},
"openedCount": {
"type": "integer"
},
"repliedCount": {
"type": "integer"
},
"sentCount": {
"type": "integer"
}
},
"version": 1
}

View File

@@ -7,11 +7,8 @@
"email": {
"type": "object",
"properties": {
"email": {
"status": {
"type": "string"
},
"notFound": {
"type": "boolean"
}
}
}
@@ -26,23 +23,11 @@
"input": {
"type": "object",
"properties": {
"companyDomain": {
"type": "string"
},
"companyName": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"linkedinUrl": {
"email": {
"type": "string"
}
}
}
},
"version": 1
"version": 2
}

View File

@@ -21,10 +21,7 @@
},
"lastName": {
"type": "string"
},
"phone": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -86,6 +86,12 @@
"merge_fields": {
"type": "object",
"properties": {
"BIRTHDAY": {
"type": "string"
},
"COMPANY": {
"type": "string"
},
"FNAME": {
"type": "string"
},
@@ -109,6 +115,14 @@
"source": {
"type": "string"
},
"stats": {
"type": "object",
"properties": {
"avg_click_rate": {
"type": "integer"
}
}
},
"status": {
"type": "string"
},
@@ -145,5 +159,5 @@
"type": "integer"
}
},
"version": 2
"version": 3
}

View File

@@ -86,14 +86,17 @@
"merge_fields": {
"type": "object",
"properties": {
"BIRTHDAY": {
"type": "string"
},
"COMPANY": {
"type": "string"
},
"FNAME": {
"type": "string"
},
"LNAME": {
"type": "string"
},
"PHONE": {
"type": "string"
}
}
},
@@ -145,5 +148,5 @@
"type": "integer"
}
},
"version": 1
"version": 2
}

View File

@@ -10,9 +10,6 @@
"exchange": {
"type": "string"
},
"split_factor": {
"type": "integer"
},
"symbol": {
"type": "string"
},
@@ -20,5 +17,5 @@
"type": "integer"
}
},
"version": 1
"version": 2
}

View File

@@ -38,6 +38,9 @@
},
"membership": {
"type": "string"
},
"transaction_id": {
"type": "string"
}
}
},
@@ -45,5 +48,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,21 @@
{
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"engine": {
"type": "string"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"updated_at": {
"type": "string"
}
},
"version": 1
}

View File

@@ -1,28 +1,24 @@
{
"type": "object",
"properties": {
"base_type": {
"type": "string"
},
"display_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"display_name": {
"type": "string"
},
"base_type": {
"type": "string"
"table_id": {
"type": "integer"
},
"table_name": {
"type": "string"
}
},
"required": [
"id",
"name",
"base_type",
"table_name",
"schema"
],
"version": 1
"version": 2
}

View File

@@ -4,12 +4,21 @@
"archived": {
"type": "boolean"
},
"cache_invalidated_at": {
"type": "null"
"archived_directly": {
"type": "boolean"
},
"cache_ttl": {
"type": "null"
},
"can_delete": {
"type": "boolean"
},
"can_manage_db": {
"type": "boolean"
},
"can_restore": {
"type": "boolean"
},
"can_run_adhoc_query": {
"type": "boolean"
},
@@ -66,9 +75,6 @@
"email": {
"type": "string"
},
"first_name": {
"type": "string"
},
"id": {
"type": "integer"
},
@@ -77,9 +83,6 @@
},
"is_superuser": {
"type": "boolean"
},
"last_login": {
"type": "string"
}
}
},
@@ -132,9 +135,6 @@
"email": {
"type": "string"
},
"first_name": {
"type": "string"
},
"id": {
"type": "integer"
},
@@ -143,6 +143,79 @@
}
}
},
"moderation_reviews": {
"type": "array",
"items": {
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"id": {
"type": "integer"
},
"moderated_item_id": {
"type": "integer"
},
"moderated_item_type": {
"type": "string"
},
"moderator_id": {
"type": "integer"
},
"most_recent": {
"type": "boolean"
},
"status": {
"type": [
"null",
"string"
]
},
"text": {
"type": [
"null",
"string"
]
},
"updated_at": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"common_name": {
"type": "string"
},
"date_joined": {
"type": "string"
},
"email": {
"type": "string"
},
"first_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"is_qbnewb": {
"type": "boolean"
},
"is_superuser": {
"type": "boolean"
},
"last_login": {
"type": "string"
},
"last_name": {
"type": "string"
}
}
}
}
}
},
"name": {
"type": "string"
},
@@ -173,5 +246,5 @@
}
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"version": 1
}

View File

@@ -0,0 +1,27 @@
{
"type": "object",
"properties": {
"createdDateTime": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"mailEnabled": {
"type": "boolean"
},
"mailNickname": {
"type": "string"
},
"securityEnabled": {
"type": "boolean"
},
"securityIdentifier": {
"type": "string"
}
},
"version": 1
}

View File

@@ -4,32 +4,27 @@
"@odata.context": {
"type": "string"
},
"businessPhones": {
"type": "array",
"items": {
"type": "string"
}
},
"department": {
"type": "string"
},
"displayName": {
"type": "string"
},
"employeeHireDate": {
"type": "string"
},
"id": {
"type": "string"
},
"mobilePhone": {
"type": "null"
},
"officeLocation": {
"type": "null"
},
"passwordProfile": {
"type": "object",
"properties": {
"forceChangePasswordNextSignIn": {
"type": "boolean"
}
}
},
"preferredLanguage": {
"type": "null"
},
"userPrincipalName": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -1,9 +1,6 @@
{
"type": "object",
"properties": {
"accountEnabled": {
"type": "boolean"
},
"displayName": {
"type": "string"
},
@@ -14,5 +11,5 @@
"type": "string"
}
},
"version": 4
"version": 5
}

View File

@@ -4,17 +4,6 @@
"createdBy": {
"type": "object",
"properties": {
"application": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"id": {
"type": "string"
}
}
},
"user": {
"type": "object",
"properties": {
@@ -61,20 +50,12 @@
}
}
},
"id": {
"type": "string"
},
"lastModifiedBy": {
"type": "object",
"properties": {
"application": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"id": {
"type": "string"
}
}
},
"user": {
"type": "object",
"properties": {
@@ -119,7 +100,13 @@
"type": "string"
}
}
},
"size": {
"type": "integer"
},
"webUrl": {
"type": "string"
}
},
"version": 3
"version": 4
}

View File

@@ -42,9 +42,6 @@
},
"email": {
"type": "string"
},
"id": {
"type": "string"
}
}
}
@@ -75,6 +72,20 @@
"properties": {
"childCount": {
"type": "integer"
},
"view": {
"type": "object",
"properties": {
"sortBy": {
"type": "string"
},
"sortOrder": {
"type": "string"
},
"viewType": {
"type": "string"
}
}
}
}
},
@@ -103,9 +114,6 @@
},
"email": {
"type": "string"
},
"id": {
"type": "string"
}
}
}
@@ -164,5 +172,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -52,15 +52,50 @@
"id": {
"type": "string"
},
"sentDateTime": {
"isRead": {
"type": "boolean"
},
"receivedDateTime": {
"type": "string"
},
"sender": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
},
"subject": {
"type": "string"
},
"webLink": {
"type": "string"
"toRecipients": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
}
},
"version": 4
"version": 5
}

View File

@@ -1,9 +1,6 @@
{
"type": "object",
"properties": {
"@odata.etag": {
"type": "string"
},
"bodyPreview": {
"type": "string"
},
@@ -23,5 +20,5 @@
"type": "string"
}
},
"version": 5
"version": 6
}

View File

@@ -3,31 +3,7 @@
"properties": {
"@odata.context": {
"type": "string"
},
"@odata.mediaContentType": {
"type": "string"
},
"@odata.type": {
"type": "string"
},
"contentType": {
"type": "string"
},
"id": {
"type": "string"
},
"isInline": {
"type": "boolean"
},
"lastModifiedDateTime": {
"type": "string"
},
"name": {
"type": "string"
},
"size": {
"type": "integer"
}
},
"version": 3
"version": 4
}

View File

@@ -0,0 +1,71 @@
{
"type": "object",
"properties": {
"createdDateTime": {
"type": "string"
},
"fields": {
"type": "object",
"properties": {
"_ComplianceFlags": {
"type": "string"
},
"_ComplianceTag": {
"type": "string"
},
"_ComplianceTagUserId": {
"type": "string"
},
"_ComplianceTagWrittenTime": {
"type": "string"
},
"_UIVersionString": {
"type": "string"
},
"@odata.etag": {
"type": "string"
},
"AuthorLookupId": {
"type": "string"
},
"ContentType": {
"type": "string"
},
"Created": {
"type": "string"
},
"Edit": {
"type": "string"
},
"EditorLookupId": {
"type": "string"
},
"FolderChildCount": {
"type": "string"
},
"ID": {
"type": "integer"
},
"ItemChildCount": {
"type": "string"
},
"Modified": {
"type": "string"
},
"Title": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"lastModifiedDateTime": {
"type": "string"
},
"webUrl": {
"type": "string"
}
},
"version": 1
}

View File

@@ -1,87 +1,18 @@
{
"type": "object",
"properties": {
"@odata.etag": {
"type": "string"
},
"contentType": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"createdBy": {
"type": "object",
"properties": {
"user": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"email": {
"type": "string"
},
"id": {
"type": "string"
}
}
}
}
},
"createdDateTime": {
"type": "string"
},
"eTag": {
"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"
},
"parentReference": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"listId": {
"type": "string"
},
"siteId": {
"type": "string"
}
}
},
"webUrl": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,27 @@
{
"type": "object",
"properties": {
"createdDateTime": {
"type": "string"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"lastModifiedDateTime": {
"type": "string"
},
"name": {
"type": "string"
},
"webUrl": {
"type": "string"
}
},
"version": 1
}

View File

@@ -0,0 +1,27 @@
{
"type": "object",
"properties": {
"createdDateTime": {
"type": "string"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"lastModifiedDateTime": {
"type": "string"
},
"name": {
"type": "string"
},
"webUrl": {
"type": "string"
}
},
"version": 1
}

View File

@@ -15,9 +15,26 @@
}
}
},
"categories": {
"type": "array",
"items": {
"type": "string"
}
},
"createdDateTime": {
"type": "string"
},
"dueDateTime": {
"type": "object",
"properties": {
"dateTime": {
"type": "string"
},
"timeZone": {
"type": "string"
}
}
},
"hasAttachments": {
"type": "boolean"
},
@@ -40,5 +57,5 @@
"type": "string"
}
},
"version": 4
"version": 5
}

View File

@@ -16,9 +16,6 @@
"mode": {
"type": "string"
},
"retrySuccessId": {
"type": "null"
},
"startedAt": {
"type": "string"
},
@@ -29,5 +26,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -10,12 +10,9 @@
"mode": {
"type": "string"
},
"waitTill": {
"type": "null"
},
"workflowId": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -10,6 +10,9 @@
"id": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"meta": {
"type": "null"
},
@@ -27,6 +30,12 @@
"name": {
"type": "string"
},
"position": {
"type": "array",
"items": {
"type": "integer"
}
},
"type": {
"type": "string"
}
@@ -46,5 +55,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -1,9 +1,6 @@
{
"type": "object",
"properties": {
"activeRegionNum": {
"type": "integer"
},
"beginTime": {
"type": "string"
},
@@ -13,9 +10,6 @@
"classType": {
"type": "string"
},
"endTime": {
"type": "string"
},
"flrID": {
"type": "string"
},
@@ -49,5 +43,5 @@
"type": "integer"
}
},
"version": 4
"version": 5
}

View File

@@ -1,39 +1,9 @@
{
"type": "object",
"properties": {
"Day of month": {
"type": "string"
},
"Day of week": {
"type": "string"
},
"Hour": {
"type": "string"
},
"Minute": {
"type": "string"
},
"Month": {
"type": "string"
},
"Readable date": {
"type": "string"
},
"Readable time": {
"type": "string"
},
"Second": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"Timezone": {
"type": "string"
},
"Year": {
"path": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -3,10 +3,7 @@
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
},
"version": 3
"version": 4
}

View File

@@ -1,6 +1,9 @@
{
"type": "object",
"properties": {
"active": {
"type": "boolean"
},
"id": {
"type": "integer"
},
@@ -8,5 +11,5 @@
"type": "string"
}
},
"version": 5
"version": 6
}

View File

@@ -42,39 +42,9 @@
"profile": {
"type": "object",
"properties": {
"CA_ContractTerminationDate": {
"type": "string"
},
"CA_ContractType": {
"type": "string"
},
"CA_FullRemote": {
"type": "string"
},
"CA_HireDate": {
"type": "string"
},
"CA_PersonioEmployeeStatus": {
"type": "string"
},
"CA_Team": {
"type": "string"
},
"city": {
"type": "string"
},
"department": {
"type": "string"
},
"displayName": {
"type": "string"
},
"email": {
"type": "string"
},
"employeeNumber": {
"type": "string"
},
"firstName": {
"type": "string"
},
@@ -83,12 +53,6 @@
},
"login": {
"type": "string"
},
"manager": {
"type": "string"
},
"title": {
"type": "string"
}
}
},
@@ -104,5 +68,5 @@
}
}
},
"version": 1
"version": 2
}

View File

@@ -75,6 +75,17 @@
"completion_tokens": {
"type": "integer"
},
"cost": {
"type": "object",
"properties": {
"request_cost": {
"type": "number"
},
"total_cost": {
"type": "number"
}
}
},
"prompt_tokens": {
"type": "integer"
},
@@ -87,5 +98,5 @@
}
}
},
"version": 1
"version": 2
}

View File

@@ -1,21 +1,12 @@
{
"type": "object",
"properties": {
"companyUrl": {
"type": "string"
},
"connectionDegree": {
"type": "string"
},
"firstName": {
"type": "string"
},
"fullName": {
"type": "string"
},
"industry": {
"type": "string"
},
"lastName": {
"type": "string"
},
@@ -29,5 +20,5 @@
"type": "string"
}
},
"version": 3
"version": 4
}

View File

@@ -4,6 +4,12 @@
"allow_live_comments": {
"type": "boolean"
},
"approved_at_utc": {
"type": "null"
},
"approved_by": {
"type": "null"
},
"archived": {
"type": "boolean"
},
@@ -57,9 +63,6 @@
"clicked": {
"type": "boolean"
},
"content_categories": {
"type": "null"
},
"contest_mode": {
"type": "boolean"
},
@@ -69,6 +72,9 @@
"created_utc": {
"type": "integer"
},
"discussion_type": {
"type": "null"
},
"domain": {
"type": "string"
},
@@ -111,6 +117,9 @@
"is_video": {
"type": "boolean"
},
"likes": {
"type": "null"
},
"link_flair_richtext": {
"type": "array",
"items": {
@@ -158,6 +167,9 @@
"num_crossposts": {
"type": "integer"
},
"num_reports": {
"type": "null"
},
"over_18": {
"type": "boolean"
},
@@ -167,6 +179,59 @@
"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"
},
@@ -176,6 +241,12 @@
"removed_by": {
"type": "null"
},
"removed_by_category": {
"type": "null"
},
"report_reasons": {
"type": "null"
},
"saved": {
"type": "boolean"
},
@@ -227,6 +298,9 @@
"url": {
"type": "string"
},
"url_overridden_by_dest": {
"type": "string"
},
"view_count": {
"type": "null"
},
@@ -234,5 +308,5 @@
"type": "boolean"
}
},
"version": 1
"version": 2
}

View File

@@ -4,9 +4,18 @@
"ETag": {
"type": "string"
},
"Key": {
"type": "string"
},
"LastModified": {
"type": "string"
},
"Size": {
"type": "string"
},
"StorageClass": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -12,6 +12,9 @@
}
}
},
"CaseNumber": {
"type": "string"
},
"Id": {
"type": "string"
},
@@ -19,5 +22,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -1,6 +1,20 @@
{
"type": "object",
"properties": {
"errors": {
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"statusCode": {
"type": "string"
}
}
}
},
"id": {
"type": "string"
},
@@ -8,5 +22,5 @@
"type": "boolean"
}
},
"version": 1
"version": 2
}

View File

@@ -14,7 +14,10 @@
},
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"version": 5
"version": 6
}

View File

@@ -1,15 +1,15 @@
{
"type": "object",
"properties": {
"created": {
"type": "boolean"
},
"id": {
"type": "string"
},
"success": {
"type": "boolean"
},
"created": {
"type": "boolean"
}
},
"version": 1
"version": 2
}

View File

@@ -1,6 +1,9 @@
{
"type": "object",
"properties": {
"AccountId": {
"type": "string"
},
"attributes": {
"type": "object",
"properties": {
@@ -15,9 +18,9 @@
"Id": {
"type": "string"
},
"StageName": {
"Name": {
"type": "string"
}
},
"version": 5
"version": 6
}

View File

@@ -1,6 +1,12 @@
{
"type": "object",
"properties": {
"AccountId": {
"type": "string"
},
"ActivityDate__c": {
"type": "string"
},
"attributes": {
"type": "object",
"properties": {
@@ -15,12 +21,12 @@
"Id": {
"type": "string"
},
"Priority": {
"type": "string"
"Type": {
"type": "null"
},
"Status": {
"WhatId": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -12,9 +12,6 @@
}
}
},
"Email": {
"type": "string"
},
"Id": {
"type": "string"
},
@@ -22,5 +19,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,24 @@
{
"type": "object",
"properties": {
"_creator": {
"type": "string"
},
"_ctime": {
"type": "string"
},
"_id": {
"type": "string"
},
"_last_modifier": {
"type": "string"
},
"_mtime": {
"type": "string"
},
"0000": {
"type": "string"
}
},
"version": 1
}

View File

@@ -1,6 +1,9 @@
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"line_items": {
"type": "array",
"items": {
@@ -53,47 +56,6 @@
}
}
},
"duties": {
"type": "array",
"items": {
"type": "object",
"properties": {
"admin_graphql_api_id": {
"type": "string"
},
"id": {
"type": "integer"
},
"price_set": {
"type": "object",
"properties": {
"presentment_money": {
"type": "object",
"properties": {
"amount": {
"type": "string"
},
"currency_code": {
"type": "string"
}
}
},
"shop_money": {
"type": "object",
"properties": {
"amount": {
"type": "string"
},
"currency_code": {
"type": "string"
}
}
}
}
}
}
}
},
"fulfillable_quantity": {
"type": "integer"
},
@@ -244,10 +206,7 @@
}
}
}
},
"total_price": {
"type": "string"
}
},
"version": 3
"version": 4
}

View File

@@ -171,9 +171,6 @@
"option1": {
"type": "string"
},
"option3": {
"type": "null"
},
"position": {
"type": "integer"
},
@@ -205,5 +202,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -40,10 +40,10 @@
}
}
},
"bot_id": {
"client_msg_id": {
"type": "string"
},
"client_msg_id": {
"subtype": {
"type": "string"
},
"team": {
@@ -62,5 +62,5 @@
"type": "string"
}
},
"version": 5
"version": 6
}

View File

@@ -1,181 +1,9 @@
{
"type": "object",
"properties": {
"context_team_id": {
"error": {
"type": "string"
},
"created": {
"type": "integer"
},
"creator": {
"type": "string"
},
"id": {
"type": "string"
},
"is_archived": {
"type": "boolean"
},
"is_channel": {
"type": "boolean"
},
"is_ext_shared": {
"type": "boolean"
},
"is_general": {
"type": "boolean"
},
"is_group": {
"type": "boolean"
},
"is_im": {
"type": "boolean"
},
"is_member": {
"type": "boolean"
},
"is_mpim": {
"type": "boolean"
},
"is_org_shared": {
"type": "boolean"
},
"is_pending_ext_shared": {
"type": "boolean"
},
"is_private": {
"type": "boolean"
},
"is_shared": {
"type": "boolean"
},
"name": {
"type": "string"
},
"name_normalized": {
"type": "string"
},
"parent_conversation": {
"type": "null"
},
"previous_names": {
"type": "array",
"items": {
"type": "string"
}
},
"properties": {
"type": "object",
"properties": {
"canvas": {
"type": "object",
"properties": {
"file_id": {
"type": "string"
},
"quip_thread_id": {
"type": "string"
}
}
},
"tabs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"folder_bookmark_id": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"is_disabled": {
"type": "boolean"
},
"label": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"tabz": {
"type": "array",
"items": {
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"folder_bookmark_id": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"is_disabled": {
"type": "boolean"
},
"label": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
},
"purpose": {
"type": "object",
"properties": {
"creator": {
"type": "string"
},
"last_set": {
"type": "integer"
},
"value": {
"type": "string"
}
}
},
"shared_team_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"topic": {
"type": "object",
"properties": {
"creator": {
"type": "string"
},
"last_set": {
"type": "integer"
},
"value": {
"type": "string"
}
}
},
"unlinked": {
"type": "integer"
},
"updated": {
"type": "integer"
}
},
"version": 1
"version": 2
}

View File

@@ -1,6 +1,9 @@
{
"type": "object",
"properties": {
"app_id": {
"type": "string"
},
"blocks": {
"type": "array",
"items": {
@@ -25,9 +28,6 @@
"type": {
"type": "string"
},
"url": {
"type": "string"
},
"user_id": {
"type": "string"
}
@@ -49,6 +49,46 @@
"bot_id": {
"type": "string"
},
"bot_profile": {
"type": "object",
"properties": {
"app_id": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"icons": {
"type": "object",
"properties": {
"image_36": {
"type": "string"
},
"image_48": {
"type": "string"
},
"image_72": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"team_id": {
"type": "string"
},
"updated": {
"type": "integer"
},
"user_id": {
"type": "string"
}
}
},
"client_msg_id": {
"type": "string"
},
@@ -95,5 +135,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

Some files were not shown because too many files have changed in this diff Show More