chore: NODE-2911 - Generate Schema Files (no-changelog) (#15030)

Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
Jon
2025-05-06 17:55:06 +01:00
committed by GitHub
parent 985f554501
commit d0022c5700
67 changed files with 1327 additions and 689 deletions

View File

@@ -4,9 +4,6 @@
"created_at": {
"type": "string"
},
"creator_id": {
"type": "integer"
},
"entity": {
"type": "object",
"properties": {
@@ -43,5 +40,5 @@
"type": "integer"
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,47 @@
{
"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"
}
}
}
}
},
"warnings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
}
}
}
}
},
"version": 1
}

View File

@@ -1,12 +1,6 @@
{
"type": "object",
"properties": {
"ChecksumAlgorithm": {
"type": "string"
},
"ChecksumType": {
"type": "string"
},
"ETag": {
"type": "string"
},
@@ -23,5 +17,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -1,6 +1,9 @@
{
"type": "object",
"properties": {
"canUploadPhoto": {
"type": "boolean"
},
"displayName": {
"type": "string"
},
@@ -12,7 +15,13 @@
},
"lastName": {
"type": "string"
},
"photoUploaded": {
"type": "boolean"
},
"photoUrl": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -13,20 +13,6 @@
"country": {
"type": "string"
},
"email": {
"type": "array",
"items": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"qualification": {
"type": "string"
}
}
}
},
"first_name": {
"type": "string"
},
@@ -54,6 +40,12 @@
"siren": {
"type": "string"
},
"siret": {
"type": "string"
},
"siret_address": {
"type": "string"
},
"vat": {
"type": "string"
},
@@ -61,5 +53,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

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

View File

@@ -0,0 +1,44 @@
{
"type": "object",
"properties": {
"_links": {
"type": "object",
"properties": {
"git": {
"type": "string"
},
"html": {
"type": "string"
},
"self": {
"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
}

View File

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

View File

@@ -24,17 +24,6 @@
"reviewId": {
"type": "string"
},
"reviewReply": {
"type": "object",
"properties": {
"comment": {
"type": "string"
},
"updateTime": {
"type": "string"
}
}
},
"starRating": {
"type": "string"
},
@@ -42,5 +31,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -15,9 +15,6 @@
}
}
},
"description": {
"type": "string"
},
"end": {
"type": "object",
"properties": {
@@ -47,12 +44,12 @@
"kind": {
"type": "string"
},
"location": {
"type": "string"
},
"organizer": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"email": {
"type": "string"
},
@@ -93,5 +90,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -27,20 +27,9 @@
}
}
},
"phoneNumbers": {
"type": "object",
"properties": {
"mobile": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"resourceName": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

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

View File

@@ -12,7 +12,13 @@
},
"_updateTime": {
"type": "string"
},
"chat_id": {
"type": "string"
},
"lastInteraction": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -1,30 +1,18 @@
{
"type": "object",
"properties": {
"historyId": {
"type": "string"
},
"id": {
"type": "string"
},
"internalDate": {
"type": "string"
},
"labelIds": {
"type": "array",
"items": {
"type": "string"
}
},
"sizeEstimate": {
"type": "integer"
},
"snippet": {
"type": "string"
},
"threadId": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -80,6 +80,12 @@
"to": {
"type": "string"
},
"x-gm-message-state": {
"type": "string"
},
"x-google-dkim-signature": {
"type": "string"
},
"x-google-smtp-source": {
"type": "string"
},
@@ -141,5 +147,5 @@
}
}
},
"version": 2
"version": 3
}

View File

@@ -1,139 +1,55 @@
{
"type": "object",
"properties": {
"date": {
"From": {
"type": "string"
},
"from": {
"type": "object",
"properties": {
"html": {
"type": "string"
},
"text": {
"type": "string"
},
"value": {
"type": "array",
"items": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"headers": {
"type": "object",
"properties": {
"arc-authentication-results": {
"type": "string"
},
"arc-message-signature": {
"type": "string"
},
"arc-seal": {
"type": "string"
},
"authentication-results": {
"type": "string"
},
"content-type": {
"type": "string"
},
"date": {
"type": "string"
},
"delivered-to": {
"type": "string"
},
"dkim-signature": {
"type": "string"
},
"from": {
"type": "string"
},
"message-id": {
"type": "string"
},
"mime-version": {
"type": "string"
},
"received": {
"type": "string"
},
"received-spf": {
"type": "string"
},
"return-path": {
"type": "string"
},
"subject": {
"type": "string"
},
"to": {
"type": "string"
},
"x-google-smtp-source": {
"type": "string"
},
"x-received": {
"type": "string"
}
}
"historyId": {
"type": "string"
},
"id": {
"type": "string"
},
"labelIds": {
"internalDate": {
"type": "string"
},
"labels": {
"type": "array",
"items": {
"type": "string"
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"messageId": {
"type": "string"
"payload": {
"type": "object",
"properties": {
"mimeType": {
"type": "string"
}
}
},
"sizeEstimate": {
"type": "integer"
},
"subject": {
"snippet": {
"type": "string"
},
"Subject": {
"type": "string"
},
"threadId": {
"type": "string"
},
"to": {
"type": "object",
"properties": {
"html": {
"type": "string"
},
"text": {
"type": "string"
},
"value": {
"type": "array",
"items": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
"To": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -12,27 +12,6 @@
"items": {
"type": "object",
"properties": {
"ARC-Authentication-Results": {
"type": "string"
},
"ARC-Message-Signature": {
"type": "string"
},
"ARC-Seal": {
"type": "string"
},
"Authentication-Results": {
"type": "string"
},
"Content-Type": {
"type": "string"
},
"Date": {
"type": "string"
},
"Delivered-To": {
"type": "string"
},
"From": {
"type": "string"
},
@@ -59,46 +38,14 @@
}
}
},
"Message-ID": {
"type": "string"
},
"MIME-Version": {
"type": "string"
},
"payload": {
"type": "object",
"properties": {
"body": {
"type": "object",
"properties": {
"data": {
"type": "string"
},
"size": {
"type": "integer"
}
}
},
"filename": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"partId": {
"type": "string"
}
}
},
"Received": {
"type": "string"
},
"Received-SPF": {
"type": "string"
},
"Return-Path": {
"type": "string"
},
"sizeEstimate": {
"type": "integer"
},
@@ -113,16 +60,10 @@
},
"To": {
"type": "string"
},
"X-Google-Smtp-Source": {
"type": "string"
},
"X-Received": {
"type": "string"
}
}
}
}
},
"version": 2
"version": 3
}

View File

@@ -27,9 +27,6 @@
}
}
},
"notes": {
"type": "string"
},
"position": {
"type": "string"
},
@@ -49,5 +46,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -178,7 +178,41 @@
"type": "string"
}
}
},
"status": {
"type": "object",
"properties": {
"embeddable": {
"type": "boolean"
},
"license": {
"type": "string"
},
"madeForKids": {
"type": "boolean"
},
"privacyStatus": {
"type": "string"
},
"publicStatsViewable": {
"type": "boolean"
},
"uploadStatus": {
"type": "string"
}
}
},
"topicDetails": {
"type": "object",
"properties": {
"topicCategories": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"version": 2
"version": 3
}

View File

@@ -45,6 +45,9 @@
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "integer"
},
"useTimestampAsPersistenceTimestamp": {
"type": "boolean"
},
@@ -73,5 +76,5 @@
}
}
},
"version": 2
"version": 3
}

View File

@@ -16,9 +16,6 @@
"createdate": {
"type": "string"
},
"email": {
"type": "string"
},
"hs_object_id": {
"type": "string"
},
@@ -31,5 +28,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -10,20 +10,54 @@
"portalId": {
"type": "integer"
},
"stateChanges": {
"type": "array",
"items": {
"type": "object",
"properties": {
"changeFlag": {
"type": "string"
},
"timestamp": {
"type": "integer"
"properties": {
"type": "object",
"properties": {
"dealname": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "integer"
},
"value": {
"type": "string"
}
}
}
}
}
}
}
}
},
"version": 2
"version": 3
}

View File

@@ -16,7 +16,7 @@
"createdate": {
"type": "string"
},
"dealstage": {
"dealname": {
"type": "string"
},
"hs_lastmodifieddate": {
@@ -24,9 +24,6 @@
},
"hs_object_id": {
"type": "string"
},
"pipeline": {
"type": "string"
}
}
},
@@ -34,5 +31,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -45,15 +45,15 @@
"persistenceTimestamp": {
"type": "integer"
},
"requestId": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"sourceLabel": {
"type": "string"
},
"sourceVid": {
"type": "array",
"items": {
@@ -74,5 +74,5 @@
}
}
},
"version": 2
"version": 3
}

View File

@@ -1,9 +1,12 @@
{
"type": "object",
"properties": {
"Keyword": {
"type": "string"
},
"row_number": {
"type": "integer"
}
},
"version": 1
"version": 2
}

View File

@@ -82,8 +82,266 @@
}
}
},
"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": {
"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"
},
"worklog": {
"type": "object",
"properties": {
"maxResults": {
"type": "integer"
},
"startAt": {
"type": "integer"
},
"total": {
"type": "integer"
},
"worklogs": {
"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"
}
}
},
"comment": {
"type": "string"
},
"created": {
"type": "string"
},
"id": {
"type": "string"
},
"issueId": {
"type": "string"
},
"self": {
"type": "string"
},
"started": {
"type": "string"
},
"timeSpent": {
"type": "string"
},
"timeSpentSeconds": {
"type": "integer"
},
"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"
}
}
}
}
}
}
}
},
@@ -97,5 +355,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -7,64 +7,78 @@
"fields": {
"type": "object",
"properties": {
"assignee": {
"created": {
"type": "string"
},
"issuetype": {
"type": "object",
"properties": {
"accountId": {
"avatarId": {
"type": "integer"
},
"description": {
"type": "string"
},
"accountType": {
"entityId": {
"type": "string"
},
"active": {
"type": "boolean"
"hierarchyLevel": {
"type": "integer"
},
"avatarUrls": {
"type": "object",
"properties": {
"16x16": {
"type": "string"
},
"24x24": {
"type": "string"
},
"32x32": {
"type": "string"
},
"48x48": {
"type": "string"
}
}
},
"displayName": {
"iconUrl": {
"type": "string"
},
"emailAddress": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
},
"timeZone": {
"subtask": {
"type": "boolean"
}
}
},
"labels": {
"type": "array",
"items": {
"type": "string"
}
},
"priority": {
"type": "object",
"properties": {
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
}
}
},
"created": {
"type": "string"
},
"reporter": {
"progress": {
"type": "object",
"properties": {
"accountId": {
"type": "string"
},
"accountType": {
"type": "string"
},
"active": {
"type": "boolean"
"progress": {
"type": "integer"
},
"total": {
"type": "integer"
}
}
},
"project": {
"type": "object",
"properties": {
"avatarUrls": {
"type": "object",
"properties": {
@@ -82,17 +96,23 @@
}
}
},
"displayName": {
"id": {
"type": "string"
},
"emailAddress": {
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"projectTypeKey": {
"type": "string"
},
"self": {
"type": "string"
},
"timeZone": {
"type": "string"
"simplified": {
"type": "boolean"
}
}
},
@@ -151,5 +171,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -7,17 +7,6 @@
"createdAt": {
"type": "string"
},
"creator": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"id": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
@@ -42,5 +31,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -10,15 +10,9 @@
"id": {
"type": "string"
},
"mailNickname": {
"type": "string"
},
"securityIdentifier": {
"type": "string"
},
"userPrincipalName": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -81,9 +81,12 @@
}
}
},
"subject": {
"type": "string"
},
"webLink": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -27,52 +27,7 @@
"conversationId": {
"type": "string"
},
"flag": {
"type": "object",
"properties": {
"flagStatus": {
"type": "string"
}
}
},
"hasAttachments": {
"type": "boolean"
},
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"isDraft": {
"type": "boolean"
},
"isRead": {
"type": "boolean"
},
"receivedDateTime": {
"type": "string"
},
"replyTo": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"sender": {
"from": {
"type": "object",
"properties": {
"emailAddress": {
@@ -88,9 +43,15 @@
}
}
},
"hasAttachments": {
"type": "boolean"
},
"id": {
"type": "string"
},
"subject": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -27,9 +27,45 @@
"type": "string"
}
},
"ccRecipients": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"changeKey": {
"type": "string"
},
"conversationId": {
"type": "string"
},
"conversationIndex": {
"type": "string"
},
"createdDateTime": {
"type": "string"
},
"flag": {
"type": "object",
"properties": {
"flagStatus": {
"type": "string"
}
}
},
"from": {
"type": "object",
"properties": {
@@ -52,9 +88,96 @@
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"inferenceClassification": {
"type": "string"
},
"internetMessageId": {
"type": "string"
},
"isDraft": {
"type": "boolean"
},
"isRead": {
"type": "boolean"
},
"isReadReceiptRequested": {
"type": "boolean"
},
"lastModifiedDateTime": {
"type": "string"
},
"parentFolderId": {
"type": "string"
},
"receivedDateTime": {
"type": "string"
},
"replyTo": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"sender": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
},
"sentDateTime": {
"type": "string"
},
"subject": {
"type": "string"
},
"toRecipients": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"webLink": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -24,28 +24,17 @@
"type": "string"
}
},
"ccRecipients": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"conversationId": {
"type": "string"
},
"flag": {
"type": "object",
"properties": {
"flagStatus": {
"type": "string"
}
}
},
"from": {
"type": "object",
"properties": {
@@ -68,6 +57,34 @@
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"isRead": {
"type": "boolean"
},
"receivedDateTime": {
"type": "string"
},
"replyTo": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"sender": {
"type": "object",
"properties": {
@@ -84,6 +101,9 @@
}
}
},
"subject": {
"type": "string"
},
"toRecipients": {
"type": "array",
"items": {
@@ -104,5 +124,5 @@
}
}
},
"version": 2
"version": 3
}

View File

@@ -1,13 +1,14 @@
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"text": {
"type": "string"
}
}
}
}
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"approved": {
"type": "boolean"
}
}
}
},
"version": 1
}

View File

@@ -12,7 +12,19 @@
},
"id": {
"type": "string"
},
"isInline": {
"type": "boolean"
},
"lastModifiedDateTime": {
"type": "string"
},
"name": {
"type": "string"
},
"size": {
"type": "integer"
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,44 @@
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"blobType": {
"type": "string"
},
"contentLength": {
"type": "integer"
},
"contentMD5": {
"type": "string"
},
"contentType": {
"type": "string"
},
"creationTime": {
"type": "string"
},
"etag": {
"type": "string"
},
"lastModified": {
"type": "string"
},
"leaseState": {
"type": "string"
},
"leaseStatus": {
"type": "string"
},
"serverEncrypted": {
"type": "boolean"
}
}
}
},
"version": 1
}

View File

@@ -18,10 +18,7 @@
},
"tenantId": {
"type": "string"
},
"webUrl": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -15,15 +15,31 @@
}
}
},
"categories": {
"type": "array",
"items": {
"type": "string"
"completedDateTime": {
"type": "object",
"properties": {
"dateTime": {
"type": "string"
},
"timeZone": {
"type": "string"
}
}
},
"createdDateTime": {
"type": "string"
},
"dueDateTime": {
"type": "object",
"properties": {
"dateTime": {
"type": "string"
},
"timeZone": {
"type": "string"
}
}
},
"hasAttachments": {
"type": "boolean"
},
@@ -46,5 +62,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -1,15 +1,162 @@
{
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"created_by": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"object": {
"type": "string"
}
}
},
"created_time": {
"type": "string"
},
"description": {
"type": "array",
"items": {
"type": "object",
"properties": {
"annotations": {
"type": "object",
"properties": {
"bold": {
"type": "boolean"
},
"code": {
"type": "boolean"
},
"color": {
"type": "string"
},
"italic": {
"type": "boolean"
},
"strikethrough": {
"type": "boolean"
},
"underline": {
"type": "boolean"
}
}
},
"plain_text": {
"type": "string"
},
"text": {
"type": "object",
"properties": {
"content": {
"type": "string"
}
}
},
"type": {
"type": "string"
}
}
}
},
"id": {
"type": "string"
},
"name": {
"in_trash": {
"type": "boolean"
},
"is_inline": {
"type": "boolean"
},
"last_edited_by": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"object": {
"type": "string"
}
}
},
"last_edited_time": {
"type": "string"
},
"object": {
"type": "string"
},
"parent": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"workspace": {
"type": "boolean"
}
}
},
"request_id": {
"type": "string"
},
"title": {
"type": "array",
"items": {
"type": "object",
"properties": {
"annotations": {
"type": "object",
"properties": {
"bold": {
"type": "boolean"
},
"code": {
"type": "boolean"
},
"color": {
"type": "string"
},
"italic": {
"type": "boolean"
},
"strikethrough": {
"type": "boolean"
},
"underline": {
"type": "boolean"
}
}
},
"href": {
"type": "null"
},
"plain_text": {
"type": "string"
},
"text": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"link": {
"type": "null"
}
}
},
"type": {
"type": "string"
}
}
}
},
"url": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -1,9 +1,18 @@
{
"type": "object",
"properties": {
"contact_address_complete": {
"type": "string"
},
"display_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"is_company": {
"type": "boolean"
}
},
"version": 1
"version": 2
}

View File

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

View File

@@ -1,9 +1,57 @@
{
"type": "object",
"properties": {
"__last_update": {
"type": "string"
},
"active": {
"type": "boolean"
},
"contact_fullname": {
"type": "string"
},
"contact_lastname": {
"type": "string"
},
"country": {
"type": "boolean"
},
"create_date": {
"type": "string"
},
"display_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"is_blacklisted": {
"type": "boolean"
},
"lost_reason": {
"type": "boolean"
},
"message_attachment_count": {
"type": "integer"
},
"message_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"street4": {
"type": "boolean"
},
"tag_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"type": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -13,34 +13,6 @@
"message": {
"type": "object",
"properties": {
"annotations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"url_citation": {
"type": "object",
"properties": {
"end_index": {
"type": "integer"
},
"start_index": {
"type": "integer"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
}
}
}
}
},
"content": {
"type": "string"
},
@@ -53,5 +25,5 @@
}
}
},
"version": 1
"version": 2
}

View File

@@ -1,40 +1,35 @@
{
"type": "object",
"properties": {
"item": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"notes": {
"type": "array",
"items": {
"type": "string"
}
},
"owner": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"notes": {
"type": "array",
"items": {
"type": "string"
}
},
"owner": {
"type": "object",
"properties": {
"id": {
"type": "integer"
}
}
},
"type": {
"type": "string"
},
"visible_to": {
"type": "integer"
}
}
},
"result_score": {
"type": "number"
},
"type": {
"type": "string"
},
"visible_to": {
"type": "integer"
}
},
"version": 1
"version": 2
}

View File

@@ -1,12 +1,6 @@
{
"type": "object",
"properties": {
"custom_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"emails": {
"type": "array",
"items": {
@@ -25,17 +19,6 @@
"type": "string"
}
},
"organization": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
}
},
"owner": {
"type": "object",
"properties": {
@@ -63,5 +46,5 @@
"type": "integer"
}
},
"version": 2
"version": 3
}

View File

@@ -0,0 +1,15 @@
{
"type": "object",
"properties": {
"api_id": {
"type": "string"
},
"message": {
"type": "string"
},
"request_uuid": {
"type": "string"
}
},
"version": 1
}

View File

@@ -19,9 +19,6 @@
"other_account": {
"type": "string"
},
"subt_nat_amount": {
"type": "string"
},
"tx_date": {
"type": "string"
},
@@ -29,5 +26,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -12,9 +12,9 @@
}
}
},
"Name": {
"Id": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -12,9 +12,12 @@
}
}
},
"Name": {
"Id": {
"type": "string"
},
"Probability": {
"type": "integer"
}
},
"version": 2
"version": 3
}

View File

@@ -15,9 +15,12 @@
"Id": {
"type": "string"
},
"Priority": {
"type": "string"
},
"Status": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,30 @@
{
"type": "object",
"properties": {
"_archived": {
"type": "boolean"
},
"_creator": {
"type": "string"
},
"_ctime": {
"type": "string"
},
"_id": {
"type": "string"
},
"_last_modifier": {
"type": "string"
},
"_locked": {
"type": "null"
},
"_locked_by": {
"type": "null"
},
"_mtime": {
"type": "string"
}
},
"version": 1
}

View File

@@ -16,9 +16,6 @@
"sys_created_on": {
"type": "string"
},
"sys_id": {
"type": "string"
},
"sys_mod_count": {
"type": "string"
},
@@ -32,5 +29,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -1,6 +1,9 @@
{
"type": "object",
"properties": {
"app_id": {
"type": "string"
},
"blocks": {
"type": "array",
"items": {
@@ -24,6 +27,9 @@
},
"type": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
}
@@ -40,10 +46,50 @@
}
}
},
"client_msg_id": {
"bot_id": {
"type": "string"
},
"subtype": {
"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"
},
"team": {
@@ -62,5 +108,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -97,6 +97,9 @@
},
"updated": {
"type": "integer"
},
"user_id": {
"type": "string"
}
}
},
@@ -124,5 +127,5 @@
"type": "boolean"
}
},
"version": 1
"version": 2
}

View File

@@ -1,6 +1,9 @@
{
"type": "object",
"properties": {
"code": {
"type": "integer"
},
"signal": {
"type": "null"
},
@@ -11,5 +14,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -0,0 +1,32 @@
{
"type": "object",
"properties": {
"attributes": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"heading": {
"type": "string"
},
"primaryText": {
"type": "string"
},
"slug": {
"type": "string"
},
"updatedAt": {
"type": "string"
}
}
},
"id": {
"type": "integer"
}
},
"version": 1
}

View File

@@ -7,9 +7,6 @@
"createdAt": {
"type": "string"
},
"scene_id": {
"type": "integer"
},
"updatedAt": {
"type": "string"
}
@@ -19,5 +16,5 @@
"type": "integer"
}
},
"version": 1
"version": 2
}

View File

@@ -10,6 +10,29 @@
"accent_color_id": {
"type": "integer"
},
"accepted_gift_types": {
"type": "object",
"properties": {
"limited_gifts": {
"type": "boolean"
},
"premium_subscription": {
"type": "boolean"
},
"unique_gifts": {
"type": "boolean"
},
"unlimited_gifts": {
"type": "boolean"
}
}
},
"active_usernames": {
"type": "array",
"items": {
"type": "string"
}
},
"can_send_gift": {
"type": "boolean"
},
@@ -24,9 +47,12 @@
},
"type": {
"type": "string"
},
"username": {
"type": "string"
}
}
}
},
"version": 2
"version": 3
}

View File

@@ -7,6 +7,9 @@
"result": {
"type": "object",
"properties": {
"is_anonymous": {
"type": "boolean"
},
"status": {
"type": "string"
},
@@ -25,6 +28,9 @@
"language_code": {
"type": "string"
},
"last_name": {
"type": "string"
},
"username": {
"type": "string"
}
@@ -33,5 +39,5 @@
}
}
},
"version": 2
"version": 3
}

View File

@@ -21,9 +21,6 @@
},
"type": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
@@ -76,5 +73,5 @@
}
}
},
"version": 1
"version": 2
}

View File

@@ -16,6 +16,9 @@
"id": {
"type": "integer"
},
"last_name": {
"type": "string"
},
"type": {
"type": "string"
},
@@ -73,5 +76,5 @@
}
}
},
"version": 1
"version": 2
}

View File

@@ -4,6 +4,9 @@
"closed": {
"type": "boolean"
},
"color": {
"type": "null"
},
"datasource": {
"type": "object",
"properties": {
@@ -21,6 +24,9 @@
"name": {
"type": "string"
},
"softLimit": {
"type": "null"
},
"subscribed": {
"type": "boolean"
},
@@ -28,5 +34,5 @@
"type": "null"
}
},
"version": 2
"version": 3
}

View File

@@ -29,6 +29,9 @@
"checkItemsChecked": {
"type": "integer"
},
"checkItemsEarliestDue": {
"type": "null"
},
"comments": {
"type": "integer"
},
@@ -61,6 +64,9 @@
}
}
},
"cardRole": {
"type": "null"
},
"checkItemStates": {
"type": "array",
"items": {
@@ -87,6 +93,9 @@
"idPlugin": {
"type": "null"
},
"idUploadedBackground": {
"type": "null"
},
"size": {
"type": "string"
}
@@ -142,6 +151,9 @@
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"id": {
"type": "string"
},
@@ -191,5 +203,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -174,6 +174,12 @@
"type": "integer"
}
},
"class_list": {
"type": "array",
"items": {
"type": "string"
}
},
"comment_status": {
"type": "string"
},
@@ -272,5 +278,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -79,12 +79,6 @@
"$state": {
"type": "string"
},
"Assistant": {
"type": "null"
},
"Asst_Phone": {
"type": "null"
},
"Created_By": {
"type": "object",
"properties": {
@@ -134,12 +128,6 @@
"Modified_Time": {
"type": "string"
},
"Other_Street": {
"type": "null"
},
"Other_Zip": {
"type": "null"
},
"Owner": {
"type": "object",
"properties": {
@@ -154,12 +142,23 @@
}
}
},
"Unsubscribed_Mode": {
"type": "null"
"Tag": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"Unsubscribed_Time": {
"Vendor_Name": {
"type": "null"
}
},
"version": 2
"version": 3
}

View File

@@ -1,87 +1,6 @@
{
"type": "object",
"properties": {
"$approval": {
"type": "object",
"properties": {
"approve": {
"type": "boolean"
},
"delegate": {
"type": "boolean"
},
"reject": {
"type": "boolean"
},
"resubmit": {
"type": "boolean"
},
"takeover": {
"type": "boolean"
}
}
},
"$approval_state": {
"type": "string"
},
"$approved": {
"type": "boolean"
},
"$converted": {
"type": "boolean"
},
"$currency_symbol": {
"type": "string"
},
"$editable": {
"type": "boolean"
},
"$field_states": {
"type": "null"
},
"$in_merge": {
"type": "boolean"
},
"$layout_id": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"$locked_for_me": {
"type": "boolean"
},
"$process_flow": {
"type": "boolean"
},
"$review": {
"type": "null"
},
"$review_process": {
"type": "object",
"properties": {
"approve": {
"type": "boolean"
},
"reject": {
"type": "boolean"
},
"resubmit": {
"type": "boolean"
}
}
},
"$state": {
"type": "string"
},
"Email_Opt_Out": {
"type": "boolean"
},
"Full_Name": {
"type": "string"
},
@@ -91,26 +10,6 @@
"Last_Name": {
"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": {
@@ -124,27 +23,7 @@
"type": "string"
}
}
},
"Tag": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"Unsubscribed_Mode": {
"type": "null"
},
"Unsubscribed_Time": {
"type": "null"
}
},
"version": 1
"version": 2
}

View File

@@ -19,9 +19,6 @@
"start_time": {
"type": "string"
},
"supportGoLive": {
"type": "boolean"
},
"timezone": {
"type": "string"
},
@@ -35,5 +32,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}