mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore: NODE-3065 - Generate Schema Files (no-changelog) (#15893)
This commit is contained in:
21
packages/nodes-base/nodes/Adalo/__schema__/v1.0.0/collection/getAll.json
vendored
Normal file
21
packages/nodes-base/nodes/Adalo/__schema__/v1.0.0/collection/getAll.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"deleted_TS": {
|
||||
"type": "null"
|
||||
},
|
||||
"dropbox_thumbnailURL": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -31,6 +31,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"sessionId": {
|
||||
"type": "string"
|
||||
},
|
||||
"warnings": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -41,7 +44,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"windowId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
9
packages/nodes-base/nodes/Airtop/__schema__/v1.0.0/session/create.json
vendored
Normal file
9
packages/nodes-base/nodes/Airtop/__schema__/v1.0.0/session/create.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sessionId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
40
packages/nodes-base/nodes/Airtop/__schema__/v1.0.0/window/create.json
vendored
Normal file
40
packages/nodes-base/nodes/Airtop/__schema__/v1.0.0/window/create.json
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"liveViewUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetId": {
|
||||
"type": "string"
|
||||
},
|
||||
"windowId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"type": "null"
|
||||
},
|
||||
"meta": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"requestId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sessionId": {
|
||||
"type": "string"
|
||||
},
|
||||
"warnings": {
|
||||
"type": "null"
|
||||
},
|
||||
"windowId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -7,9 +7,12 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ChecksumAlgorithm": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumType": {
|
||||
"type": "string"
|
||||
},
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -17,5 +23,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ChecksumAlgorithm": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumType": {
|
||||
"type": "string"
|
||||
},
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -17,5 +23,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -21,10 +21,7 @@
|
||||
},
|
||||
"photoUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"pronouns": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -15,7 +15,29 @@
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"type_config": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
14
packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/sendAndWait.json
vendored
Normal file
14
packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/sendAndWait.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"approved": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -1,9 +1,39 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"contentHash": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentSize": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"isDownloadable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lastModifiedClient": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModifiedServer": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathDisplay": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathLower": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -13,6 +13,20 @@
|
||||
"country": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"qualification": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -53,5 +67,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
50
packages/nodes-base/nodes/Dropcontact/__schema__/v1.0.0/contact/fetchRequest.json
vendored
Normal file
50
packages/nodes-base/nodes/Dropcontact/__schema__/v1.0.0/contact/fetchRequest.json
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"civility": {
|
||||
"type": "string"
|
||||
},
|
||||
"company": {
|
||||
"type": "string"
|
||||
},
|
||||
"company_linkedin": {
|
||||
"type": "string"
|
||||
},
|
||||
"country": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"qualification": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"full_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkedin": {
|
||||
"type": "string"
|
||||
},
|
||||
"nb_employees": {
|
||||
"type": "string"
|
||||
},
|
||||
"website": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -39,15 +39,9 @@
|
||||
"messageTime": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rejected": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -7,21 +7,33 @@
|
||||
"amountMicros": {
|
||||
"type": "string"
|
||||
},
|
||||
"averageCpm": {
|
||||
"type": "number"
|
||||
},
|
||||
"costMicros": {
|
||||
"type": "string"
|
||||
},
|
||||
"ctr": {
|
||||
"type": "number"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"impressions": {
|
||||
"type": "string"
|
||||
},
|
||||
"interactionRate": {
|
||||
"type": "number"
|
||||
},
|
||||
"interactions": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"optimizationScore": {
|
||||
"type": "number"
|
||||
},
|
||||
"period": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -35,5 +47,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -3,10 +3,7 @@
|
||||
"properties": {
|
||||
"date": {
|
||||
"type": "string"
|
||||
},
|
||||
"sessions": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -47,9 +47,6 @@
|
||||
"organizer": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -90,5 +87,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
"sender": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -27,8 +30,34 @@
|
||||
"space": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"lastActiveTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"membershipCount": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"joinedDirectHumanUserCount": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"spaceHistoryState": {
|
||||
"type": "string"
|
||||
},
|
||||
"spaceThreadingState": {
|
||||
"type": "string"
|
||||
},
|
||||
"spaceType": {
|
||||
"type": "string"
|
||||
},
|
||||
"spaceUri": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -44,5 +73,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -290,6 +290,9 @@
|
||||
"starred": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"thumbnailLink": {
|
||||
"type": "string"
|
||||
},
|
||||
"thumbnailVersion": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -315,5 +318,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -12,13 +12,7 @@
|
||||
},
|
||||
"_updateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"chat_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastInteraction": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,18 +1,30 @@
|
||||
{
|
||||
"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": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -80,12 +80,6 @@
|
||||
"to": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-gm-message-state": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-google-dkim-signature": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-google-smtp-source": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -147,5 +141,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -1,18 +1,30 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"historyId": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -9,15 +12,27 @@
|
||||
"items": {
|
||||
"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"
|
||||
}
|
||||
@@ -25,5 +40,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -4,285 +4,18 @@
|
||||
"agent_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"appointment_type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"attachment_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"category_1": {
|
||||
"type": "string"
|
||||
},
|
||||
"category_2": {
|
||||
"type": "string"
|
||||
},
|
||||
"category_3": {
|
||||
"type": "string"
|
||||
},
|
||||
"category_4": {
|
||||
"type": "string"
|
||||
},
|
||||
"child_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"client_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"client_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"cost": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dateoccurred": {
|
||||
"type": "string"
|
||||
},
|
||||
"deadlinedate": {
|
||||
"type": "string"
|
||||
},
|
||||
"department_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"details": {
|
||||
"type": "string"
|
||||
},
|
||||
"emailcclist": {
|
||||
"type": "string"
|
||||
},
|
||||
"emailtolist": {
|
||||
"type": "string"
|
||||
},
|
||||
"enduserstatus": {
|
||||
"type": "integer"
|
||||
},
|
||||
"estimatedays": {
|
||||
"type": "integer"
|
||||
},
|
||||
"excludefromsla": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"fixbydate": {
|
||||
"type": "string"
|
||||
},
|
||||
"flagged": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"guid": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"idsummary": {
|
||||
"type": "string"
|
||||
},
|
||||
"impact": {
|
||||
"type": "integer"
|
||||
},
|
||||
"impactlevel": {
|
||||
"type": "integer"
|
||||
},
|
||||
"inactive": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"invoiceseperatelyoverride": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isimportantcontact": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"itil_requesttype_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_update": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastactiondate": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastincomingemail": {
|
||||
"type": "string"
|
||||
},
|
||||
"matched_kb_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"maximumRestrictedPriority": {
|
||||
"type": "integer"
|
||||
},
|
||||
"merged_into_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"notuseful_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"onhold": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"oppcompanyname": {
|
||||
"type": "string"
|
||||
},
|
||||
"oppvalueadjusted": {
|
||||
"type": "integer"
|
||||
},
|
||||
"organisation_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"pipeline_stage_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"priority_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"projectinternaltask": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"purchaseordernumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"read": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"release_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"release_important": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"release2_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"release3_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"releasenotegroup_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"reportedby": {
|
||||
"type": "string"
|
||||
},
|
||||
"respondbydate": {
|
||||
"type": "string"
|
||||
},
|
||||
"responsedate": {
|
||||
"type": "string"
|
||||
},
|
||||
"reviewed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"section_timezone": {
|
||||
"type": "string"
|
||||
},
|
||||
"servicestatusnote": {
|
||||
"type": "string"
|
||||
},
|
||||
"site_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"site_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"site_timezone": {
|
||||
"type": "string"
|
||||
},
|
||||
"sla_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"slaresponsestate": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "integer"
|
||||
},
|
||||
"starttime": {
|
||||
"type": "string"
|
||||
},
|
||||
"starttimeslot": {
|
||||
"type": "integer"
|
||||
},
|
||||
"status_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"supplier_status": {
|
||||
"type": "integer"
|
||||
},
|
||||
"table": {
|
||||
"type": "integer"
|
||||
},
|
||||
"targetdate": {
|
||||
"type": "string"
|
||||
},
|
||||
"targettime": {
|
||||
"type": "string"
|
||||
},
|
||||
"targettimeslot": {
|
||||
"type": "integer"
|
||||
},
|
||||
"team": {
|
||||
"type": "string"
|
||||
},
|
||||
"ticket_tags": {
|
||||
"type": "string"
|
||||
},
|
||||
"ticketage": {
|
||||
"type": "number"
|
||||
},
|
||||
"tickettype_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updateservicestatus": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"urgency": {
|
||||
"type": "integer"
|
||||
},
|
||||
"use": {
|
||||
"type": "string"
|
||||
},
|
||||
"useful_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"user_email": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"user_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"userdef1": {
|
||||
"type": "string"
|
||||
},
|
||||
"userdef2": {
|
||||
"type": "string"
|
||||
},
|
||||
"userdef3": {
|
||||
"type": "string"
|
||||
},
|
||||
"userdef4": {
|
||||
"type": "string"
|
||||
},
|
||||
"userdef5": {
|
||||
"type": "string"
|
||||
},
|
||||
"workflow_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"workflow_step": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -45,9 +45,6 @@
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updatedByUserId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"useTimestampAsPersistenceTimestamp": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -76,5 +73,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -14,6 +14,49 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"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"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updatedByUserId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dealstage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"source": {
|
||||
@@ -36,6 +79,9 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"requestId": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -48,6 +94,9 @@
|
||||
"updatedByUserId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"useTimestampAsPersistenceTimestamp": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -57,7 +106,21 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"stateChanges": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"changeFlag": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
"createdate": {
|
||||
"type": "string"
|
||||
},
|
||||
"dealname": {
|
||||
"type": "string"
|
||||
},
|
||||
"hs_lastmodifieddate": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -31,5 +28,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -12,67 +12,7 @@
|
||||
},
|
||||
"portalId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"properties": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"subject": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"persistenceTimestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"sourceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceVid": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
26
packages/nodes-base/nodes/JinaAI/__schema__/v1.0.0/reader/read.json
vendored
Normal file
26
packages/nodes-base/nodes/JinaAI/__schema__/v1.0.0/reader/read.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"usage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"tokens": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -7,6 +7,20 @@
|
||||
"fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"aggregateprogress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"progress": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"aggregatetimeoriginalestimate": {
|
||||
"type": "null"
|
||||
},
|
||||
"attachment": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -82,6 +96,415 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"comment": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"comments": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"author": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountType": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatarUrls": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"16x16": {
|
||||
"type": "string"
|
||||
},
|
||||
"24x24": {
|
||||
"type": "string"
|
||||
},
|
||||
"32x32": {
|
||||
"type": "string"
|
||||
},
|
||||
"48x48": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"body": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"jsdPublic": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"updateAuthor": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountType": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatarUrls": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"16x16": {
|
||||
"type": "string"
|
||||
},
|
||||
"24x24": {
|
||||
"type": "string"
|
||||
},
|
||||
"32x32": {
|
||||
"type": "string"
|
||||
},
|
||||
"48x48": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"updated": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"maxResults": {
|
||||
"type": "integer"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"startAt": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"created": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"issuelinks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"outwardIssue": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"issuetype": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"avatarId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"entityId": {
|
||||
"type": "string"
|
||||
},
|
||||
"hierarchyLevel": {
|
||||
"type": "integer"
|
||||
},
|
||||
"iconUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"subtask": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"priority": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"iconUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"iconUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"statusCategory": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"colorName": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"summary": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"inward": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"outward": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"progress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"progress": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"project": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -165,6 +588,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
"type": "null"
|
||||
},
|
||||
"status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -205,9 +631,183 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"issuetype": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"avatarId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"entityId": {
|
||||
"type": "string"
|
||||
},
|
||||
"hierarchyLevel": {
|
||||
"type": "integer"
|
||||
},
|
||||
"iconUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"subtask": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"priority": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"iconUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"iconUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"statusCategory": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"colorName": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"summary": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeestimate": {
|
||||
"type": "null"
|
||||
},
|
||||
"timeoriginalestimate": {
|
||||
"type": "null"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"worklog": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -257,9 +857,6 @@
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"emailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -324,9 +921,6 @@
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"emailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -342,6 +936,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"workratio": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -355,5 +952,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -7,115 +7,6 @@
|
||||
"fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"progress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"progress": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
@@ -171,5 +62,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -21,10 +21,7 @@
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkedinUrl": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
30
packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/lead/get.json
vendored
Normal file
30
packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/lead/get.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"campaignId": {
|
||||
"type": "string"
|
||||
},
|
||||
"companyName": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"isPaused": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"phone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -1,15 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "integer"
|
||||
},
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"status",
|
||||
"message"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,6 +7,17 @@
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -31,5 +42,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"userPrincipalName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -4,6 +4,17 @@
|
||||
"createdBy": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"application": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -50,12 +61,20 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModifiedBy": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"application": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -100,13 +119,7 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"webUrl": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -75,20 +75,6 @@
|
||||
"properties": {
|
||||
"childCount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"view": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sortBy": {
|
||||
"type": "string"
|
||||
},
|
||||
"sortOrder": {
|
||||
"type": "string"
|
||||
},
|
||||
"viewType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -178,5 +164,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -81,12 +81,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"webLink": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -24,9 +24,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": {
|
||||
@@ -49,9 +85,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": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -27,14 +27,6 @@
|
||||
"conversationId": {
|
||||
"type": "string"
|
||||
},
|
||||
"flag": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"flagStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -57,34 +49,9 @@
|
||||
"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": {
|
||||
@@ -100,29 +67,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"toRecipients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
39
packages/nodes-base/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/create.json
vendored
Normal file
39
packages/nodes-base/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/create.json
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"connection": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentCrc64": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentLength": {
|
||||
"type": "integer"
|
||||
},
|
||||
"contentMd5": {
|
||||
"type": "string"
|
||||
},
|
||||
"date": {
|
||||
"type": "string"
|
||||
},
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModified": {
|
||||
"type": "string"
|
||||
},
|
||||
"requestId": {
|
||||
"type": "string"
|
||||
},
|
||||
"requestServerEncrypted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"server": {
|
||||
"type": "string"
|
||||
},
|
||||
"version": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
44
packages/nodes-base/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/get.json
vendored
Normal file
44
packages/nodes-base/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/get.json
vendored
Normal 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
|
||||
}
|
||||
@@ -15,31 +15,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"completedDateTime": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
"categories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"dueDateTime": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -62,5 +46,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"activeRegionNum": {
|
||||
"type": "integer"
|
||||
},
|
||||
"beginTime": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -49,5 +46,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,162 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"in_trash": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_inline": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last_edited_by": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"last_edited_time": {
|
||||
"name": {
|
||||
"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": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -3,10 +3,7 @@
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -1,18 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"contact_address_complete": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_company": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,21 +1,9 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
@@ -24,34 +12,7 @@
|
||||
},
|
||||
"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": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -13,6 +13,34 @@
|
||||
"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"
|
||||
},
|
||||
@@ -25,5 +53,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"custom_fields": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"emails": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -46,5 +52,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
9
packages/nodes-base/nodes/QuickBase/__schema__/v1.0.0/record/getAll.json
vendored
Normal file
9
packages/nodes-base/nodes/QuickBase/__schema__/v1.0.0/record/getAll.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"NSN": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -19,6 +19,9 @@
|
||||
"other_account": {
|
||||
"type": "string"
|
||||
},
|
||||
"subt_nat_amount": {
|
||||
"type": "string"
|
||||
},
|
||||
"tx_date": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -26,5 +29,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
21
packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/download.json
vendored
Normal file
21
packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/download.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"Key": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModified": {
|
||||
"type": "string"
|
||||
},
|
||||
"Size": {
|
||||
"type": "string"
|
||||
},
|
||||
"StorageClass": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -11,10 +11,7 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -15,12 +15,9 @@
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -14,10 +14,7 @@
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Probability": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -11,10 +11,7 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,9 +1,256 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
"line_items": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"admin_graphql_api_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"current_quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"discount_allocations": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "string"
|
||||
},
|
||||
"amount_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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"discount_application_index": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"duties": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"admin_graphql_api_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"price_set": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"presentment_money": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "string"
|
||||
},
|
||||
"currency_code": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shop_money": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "string"
|
||||
},
|
||||
"currency_code": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"fulfillable_quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"fulfillment_service": {
|
||||
"type": "string"
|
||||
},
|
||||
"gift_card": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"grams": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"price": {
|
||||
"type": "string"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"product_exists": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"properties": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"requires_shipping": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"tax_lines": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"channel_liable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"price": {
|
||||
"type": "string"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"taxable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"total_discount": {
|
||||
"type": "string"
|
||||
},
|
||||
"total_discount_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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"vendor": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"total_price": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"app_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"blocks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -27,9 +24,6 @@
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -46,49 +40,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"bot_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot_profile": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"app_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"deleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"icons": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"image_36": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_48": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_72": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"team_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
},
|
||||
"user_id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"client_msg_id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -108,5 +59,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -1,9 +1,175 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"member": {
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"deleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_admin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_app_user": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_bot": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_email_confirmed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_owner": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_primary_owner": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_restricted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_ultra_restricted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"profile": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"always_active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"api_app_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"avatar_hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"fields": {
|
||||
"type": "null"
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"huddle_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"huddle_state_expiration_ts": {
|
||||
"type": "integer"
|
||||
},
|
||||
"image_1024": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_192": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_24": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_32": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_48": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_512": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_72": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_original": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_custom_image": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"phone": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"skype": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_emoji": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_emoji_display_info": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"display_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"emoji_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"unicode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"status_expiration": {
|
||||
"type": "integer"
|
||||
},
|
||||
"status_text": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_text_canonical": {
|
||||
"type": "string"
|
||||
},
|
||||
"team": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"real_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"team_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"tz": {
|
||||
"type": "string"
|
||||
},
|
||||
"tz_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"tz_offset": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
},
|
||||
"who_can_share_contact_card": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -97,9 +97,6 @@
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
},
|
||||
"user_id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -127,5 +124,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -9,12 +9,6 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"encoding": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_binary": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"label": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -27,9 +21,6 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"udh": {
|
||||
"type": "null"
|
||||
}
|
||||
@@ -43,5 +34,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -4,9 +4,18 @@
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_from_user": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -16,5 +25,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -28,9 +28,6 @@
|
||||
"language_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -39,5 +36,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -56,5 +59,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
14
packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendAndWait.json
vendored
Normal file
14
packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendAndWait.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"text": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -21,32 +21,15 @@
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"date": {
|
||||
"type": "integer"
|
||||
},
|
||||
"entities": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"length": {
|
||||
"type": "integer"
|
||||
},
|
||||
"offset": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -73,5 +56,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -16,14 +16,8 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -76,5 +70,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
"closed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"color": {
|
||||
"type": "null"
|
||||
},
|
||||
"datasource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -34,5 +31,5 @@
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -64,9 +64,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"cardRole": {
|
||||
"type": "null"
|
||||
},
|
||||
"checkItemStates": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -203,5 +200,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"author_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"conversation_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"edit_history_tweet_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -14,5 +20,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -174,12 +174,6 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"class_list": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"comment_status": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -278,5 +272,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -155,10 +155,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Vendor_Name": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -1,6 +1,87 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Full_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -10,6 +91,9 @@
|
||||
"Last_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -23,7 +107,21 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user