mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore: NODE-3208 - Generate Schema Files (no-changelog) (#16860)
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
36
packages/nodes-base/nodes/Airtop/__schema__/v1.0.0/extraction/getPaginated.json
vendored
Normal file
36
packages/nodes-base/nodes/Airtop/__schema__/v1.0.0/extraction/getPaginated.json
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
52
packages/nodes-base/nodes/Airtop/__schema__/v1.0.0/extraction/scrape.json
vendored
Normal file
52
packages/nodes-base/nodes/Airtop/__schema__/v1.0.0/extraction/scrape.json
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"modelResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"scrapedContent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"contentType": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"requestId": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"usage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"credits": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"canUploadPhoto": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -15,13 +12,7 @@
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"photoUploaded": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"photoUrl": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -21,7 +21,10 @@
|
||||
},
|
||||
"photoUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"supervisor": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
9
packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/download.json
vendored
Normal file
9
packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/download.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -4,6 +4,9 @@
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"deleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"hidden": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -40,5 +43,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -15,29 +15,7 @@
|
||||
},
|
||||
"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": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -39,9 +39,15 @@
|
||||
"messageTime": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rejected": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
50
packages/nodes-base/nodes/Github/__schema__/v1.1.0/file/get.json
vendored
Normal file
50
packages/nodes-base/nodes/Github/__schema__/v1.1.0/file/get.json
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"git": {
|
||||
"type": "string"
|
||||
},
|
||||
"html": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"encoding": {
|
||||
"type": "string"
|
||||
},
|
||||
"git_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"html_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -31,9 +31,6 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"optimizationScore": {
|
||||
"type": "number"
|
||||
},
|
||||
"period": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -47,5 +44,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -24,6 +24,17 @@
|
||||
"reviewId": {
|
||||
"type": "string"
|
||||
},
|
||||
"reviewReply": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"comment": {
|
||||
"type": "string"
|
||||
},
|
||||
"updateTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"starRating": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -31,5 +42,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"end": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -87,5 +90,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
"sender": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -30,34 +27,8 @@
|
||||
"space": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"lastActiveTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"membershipCount": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"joinedDirectHumanUserCount": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"spaceHistoryState": {
|
||||
"type": "string"
|
||||
},
|
||||
"spaceThreadingState": {
|
||||
"type": "string"
|
||||
},
|
||||
"spaceType": {
|
||||
"type": "string"
|
||||
},
|
||||
"spaceUri": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -73,5 +44,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -7,29 +7,9 @@
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"names": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"displayNameLastFirst": {
|
||||
"type": "string"
|
||||
},
|
||||
"familyName": {
|
||||
"type": "string"
|
||||
},
|
||||
"givenName": {
|
||||
"type": "string"
|
||||
},
|
||||
"unstructuredName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"resourceName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -290,9 +290,6 @@
|
||||
"starred": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"thumbnailLink": {
|
||||
"type": "string"
|
||||
},
|
||||
"thumbnailVersion": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -318,5 +315,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_createTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"_id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -14,5 +11,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -12,7 +12,10 @@
|
||||
},
|
||||
"_updateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -4,12 +4,6 @@
|
||||
"adminCreated": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"aliases": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -38,5 +32,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -1,30 +1,18 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"historyId": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"internalDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"sizeEstimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"snippet": {
|
||||
"type": "string"
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -1,55 +1,151 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"From": {
|
||||
"date": {
|
||||
"type": "string"
|
||||
},
|
||||
"historyId": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"internalDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"html": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"payload": {
|
||||
"headers": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"mimeType": {
|
||||
"arc-authentication-results": {
|
||||
"type": "string"
|
||||
},
|
||||
"arc-message-signature": {
|
||||
"type": "string"
|
||||
},
|
||||
"arc-seal": {
|
||||
"type": "string"
|
||||
},
|
||||
"authentication-results": {
|
||||
"type": "string"
|
||||
},
|
||||
"content-type": {
|
||||
"type": "string"
|
||||
},
|
||||
"date": {
|
||||
"type": "string"
|
||||
},
|
||||
"delivered-to": {
|
||||
"type": "string"
|
||||
},
|
||||
"dkim-signature": {
|
||||
"type": "string"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"messageId": {
|
||||
"type": "string"
|
||||
},
|
||||
"sizeEstimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"snippet": {
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"Subject": {
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"textAsHtml": {
|
||||
"type": "string"
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
},
|
||||
"To": {
|
||||
"type": "string"
|
||||
"to": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"html": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -1,30 +1,18 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"historyId": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"internalDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"sizeEstimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"snippet": {
|
||||
"type": "string"
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"historyId": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -12,27 +9,15 @@
|
||||
"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"
|
||||
}
|
||||
@@ -40,5 +25,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"due": {
|
||||
"type": "string"
|
||||
},
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -46,5 +49,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
21
packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/ticket/get.json
vendored
Normal file
21
packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/ticket/get.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"agent_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"details": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetdate": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -33,9 +33,6 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"requestId": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -57,21 +54,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"stateChanges": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"changeFlag": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -13,6 +13,104 @@
|
||||
"properties": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"versions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"requestId": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceUpstreamDeployable": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updatedByUserId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"useTimestampAsPersistenceTimestamp": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"createdate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"versions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"requestId": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceUpstreamDeployable": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updatedByUserId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"useTimestampAsPersistenceTimestamp": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dealname": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -42,12 +140,18 @@
|
||||
"sourceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceUpstreamDeployable": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updatedByUserId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"useTimestampAsPersistenceTimestamp": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -62,9 +166,6 @@
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -88,6 +189,64 @@
|
||||
"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"
|
||||
},
|
||||
@@ -106,21 +265,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"stateChanges": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"changeFlag": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Keyword": {
|
||||
"type": "string"
|
||||
},
|
||||
"row_number": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -4,944 +4,6 @@
|
||||
"expand": {
|
||||
"type": "string"
|
||||
},
|
||||
"fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"aggregateprogress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"progress": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"aggregatetimeoriginalestimate": {
|
||||
"type": "null"
|
||||
},
|
||||
"attachment": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"author": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountType": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatarUrls": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"16x16": {
|
||||
"type": "string"
|
||||
},
|
||||
"24x24": {
|
||||
"type": "string"
|
||||
},
|
||||
"32x32": {
|
||||
"type": "string"
|
||||
},
|
||||
"48x48": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"emailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
"type": "string"
|
||||
},
|
||||
"filename": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"mimeType": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"thumbnail": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
"type": "null"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"maxResults": {
|
||||
"type": "integer"
|
||||
},
|
||||
"startAt": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total": {
|
||||
"type": "integer"
|
||||
},
|
||||
"worklogs": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"author": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountType": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatarUrls": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"16x16": {
|
||||
"type": "string"
|
||||
},
|
||||
"24x24": {
|
||||
"type": "string"
|
||||
},
|
||||
"32x32": {
|
||||
"type": "string"
|
||||
},
|
||||
"48x48": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"comment": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"issueId": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"started": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeSpent": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeSpentSeconds": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updateAuthor": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountType": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatarUrls": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"16x16": {
|
||||
"type": "string"
|
||||
},
|
||||
"24x24": {
|
||||
"type": "string"
|
||||
},
|
||||
"32x32": {
|
||||
"type": "string"
|
||||
},
|
||||
"48x48": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"updated": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"workratio": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -952,5 +14,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -7,6 +7,55 @@
|
||||
"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": {
|
||||
@@ -62,5 +111,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"campaignName": {
|
||||
"type": "string"
|
||||
},
|
||||
"companyName": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -23,5 +26,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -91,6 +91,9 @@
|
||||
},
|
||||
"LNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
"PHONE": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -142,5 +145,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
9
packages/nodes-base/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/query.json
vendored
Normal file
9
packages/nodes-base/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/query.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -1,12 +1,18 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"userPrincipalName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -10,9 +10,6 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"emailAddresses": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -31,5 +28,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"@odata.etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"body": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bodyPreview": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -24,157 +10,24 @@
|
||||
"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": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"hasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"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": {
|
||||
"to": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"webLink": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -27,45 +27,9 @@
|
||||
"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": {
|
||||
@@ -88,96 +52,15 @@
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -4,17 +4,6 @@
|
||||
"@odata.etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"body": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bodyPreview": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -27,47 +16,12 @@
|
||||
"conversationId": {
|
||||
"type": "string"
|
||||
},
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"hasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"receivedDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"sender": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"@odata.type": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentType": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -26,5 +29,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
87
packages/nodes-base/nodes/Microsoft/SharePoint/__schema__/v1.0.0/item/getAll.json
vendored
Normal file
87
packages/nodes-base/nodes/Microsoft/SharePoint/__schema__/v1.0.0/item/getAll.json
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"@odata.etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentType": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"eTag": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModifiedBy": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"lastModifiedDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"parentReference": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"listId": {
|
||||
"type": "string"
|
||||
},
|
||||
"siteId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"webUrl": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
41
packages/nodes-base/nodes/Microsoft/Storage/__schema__/v1.0.0/container/get.json
vendored
Normal file
41
packages/nodes-base/nodes/Microsoft/Storage/__schema__/v1.0.0/container/get.json
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"properties": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"defaultEncryptionScope": {
|
||||
"type": "string"
|
||||
},
|
||||
"denyEncryptionScopeOverride": {
|
||||
"type": "string"
|
||||
},
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"hasImmutabilityPolicy": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"hasLegalHold": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"immutableStorageWithVersioningEnabled": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModified": {
|
||||
"type": "string"
|
||||
},
|
||||
"leaseState": {
|
||||
"type": "string"
|
||||
},
|
||||
"leaseStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -15,12 +15,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"categories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -46,5 +40,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
9
packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/move.json
vendored
Normal file
9
packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/move.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -10,9 +10,12 @@
|
||||
"mode": {
|
||||
"type": "string"
|
||||
},
|
||||
"waitTill": {
|
||||
"type": "null"
|
||||
},
|
||||
"workflowId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"activeRegionNum": {
|
||||
"type": "integer"
|
||||
},
|
||||
"beginTime": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -46,5 +49,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"create_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -13,34 +13,6 @@
|
||||
"message": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"annotations": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url_citation": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"end_index": {
|
||||
"type": "integer"
|
||||
},
|
||||
"start_index": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -53,5 +25,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
91
packages/nodes-base/nodes/Perplexity/__schema__/v1.0.0/chat/complete.json
vendored
Normal file
91
packages/nodes-base/nodes/Perplexity/__schema__/v1.0.0/chat/complete.json
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"choices": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"delta": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"role": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"finish_reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"index": {
|
||||
"type": "integer"
|
||||
},
|
||||
"message": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"role": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"citations": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"search_results": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"completion_tokens": {
|
||||
"type": "integer"
|
||||
},
|
||||
"prompt_tokens": {
|
||||
"type": "integer"
|
||||
},
|
||||
"search_context_size": {
|
||||
"type": "string"
|
||||
},
|
||||
"total_tokens": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -1,9 +1,33 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"companyUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"connectionDegree": {
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"fullName": {
|
||||
"type": "string"
|
||||
},
|
||||
"industry": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
},
|
||||
"profileUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"custom_fields": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -31,5 +37,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -4,18 +4,9 @@
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"Key": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModified": {
|
||||
"type": "string"
|
||||
},
|
||||
"Size": {
|
||||
"type": "string"
|
||||
},
|
||||
"StorageClass": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -11,7 +11,10 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -14,7 +14,10 @@
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"StageName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -11,7 +11,10 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"number": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -29,5 +26,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
9
packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/order/get.json
vendored
Normal file
9
packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/order/get.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -241,9 +241,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"vendor": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -252,5 +249,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,9 +1,109 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"error": {
|
||||
"context_team_id": {
|
||||
"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"
|
||||
},
|
||||
"last_read": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_conversation": {
|
||||
"type": "null"
|
||||
},
|
||||
"priority": {
|
||||
"type": "integer"
|
||||
},
|
||||
"purpose": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_set": {
|
||||
"type": "integer"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shared_team_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"topic": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_set": {
|
||||
"type": "integer"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"unlinked": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"bot_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"client_msg_id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -59,5 +62,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -1,175 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"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": {
|
||||
"member": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -9,9 +9,6 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"label": {
|
||||
"type": "null"
|
||||
},
|
||||
"parts": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -34,5 +31,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"code": {
|
||||
"type": "integer"
|
||||
},
|
||||
"signal": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -14,5 +11,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -1,29 +1,39 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_from_user": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"content_snippet": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"iso_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"publication_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"publishedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"telegraph_link": {
|
||||
"type": "null"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -42,6 +42,9 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"max_reaction_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -54,5 +57,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -59,5 +56,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -30,6 +30,26 @@
|
||||
"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": {
|
||||
@@ -47,6 +67,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"link_preview_options": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"is_disabled": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -56,5 +84,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -70,5 +73,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"brightness": {
|
||||
"type": "string"
|
||||
},
|
||||
"idPlugin": {
|
||||
"color": {
|
||||
"type": "null"
|
||||
},
|
||||
"idUploadedBackground": {
|
||||
@@ -148,9 +148,6 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -175,9 +172,6 @@
|
||||
"manualCoverAttachment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"mirrorSourceId": {
|
||||
"type": "null"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -200,5 +194,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -28,12 +28,6 @@
|
||||
"error_message": {
|
||||
"type": "null"
|
||||
},
|
||||
"from": {
|
||||
"type": "string"
|
||||
},
|
||||
"messaging_service_sid": {
|
||||
"type": "null"
|
||||
},
|
||||
"num_media": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -64,5 +58,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -1,12 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"author_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"conversation_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"edit_history_tweet_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -20,5 +14,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -132,20 +132,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"wp:featuredmedia": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"embeddable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"href": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"wp:term": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -272,5 +258,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -45,6 +45,9 @@
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"display_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -157,5 +160,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -42,6 +42,9 @@
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"display_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -113,6 +116,20 @@
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -129,7 +146,24 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Probability": {
|
||||
"type": "integer"
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -45,6 +45,9 @@
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"display_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -79,6 +82,20 @@
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -94,6 +111,23 @@
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -123,5 +157,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user