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": { "crunchbase_uuid": {
"type": "null" "type": "null"
}, },
"domain": {
"type": "string"
},
"domains": { "domains": {
"type": "array", "type": "array",
"items": { "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", "type": "object",
"properties": { "properties": {
"sessionId": { "data": {
"type": "object",
"properties": {
"cdpUrl": {
"type": "string" "type": "string"
},
"cdpWsUrl": {
"type": "string"
},
"chromedriverUrl": {
"type": "string"
},
"configuration": {
"type": "object",
"properties": {
"timeoutMinutes": {
"type": "integer"
}
} }
}, },
"version": 1 "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": 2
} }

View File

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

View File

@@ -29,12 +29,9 @@
"sessionId": { "sessionId": {
"type": "string" "type": "string"
}, },
"warnings": {
"type": "null"
},
"windowId": { "windowId": {
"type": "string" "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": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"firstName": {
"type": "string"
},
"hireDate": { "hireDate": {
"type": "string" "type": "string"
}, },
"id": { "id": {
"type": "string" "type": "string"
},
"lastName": {
"type": "string"
} }
} }
} }
@@ -39,5 +33,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

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

View File

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

View File

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

View File

@@ -13,6 +13,79 @@
"id": { "id": {
"type": "string" "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": { "name": {
"type": "string" "type": "string"
}, },
@@ -43,5 +116,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 2 "version": 3
} }

View File

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

View File

@@ -3,7 +3,10 @@
"properties": { "properties": {
"id": { "id": {
"type": "string" "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", "type": "object",
"properties": { "properties": {
"contentHash": {
"type": "string"
},
"contentSize": {
"type": "integer"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"isDownloadable": {
"type": "boolean"
},
"lastModifiedClient": {
"type": "string"
},
"lastModifiedServer": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
@@ -28,12 +13,9 @@
"pathLower": { "pathLower": {
"type": "string" "type": "string"
}, },
"rev": {
"type": "string"
},
"type": { "type": {
"type": "string" "type": "string"
} }
}, },
"version": 3 "version": 4
} }

View File

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

View File

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

View File

@@ -39,15 +39,9 @@
"messageTime": { "messageTime": {
"type": "integer" "type": "integer"
}, },
"rejected": {
"type": "array",
"items": {
"type": "string"
}
},
"response": { "response": {
"type": "string" "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", "type": "object",
"properties": { "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": { "name": {
"type": "string" "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": { "execute_filemode": {
"type": "boolean" "type": "boolean"
}, },
"file_name": {
"type": "string"
},
"file_path": { "file_path": {
"type": "string" "type": "string"
}, },
@@ -32,5 +35,5 @@
"type": "integer" "type": "integer"
} }
}, },
"version": 2 "version": 3
} }

View File

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

View File

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

View File

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

View File

@@ -16,6 +16,9 @@
"sender": { "sender": {
"type": "object", "type": "object",
"properties": { "properties": {
"displayName": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
@@ -27,8 +30,34 @@
"space": { "space": {
"type": "object", "type": "object",
"properties": { "properties": {
"lastActiveTime": {
"type": "string"
},
"membershipCount": {
"type": "object",
"properties": {
"joinedDirectHumanUserCount": {
"type": "integer"
}
}
},
"name": { "name": {
"type": "string" "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": { "name": {
"type": "string" "type": "string"
},
"sender": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"domainId": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
} }
}, },
"space": { "version": 2
"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
} }

View File

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

View File

@@ -7,9 +7,29 @@
"etag": { "etag": {
"type": "string" "type": "string"
}, },
"names": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"displayNameLastFirst": {
"type": "string"
},
"familyName": {
"type": "string"
},
"givenName": {
"type": "string"
},
"unstructuredName": {
"type": "string"
}
}
},
"resourceName": { "resourceName": {
"type": "string" "type": "string"
} }
}, },
"version": 3 "version": 4
} }

View File

@@ -16,6 +16,9 @@
"canChangeCopyRequiresWriterPermission": { "canChangeCopyRequiresWriterPermission": {
"type": "boolean" "type": "boolean"
}, },
"canChangeItemDownloadRestriction": {
"type": "boolean"
},
"canChangeSecurityUpdateEnabled": { "canChangeSecurityUpdateEnabled": {
"type": "boolean" "type": "boolean"
}, },
@@ -108,6 +111,33 @@
"createdTime": { "createdTime": {
"type": "string" "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": { "explicitlyTrashed": {
"type": "boolean" "type": "boolean"
}, },
@@ -290,6 +320,9 @@
"starred": { "starred": {
"type": "boolean" "type": "boolean"
}, },
"thumbnailLink": {
"type": "string"
},
"thumbnailVersion": { "thumbnailVersion": {
"type": "string" "type": "string"
}, },
@@ -315,5 +348,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"version": 3 "version": 4
} }

View File

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

View File

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

View File

@@ -1,79 +1,18 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"agreedToTerms": {
"type": "boolean"
},
"archived": {
"type": "boolean"
},
"changePasswordAtNextLogin": {
"type": "boolean"
},
"creationTime": { "creationTime": {
"type": "string" "type": "string"
}, },
"customerId": {
"type": "string"
},
"emails": {
"type": "array",
"items": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"primary": {
"type": "boolean"
}
}
}
},
"etag": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"includeInGlobalAddressList": {
"type": "boolean"
},
"ipWhitelisted": {
"type": "boolean"
},
"isAdmin": { "isAdmin": {
"type": "boolean" "type": "boolean"
}, },
"isDelegatedAdmin": {
"type": "boolean"
},
"isEnforcedIn2Sv": {
"type": "boolean"
},
"isEnrolledIn2Sv": {
"type": "boolean"
},
"isMailboxSetup": {
"type": "boolean"
},
"kind": { "kind": {
"type": "string" "type": "string"
}, },
"languages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"languageCode": {
"type": "string"
},
"preference": {
"type": "string"
}
}
}
},
"lastLoginTime": { "lastLoginTime": {
"type": "string" "type": "string"
}, },
@@ -91,9 +30,6 @@
} }
} }
}, },
"orgUnitPath": {
"type": "string"
},
"primaryEmail": { "primaryEmail": {
"type": "string" "type": "string"
}, },
@@ -101,5 +37,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"version": 1 "version": 2
} }

View File

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

View File

@@ -1,24 +1,24 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"date": { "From": {
"type": "string" "type": "string"
}, },
"from": { "historyId": {
"type": "object",
"properties": {
"html": {
"type": "string" "type": "string"
}, },
"text": { "id": {
"type": "string" "type": "string"
}, },
"value": { "internalDate": {
"type": "string"
},
"labels": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"address": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
@@ -26,126 +26,30 @@
} }
} }
} }
}
}
}, },
"headers": { "payload": {
"type": "object", "type": "object",
"properties": { "properties": {
"arc-authentication-results": { "mimeType": {
"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" "type": "string"
} }
} }
}, },
"id": {
"type": "string"
},
"labelIds": {
"type": "array",
"items": {
"type": "string"
}
},
"messageId": {
"type": "string"
},
"sizeEstimate": { "sizeEstimate": {
"type": "integer" "type": "integer"
}, },
"subject": { "snippet": {
"type": "string" "type": "string"
}, },
"text": { "Subject": {
"type": "string"
},
"textAsHtml": {
"type": "string" "type": "string"
}, },
"threadId": { "threadId": {
"type": "string" "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" "type": "string"
} }
}
}
}
}
}
}, },
"version": 4 "version": 5
} }

View File

@@ -1,9 +1,6 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"due": {
"type": "string"
},
"etag": { "etag": {
"type": "string" "type": "string"
}, },
@@ -30,6 +27,9 @@
} }
} }
}, },
"notes": {
"type": "string"
},
"position": { "position": {
"type": "string" "type": "string"
}, },
@@ -49,5 +49,5 @@
"type": "string" "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": { "friendly_name": {
"type": "string" "type": "string"
},
"state_class": {
"type": "string"
},
"unit_of_measurement": {
"type": "string"
} }
} }
}, },
@@ -42,5 +36,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

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

View File

@@ -9,263 +9,7 @@
}, },
"portalId": { "portalId": {
"type": "integer" "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": { "version": 6
"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
} }

View File

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

View File

@@ -12,7 +12,73 @@
}, },
"portalId": { "portalId": {
"type": "integer" "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"
} }
}, },
"version": 4 "timestamp": {
"type": "integer"
},
"value": {
"type": "string"
}
}
}
}
}
}
}
}
},
"version": 5
} }

View File

@@ -12,7 +12,67 @@
}, },
"portalId": { "portalId": {
"type": "integer" "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": { "description": {
"type": "string" "type": "string"
}, },
"metadata": {
"type": "object",
"properties": {
"og:description": {
"type": "string"
}
}
},
"title": { "title": {
"type": "string" "type": "string"
}, },
@@ -22,5 +30,5 @@
} }
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -4,6 +4,126 @@
"expand": { "expand": {
"type": "string" "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": { "id": {
"type": "string" "type": "string"
}, },
@@ -14,5 +134,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 5 "version": 6
} }

View File

@@ -4,6 +4,267 @@
"expand": { "expand": {
"type": "string" "type": "string"
}, },
"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": {
"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"
}
}
},
"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": {
"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"
}
}
}
}
},
"statuscategorychangedate": {
"type": "string"
},
"subtasks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"fields": { "fields": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -110,6 +371,54 @@
"self": { "self": {
"type": "string" "type": "string"
} }
}, }
"version": 5 }
},
"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"
}
}
}
}
},
"id": {
"type": "string"
},
"key": {
"type": "string"
},
"self": {
"type": "string"
}
},
"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": { "email": {
"type": "object", "type": "object",
"properties": { "properties": {
"email": { "status": {
"type": "string" "type": "string"
},
"notFound": {
"type": "boolean"
} }
} }
} }
@@ -26,23 +23,11 @@
"input": { "input": {
"type": "object", "type": "object",
"properties": { "properties": {
"companyDomain": { "email": {
"type": "string"
},
"companyName": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"linkedinUrl": {
"type": "string" "type": "string"
} }
} }
} }
}, },
"version": 1 "version": 2
} }

View File

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

View File

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

View File

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

View File

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

View File

@@ -38,6 +38,9 @@
}, },
"membership": { "membership": {
"type": "string" "type": "string"
},
"transaction_id": {
"type": "string"
} }
} }
}, },
@@ -45,5 +48,5 @@
"type": "string" "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", "type": "object",
"properties": { "properties": {
"base_type": {
"type": "string"
},
"display_name": {
"type": "string"
},
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"display_name": { "table_id": {
"type": "string" "type": "integer"
},
"base_type": {
"type": "string"
}, },
"table_name": { "table_name": {
"type": "string" "type": "string"
} }
}, },
"required": [ "version": 2
"id",
"name",
"base_type",
"table_name",
"schema"
],
"version": 1
} }

View File

@@ -4,12 +4,21 @@
"archived": { "archived": {
"type": "boolean" "type": "boolean"
}, },
"cache_invalidated_at": { "archived_directly": {
"type": "null" "type": "boolean"
}, },
"cache_ttl": { "cache_ttl": {
"type": "null" "type": "null"
}, },
"can_delete": {
"type": "boolean"
},
"can_manage_db": {
"type": "boolean"
},
"can_restore": {
"type": "boolean"
},
"can_run_adhoc_query": { "can_run_adhoc_query": {
"type": "boolean" "type": "boolean"
}, },
@@ -66,9 +75,6 @@
"email": { "email": {
"type": "string" "type": "string"
}, },
"first_name": {
"type": "string"
},
"id": { "id": {
"type": "integer" "type": "integer"
}, },
@@ -77,9 +83,6 @@
}, },
"is_superuser": { "is_superuser": {
"type": "boolean" "type": "boolean"
},
"last_login": {
"type": "string"
} }
} }
}, },
@@ -129,6 +132,64 @@
"last-edit-info": { "last-edit-info": {
"type": "object", "type": "object",
"properties": { "properties": {
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"timestamp": {
"type": "string"
}
}
},
"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": { "email": {
"type": "string" "type": "string"
}, },
@@ -138,8 +199,20 @@
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"timestamp": { "is_qbnewb": {
"type": "boolean"
},
"is_superuser": {
"type": "boolean"
},
"last_login": {
"type": "string" "type": "string"
},
"last_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": { "@odata.context": {
"type": "string" "type": "string"
}, },
"businessPhones": {
"type": "array",
"items": {
"type": "string"
}
},
"department": {
"type": "string"
},
"displayName": { "displayName": {
"type": "string" "type": "string"
}, },
"employeeHireDate": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"mobilePhone": {
"type": "null"
},
"officeLocation": {
"type": "null"
},
"passwordProfile": {
"type": "object",
"properties": {
"forceChangePasswordNextSignIn": {
"type": "boolean"
}
}
},
"preferredLanguage": {
"type": "null"
},
"userPrincipalName": { "userPrincipalName": {
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -3,31 +3,7 @@
"properties": { "properties": {
"@odata.context": { "@odata.context": {
"type": "string" "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", "type": "object",
"properties": { "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": { "createdDateTime": {
"type": "string" "type": "string"
}, },
"eTag": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"lastModifiedBy": {
"type": "object",
"properties": {
"user": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"email": {
"type": "string"
},
"id": {
"type": "string"
}
}
}
}
},
"lastModifiedDateTime": { "lastModifiedDateTime": {
"type": "string" "type": "string"
}, },
"parentReference": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"listId": {
"type": "string"
},
"siteId": {
"type": "string"
}
}
},
"webUrl": { "webUrl": {
"type": "string" "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": { "createdDateTime": {
"type": "string" "type": "string"
}, },
"dueDateTime": {
"type": "object",
"properties": {
"dateTime": {
"type": "string"
},
"timeZone": {
"type": "string"
}
}
},
"hasAttachments": { "hasAttachments": {
"type": "boolean" "type": "boolean"
}, },
@@ -40,5 +57,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 4 "version": 5
} }

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,39 +1,9 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"Day of month": { "path": {
"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": {
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

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

View File

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

View File

@@ -42,39 +42,9 @@
"profile": { "profile": {
"type": "object", "type": "object",
"properties": { "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": { "email": {
"type": "string" "type": "string"
}, },
"employeeNumber": {
"type": "string"
},
"firstName": { "firstName": {
"type": "string" "type": "string"
}, },
@@ -83,12 +53,6 @@
}, },
"login": { "login": {
"type": "string" "type": "string"
},
"manager": {
"type": "string"
},
"title": {
"type": "string"
} }
} }
}, },
@@ -104,5 +68,5 @@
} }
} }
}, },
"version": 1 "version": 2
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -12,9 +12,6 @@
} }
} }
}, },
"Email": {
"type": "string"
},
"Id": { "Id": {
"type": "string" "type": "string"
}, },
@@ -22,5 +19,5 @@
"type": "string" "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", "type": "object",
"properties": { "properties": {
"id": {
"type": "integer"
},
"line_items": { "line_items": {
"type": "array", "type": "array",
"items": { "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": { "fulfillable_quantity": {
"type": "integer" "type": "integer"
}, },
@@ -244,10 +206,7 @@
} }
} }
} }
},
"total_price": {
"type": "string"
} }
}, },
"version": 3 "version": 4
} }

View File

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

View File

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

View File

@@ -1,181 +1,9 @@
{ {
"type": "object", "type": "object",
"properties": { "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" "type": "string"
} }
}, },
"properties": { "version": 2
"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
} }

View File

@@ -1,6 +1,9 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"app_id": {
"type": "string"
},
"blocks": { "blocks": {
"type": "array", "type": "array",
"items": { "items": {
@@ -25,9 +28,6 @@
"type": { "type": {
"type": "string" "type": "string"
}, },
"url": {
"type": "string"
},
"user_id": { "user_id": {
"type": "string" "type": "string"
} }
@@ -49,6 +49,46 @@
"bot_id": { "bot_id": {
"type": "string" "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": { "client_msg_id": {
"type": "string" "type": "string"
}, },
@@ -95,5 +135,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

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