diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/account/getAll.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/account/getAll.json index 2b9808eec0..0b74ef8008 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/account/getAll.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/account/getAll.json @@ -1,56 +1,48 @@ { "type": "object", "properties": { - "name": { + "contactCount": { "type": "string" }, "createdTimestamp": { "type": "string" }, - "updatedTimestamp": { - "type": "string" - }, - "owner": { - "type": "string" - }, - "contactCount": { - "type": "string" - }, "dealCount": { "type": "string" }, + "id": { + "type": "string" + }, "links": { "type": "object", "properties": { - "notes": { + "accountContacts": { "type": "string" }, "accountCustomFieldData": { "type": "string" }, - "accountContacts": { + "contactEmails": { "type": "string" }, "emailActivities": { "type": "string" }, - "contactEmails": { + "notes": { "type": "string" }, "owner": { "type": "string" } - }, - "required": [ - "notes", - "accountCustomFieldData", - "accountContacts", - "emailActivities", - "contactEmails", - "owner" - ] + } }, - "id": { + "name": { + "type": "string" + }, + "owner": { + "type": "string" + }, + "updatedTimestamp": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/create.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/create.json index 3828d70cd6..ea00b4d611 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/create.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/create.json @@ -1,30 +1,66 @@ { "type": "object", "properties": { - "email": { + "anonymized": { "type": "string" }, - "phone": { + "bounced_hard": { "type": "string" }, - "firstName": { + "bounced_soft": { "type": "string" }, "cdate": { "type": "string" }, - "udate": { + "created_timestamp": { "type": "string" }, - "orgid": { + "created_utc_timestamp": { "type": "string" }, - "orgname": { + "deleted": { + "type": "string" + }, + "email": { + "type": "string" + }, + "email_domain": { + "type": "string" + }, + "email_local": { + "type": "string" + }, + "fieldValues": { + "type": "array", + "items": { + "type": "string" + } + }, + "firstName": { + "type": "string" + }, + "gravatar": { + "type": "string" + }, + "hash": { + "type": "string" + }, + "id": { + "type": "string" + }, + "ip": { + "type": "string" + }, + "lastName": { "type": "string" }, "links": { "type": "object", "properties": { + "automationEntryCounts": { + "type": "string" + }, "bounceLogs": { "type": "string" }, @@ -34,6 +70,9 @@ "contactData": { "type": "string" }, + "contactDeals": { + "type": "string" + }, "contactGoals": { "type": "string" }, @@ -46,9 +85,6 @@ "contactTags": { "type": "string" }, - "contactDeals": { - "type": "string" - }, "deals": { "type": "string" }, @@ -67,97 +103,42 @@ "plusAppend": { "type": "string" }, - "trackingLogs": { - "type": "string" - }, "scoreValues": { "type": "string" }, - "automationEntryCounts": { + "trackingLogs": { "type": "string" } - }, - "required": [ - "bounceLogs", - "contactAutomations", - "contactData", - "contactGoals", - "contactLists", - "contactLogs", - "contactTags", - "contactDeals", - "deals", - "fieldValues", - "geoIps", - "notes", - "organization", - "plusAppend", - "trackingLogs", - "scoreValues", - "automationEntryCounts" - ] - }, - "fieldValues": { - "type": "array", - "items": { - "type": "string" } }, - "id": { + "mpp_tracking": { "type": "string" }, - "lastName": { + "orgid": { + "type": "string" + }, + "orgname": { + "type": "string" + }, + "phone": { "type": "string" }, "segmentio_id": { "type": "string" }, - "bounced_hard": { - "type": "string" - }, - "bounced_soft": { - "type": "string" - }, - "ip": { - "type": "string" - }, - "hash": { + "sentcnt": { "type": "string" }, "socialdata_lastcheck": { "type": "null" }, - "email_local": { - "type": "string" - }, - "email_domain": { - "type": "string" - }, - "sentcnt": { - "type": "string" - }, - "gravatar": { - "type": "string" - }, - "deleted": { - "type": "string" - }, - "anonymized": { - "type": "string" - }, - "created_utc_timestamp": { - "type": "string" - }, - "updated_utc_timestamp": { - "type": "string" - }, - "created_timestamp": { + "udate": { "type": "string" }, "updated_timestamp": { "type": "string" }, - "mpp_tracking": { + "updated_utc_timestamp": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/get.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/get.json index e4f2f232ae..77c3cb6a86 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/get.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/get.json @@ -1,612 +1,6 @@ { "type": "object", "properties": { - "contactAutomations": { - "type": "array", - "items": { - "type": "object", - "properties": { - "contact": { - "type": "string" - }, - "seriesid": { - "type": "string" - }, - "startid": { - "type": "string" - }, - "status": { - "type": "string" - }, - "adddate": { - "type": "string" - }, - "lastblock": { - "type": "string" - }, - "lastlogid": { - "type": "string" - }, - "lastdate": { - "type": "string" - }, - "completedElements": { - "type": "integer" - }, - "totalElements": { - "type": "integer" - }, - "completed": { - "type": "integer" - }, - "completeValue": { - "type": "integer" - }, - "links": { - "type": "object", - "properties": { - "automation": { - "type": "string" - }, - "contact": { - "type": "string" - }, - "contactGoals": { - "type": "string" - }, - "automationLogs": { - "type": "string" - } - }, - "required": [ - "automation", - "contact", - "contactGoals", - "automationLogs" - ] - }, - "id": { - "type": "string" - }, - "automation": { - "type": "string" - } - }, - "required": [ - "contact", - "seriesid", - "startid", - "status", - "batchid", - "adddate", - "remdate", - "timespan", - "lastblock", - "lastlogid", - "lastdate", - "in_als", - "completedElements", - "totalElements", - "completed", - "completeValue", - "links", - "id", - "automation" - ] - } - }, - "contactData": { - "type": "array", - "items": { - "type": "object", - "properties": { - "contact": { - "type": "string" - }, - "tstamp": { - "type": "string" - }, - "geoIp4": { - "type": "string" - }, - "geoCountry2": { - "type": "string" - }, - "geo_country": { - "type": "string" - }, - "geoState": { - "type": "string" - }, - "geoCity": { - "type": "string" - }, - "geoZip": { - "type": "string" - }, - "geoArea": { - "type": "string" - }, - "geoLat": { - "type": "string" - }, - "geoLon": { - "type": "string" - }, - "geoTz": { - "type": "string" - }, - "geoTzOffset": { - "type": "string" - }, - "ga_campaign_source": { - "type": "string" - }, - "ga_campaign_name": { - "type": "string" - }, - "ga_campaign_medium": { - "type": "string" - }, - "ga_campaign_term": { - "type": "string" - }, - "ga_campaign_content": { - "type": "string" - }, - "ga_campaign_customsegment": { - "type": "string" - }, - "ga_first_visit": { - "type": "null" - }, - "ga_times_visited": { - "type": "string" - }, - "fb_id": { - "type": "string" - }, - "fb_name": { - "type": "string" - }, - "tw_id": { - "type": "string" - }, - "created_timestamp": { - "type": "string" - }, - "updated_timestamp": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "contact", - "tstamp", - "geoTstamp", - "geoIp4", - "geoCountry2", - "geo_country", - "geoState", - "geoCity", - "geoZip", - "geoArea", - "geoLat", - "geoLon", - "geoTz", - "geoTzOffset", - "ga_campaign_source", - "ga_campaign_name", - "ga_campaign_medium", - "ga_campaign_term", - "ga_campaign_content", - "ga_campaign_customsegment", - "ga_first_visit", - "ga_times_visited", - "fb_id", - "fb_name", - "tw_id", - "created_timestamp", - "updated_timestamp", - "created_by", - "updated_by", - "links", - "id" - ] - } - }, - "contactLists": { - "type": "array", - "items": { - "type": "object", - "properties": { - "contact": { - "type": "string" - }, - "list": { - "type": "string" - }, - "seriesid": { - "type": "string" - }, - "sdate": { - "type": "string" - }, - "status": { - "type": "string" - }, - "responder": { - "type": "string" - }, - "sync": { - "type": "string" - }, - "message": { - "type": "null" - }, - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "ip4Sub": { - "type": "string" - }, - "sourceid": { - "type": "string" - }, - "autosyncLog": { - "type": "null" - }, - "ip4_last": { - "type": "string" - }, - "ip4Unsub": { - "type": "string" - }, - "created_timestamp": { - "type": "string" - }, - "updated_timestamp": { - "type": "string" - }, - "links": { - "type": "object", - "properties": { - "automation": { - "type": "string" - }, - "list": { - "type": "string" - }, - "contact": { - "type": "string" - }, - "form": { - "type": "string" - }, - "autosyncLog": { - "type": "string" - }, - "campaign": { - "type": "string" - }, - "unsubscribeAutomation": { - "type": "string" - }, - "message": { - "type": "string" - } - }, - "required": [ - "automation", - "list", - "contact", - "form", - "autosyncLog", - "campaign", - "unsubscribeAutomation", - "message" - ] - }, - "id": { - "type": "string" - } - }, - "required": [ - "contact", - "list", - "form", - "seriesid", - "sdate", - "udate", - "status", - "responder", - "sync", - "unsubreason", - "campaign", - "message", - "first_name", - "last_name", - "ip4Sub", - "sourceid", - "autosyncLog", - "ip4_last", - "ip4Unsub", - "created_timestamp", - "updated_timestamp", - "created_by", - "updated_by", - "unsubscribeAutomation", - "links", - "id", - "automation" - ] - } - }, - "deals": { - "type": "array", - "items": { - "type": "object", - "properties": { - "hash": { - "type": "string" - }, - "owner": { - "type": "string" - }, - "contact": { - "type": "string" - }, - "group": { - "type": "string" - }, - "stage": { - "type": "string" - }, - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "percent": { - "type": "string" - }, - "cdate": { - "type": "string" - }, - "mdate": { - "type": "string" - }, - "value": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "winProbability": { - "type": "null" - }, - "status": { - "type": "string" - }, - "activitycount": { - "type": "string" - }, - "nextdealid": { - "type": "string" - }, - "links": { - "type": "object", - "properties": { - "dealActivities": { - "type": "string" - }, - "contact": { - "type": "string" - }, - "contactDeals": { - "type": "string" - }, - "group": { - "type": "string" - }, - "nextTask": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "account": { - "type": "string" - }, - "customerAccount": { - "type": "string" - }, - "organization": { - "type": "string" - }, - "owner": { - "type": "string" - }, - "scoreValues": { - "type": "string" - }, - "stage": { - "type": "string" - }, - "tasks": { - "type": "string" - }, - "dealCustomFieldData": { - "type": "string" - } - }, - "required": [ - "dealActivities", - "contact", - "contactDeals", - "group", - "nextTask", - "notes", - "account", - "customerAccount", - "organization", - "owner", - "scoreValues", - "stage", - "tasks", - "dealCustomFieldData" - ] - }, - "id": { - "type": "string" - }, - "isDisabled": { - "type": "boolean" - } - }, - "required": [ - "hash", - "owner", - "contact", - "organization", - "group", - "stage", - "title", - "description", - "percent", - "cdate", - "mdate", - "nextdate", - "nexttaskid", - "value", - "currency", - "winProbability", - "winProbabilityMdate", - "status", - "activitycount", - "nextdealid", - "edate", - "links", - "id", - "isDisabled", - "account", - "customerAccount" - ] - } - }, - "fieldValues": { - "type": "array", - "items": { - "type": "object", - "properties": { - "contact": { - "type": "string" - }, - "value": { - "type": "string" - }, - "cdate": { - "type": "string" - }, - "udate": { - "type": "string" - }, - "links": { - "type": "object", - "properties": { - "owner": { - "type": "string" - }, - "field": { - "type": "string" - } - }, - "required": [ - "owner", - "field" - ] - }, - "id": { - "type": "string" - }, - "owner": { - "type": "string" - } - }, - "required": [ - "contact", - "field", - "value", - "cdate", - "udate", - "created_by", - "updated_by", - "links", - "id", - "owner" - ] - } - }, - "geoIps": { - "type": "array", - "items": { - "type": "object", - "properties": { - "contact": { - "type": "string" - }, - "campaignid": { - "type": "string" - }, - "messageid": { - "type": "string" - }, - "geoaddrid": { - "type": "string" - }, - "ip4": { - "type": "string" - }, - "tstamp": { - "type": "string" - }, - "geoAddress": { - "type": "string" - }, - "links": { - "type": "object", - "properties": { - "geoAddress": { - "type": "string" - } - }, - "required": [ - "geoAddress" - ] - }, - "id": { - "type": "string" - } - }, - "required": [ - "contact", - "campaignid", - "messageid", - "geoaddrid", - "ip4", - "tstamp", - "geoAddress", - "links", - "id" - ] - } - }, "accountContacts": { "type": "array", "items": { @@ -618,13 +12,13 @@ "contact": { "type": "string" }, - "jobTitle": { - "type": "string" - }, "createdTimestamp": { "type": "string" }, - "updatedTimestamp": { + "id": { + "type": "string" + }, + "jobTitle": { "type": "string" }, "links": { @@ -636,52 +30,24 @@ "contact": { "type": "string" } - }, - "required": [ - "account", - "contact" - ] + } }, - "id": { + "updatedTimestamp": { "type": "string" } - }, - "required": [ - "account", - "contact", - "jobTitle", - "createdTimestamp", - "updatedTimestamp", - "links", - "id" - ] + } } }, "contact": { "type": "object", "properties": { - "cdate": { - "type": "string" + "accountContacts": { + "type": "array", + "items": { + "type": "string" + } }, - "email": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "orgid": { - "type": "string" - }, - "orgname": { - "type": "string" - }, - "segmentio_id": { + "anonymized": { "type": "string" }, "bounced_hard": { @@ -690,52 +56,7 @@ "bounced_soft": { "type": "string" }, - "ip": { - "type": "string" - }, - "hash": { - "type": "string" - }, - "socialdata_lastcheck": { - "type": "null" - }, - "email_local": { - "type": "string" - }, - "email_domain": { - "type": "string" - }, - "sentcnt": { - "type": "string" - }, - "gravatar": { - "type": "string" - }, - "deleted": { - "type": "string" - }, - "anonymized": { - "type": "string" - }, - "udate": { - "type": "string" - }, - "deleted_at": { - "type": "null" - }, - "created_utc_timestamp": { - "type": "string" - }, - "updated_utc_timestamp": { - "type": "string" - }, - "created_timestamp": { - "type": "string" - }, - "updated_timestamp": { - "type": "string" - }, - "mpp_tracking": { + "cdate": { "type": "string" }, "contactAutomations": { @@ -744,13 +65,40 @@ "type": "string" } }, + "contactData": { + "type": "string" + }, "contactLists": { "type": "array", "items": { "type": "string" } }, - "contactData": { + "created_timestamp": { + "type": "string" + }, + "created_utc_timestamp": { + "type": "string" + }, + "deals": { + "type": "array", + "items": { + "type": "string" + } + }, + "deleted": { + "type": "string" + }, + "deleted_at": { + "type": "null" + }, + "email": { + "type": "string" + }, + "email_domain": { + "type": "string" + }, + "email_local": { "type": "string" }, "fieldValues": { @@ -759,27 +107,39 @@ "type": "string" } }, + "firstName": { + "type": "string" + }, "geoIps": { "type": "array", "items": { "type": "string" } }, - "deals": { - "type": "array", - "items": { - "type": "string" - } + "gravatar": { + "type": "string" }, - "accountContacts": { - "type": "array", - "items": { - "type": "string" - } + "hash": { + "type": "string" + }, + "id": { + "type": "string" + }, + "ip": { + "type": "string" + }, + "lastName": { + "type": "string" }, "links": { "type": "object", "properties": { + "accountContacts": { + "type": "string" + }, + "automationEntryCounts": { + "type": "string" + }, "bounceLogs": { "type": "string" }, @@ -789,6 +149,9 @@ "contactData": { "type": "string" }, + "contactDeals": { + "type": "string" + }, "contactGoals": { "type": "string" }, @@ -801,9 +164,6 @@ "contactTags": { "type": "string" }, - "contactDeals": { - "type": "string" - }, "deals": { "type": "string" }, @@ -822,90 +182,478 @@ "plusAppend": { "type": "string" }, - "trackingLogs": { - "type": "string" - }, "scoreValues": { "type": "string" }, - "accountContacts": { - "type": "string" - }, - "automationEntryCounts": { + "trackingLogs": { "type": "string" } - }, - "required": [ - "bounceLogs", - "contactAutomations", - "contactData", - "contactGoals", - "contactLists", - "contactLogs", - "contactTags", - "contactDeals", - "deals", - "fieldValues", - "geoIps", - "notes", - "organization", - "plusAppend", - "trackingLogs", - "scoreValues", - "automationEntryCounts" - ] + } }, - "id": { + "mpp_tracking": { + "type": "string" + }, + "orgid": { + "type": "string" + }, + "orgname": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "segmentio_id": { + "type": "string" + }, + "sentcnt": { + "type": "string" + }, + "socialdata_lastcheck": { + "type": "null" + }, + "udate": { + "type": "string" + }, + "updated_timestamp": { + "type": "string" + }, + "updated_utc_timestamp": { "type": "string" } - }, - "required": [ - "cdate", - "email", - "phone", - "firstName", - "lastName", - "orgid", - "orgname", - "segmentio_id", - "bounced_hard", - "bounced_soft", - "bounced_date", - "ip", - "ua", - "hash", - "socialdata_lastcheck", - "email_local", - "email_domain", - "sentcnt", - "rating_tstamp", - "gravatar", - "deleted", - "anonymized", - "adate", - "udate", - "edate", - "deleted_at", - "created_utc_timestamp", - "updated_utc_timestamp", - "created_timestamp", - "updated_timestamp", - "created_by", - "updated_by", - "mpp_tracking", - "last_click_date", - "last_open_date", - "last_mpp_open_date", - "contactAutomations", - "contactLists", - "fieldValues", - "geoIps", - "deals", - "accountContacts", - "links", - "id", - "organization" - ] + } + }, + "contactAutomations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "adddate": { + "type": "string" + }, + "automation": { + "type": "string" + }, + "completed": { + "type": "integer" + }, + "completedElements": { + "type": "integer" + }, + "completeValue": { + "type": "integer" + }, + "contact": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastblock": { + "type": "string" + }, + "lastdate": { + "type": "string" + }, + "lastlogid": { + "type": "string" + }, + "links": { + "type": "object", + "properties": { + "automation": { + "type": "string" + }, + "automationLogs": { + "type": "string" + }, + "contact": { + "type": "string" + }, + "contactGoals": { + "type": "string" + } + } + }, + "seriesid": { + "type": "string" + }, + "startid": { + "type": "string" + }, + "status": { + "type": "string" + }, + "totalElements": { + "type": "integer" + } + } + } + }, + "contactData": { + "type": "array", + "items": { + "type": "object", + "properties": { + "contact": { + "type": "string" + }, + "created_timestamp": { + "type": "string" + }, + "fb_id": { + "type": "string" + }, + "fb_name": { + "type": "string" + }, + "ga_campaign_content": { + "type": "string" + }, + "ga_campaign_customsegment": { + "type": "string" + }, + "ga_campaign_medium": { + "type": "string" + }, + "ga_campaign_name": { + "type": "string" + }, + "ga_campaign_source": { + "type": "string" + }, + "ga_campaign_term": { + "type": "string" + }, + "ga_first_visit": { + "type": "null" + }, + "ga_times_visited": { + "type": "string" + }, + "geo_country": { + "type": "string" + }, + "geoArea": { + "type": "string" + }, + "geoCity": { + "type": "string" + }, + "geoCountry2": { + "type": "string" + }, + "geoIp4": { + "type": "string" + }, + "geoLat": { + "type": "string" + }, + "geoLon": { + "type": "string" + }, + "geoState": { + "type": "string" + }, + "geoTz": { + "type": "string" + }, + "geoTzOffset": { + "type": "string" + }, + "geoZip": { + "type": "string" + }, + "id": { + "type": "string" + }, + "tstamp": { + "type": "string" + }, + "tw_id": { + "type": "string" + }, + "updated_timestamp": { + "type": "string" + } + } + } + }, + "contactLists": { + "type": "array", + "items": { + "type": "object", + "properties": { + "autosyncLog": { + "type": "null" + }, + "contact": { + "type": "string" + }, + "created_timestamp": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "id": { + "type": "string" + }, + "ip4_last": { + "type": "string" + }, + "ip4Sub": { + "type": "string" + }, + "ip4Unsub": { + "type": "string" + }, + "last_name": { + "type": "string" + }, + "links": { + "type": "object", + "properties": { + "automation": { + "type": "string" + }, + "autosyncLog": { + "type": "string" + }, + "campaign": { + "type": "string" + }, + "contact": { + "type": "string" + }, + "form": { + "type": "string" + }, + "list": { + "type": "string" + }, + "message": { + "type": "string" + }, + "unsubscribeAutomation": { + "type": "string" + } + } + }, + "list": { + "type": "string" + }, + "message": { + "type": "null" + }, + "responder": { + "type": "string" + }, + "sdate": { + "type": "string" + }, + "seriesid": { + "type": "string" + }, + "sourceid": { + "type": "string" + }, + "status": { + "type": "string" + }, + "sync": { + "type": "string" + }, + "updated_timestamp": { + "type": "string" + } + } + } + }, + "deals": { + "type": "array", + "items": { + "type": "object", + "properties": { + "activitycount": { + "type": "string" + }, + "cdate": { + "type": "string" + }, + "contact": { + "type": "string" + }, + "currency": { + "type": "string" + }, + "description": { + "type": "string" + }, + "group": { + "type": "string" + }, + "hash": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isDisabled": { + "type": "boolean" + }, + "links": { + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "contact": { + "type": "string" + }, + "contactDeals": { + "type": "string" + }, + "customerAccount": { + "type": "string" + }, + "dealActivities": { + "type": "string" + }, + "dealCustomFieldData": { + "type": "string" + }, + "group": { + "type": "string" + }, + "nextTask": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "organization": { + "type": "string" + }, + "owner": { + "type": "string" + }, + "scoreValues": { + "type": "string" + }, + "stage": { + "type": "string" + }, + "tasks": { + "type": "string" + } + } + }, + "mdate": { + "type": "string" + }, + "nextdealid": { + "type": "string" + }, + "owner": { + "type": "string" + }, + "percent": { + "type": "string" + }, + "stage": { + "type": "string" + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" + }, + "value": { + "type": "string" + }, + "winProbability": { + "type": "null" + } + } + } + }, + "fieldValues": { + "type": "array", + "items": { + "type": "object", + "properties": { + "cdate": { + "type": "string" + }, + "contact": { + "type": "string" + }, + "id": { + "type": "string" + }, + "links": { + "type": "object", + "properties": { + "field": { + "type": "string" + }, + "owner": { + "type": "string" + } + } + }, + "owner": { + "type": "string" + }, + "udate": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "geoIps": { + "type": "array", + "items": { + "type": "object", + "properties": { + "campaignid": { + "type": "string" + }, + "contact": { + "type": "string" + }, + "geoAddress": { + "type": "string" + }, + "geoaddrid": { + "type": "string" + }, + "id": { + "type": "string" + }, + "ip4": { + "type": "string" + }, + "links": { + "type": "object", + "properties": { + "geoAddress": { + "type": "string" + } + } + }, + "messageid": { + "type": "string" + }, + "tstamp": { + "type": "string" + } + } + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/getAll.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/getAll.json index f216be24e1..78b14397b7 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/getAll.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/getAll.json @@ -1,25 +1,7 @@ { "type": "object", "properties": { - "email": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "orgid": { - "type": "string" - }, - "orgname": { - "type": "string" - }, - "segmentio_id": { + "anonymized": { "type": "string" }, "bounced_hard": { @@ -28,57 +10,54 @@ "bounced_soft": { "type": "string" }, - "ip": { + "created_timestamp": { "type": "string" }, - "hash": { - "type": "string" - }, - "socialdata_lastcheck": { - "type": "null" - }, - "email_local": { - "type": "string" - }, - "email_domain": { - "type": "string" - }, - "sentcnt": { - "type": "string" - }, - "gravatar": { + "created_utc_timestamp": { "type": "string" }, "deleted": { "type": "string" }, - "anonymized": { - "type": "string" - }, - "udate": { - "type": "string" - }, "deleted_at": { "type": "null" }, - "created_utc_timestamp": { + "email": { "type": "string" }, - "updated_utc_timestamp": { + "email_domain": { "type": "string" }, - "created_timestamp": { + "email_local": { "type": "string" }, - "updated_timestamp": { + "firstName": { "type": "string" }, - "mpp_tracking": { + "gravatar": { + "type": "string" + }, + "hash": { + "type": "string" + }, + "id": { + "type": "string" + }, + "ip": { + "type": "string" + }, + "lastName": { "type": "string" }, "links": { "type": "object", "properties": { + "accountContacts": { + "type": "string" + }, + "automationEntryCounts": { + "type": "string" + }, "bounceLogs": { "type": "string" }, @@ -88,6 +67,9 @@ "contactData": { "type": "string" }, + "contactDeals": { + "type": "string" + }, "contactGoals": { "type": "string" }, @@ -100,9 +82,6 @@ "contactTags": { "type": "string" }, - "contactDeals": { - "type": "string" - }, "deals": { "type": "string" }, @@ -121,21 +100,42 @@ "plusAppend": { "type": "string" }, - "trackingLogs": { - "type": "string" - }, "scoreValues": { "type": "string" }, - "accountContacts": { - "type": "string" - }, - "automationEntryCounts": { + "trackingLogs": { "type": "string" } } }, - "id": { + "mpp_tracking": { + "type": "string" + }, + "orgid": { + "type": "string" + }, + "orgname": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "segmentio_id": { + "type": "string" + }, + "sentcnt": { + "type": "string" + }, + "socialdata_lastcheck": { + "type": "null" + }, + "udate": { + "type": "string" + }, + "updated_timestamp": { + "type": "string" + }, + "updated_utc_timestamp": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/update.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/update.json index 43893ef8fd..4899f0a9f0 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/update.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contact/update.json @@ -1,28 +1,7 @@ { "type": "object", "properties": { - "cdate": { - "type": "string" - }, - "email": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "orgid": { - "type": "string" - }, - "orgname": { - "type": "string" - }, - "segmentio_id": { + "anonymized": { "type": "string" }, "bounced_hard": { @@ -31,57 +10,63 @@ "bounced_soft": { "type": "string" }, - "ip": { - "type": "string" - }, - "hash": { - "type": "string" - }, - "socialdata_lastcheck": { - "type": "null" - }, - "email_local": { - "type": "string" - }, - "email_domain": { - "type": "string" - }, - "sentcnt": { - "type": "string" - }, - "gravatar": { - "type": "string" - }, - "deleted": { - "type": "string" - }, - "anonymized": { - "type": "string" - }, - "udate": { - "type": "string" - }, - "deleted_at": { - "type": "null" - }, - "created_utc_timestamp": { - "type": "string" - }, - "updated_utc_timestamp": { + "cdate": { "type": "string" }, "created_timestamp": { "type": "string" }, - "updated_timestamp": { + "created_utc_timestamp": { "type": "string" }, - "mpp_tracking": { + "deleted": { + "type": "string" + }, + "deleted_at": { + "type": "null" + }, + "email": { + "type": "string" + }, + "email_domain": { + "type": "string" + }, + "email_local": { + "type": "string" + }, + "fieldValues": { + "type": "array", + "items": { + "type": "string" + } + }, + "firstName": { + "type": "string" + }, + "gravatar": { + "type": "string" + }, + "hash": { + "type": "string" + }, + "id": { + "type": "string" + }, + "ip": { + "type": "string" + }, + "lastName": { "type": "string" }, "links": { "type": "object", "properties": { + "accountContacts": { + "type": "string" + }, + "automationEntryCounts": { + "type": "string" + }, "bounceLogs": { "type": "string" }, @@ -91,6 +76,9 @@ "contactData": { "type": "string" }, + "contactDeals": { + "type": "string" + }, "contactGoals": { "type": "string" }, @@ -103,9 +91,6 @@ "contactTags": { "type": "string" }, - "contactDeals": { - "type": "string" - }, "deals": { "type": "string" }, @@ -124,86 +109,44 @@ "plusAppend": { "type": "string" }, - "trackingLogs": { - "type": "string" - }, "scoreValues": { "type": "string" }, - "accountContacts": { - "type": "string" - }, - "automationEntryCounts": { + "trackingLogs": { "type": "string" } - }, - "required": [ - "bounceLogs", - "contactAutomations", - "contactData", - "contactGoals", - "contactLists", - "contactLogs", - "contactTags", - "contactDeals", - "deals", - "fieldValues", - "geoIps", - "notes", - "organization", - "plusAppend", - "trackingLogs", - "scoreValues", - "automationEntryCounts" - ] - }, - "fieldValues": { - "type": "array", - "items": { - "type": "string" } }, - "id": { + "mpp_tracking": { + "type": "string" + }, + "orgid": { + "type": "string" + }, + "orgname": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "segmentio_id": { + "type": "string" + }, + "sentcnt": { + "type": "string" + }, + "socialdata_lastcheck": { + "type": "null" + }, + "udate": { + "type": "string" + }, + "updated_timestamp": { + "type": "string" + }, + "updated_utc_timestamp": { "type": "string" } }, - "required": [ - "cdate", - "email", - "phone", - "firstName", - "lastName", - "orgid", - "orgname", - "segmentio_id", - "bounced_hard", - "bounced_soft", - "bounced_date", - "ip", - "ua", - "hash", - "socialdata_lastcheck", - "email_local", - "email_domain", - "sentcnt", - "rating_tstamp", - "gravatar", - "deleted", - "anonymized", - "adate", - "udate", - "edate", - "deleted_at", - "created_utc_timestamp", - "updated_utc_timestamp", - "created_timestamp", - "updated_timestamp", - "created_by", - "updated_by", - "mpp_tracking", - "links", - "id", - "organization" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contactList/add.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contactList/add.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contactList/add.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contactList/add.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contactTag/add.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contactTag/add.json index 6267ef59bc..817b8e93ee 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contactTag/add.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/contactTag/add.json @@ -4,23 +4,19 @@ "cdate": { "type": "string" }, + "id": { + "type": "string" + }, "links": { "type": "object", "properties": { - "tag": { - "type": "string" - }, "contact": { "type": "string" + }, + "tag": { + "type": "string" } - }, - "required": [ - "tag", - "contact" - ] - }, - "id": { - "type": "string" + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/create.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/create.json index 0ed7954f3e..528bed5d9e 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/create.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/create.json @@ -6,29 +6,11 @@ "items": { "type": "object", "properties": { - "cdate": { + "anonymized": { "type": "string" }, - "email": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "orgid": { - "type": "string" - }, - "orgname": { - "type": "string" - }, - "segmentio_id": { - "type": "string" + "bounced_date": { + "type": "null" }, "bounced_hard": { "type": "string" @@ -36,63 +18,60 @@ "bounced_soft": { "type": "string" }, - "bounced_date": { - "type": "null" - }, - "ip": { - "type": "string" - }, - "hash": { - "type": "string" - }, - "socialdata_lastcheck": { - "type": "null" - }, - "email_local": { - "type": "string" - }, - "email_domain": { - "type": "string" - }, - "sentcnt": { - "type": "string" - }, - "gravatar": { - "type": "string" - }, - "deleted": { - "type": "string" - }, - "anonymized": { - "type": "string" - }, - "udate": { - "type": "string" - }, - "deleted_at": { - "type": "null" - }, - "created_utc_timestamp": { - "type": "string" - }, - "updated_utc_timestamp": { + "cdate": { "type": "string" }, "created_timestamp": { "type": "string" }, - "updated_timestamp": { + "created_utc_timestamp": { "type": "string" }, - "mpp_tracking": { + "deleted": { + "type": "string" + }, + "deleted_at": { + "type": "null" + }, + "email": { + "type": "string" + }, + "email_domain": { + "type": "string" + }, + "email_local": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "gravatar": { + "type": "string" + }, + "hash": { + "type": "string" + }, + "id": { + "type": "string" + }, + "ip": { "type": "string" }, "last_mpp_open_date": { "type": "null" }, + "lastName": { + "type": "string" + }, "links": { "type": "object", "properties": { + "accountContacts": { + "type": "string" + }, + "automationEntryCounts": { + "type": "string" + }, "bounceLogs": { "type": "string" }, @@ -102,6 +81,9 @@ "contactData": { "type": "string" }, + "contactDeals": { + "type": "string" + }, "contactGoals": { "type": "string" }, @@ -114,9 +96,6 @@ "contactTags": { "type": "string" }, - "contactDeals": { - "type": "string" - }, "deals": { "type": "string" }, @@ -135,88 +114,151 @@ "plusAppend": { "type": "string" }, - "trackingLogs": { - "type": "string" - }, "scoreValues": { "type": "string" }, - "accountContacts": { - "type": "string" - }, - "automationEntryCounts": { + "trackingLogs": { "type": "string" } - }, - "required": [ - "bounceLogs", - "contactAutomations", - "contactData", - "contactGoals", - "contactLists", - "contactLogs", - "contactTags", - "contactDeals", - "deals", - "fieldValues", - "geoIps", - "notes", - "organization", - "plusAppend", - "trackingLogs", - "scoreValues", - "accountContacts", - "automationEntryCounts" - ] + } }, - "id": { + "mpp_tracking": { "type": "string" }, "organization": { "type": "null" + }, + "orgid": { + "type": "string" + }, + "orgname": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "segmentio_id": { + "type": "string" + }, + "sentcnt": { + "type": "string" + }, + "socialdata_lastcheck": { + "type": "null" + }, + "udate": { + "type": "string" + }, + "updated_timestamp": { + "type": "string" + }, + "updated_utc_timestamp": { + "type": "string" + } + } + } + }, + "deal": { + "type": "object", + "properties": { + "account": { + "type": "null" + }, + "cdate": { + "type": "string" + }, + "contact": { + "type": "string" + }, + "currency": { + "type": "string" + }, + "customerAccount": { + "type": "null" + }, + "description": { + "type": "string" + }, + "hash": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isDisabled": { + "type": "boolean" + }, + "links": { + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "contact": { + "type": "string" + }, + "contactDeals": { + "type": "string" + }, + "customerAccount": { + "type": "string" + }, + "dealActivities": { + "type": "string" + }, + "dealCustomFieldData": { + "type": "string" + }, + "group": { + "type": "string" + }, + "nextTask": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "organization": { + "type": "string" + }, + "owner": { + "type": "string" + }, + "scoreValues": { + "type": "string" + }, + "stage": { + "type": "string" + }, + "tasks": { + "type": "string" + } } }, - "required": [ - "cdate", - "email", - "phone", - "firstName", - "lastName", - "orgid", - "orgname", - "segmentio_id", - "bounced_hard", - "bounced_soft", - "bounced_date", - "ip", - "ua", - "hash", - "socialdata_lastcheck", - "email_local", - "email_domain", - "sentcnt", - "rating_tstamp", - "gravatar", - "deleted", - "anonymized", - "adate", - "udate", - "edate", - "deleted_at", - "created_utc_timestamp", - "updated_utc_timestamp", - "created_timestamp", - "updated_timestamp", - "created_by", - "updated_by", - "mpp_tracking", - "last_click_date", - "last_open_date", - "last_mpp_open_date", - "links", - "id", - "organization" - ] + "mdate": { + "type": "string" + }, + "nextdate": { + "type": "null" + }, + "nextdealid": { + "type": "string" + }, + "organization": { + "type": "null" + }, + "status": { + "type": "integer" + }, + "title": { + "type": "string" + }, + "winProbability": { + "type": "null" + }, + "winProbabilityMdate": { + "type": "null" + } } }, "dealGroups": { @@ -224,69 +266,51 @@ "items": { "type": "object", "properties": { - "title": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "autoassign": { + "allgroups": { "type": "string" }, "allusers": { "type": "string" }, - "allgroups": { + "autoassign": { "type": "string" }, - "win_probability_initialize_date": { - "type": "null" - }, "cdate": { "type": "string" }, - "udate": { + "currency": { + "type": "string" + }, + "id": { "type": "string" }, "links": { "type": "object", "properties": { - "stages": { + "dealGroupGroups": { "type": "string" }, "dealGroupUsers": { "type": "string" }, - "dealGroupGroups": { + "stages": { "type": "string" }, "winProbabilityFeatures": { "type": "string" } - }, - "required": [ - "stages", - "dealGroupUsers", - "dealGroupGroups", - "winProbabilityFeatures" - ] + } }, - "id": { + "title": { "type": "string" + }, + "udate": { + "type": "string" + }, + "win_probability_initialize_date": { + "type": "null" } - }, - "required": [ - "title", - "currency", - "autoassign", - "allusers", - "allgroups", - "win_probability_initialize_date", - "cdate", - "udate", - "links", - "id" - ] + } } }, "dealStages": { @@ -294,24 +318,6 @@ "items": { "type": "object", "properties": { - "group": { - "type": "string" - }, - "title": { - "type": "string" - }, - "color": { - "type": "string" - }, - "order": { - "type": "string" - }, - "width": { - "type": "string" - }, - "dealOrder": { - "type": "string" - }, "cardRegion1": { "type": "string" }, @@ -330,190 +336,38 @@ "cdate": { "type": "null" }, + "color": { + "type": "string" + }, + "dealOrder": { + "type": "string" + }, + "group": { + "type": "string" + }, + "id": { + "type": "string" + }, "links": { "type": "object", "properties": { "group": { "type": "string" } - }, - "required": [ - "group" - ] - }, - "id": { - "type": "string" - } - }, - "required": [ - "group", - "title", - "color", - "order", - "width", - "dealOrder", - "cardRegion1", - "cardRegion2", - "cardRegion3", - "cardRegion4", - "cardRegion5", - "cdate", - "udate", - "links", - "id" - ] - } - }, - "deal": { - "type": "object", - "properties": { - "title": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "contact": { - "type": "string" - }, - "cdate": { - "type": "string" - }, - "mdate": { - "type": "string" - }, - "description": { - "type": "string" - }, - "organization": { - "type": "null" - }, - "status": { - "type": "integer" - }, - "nextdate": { - "type": "null" - }, - "nextdealid": { - "type": "string" - }, - "hash": { - "type": "string" - }, - "winProbability": { - "type": "null" - }, - "winProbabilityMdate": { - "type": "null" - }, - "links": { - "type": "object", - "properties": { - "dealActivities": { - "type": "string" - }, - "contact": { - "type": "string" - }, - "contactDeals": { - "type": "string" - }, - "group": { - "type": "string" - }, - "nextTask": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "account": { - "type": "string" - }, - "customerAccount": { - "type": "string" - }, - "organization": { - "type": "string" - }, - "owner": { - "type": "string" - }, - "scoreValues": { - "type": "string" - }, - "stage": { - "type": "string" - }, - "tasks": { - "type": "string" - }, - "dealCustomFieldData": { - "type": "string" } }, - "required": [ - "dealActivities", - "contact", - "contactDeals", - "group", - "nextTask", - "notes", - "account", - "customerAccount", - "organization", - "owner", - "scoreValues", - "stage", - "tasks", - "dealCustomFieldData" - ] - }, - "id": { - "type": "string" - }, - "isDisabled": { - "type": "boolean" - }, - "account": { - "type": "null" - }, - "customerAccount": { - "type": "null" + "order": { + "type": "string" + }, + "title": { + "type": "string" + }, + "width": { + "type": "string" + } } - }, - "required": [ - "title", - "value", - "currency", - "contact", - "group", - "owner", - "stage", - "cdate", - "mdate", - "description", - "organization", - "status", - "nextdate", - "nextdealid", - "hash", - "winProbability", - "winProbabilityMdate", - "links", - "fields", - "id", - "isDisabled", - "account", - "customerAccount" - ] + } } }, - "required": [ - "contacts", - "dealGroups", - "dealStages", - "deal" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/get.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/get.json index df5849a98e..37b7410e49 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/get.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/get.json @@ -4,52 +4,34 @@ "deal": { "type": "object", "properties": { - "hash": { - "type": "string" - }, - "owner": { - "type": "string" - }, - "group": { - "type": "string" - }, - "stage": { - "type": "string" - }, - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "percent": { + "activitycount": { "type": "string" }, "cdate": { "type": "string" }, - "mdate": { - "type": "string" - }, - "value": { - "type": "string" - }, "currency": { "type": "string" }, - "status": { + "description": { "type": "string" }, - "activitycount": { + "group": { "type": "string" }, - "nextdealid": { + "hash": { "type": "string" }, + "id": { + "type": "string" + }, + "isDisabled": { + "type": "boolean" + }, "links": { "type": "object", "properties": { - "dealActivities": { + "account": { "type": "string" }, "contact": { @@ -58,6 +40,15 @@ "contactDeals": { "type": "string" }, + "customerAccount": { + "type": "string" + }, + "dealActivities": { + "type": "string" + }, + "dealCustomFieldData": { + "type": "string" + }, "group": { "type": "string" }, @@ -67,12 +58,6 @@ "notes": { "type": "string" }, - "account": { - "type": "string" - }, - "customerAccount": { - "type": "string" - }, "organization": { "type": "string" }, @@ -87,67 +72,35 @@ }, "tasks": { "type": "string" - }, - "dealCustomFieldData": { - "type": "string" } - }, - "required": [ - "dealActivities", - "contact", - "contactDeals", - "group", - "nextTask", - "notes", - "account", - "customerAccount", - "organization", - "owner", - "scoreValues", - "stage", - "tasks", - "dealCustomFieldData" - ] + } }, - "id": { + "mdate": { "type": "string" }, - "isDisabled": { - "type": "boolean" + "nextdealid": { + "type": "string" + }, + "owner": { + "type": "string" + }, + "percent": { + "type": "string" + }, + "stage": { + "type": "string" + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "hash", - "owner", - "contact", - "organization", - "group", - "stage", - "title", - "description", - "percent", - "cdate", - "mdate", - "nextdate", - "nexttaskid", - "value", - "currency", - "winProbability", - "winProbabilityMdate", - "status", - "activitycount", - "nextdealid", - "edate", - "links", - "id", - "isDisabled", - "account", - "customerAccount" - ] + } } }, - "required": [ - "deal" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/getAll.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/getAll.json index 1b468caba0..cd5f06f1ef 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/getAll.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/getAll.json @@ -1,52 +1,34 @@ { "type": "object", "properties": { - "hash": { - "type": "string" - }, - "owner": { - "type": "string" - }, - "group": { - "type": "string" - }, - "stage": { - "type": "string" - }, - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "percent": { + "activitycount": { "type": "string" }, "cdate": { "type": "string" }, - "mdate": { - "type": "string" - }, - "value": { - "type": "string" - }, "currency": { "type": "string" }, - "status": { + "description": { "type": "string" }, - "activitycount": { + "group": { "type": "string" }, - "nextdealid": { + "hash": { "type": "string" }, + "id": { + "type": "string" + }, + "isDisabled": { + "type": "boolean" + }, "links": { "type": "object", "properties": { - "dealActivities": { + "account": { "type": "string" }, "contact": { @@ -55,6 +37,15 @@ "contactDeals": { "type": "string" }, + "customerAccount": { + "type": "string" + }, + "dealActivities": { + "type": "string" + }, + "dealCustomFieldData": { + "type": "string" + }, "group": { "type": "string" }, @@ -64,12 +55,6 @@ "notes": { "type": "string" }, - "account": { - "type": "string" - }, - "customerAccount": { - "type": "string" - }, "organization": { "type": "string" }, @@ -84,33 +69,32 @@ }, "tasks": { "type": "string" - }, - "dealCustomFieldData": { - "type": "string" } - }, - "required": [ - "dealActivities", - "contact", - "contactDeals", - "group", - "nextTask", - "notes", - "account", - "customerAccount", - "organization", - "owner", - "scoreValues", - "stage", - "tasks", - "dealCustomFieldData" - ] + } }, - "id": { + "mdate": { "type": "string" }, - "isDisabled": { - "type": "boolean" + "nextdealid": { + "type": "string" + }, + "owner": { + "type": "string" + }, + "percent": { + "type": "string" + }, + "stage": { + "type": "string" + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" + }, + "value": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/update.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/update.json index 913d9cae89..f0226d539a 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/update.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/deal/update.json @@ -1,127 +1,40 @@ { "type": "object", "properties": { - "dealStages": { - "type": "array", - "items": { - "type": "object", - "properties": { - "group": { - "type": "string" - }, - "title": { - "type": "string" - }, - "color": { - "type": "string" - }, - "order": { - "type": "string" - }, - "width": { - "type": "string" - }, - "dealOrder": { - "type": "string" - }, - "cardRegion1": { - "type": "string" - }, - "cardRegion2": { - "type": "string" - }, - "cardRegion3": { - "type": "string" - }, - "cardRegion4": { - "type": "string" - }, - "cardRegion5": { - "type": "string" - }, - "udate": { - "type": "string" - }, - "links": { - "type": "object", - "properties": { - "group": { - "type": "string" - } - }, - "required": [ - "group" - ] - }, - "id": { - "type": "string" - } - }, - "required": [ - "group", - "title", - "color", - "order", - "width", - "dealOrder", - "cardRegion1", - "cardRegion2", - "cardRegion3", - "cardRegion4", - "cardRegion5", - "cdate", - "udate", - "links", - "id" - ] - } - }, "deal": { "type": "object", "properties": { - "hash": { - "type": "string" - }, - "owner": { - "type": "string" - }, - "contact": { - "type": "string" - }, - "group": { - "type": "string" - }, - "stage": { - "type": "string" - }, - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "percent": { + "activitycount": { "type": "string" }, "cdate": { "type": "string" }, - "mdate": { + "contact": { "type": "string" }, "currency": { "type": "string" }, - "activitycount": { + "description": { "type": "string" }, - "nextdealid": { + "group": { "type": "string" }, + "hash": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isDisabled": { + "type": "boolean" + }, "links": { "type": "object", "properties": { - "dealActivities": { + "account": { "type": "string" }, "contact": { @@ -130,6 +43,15 @@ "contactDeals": { "type": "string" }, + "customerAccount": { + "type": "string" + }, + "dealActivities": { + "type": "string" + }, + "dealCustomFieldData": { + "type": "string" + }, "group": { "type": "string" }, @@ -139,12 +61,6 @@ "notes": { "type": "string" }, - "account": { - "type": "string" - }, - "customerAccount": { - "type": "string" - }, "organization": { "type": "string" }, @@ -159,64 +75,83 @@ }, "tasks": { "type": "string" - }, - "dealCustomFieldData": { - "type": "string" } - }, - "required": [ - "dealActivities", - "contact", - "contactDeals", - "group", - "nextTask", - "notes", - "account", - "customerAccount", - "organization", - "owner", - "scoreValues", - "stage", - "tasks", - "dealCustomFieldData" - ] + } }, - "id": { + "mdate": { "type": "string" }, - "isDisabled": { - "type": "boolean" + "nextdealid": { + "type": "string" + }, + "owner": { + "type": "string" + }, + "percent": { + "type": "string" + }, + "stage": { + "type": "string" + }, + "title": { + "type": "string" } - }, - "required": [ - "hash", - "owner", - "contact", - "organization", - "group", - "stage", - "title", - "description", - "percent", - "cdate", - "mdate", - "nextdate", - "nexttaskid", - "value", - "currency", - "status", - "activitycount", - "nextdealid", - "edate", - "winProbability", - "winProbabilityMdate", - "links", - "fields", - "id", - "isDisabled", - "account", - "customerAccount" - ] + } + }, + "dealStages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "cardRegion1": { + "type": "string" + }, + "cardRegion2": { + "type": "string" + }, + "cardRegion3": { + "type": "string" + }, + "cardRegion4": { + "type": "string" + }, + "cardRegion5": { + "type": "string" + }, + "color": { + "type": "string" + }, + "dealOrder": { + "type": "string" + }, + "group": { + "type": "string" + }, + "id": { + "type": "string" + }, + "links": { + "type": "object", + "properties": { + "group": { + "type": "string" + } + } + }, + "order": { + "type": "string" + }, + "title": { + "type": "string" + }, + "udate": { + "type": "string" + }, + "width": { + "type": "string" + } + } + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/list/getAll.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/list/getAll.json index 360d96e1a0..4d7fe24d78 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/list/getAll.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/list/getAll.json @@ -1,45 +1,6 @@ { "type": "object", "properties": { - "stringid": { - "type": "string" - }, - "userid": { - "type": "string" - }, - "name": { - "type": "string" - }, - "cdate": { - "type": "string" - }, - "p_use_tracking": { - "type": "string" - }, - "p_use_analytics_read": { - "type": "string" - }, - "p_use_analytics_link": { - "type": "string" - }, - "p_use_twitter": { - "type": "string" - }, - "p_use_facebook": { - "type": "string" - }, - "p_embed_image": { - "type": "string" - }, - "p_use_captcha": { - "type": "string" - }, - "send_last_broadcast": { - "type": "string" - }, - "private": { - "type": "string" - }, "analytics_domains": { "type": "null" }, @@ -49,28 +10,81 @@ "analytics_ua": { "type": "string" }, - "twitter_token": { + "cdate": { "type": "string" }, - "twitter_token_secret": { + "created_by": { + "type": "null" + }, + "created_timestamp": { "type": "string" }, + "deletestamp": { + "type": "null" + }, "facebook_session": { "type": "null" }, - "require_name": { - "type": "string" - }, "get_unsubscribe_reason": { "type": "string" }, - "to_name": { + "id": { + "type": "string" + }, + "links": { + "type": "object", + "properties": { + "addressLists": { + "type": "string" + }, + "contactGoalLists": { + "type": "string" + }, + "user": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, + "optinmessageid": { "type": "string" }, "optinoptout": { "type": "string" }, - "sender_name": { + "optoutconf": { + "type": "string" + }, + "p_embed_image": { + "type": "string" + }, + "p_use_analytics_link": { + "type": "string" + }, + "p_use_analytics_read": { + "type": "string" + }, + "p_use_captcha": { + "type": "string" + }, + "p_use_facebook": { + "type": "string" + }, + "p_use_tracking": { + "type": "string" + }, + "p_use_twitter": { + "type": "string" + }, + "private": { + "type": "string" + }, + "require_name": { + "type": "string" + }, + "send_last_broadcast": { "type": "string" }, "sender_addr1": { @@ -82,69 +96,50 @@ "sender_city": { "type": "string" }, - "sender_state": { - "type": "string" - }, - "sender_zip": { - "type": "string" - }, "sender_country": { "type": "string" }, + "sender_name": { + "type": "string" + }, "sender_phone": { "type": "string" }, - "sender_url": { - "type": "string" - }, "sender_reminder": { "type": "string" }, - "optinmessageid": { + "sender_state": { "type": "string" }, - "optoutconf": { + "sender_url": { "type": "string" }, - "deletestamp": { - "type": "null" - }, - "created_timestamp": { + "sender_zip": { "type": "string" }, - "updated_timestamp": { + "stringid": { "type": "string" }, - "created_by": { - "type": "null" + "to_name": { + "type": "string" + }, + "twitter_token": { + "type": "string" + }, + "twitter_token_secret": { + "type": "string" }, "updated_by": { "type": "null" }, - "links": { - "type": "object", - "properties": { - "contactGoalLists": { - "type": "string" - }, - "user": { - "type": "string" - }, - "addressLists": { - "type": "string" - } - }, - "required": [ - "contactGoalLists", - "user", - "addressLists" - ] - }, - "id": { + "updated_timestamp": { "type": "string" }, "user": { "type": "string" + }, + "userid": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/tag/get.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/tag/get.json index 774000fa70..00fa7acc62 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/tag/get.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/tag/get.json @@ -4,25 +4,16 @@ "tag": { "type": "object", "properties": { - "tagType": { + "created_timestamp": { "type": "string" }, - "tag": { + "deleted": { "type": "string" }, "description": { "type": "string" }, - "subscriber_count": { - "type": "string" - }, - "created_timestamp": { - "type": "string" - }, - "updated_timestamp": { - "type": "string" - }, - "deleted": { + "id": { "type": "string" }, "links": { @@ -34,34 +25,22 @@ "templateTags": { "type": "string" } - }, - "required": [ - "contactGoalTags", - "templateTags" - ] + } }, - "id": { + "subscriber_count": { + "type": "string" + }, + "tag": { + "type": "string" + }, + "tagType": { + "type": "string" + }, + "updated_timestamp": { "type": "string" } - }, - "required": [ - "tagType", - "tag", - "description", - "subscriber_count", - "cdate", - "created_timestamp", - "updated_timestamp", - "created_by", - "updated_by", - "deleted", - "links", - "id" - ] + } } }, - "required": [ - "tag" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/tag/getAll.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/tag/getAll.json index 0b4085496d..1be76fd7d8 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/tag/getAll.json +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/tag/getAll.json @@ -1,25 +1,16 @@ { "type": "object", "properties": { - "tagType": { + "created_timestamp": { "type": "string" }, - "tag": { + "deleted": { "type": "string" }, "description": { "type": "string" }, - "subscriber_count": { - "type": "string" - }, - "created_timestamp": { - "type": "string" - }, - "updated_timestamp": { - "type": "string" - }, - "deleted": { + "id": { "type": "string" }, "links": { @@ -31,13 +22,18 @@ "templateTags": { "type": "string" } - }, - "required": [ - "contactGoalTags", - "templateTags" - ] + } }, - "id": { + "subscriber_count": { + "type": "string" + }, + "tag": { + "type": "string" + }, + "tagType": { + "type": "string" + }, + "updated_timestamp": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Adalo/__schema__/v1.0.0/collection/create.json b/packages/nodes-base/nodes/Adalo/__schema__/v1.0.0/collection/create.json index c9a7f34a88..32c1e603d8 100644 --- a/packages/nodes-base/nodes/Adalo/__schema__/v1.0.0/collection/create.json +++ b/packages/nodes-base/nodes/Adalo/__schema__/v1.0.0/collection/create.json @@ -1,20 +1,15 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, "created_at": { "type": "string" }, + "id": { + "type": "integer" + }, "updated_at": { "type": "string" } }, - "required": [ - "id", - "created_at", - "updated_at" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/listEntry/create.json b/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/listEntry/create.json index 46d567ca08..2c60b12677 100644 --- a/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/listEntry/create.json +++ b/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/listEntry/create.json @@ -1,32 +1,17 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "list_id": { - "type": "integer" + "created_at": { + "type": "string" }, "creator_id": { "type": "integer" }, - "entity_id": { - "type": "integer" - }, - "entity_type": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, "entity": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" + "crunchbase_uuid": { + "type": "null" }, "domain": { "type": "string" @@ -37,21 +22,28 @@ "type": "string" } }, - "crunchbase_uuid": { - "type": "null" - }, "global": { "type": "boolean" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" } - }, - "required": [ - "id", - "name", - "domain", - "domains", - "crunchbase_uuid", - "global" - ] + } + }, + "entity_id": { + "type": "integer" + }, + "entity_type": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "list_id": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/listEntry/getAll.json b/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/listEntry/getAll.json index d544203ffb..55db312c0b 100644 --- a/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/listEntry/getAll.json +++ b/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/listEntry/getAll.json @@ -1,32 +1,17 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "list_id": { - "type": "integer" + "created_at": { + "type": "string" }, "creator_id": { "type": "integer" }, - "entity_id": { - "type": "integer" - }, - "entity_type": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, "entity": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" + "crunchbase_uuid": { + "type": "null" }, "domains": { "type": "array", @@ -34,26 +19,29 @@ "type": "string" } }, - "crunchbase_uuid": { - "type": "null" - }, "global": { "type": "boolean" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" } - }, - "required": [ - "id" - ] + } + }, + "entity_id": { + "type": "integer" + }, + "entity_type": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "list_id": { + "type": "integer" } }, - "required": [ - "id", - "list_id", - "creator_id", - "entity_id", - "entity_type", - "created_at", - "entity" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/create.json b/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/create.json index e653cb95a3..719ac248b2 100644 --- a/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/create.json +++ b/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/create.json @@ -1,11 +1,8 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" + "crunchbase_uuid": { + "type": "null" }, "domain": { "type": "string" @@ -16,12 +13,15 @@ "type": "string" } }, - "crunchbase_uuid": { - "type": "null" - }, "global": { "type": "boolean" }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, "person_ids": { "type": "array", "items": { @@ -29,14 +29,5 @@ } } }, - "required": [ - "id", - "name", - "domain", - "domains", - "crunchbase_uuid", - "global", - "person_ids" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/get.json b/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/get.json index f20f51fe5e..22c28691d1 100644 --- a/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/get.json +++ b/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/get.json @@ -1,11 +1,8 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" + "crunchbase_uuid": { + "type": "null" }, "domain": { "type": "string" @@ -16,28 +13,19 @@ "type": "string" } }, - "crunchbase_uuid": { - "type": "null" - }, "global": { "type": "boolean" }, - "person_ids": { - "type": "array", - "items": { - "type": "integer" - } + "id": { + "type": "integer" }, "list_entries": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "list_id": { - "type": "integer" + "created_at": { + "type": "string" }, "creator_id": { "type": "integer" @@ -48,30 +36,24 @@ "entity_type": { "type": "integer" }, - "created_at": { - "type": "string" + "id": { + "type": "integer" + }, + "list_id": { + "type": "integer" } - }, - "required": [ - "id", - "list_id", - "creator_id", - "entity_id", - "entity_type", - "created_at" - ] + } + } + }, + "name": { + "type": "string" + }, + "person_ids": { + "type": "array", + "items": { + "type": "integer" } } }, - "required": [ - "id", - "name", - "domain", - "domains", - "crunchbase_uuid", - "global", - "person_ids", - "list_entries" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/getAll.json b/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/getAll.json new file mode 100644 index 0000000000..f782bc8fc6 --- /dev/null +++ b/packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/getAll.json @@ -0,0 +1,24 @@ +{ + "type": "object", + "properties": { + "crunchbase_uuid": { + "type": "null" + }, + "domains": { + "type": "array", + "items": { + "type": "string" + } + }, + "global": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/ApiTemplateIo/__schema__/v1.0.0/image/create.json b/packages/nodes-base/nodes/ApiTemplateIo/__schema__/v1.0.0/image/create.json index 44a45ce9e3..52b627cdc9 100644 --- a/packages/nodes-base/nodes/ApiTemplateIo/__schema__/v1.0.0/image/create.json +++ b/packages/nodes-base/nodes/ApiTemplateIo/__schema__/v1.0.0/image/create.json @@ -4,25 +4,18 @@ "download_url": { "type": "string" }, + "download_url_png": { + "type": "string" + }, + "status": { + "type": "string" + }, "template_id": { "type": "string" }, "transaction_ref": { "type": "string" - }, - "status": { - "type": "string" - }, - "download_url_png": { - "type": "string" } }, - "required": [ - "download_url", - "template_id", - "transaction_ref", - "status", - "download_url_png" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ApiTemplateIo/__schema__/v1.0.0/pdf/create.json b/packages/nodes-base/nodes/ApiTemplateIo/__schema__/v1.0.0/pdf/create.json index 279bb4591f..a8f7c4368b 100644 --- a/packages/nodes-base/nodes/ApiTemplateIo/__schema__/v1.0.0/pdf/create.json +++ b/packages/nodes-base/nodes/ApiTemplateIo/__schema__/v1.0.0/pdf/create.json @@ -4,14 +4,14 @@ "download_url": { "type": "string" }, + "status": { + "type": "string" + }, "template_id": { "type": "string" }, "transaction_ref": { "type": "string" - }, - "status": { - "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/project/create.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/project/create.json index 3311c9bebf..4a47289817 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/project/create.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/project/create.json @@ -1,146 +1,31 @@ { "type": "object", "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "modified_at": { - "type": "string" - }, - "members": { - "type": "array", - "items": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "name" - ] - } - }, - "owner": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "name" - ] - }, - "completed_by": { - "type": "null" - }, - "current_status": { - "type": "null" - }, - "public": { - "type": "boolean" - }, - "privacy_setting": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notes": { - "type": "string" - }, "archived": { "type": "boolean" }, - "workspace": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "name" - ] - }, - "team": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "name" - ] - }, - "default_view": { - "type": "string" - }, - "default_access_level": { - "type": "string" - }, - "minimum_access_level_for_customization": { - "type": "string" - }, - "minimum_access_level_for_sharing": { - "type": "string" - }, - "start_on": { - "type": "null" - }, - "current_status_update": { - "type": "null" - }, "completed": { "type": "boolean" }, "completed_at": { "type": "null" }, - "icon": { + "completed_by": { + "type": "null" + }, + "created_at": { "type": "string" }, - "permalink_url": { + "current_status": { + "type": "null" + }, + "current_status_update": { + "type": "null" + }, + "default_access_level": { + "type": "string" + }, + "default_view": { "type": "string" }, "followers": { @@ -151,51 +36,110 @@ "gid": { "type": "string" }, + "name": { + "type": "string" + }, "resource_type": { "type": "string" + } + } + } + }, + "gid": { + "type": "string" + }, + "icon": { + "type": "string" + }, + "members": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gid": { + "type": "string" }, "name": { "type": "string" + }, + "resource_type": { + "type": "string" } + } + } + }, + "minimum_access_level_for_customization": { + "type": "string" + }, + "minimum_access_level_for_sharing": { + "type": "string" + }, + "modified_at": { + "type": "string" + }, + "name": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "owner": { + "type": "object", + "properties": { + "gid": { + "type": "string" }, - "required": [ - "gid", - "resource_type", - "name" - ] + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } + }, + "permalink_url": { + "type": "string" + }, + "privacy_setting": { + "type": "string" + }, + "public": { + "type": "boolean" + }, + "resource_type": { + "type": "string" + }, + "start_on": { + "type": "null" + }, + "team": { + "type": "object", + "properties": { + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } + }, + "workspace": { + "type": "object", + "properties": { + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } } } }, - "required": [ - "gid", - "resource_type", - "created_at", - "modified_at", - "members", - "owner", - "completed_by", - "current_status", - "public", - "privacy_setting", - "name", - "notes", - "archived", - "workspace", - "team", - "default_view", - "default_access_level", - "minimum_access_level_for_customization", - "minimum_access_level_for_sharing", - "start_on", - "current_status_update", - "due_on", - "due_date", - "completed", - "completed_at", - "color", - "icon", - "permalink_url", - "followers" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/project/getAll.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/project/getAll.json index a3e0b51b21..6a4e08fb5b 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/project/getAll.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/project/getAll.json @@ -11,10 +11,5 @@ "type": "string" } }, - "required": [ - "gid", - "name", - "resource_type" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/subtask/create.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/subtask/create.json index 2867b52f73..1d519ff7c1 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/subtask/create.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/subtask/create.json @@ -1,15 +1,122 @@ { "type": "object", "properties": { - "gid": { + "actual_time_minutes": { + "type": "integer" + }, + "assignee_status": { "type": "string" }, - "resource_type": { - "type": "string" + "completed": { + "type": "boolean" }, "created_at": { "type": "string" }, + "custom_fields": { + "type": "array", + "items": { + "type": "object", + "properties": { + "created_by": { + "type": "object", + "properties": { + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } + }, + "enabled": { + "type": "boolean" + }, + "enum_options": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } + } + }, + "enum_value": { + "type": "null" + }, + "gid": { + "type": "string" + }, + "is_formula_field": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "number_value": { + "type": "null" + }, + "precision": { + "type": "integer" + }, + "resource_subtype": { + "type": "string" + }, + "resource_type": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "due_at": { + "type": "null" + }, + "followers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } + } + }, + "gid": { + "type": "string" + }, + "hearted": { + "type": "boolean" + }, + "liked": { + "type": "boolean" + }, "modified_at": { "type": "string" }, @@ -19,234 +126,58 @@ "notes": { "type": "string" }, - "start_at": { - "type": "null" - }, - "start_on": { - "type": "null" - }, - "resource_subtype": { - "type": "string" - }, - "due_at": { - "type": "null" - }, - "assignee_status": { - "type": "string" - }, - "completed": { - "type": "boolean" - }, - "actual_time_minutes": { - "type": "integer" - }, - "workspace": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "name" - ] - }, "num_hearts": { "type": "integer" }, "num_likes": { "type": "integer" }, - "hearted": { - "type": "boolean" - }, - "liked": { - "type": "boolean" - }, "parent": { "type": "object", "properties": { "gid": { "type": "string" }, - "resource_type": { - "type": "string" - }, "name": { "type": "string" }, "resource_subtype": { "type": "string" + }, + "resource_type": { + "type": "string" } - }, - "required": [ - "gid", - "resource_type", - "name", - "resource_subtype" - ] + } }, "permalink_url": { "type": "string" }, - "custom_fields": { - "type": "array", - "items": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "created_by": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "name" - ] - }, - "resource_subtype": { - "type": "string" - }, - "type": { - "type": "string" - }, - "name": { - "type": "string" - }, - "is_formula_field": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "enum_value": { - "type": "null" - }, - "enum_options": { - "type": "array", - "items": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "enabled", - "name", - "color" - ] - } - }, - "precision": { - "type": "integer" - }, - "number_value": { - "type": "null" - } - }, - "required": [ - "gid", - "resource_type", - "created_by", - "resource_subtype", - "type", - "name", - "enabled", - "display_value" - ] - } + "resource_subtype": { + "type": "string" }, - "followers": { - "type": "array", - "items": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } + "resource_type": { + "type": "string" + }, + "start_at": { + "type": "null" + }, + "start_on": { + "type": "null" + }, + "workspace": { + "type": "object", + "properties": { + "gid": { + "type": "string" }, - "required": [ - "gid", - "resource_type", - "name" - ] + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } } } }, - "required": [ - "gid", - "projects", - "memberships", - "resource_type", - "created_at", - "modified_at", - "name", - "notes", - "assignee", - "tags", - "start_at", - "start_on", - "resource_subtype", - "due_at", - "due_on", - "completed_at", - "assignee_status", - "completed", - "actual_time_minutes", - "workspace", - "num_hearts", - "num_likes", - "hearted", - "liked", - "hearts", - "likes", - "parent", - "permalink_url", - "followers" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/subtask/getAll.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/subtask/getAll.json index a3e0b51b21..6a4e08fb5b 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/subtask/getAll.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/subtask/getAll.json @@ -11,10 +11,5 @@ "type": "string" } }, - "required": [ - "gid", - "name", - "resource_type" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/create.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/create.json index 3a2871a320..f019d2a11c 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/create.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/create.json @@ -1,10 +1,114 @@ { "type": "object", "properties": { + "actual_time_minutes": { + "type": "integer" + }, + "assignee_status": { + "type": "string" + }, + "completed": { + "type": "boolean" + }, + "created_at": { + "type": "string" + }, + "custom_fields": { + "type": "array", + "items": { + "type": "object", + "properties": { + "created_by": { + "type": "object", + "properties": { + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } + }, + "enabled": { + "type": "boolean" + }, + "enum_options": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } + } + }, + "enum_value": { + "type": "null" + }, + "gid": { + "type": "string" + }, + "is_formula_field": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "resource_subtype": { + "type": "string" + }, + "resource_type": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "due_at": { + "type": "null" + }, + "followers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } + } + }, "gid": { "type": "string" }, - "projects": { + "hearted": { + "type": "boolean" + }, + "hearts": { "type": "array", "items": { "type": "object", @@ -15,77 +119,53 @@ "resource_type": { "type": "string" }, - "name": { - "type": "string" + "user": { + "type": "object", + "properties": { + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } } - }, - "required": [ - "gid", - "resource_type", - "name" - ] + } } }, - "num_likes": { - "type": "integer" - }, - "num_hearts": { - "type": "integer" - }, - "workspace": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "name" - ] - }, - "start_at": { - "type": "null" - }, - "start_on": { - "type": "null" - }, - "resource_subtype": { - "type": "string" - }, - "due_at": { - "type": "null" - }, - "assignee_status": { - "type": "string" - }, - "completed": { + "liked": { "type": "boolean" }, - "actual_time_minutes": { - "type": "integer" - }, - "notes": { - "type": "string" - }, - "name": { - "type": "string" - }, - "modified_at": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "resource_type": { - "type": "string" + "likes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gid": { + "type": "string" + }, + "resource_type": { + "type": "string" + }, + "user": { + "type": "object", + "properties": { + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } + } + } + } }, "memberships": { "type": "array", @@ -98,18 +178,13 @@ "gid": { "type": "string" }, - "resource_type": { - "type": "string" - }, "name": { "type": "string" + }, + "resource_type": { + "type": "string" } - }, - "required": [ - "gid", - "resource_type", - "name" - ] + } }, "section": { "type": "object", @@ -117,61 +192,39 @@ "gid": { "type": "string" }, - "resource_type": { - "type": "string" - }, "name": { "type": "string" + }, + "resource_type": { + "type": "string" } - }, - "required": [ - "gid", - "resource_type", - "name" - ] + } } - }, - "required": [ - "project", - "section" - ] + } } }, + "modified_at": { + "type": "string" + }, + "name": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "num_hearts": { + "type": "integer" + }, + "num_likes": { + "type": "integer" + }, "parent": { "type": "null" }, - "liked": { - "type": "boolean" - }, - "hearted": { - "type": "boolean" - }, - "followers": { - "type": "array", - "items": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "name" - ] - } - }, "permalink_url": { "type": "string" }, - "custom_fields": { + "projects": { "type": "array", "items": { "type": "object", @@ -179,127 +232,41 @@ "gid": { "type": "string" }, - "resource_type": { - "type": "string" - }, - "created_by": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "name" - ] - }, - "resource_subtype": { - "type": "string" - }, - "type": { - "type": "string" - }, "name": { "type": "string" }, - "is_formula_field": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "enum_value": { - "type": "null" - }, - "enum_options": { - "type": "array", - "items": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "enabled", - "name", - "color" - ] - } - }, - "precision": { - "type": "integer" - }, - "number_value": { - "type": "null" + "resource_type": { + "type": "string" } + } + } + }, + "resource_subtype": { + "type": "string" + }, + "resource_type": { + "type": "string" + }, + "start_at": { + "type": "null" + }, + "start_on": { + "type": "null" + }, + "workspace": { + "type": "object", + "properties": { + "gid": { + "type": "string" }, - "required": [ - "gid", - "resource_type", - "created_by", - "resource_subtype", - "type", - "name", - "is_formula_field", - "enabled", - "display_value" - ] + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } } } }, - "required": [ - "gid", - "projects", - "num_likes", - "num_hearts", - "workspace", - "tags", - "start_at", - "start_on", - "resource_subtype", - "due_at", - "due_on", - "completed_at", - "assignee_status", - "completed", - "actual_time_minutes", - "assignee", - "notes", - "name", - "modified_at", - "created_at", - "resource_type", - "memberships", - "parent", - "likes", - "hearts", - "liked", - "hearted", - "followers", - "permalink_url" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/get.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/get.json index 06c3d69590..442b3d78ab 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/get.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/get.json @@ -1,8 +1,19 @@ { "type": "object", "properties": { - "gid": { - "type": "string" + "assignee": { + "type": "object", + "properties": { + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } }, "assignee_status": { "type": "string" @@ -18,41 +29,36 @@ "items": { "type": "object", "properties": { - "gid": { + "description": { "type": "string" }, "enabled": { "type": "boolean" }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "created_by": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "name": { - "type": "string" - }, - "resource_type": { - "type": "string" + "enum_options": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } } - }, - "required": [ - "gid", - "name", - "resource_type" - ] + } }, - "resource_subtype": { - "type": "string" - }, - "resource_type": { + "gid": { "type": "string" }, "is_formula_field": { @@ -61,86 +67,45 @@ "is_value_read_only": { "type": "boolean" }, - "type": { - "type": "string" - }, - "enum_options": { - "type": "array", - "items": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "color": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "resource_type": { - "type": "string" - } - }, - "required": [ - "gid", - "color", - "enabled", - "name", - "resource_type" - ] - } - }, - "precision": { - "type": "integer" - }, "multi_enum_values": { "type": "array", "items": { "type": "object", "properties": { - "gid": { - "type": "string" - }, "color": { "type": "string" }, "enabled": { "type": "boolean" }, + "gid": { + "type": "string" + }, "name": { "type": "string" }, "resource_type": { "type": "string" } - }, - "required": [ - "gid", - "color", - "enabled", - "name", - "resource_type" - ] + } } + }, + "name": { + "type": "string" + }, + "precision": { + "type": "integer" + }, + "resource_subtype": { + "type": "string" + }, + "resource_type": { + "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "gid", - "enabled", - "name", - "description", - "created_by", - "display_value", - "resource_subtype", - "resource_type", - "is_formula_field", - "is_value_read_only", - "type" - ] + } } }, "due_at": { @@ -160,14 +125,12 @@ "resource_type": { "type": "string" } - }, - "required": [ - "gid", - "name", - "resource_type" - ] + } } }, + "gid": { + "type": "string" + }, "hearted": { "type": "boolean" }, @@ -191,12 +154,7 @@ "resource_type": { "type": "string" } - }, - "required": [ - "gid", - "name", - "resource_type" - ] + } }, "section": { "type": "object", @@ -210,18 +168,9 @@ "resource_type": { "type": "string" } - }, - "required": [ - "gid", - "name", - "resource_type" - ] + } } - }, - "required": [ - "project", - "section" - ] + } } }, "modified_at": { @@ -256,14 +205,12 @@ "resource_type": { "type": "string" } - }, - "required": [ - "gid", - "name", - "resource_type" - ] + } } }, + "resource_subtype": { + "type": "string" + }, "resource_type": { "type": "string" }, @@ -284,17 +231,9 @@ "resource_type": { "type": "string" } - }, - "required": [ - "gid", - "name", - "resource_type" - ] + } } }, - "resource_subtype": { - "type": "string" - }, "workspace": { "type": "object", "properties": { @@ -307,44 +246,8 @@ "resource_type": { "type": "string" } - }, - "required": [ - "gid", - "name", - "resource_type" - ] + } } }, - "required": [ - "gid", - "actual_time_minutes", - "assignee", - "assignee_status", - "completed", - "completed_at", - "created_at", - "due_at", - "due_on", - "followers", - "hearted", - "hearts", - "liked", - "likes", - "memberships", - "modified_at", - "name", - "notes", - "num_hearts", - "num_likes", - "parent", - "permalink_url", - "projects", - "resource_type", - "start_at", - "start_on", - "tags", - "resource_subtype", - "workspace" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/getAll.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/getAll.json index d496530512..21a049211b 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/getAll.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/getAll.json @@ -7,15 +7,12 @@ "name": { "type": "string" }, - "resource_type": { + "resource_subtype": { "type": "string" }, - "resource_subtype": { + "resource_type": { "type": "string" } }, - "required": [ - "gid" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/move.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/move.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/move.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/move.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/search.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/search.json index 06e167b515..21a049211b 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/search.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/search.json @@ -7,18 +7,12 @@ "name": { "type": "string" }, - "resource_type": { + "resource_subtype": { "type": "string" }, - "resource_subtype": { + "resource_type": { "type": "string" } }, - "required": [ - "gid", - "name", - "resource_type", - "resource_subtype" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/update.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/update.json index caff9867c9..d3807713ad 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/update.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/task/update.json @@ -1,135 +1,100 @@ { "type": "object", "properties": { - "gid": { - "type": "string" - }, - "projects": { - "type": "array", - "items": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "name" - ] - } - }, - "num_likes": { - "type": "integer" - }, - "num_hearts": { - "type": "integer" - }, - "workspace": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "name" - ] - }, - "tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "name" - ] - } - }, - "start_at": { - "type": "null" - }, - "resource_subtype": { - "type": "string" - }, - "due_at": { - "type": "null" - }, - "assignee_status": { - "type": "string" - }, - "completed": { - "type": "boolean" - }, "actual_time_minutes": { "type": "integer" }, - "notes": { - "type": "string" - }, - "name": { - "type": "string" - }, - "modified_at": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, "assignee": { "type": "object", "properties": { "gid": { "type": "string" }, - "resource_type": { - "type": "string" - }, "name": { "type": "string" + }, + "resource_type": { + "type": "string" } - }, - "required": [ - "gid", - "resource_type", - "name" - ] + } }, - "liked": { + "assignee_status": { + "type": "string" + }, + "completed": { "type": "boolean" }, - "hearted": { - "type": "boolean" + "created_at": { + "type": "string" + }, + "custom_fields": { + "type": "array", + "items": { + "type": "object", + "properties": { + "created_by": { + "type": "object", + "properties": { + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } + }, + "enabled": { + "type": "boolean" + }, + "enum_options": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } + } + } + }, + "gid": { + "type": "string" + }, + "name": { + "type": "string" + }, + "precision": { + "type": "integer" + }, + "resource_subtype": { + "type": "string" + }, + "resource_type": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "due_at": { + "type": "null" }, "followers": { "type": "array", @@ -139,20 +104,24 @@ "gid": { "type": "string" }, - "resource_type": { - "type": "string" - }, "name": { "type": "string" + }, + "resource_type": { + "type": "string" } - }, - "required": [ - "gid", - "resource_type", - "name" - ] + } } }, + "gid": { + "type": "string" + }, + "hearted": { + "type": "boolean" + }, + "liked": { + "type": "boolean" + }, "memberships": { "type": "array", "items": { @@ -164,18 +133,13 @@ "gid": { "type": "string" }, - "resource_type": { - "type": "string" - }, "name": { "type": "string" + }, + "resource_type": { + "type": "string" } - }, - "required": [ - "gid", - "resource_type", - "name" - ] + } }, "section": { "type": "object", @@ -183,30 +147,36 @@ "gid": { "type": "string" }, - "resource_type": { - "type": "string" - }, "name": { "type": "string" + }, + "resource_type": { + "type": "string" } - }, - "required": [ - "gid", - "resource_type", - "name" - ] + } } - }, - "required": [ - "project", - "section" - ] + } } }, + "modified_at": { + "type": "string" + }, + "name": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "num_hearts": { + "type": "integer" + }, + "num_likes": { + "type": "integer" + }, "permalink_url": { "type": "string" }, - "custom_fields": { + "projects": { "type": "array", "items": { "type": "object", @@ -214,65 +184,53 @@ "gid": { "type": "string" }, + "name": { + "type": "string" + }, "resource_type": { "type": "string" - }, - "resource_subtype": { - "type": "string" - }, - "type": { + } + } + } + }, + "resource_subtype": { + "type": "string" + }, + "resource_type": { + "type": "string" + }, + "start_at": { + "type": "null" + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gid": { "type": "string" }, "name": { "type": "string" }, - "enabled": { - "type": "boolean" - }, - "precision": { - "type": "integer" - }, - "enum_options": { - "type": "array", - "items": { - "type": "object", - "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - } - }, - "required": [ - "gid", - "resource_type", - "enabled", - "name", - "color" - ] - } + "resource_type": { + "type": "string" } + } + } + }, + "workspace": { + "type": "object", + "properties": { + "gid": { + "type": "string" }, - "required": [ - "gid", - "resource_type", - "created_by", - "resource_subtype", - "type", - "name", - "enabled", - "display_value" - ] + "name": { + "type": "string" + }, + "resource_type": { + "type": "string" + } } } }, diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/taskComment/add.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/taskComment/add.json index 1ade7af366..bd2bb0d2b2 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/taskComment/add.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/taskComment/add.json @@ -1,66 +1,55 @@ { "type": "object", "properties": { - "gid": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, "created_at": { "type": "string" }, - "num_likes": { - "type": "integer" - }, - "num_hearts": { - "type": "integer" - }, - "resource_subtype": { - "type": "string" - }, - "is_edited": { - "type": "boolean" - }, - "text": { - "type": "string" - }, - "type": { - "type": "string" - }, - "is_pinned": { - "type": "boolean" - }, - "source": { - "type": "string" - }, - "hearted": { - "type": "boolean" - }, - "liked": { - "type": "boolean" - }, - "is_editable": { - "type": "boolean" - }, "created_by": { "type": "object", "properties": { "gid": { "type": "string" }, - "resource_type": { - "type": "string" - }, "name": { "type": "string" + }, + "resource_type": { + "type": "string" } - }, - "required": [ - "gid", - "resource_type", - "name" - ] + } + }, + "gid": { + "type": "string" + }, + "hearted": { + "type": "boolean" + }, + "is_editable": { + "type": "boolean" + }, + "is_edited": { + "type": "boolean" + }, + "is_pinned": { + "type": "boolean" + }, + "liked": { + "type": "boolean" + }, + "num_hearts": { + "type": "integer" + }, + "num_likes": { + "type": "integer" + }, + "resource_subtype": { + "type": "string" + }, + "resource_type": { + "type": "string" + }, + "source": { + "type": "string" }, "target": { "type": "object", @@ -68,44 +57,23 @@ "gid": { "type": "string" }, - "resource_type": { - "type": "string" - }, "name": { "type": "string" }, "resource_subtype": { "type": "string" + }, + "resource_type": { + "type": "string" } - }, - "required": [ - "gid", - "resource_type", - "name", - "resource_subtype" - ] + } + }, + "text": { + "type": "string" + }, + "type": { + "type": "string" } }, - "required": [ - "gid", - "resource_type", - "created_at", - "num_likes", - "num_hearts", - "resource_subtype", - "is_edited", - "text", - "type", - "is_pinned", - "source", - "hearts", - "likes", - "hearted", - "liked", - "previews", - "is_editable", - "created_by", - "target" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/taskProject/add.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/taskProject/add.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/taskProject/add.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/taskProject/add.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/user/get.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/user/get.json index 1b0d849ef8..4e3eff86d1 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/user/get.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/user/get.json @@ -1,10 +1,10 @@ { "type": "object", "properties": { - "gid": { + "email": { "type": "string" }, - "email": { + "gid": { "type": "string" }, "name": { @@ -27,22 +27,9 @@ "resource_type": { "type": "string" } - }, - "required": [ - "gid", - "name", - "resource_type" - ] + } } } }, - "required": [ - "gid", - "email", - "name", - "photo", - "resource_type", - "workspaces" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/user/getAll.json b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/user/getAll.json index a3e0b51b21..6a4e08fb5b 100644 --- a/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/user/getAll.json +++ b/packages/nodes-base/nodes/Asana/__schema__/v1.0.0/user/getAll.json @@ -11,10 +11,5 @@ "type": "string" } }, - "required": [ - "gid", - "name", - "resource_type" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Aws/Comprehend/__schema__/v1.0.0/text/detectEntities.json b/packages/nodes-base/nodes/Aws/Comprehend/__schema__/v1.0.0/text/detectEntities.json index e66f37baad..50d2578335 100644 --- a/packages/nodes-base/nodes/Aws/Comprehend/__schema__/v1.0.0/text/detectEntities.json +++ b/packages/nodes-base/nodes/Aws/Comprehend/__schema__/v1.0.0/text/detectEntities.json @@ -17,12 +17,5 @@ "type": "string" } }, - "required": [ - "BeginOffset", - "EndOffset", - "Score", - "Text", - "Type" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Aws/Comprehend/__schema__/v1.0.0/text/detectSentiment.json b/packages/nodes-base/nodes/Aws/Comprehend/__schema__/v1.0.0/text/detectSentiment.json index 8d4bc787ac..1d9f78e3e9 100644 --- a/packages/nodes-base/nodes/Aws/Comprehend/__schema__/v1.0.0/text/detectSentiment.json +++ b/packages/nodes-base/nodes/Aws/Comprehend/__schema__/v1.0.0/text/detectSentiment.json @@ -19,18 +19,8 @@ "Positive": { "type": "number" } - }, - "required": [ - "Mixed", - "Negative", - "Neutral", - "Positive" - ] + } } }, - "required": [ - "Sentiment", - "SentimentScore" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Aws/Rekognition/__schema__/v1.0.0/image/analyze.json b/packages/nodes-base/nodes/Aws/Rekognition/__schema__/v1.0.0/image/analyze.json index ae9f75eefa..977fb2be6c 100644 --- a/packages/nodes-base/nodes/Aws/Rekognition/__schema__/v1.0.0/image/analyze.json +++ b/packages/nodes-base/nodes/Aws/Rekognition/__schema__/v1.0.0/image/analyze.json @@ -30,13 +30,7 @@ "Width": { "type": "number" } - }, - "required": [ - "Height", - "Left", - "Top", - "Width" - ] + } }, "Polygon": { "type": "array", @@ -49,36 +43,21 @@ "Y": { "type": "number" } - }, - "required": [ - "X", - "Y" - ] + } } } - }, - "required": [ - "BoundingBox", - "Polygon" - ] + } }, "Id": { "type": "integer" }, - "Type": { - "type": "string" - }, "ParentId": { "type": "integer" + }, + "Type": { + "type": "string" } - }, - "required": [ - "Confidence", - "DetectedText", - "Geometry", - "Id", - "Type" - ] + } } }, "TextModelVersion": { diff --git a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/bucket/create.json b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/bucket/create.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/bucket/create.json +++ b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/bucket/create.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/bucket/getAll.json b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/bucket/getAll.json index 4330ff508f..da54d83939 100644 --- a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/bucket/getAll.json +++ b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/bucket/getAll.json @@ -1,10 +1,10 @@ { "type": "object", "properties": { - "Name": { + "CreationDate": { "type": "string" }, - "CreationDate": { + "Name": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/bucket/search.json b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/bucket/search.json index c010feb8f3..fc63079531 100644 --- a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/bucket/search.json +++ b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/bucket/search.json @@ -1,19 +1,19 @@ { "type": "object", "properties": { - "Key": { + "ChecksumAlgorithm": { "type": "string" }, - "LastModified": { + "ChecksumType": { "type": "string" }, "ETag": { "type": "string" }, - "ChecksumAlgorithm": { + "Key": { "type": "string" }, - "ChecksumType": { + "LastModified": { "type": "string" }, "Size": { diff --git a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/file/copy.json b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/file/copy.json index 50bd9890b1..67663bd796 100644 --- a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/file/copy.json +++ b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/file/copy.json @@ -7,16 +7,16 @@ "xmlns": { "type": "string" } - }, - "required": [ - "xmlns" - ] + } }, - "LastModified": { + "ChecksumCRC64NVME": { "type": "string" }, "ETag": { "type": "string" + }, + "LastModified": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/file/getAll.json b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/file/getAll.json index 722b645559..fc63079531 100644 --- a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/file/getAll.json +++ b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/file/getAll.json @@ -1,19 +1,19 @@ { "type": "object", "properties": { - "Key": { + "ChecksumAlgorithm": { "type": "string" }, - "LastModified": { + "ChecksumType": { "type": "string" }, "ETag": { "type": "string" }, - "ChecksumAlgorithm": { + "Key": { "type": "string" }, - "ChecksumType": { + "LastModified": { "type": "string" }, "Size": { @@ -23,12 +23,5 @@ "type": "string" } }, - "required": [ - "Key", - "LastModified", - "ETag", - "Size", - "StorageClass" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/file/upload.json b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/file/upload.json index d87a79db48..314795de10 100644 --- a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/file/upload.json +++ b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/file/upload.json @@ -7,28 +7,25 @@ "xmlns": { "type": "string" } - }, - "required": [ - "xmlns" - ] - }, - "Location": { - "type": "string" + } }, "Bucket": { "type": "string" }, - "Key": { - "type": "string" - }, - "ETag": { - "type": "string" - }, "ChecksumCRC64NVME": { "type": "string" }, "ChecksumType": { "type": "string" + }, + "ETag": { + "type": "string" + }, + "Key": { + "type": "string" + }, + "Location": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/folder/create.json b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/folder/create.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/folder/create.json +++ b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/folder/create.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/folder/getAll.json b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/folder/getAll.json index c779e78a61..d48d555453 100644 --- a/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/folder/getAll.json +++ b/packages/nodes-base/nodes/Aws/S3/__schema__/v2.0.0/folder/getAll.json @@ -1,15 +1,15 @@ { "type": "object", "properties": { + "ETag": { + "type": "string" + }, "Key": { "type": "string" }, "LastModified": { "type": "string" }, - "ETag": { - "type": "string" - }, "Size": { "type": "string" }, @@ -17,12 +17,5 @@ "type": "string" } }, - "required": [ - "Key", - "LastModified", - "ETag", - "Size", - "StorageClass" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Aws/SES/__schema__/v1.0.0/email/send.json b/packages/nodes-base/nodes/Aws/SES/__schema__/v1.0.0/email/send.json index 66e94a1fba..58d8fd3d9f 100644 --- a/packages/nodes-base/nodes/Aws/SES/__schema__/v1.0.0/email/send.json +++ b/packages/nodes-base/nodes/Aws/SES/__schema__/v1.0.0/email/send.json @@ -10,21 +10,7 @@ "xmlns": { "type": "string" } - }, - "required": [ - "xmlns" - ] - }, - "SendEmailResult": { - "type": "object", - "properties": { - "MessageId": { - "type": "string" - } - }, - "required": [ - "MessageId" - ] + } }, "ResponseMetadata": { "type": "object", @@ -32,17 +18,17 @@ "RequestId": { "type": "string" } - }, - "required": [ - "RequestId" - ] + } + }, + "SendEmailResult": { + "type": "object", + "properties": { + "MessageId": { + "type": "string" + } + } } - }, - "required": [ - "$", - "SendEmailResult", - "ResponseMetadata" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Aws/Transcribe/__schema__/v1.0.0/transcriptionJob/create.json b/packages/nodes-base/nodes/Aws/Transcribe/__schema__/v1.0.0/transcriptionJob/create.json index 397917188e..c3265099a1 100644 --- a/packages/nodes-base/nodes/Aws/Transcribe/__schema__/v1.0.0/transcriptionJob/create.json +++ b/packages/nodes-base/nodes/Aws/Transcribe/__schema__/v1.0.0/transcriptionJob/create.json @@ -10,10 +10,7 @@ "MediaFileUri": { "type": "string" } - }, - "required": [ - "MediaFileUri" - ] + } }, "StartTime": { "type": "number" diff --git a/packages/nodes-base/nodes/BambooHr/__schema__/v1.0.0/companyReport/get.json b/packages/nodes-base/nodes/BambooHr/__schema__/v1.0.0/companyReport/get.json index 370d8d40e1..93ce6bbf6a 100644 --- a/packages/nodes-base/nodes/BambooHr/__schema__/v1.0.0/companyReport/get.json +++ b/packages/nodes-base/nodes/BambooHr/__schema__/v1.0.0/companyReport/get.json @@ -1,50 +1,42 @@ { "type": "object", "properties": { - "title": { - "type": "string" + "employees": { + "type": "array", + "items": { + "type": "object", + "properties": { + "firstName": { + "type": "string" + }, + "hireDate": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + } + } + } }, "fields": { "type": "array", "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, "name": { "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "id", - "type", - "name" - ] + } } }, - "employees": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "hireDate": { - "type": "string" - } - }, - "required": [ - "id" - ] - } + "title": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/BambooHr/__schema__/v1.0.0/employee/get.json b/packages/nodes-base/nodes/BambooHr/__schema__/v1.0.0/employee/get.json index 9db482b639..f1fbe0efc8 100644 --- a/packages/nodes-base/nodes/BambooHr/__schema__/v1.0.0/employee/get.json +++ b/packages/nodes-base/nodes/BambooHr/__schema__/v1.0.0/employee/get.json @@ -1,12 +1,18 @@ { "type": "object", "properties": { + "displayName": { + "type": "string" + }, + "firstName": { + "type": "string" + }, "id": { "type": "string" + }, + "lastName": { + "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/BambooHr/__schema__/v1.0.0/employee/getAll.json b/packages/nodes-base/nodes/BambooHr/__schema__/v1.0.0/employee/getAll.json index 6719a1c47b..9d7282fff0 100644 --- a/packages/nodes-base/nodes/BambooHr/__schema__/v1.0.0/employee/getAll.json +++ b/packages/nodes-base/nodes/BambooHr/__schema__/v1.0.0/employee/getAll.json @@ -1,8 +1,8 @@ { "type": "object", "properties": { - "id": { - "type": "string" + "canUploadPhoto": { + "type": "integer" }, "displayName": { "type": "string" @@ -10,11 +10,11 @@ "firstName": { "type": "string" }, - "lastName": { + "id": { "type": "string" }, - "pronouns": { - "type": "null" + "lastName": { + "type": "string" }, "photoUploaded": { "type": "boolean" @@ -22,23 +22,9 @@ "photoUrl": { "type": "string" }, - "canUploadPhoto": { - "type": "integer" + "pronouns": { + "type": "null" } }, - "required": [ - "id", - "displayName", - "firstName", - "lastName", - "preferredName", - "jobTitle", - "workEmail", - "department", - "pronouns", - "photoUploaded", - "photoUrl", - "canUploadPhoto" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/image/create.json b/packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/image/create.json index 1b4d5f755e..055b79fe8d 100644 --- a/packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/image/create.json +++ b/packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/image/create.json @@ -4,20 +4,8 @@ "created_at": { "type": "string" }, - "status": { - "type": "string" - }, - "self": { - "type": "string" - }, - "uid": { - "type": "string" - }, - "template": { - "type": "string" - }, - "template_version": { - "type": "null" + "height": { + "type": "integer" }, "modifications": { "type": "array", @@ -26,65 +14,49 @@ "properties": { "name": { "type": "string" - }, - "image_url": { - "type": "string" } - }, - "required": [ - "name" - ] + } } }, - "webhook_url": { - "type": "null" - }, - "webhook_response_code": { - "type": "null" - }, - "transparent": { - "type": "boolean" - }, - "template_name": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "render_pdf": { - "type": "boolean" - }, "pdf_url": { "type": "null" }, "pdf_url_compressed": { "type": "null" + }, + "render_pdf": { + "type": "boolean" + }, + "self": { + "type": "string" + }, + "status": { + "type": "string" + }, + "template": { + "type": "string" + }, + "template_name": { + "type": "string" + }, + "template_version": { + "type": "null" + }, + "transparent": { + "type": "boolean" + }, + "uid": { + "type": "string" + }, + "webhook_response_code": { + "type": "null" + }, + "webhook_url": { + "type": "null" + }, + "width": { + "type": "integer" } }, - "required": [ - "created_at", - "status", - "self", - "uid", - "image_url", - "image_url_png", - "image_url_jpg", - "template", - "template_version", - "modifications", - "webhook_url", - "webhook_response_code", - "transparent", - "metadata", - "template_name", - "width", - "height", - "render_pdf", - "pdf_url", - "pdf_url_compressed" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/image/get.json b/packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/image/get.json index 234ea47a82..e10b3ff775 100644 --- a/packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/image/get.json +++ b/packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/image/get.json @@ -4,19 +4,10 @@ "created_at": { "type": "string" }, - "status": { - "type": "string" + "height": { + "type": "integer" }, - "self": { - "type": "string" - }, - "uid": { - "type": "string" - }, - "template": { - "type": "string" - }, - "template_version": { + "metadata": { "type": "null" }, "modifications": { @@ -26,68 +17,49 @@ "properties": { "name": { "type": "string" - }, - "image_url": { - "type": "string" } - }, - "required": [ - "name" - ] + } } }, - "webhook_url": { - "type": "null" - }, - "webhook_response_code": { - "type": "null" - }, - "transparent": { - "type": "boolean" - }, - "metadata": { - "type": "null" - }, - "template_name": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "render_pdf": { - "type": "boolean" - }, "pdf_url": { "type": "null" }, "pdf_url_compressed": { "type": "null" + }, + "render_pdf": { + "type": "boolean" + }, + "self": { + "type": "string" + }, + "status": { + "type": "string" + }, + "template": { + "type": "string" + }, + "template_name": { + "type": "string" + }, + "template_version": { + "type": "null" + }, + "transparent": { + "type": "boolean" + }, + "uid": { + "type": "string" + }, + "webhook_response_code": { + "type": "null" + }, + "webhook_url": { + "type": "null" + }, + "width": { + "type": "integer" } }, - "required": [ - "created_at", - "status", - "self", - "uid", - "image_url", - "image_url_png", - "image_url_jpg", - "template", - "template_version", - "modifications", - "webhook_url", - "webhook_response_code", - "transparent", - "metadata", - "template_name", - "width", - "height", - "render_pdf", - "pdf_url", - "pdf_url_compressed" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/template/get.json b/packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/template/get.json new file mode 100644 index 0000000000..554ce45607 --- /dev/null +++ b/packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/template/get.json @@ -0,0 +1,56 @@ +{ + "type": "object", + "properties": { + "available_modifications": { + "type": "array", + "items": { + "type": "object", + "properties": { + "background": { + "type": "null" + }, + "color": { + "type": "null" + }, + "image_url": { + "type": "null" + }, + "name": { + "type": "string" + }, + "text": { + "type": "null" + } + } + } + }, + "created_at": { + "type": "string" + }, + "height": { + "type": "integer" + }, + "metadata": { + "type": "null" + }, + "name": { + "type": "string" + }, + "preview_url": { + "type": "string" + }, + "self": { + "type": "string" + }, + "uid": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "width": { + "type": "integer" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Bitly/__schema__/v1.0.0/link/create.json b/packages/nodes-base/nodes/Bitly/__schema__/v1.0.0/link/create.json index b91a3595f5..d782a90c01 100644 --- a/packages/nodes-base/nodes/Bitly/__schema__/v1.0.0/link/create.json +++ b/packages/nodes-base/nodes/Bitly/__schema__/v1.0.0/link/create.json @@ -1,6 +1,9 @@ { "type": "object", "properties": { + "archived": { + "type": "boolean" + }, "created_at": { "type": "string" }, @@ -13,31 +16,14 @@ "long_url": { "type": "string" }, - "archived": { - "type": "boolean" - }, "references": { "type": "object", "properties": { "group": { "type": "string" } - }, - "required": [ - "group" - ] + } } }, - "required": [ - "created_at", - "id", - "link", - "custom_bitlinks", - "long_url", - "archived", - "tags", - "deeplinks", - "references" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Bitwarden/__schema__/v1.0.0/member/getAll.json b/packages/nodes-base/nodes/Bitwarden/__schema__/v1.0.0/member/getAll.json index ade273ac4d..8d191841c3 100644 --- a/packages/nodes-base/nodes/Bitwarden/__schema__/v1.0.0/member/getAll.json +++ b/packages/nodes-base/nodes/Bitwarden/__schema__/v1.0.0/member/getAll.json @@ -1,28 +1,22 @@ { "type": "object", "properties": { - "object": { + "collections": { + "type": "null" + }, + "email": { "type": "string" }, "id": { "type": "string" }, - "userId": { - "type": "string" - }, "name": { "type": "string" }, - "email": { + "object": { "type": "string" }, - "twoFactorEnabled": { - "type": "boolean" - }, - "status": { - "type": "integer" - }, - "collections": { + "permissions": { "type": "null" }, "resetPasswordEnrolled": { @@ -31,26 +25,18 @@ "ssoExternalId": { "type": "null" }, + "status": { + "type": "integer" + }, + "twoFactorEnabled": { + "type": "boolean" + }, "type": { "type": "integer" }, - "permissions": { - "type": "null" + "userId": { + "type": "string" } }, - "required": [ - "object", - "id", - "userId", - "name", - "email", - "twoFactorEnabled", - "status", - "collections", - "resetPasswordEnrolled", - "type", - "externalId", - "permissions" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/copy.json b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/copy.json index 10f226d192..6741d8e68c 100644 --- a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/copy.json +++ b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/copy.json @@ -1,223 +1,158 @@ { "type": "object", "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "file_version": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "sha1": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "sha1" - ] - }, - "sequence_id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "sha1": { - "type": "string" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "path_collection": { - "type": "object", - "properties": { - "total_count": { - "type": "integer" - }, - "entries": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] - } - } - }, - "required": [ - "total_count", - "entries" - ] - }, - "created_at": { - "type": "string" - }, - "modified_at": { - "type": "string" - }, - "trashed_at": { - "type": "null" - }, - "purged_at": { - "type": "null" - }, "content_created_at": { "type": "string" }, "content_modified_at": { "type": "string" }, + "created_at": { + "type": "string" + }, "created_by": { "type": "object", "properties": { - "type": { + "id": { "type": "string" }, - "id": { + "login": { "type": "string" }, "name": { "type": "string" }, - "login": { + "type": { "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] + } + }, + "description": { + "type": "string" + }, + "etag": { + "type": "string" + }, + "file_version": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "sha1": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, + "item_status": { + "type": "string" + }, + "modified_at": { + "type": "string" }, "modified_by": { "type": "object", "properties": { - "type": { + "id": { "type": "string" }, - "id": { + "login": { "type": "string" }, "name": { "type": "string" }, - "login": { + "type": { "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] + } + }, + "name": { + "type": "string" }, "owned_by": { "type": "object", "properties": { - "type": { - "type": "string" - }, "id": { "type": "string" }, - "name": { - "type": "string" - }, "login": { "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] - }, - "shared_link": { - "type": "null" + } }, "parent": { "type": "object", "properties": { - "type": { - "type": "string" - }, "id": { "type": "string" }, "name": { "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] + } }, - "item_status": { + "path_collection": { + "type": "object", + "properties": { + "entries": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "total_count": { + "type": "integer" + } + } + }, + "purged_at": { + "type": "null" + }, + "sequence_id": { + "type": "string" + }, + "sha1": { + "type": "string" + }, + "shared_link": { + "type": "null" + }, + "size": { + "type": "integer" + }, + "trashed_at": { + "type": "null" + }, + "type": { "type": "string" } }, - "required": [ - "type", - "id", - "file_version", - "sequence_id", - "etag", - "sha1", - "name", - "description", - "size", - "path_collection", - "created_at", - "modified_at", - "trashed_at", - "purged_at", - "content_created_at", - "content_modified_at", - "created_by", - "modified_by", - "owned_by", - "shared_link", - "parent", - "item_status" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/delete.json b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/delete.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/delete.json +++ b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/delete.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/get.json b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/get.json index 219773847e..d2c8ae25c7 100644 --- a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/get.json +++ b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/get.json @@ -1,220 +1,155 @@ { "type": "object", "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "file_version": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "sha1": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "sha1" - ] - }, - "sequence_id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "sha1": { - "type": "string" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "path_collection": { - "type": "object", - "properties": { - "total_count": { - "type": "integer" - }, - "entries": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] - } - } - }, - "required": [ - "total_count", - "entries" - ] - }, - "created_at": { - "type": "string" - }, - "modified_at": { - "type": "string" - }, - "trashed_at": { - "type": "null" - }, - "purged_at": { - "type": "null" - }, "content_created_at": { "type": "string" }, "content_modified_at": { "type": "string" }, + "created_at": { + "type": "string" + }, "created_by": { "type": "object", "properties": { - "type": { + "id": { "type": "string" }, - "id": { + "login": { "type": "string" }, "name": { "type": "string" }, - "login": { + "type": { "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] + } + }, + "description": { + "type": "string" + }, + "etag": { + "type": "string" + }, + "file_version": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "sha1": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, + "item_status": { + "type": "string" + }, + "modified_at": { + "type": "string" }, "modified_by": { "type": "object", "properties": { - "type": { + "id": { "type": "string" }, - "id": { + "login": { "type": "string" }, "name": { "type": "string" }, - "login": { + "type": { "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] + } + }, + "name": { + "type": "string" }, "owned_by": { "type": "object", "properties": { - "type": { - "type": "string" - }, "id": { "type": "string" }, - "name": { - "type": "string" - }, "login": { "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] + } }, "parent": { "type": "object", "properties": { - "type": { - "type": "string" - }, "id": { "type": "string" }, "name": { "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] + } }, - "item_status": { + "path_collection": { + "type": "object", + "properties": { + "entries": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "total_count": { + "type": "integer" + } + } + }, + "purged_at": { + "type": "null" + }, + "sequence_id": { + "type": "string" + }, + "sha1": { + "type": "string" + }, + "size": { + "type": "integer" + }, + "trashed_at": { + "type": "null" + }, + "type": { "type": "string" } }, - "required": [ - "type", - "id", - "file_version", - "sequence_id", - "etag", - "sha1", - "name", - "description", - "size", - "path_collection", - "created_at", - "modified_at", - "trashed_at", - "purged_at", - "content_created_at", - "content_modified_at", - "created_by", - "modified_by", - "owned_by", - "shared_link", - "parent", - "item_status" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/search.json b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/search.json index 219773847e..d2c8ae25c7 100644 --- a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/search.json +++ b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/search.json @@ -1,220 +1,155 @@ { "type": "object", "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "file_version": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "sha1": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "sha1" - ] - }, - "sequence_id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "sha1": { - "type": "string" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "path_collection": { - "type": "object", - "properties": { - "total_count": { - "type": "integer" - }, - "entries": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] - } - } - }, - "required": [ - "total_count", - "entries" - ] - }, - "created_at": { - "type": "string" - }, - "modified_at": { - "type": "string" - }, - "trashed_at": { - "type": "null" - }, - "purged_at": { - "type": "null" - }, "content_created_at": { "type": "string" }, "content_modified_at": { "type": "string" }, + "created_at": { + "type": "string" + }, "created_by": { "type": "object", "properties": { - "type": { + "id": { "type": "string" }, - "id": { + "login": { "type": "string" }, "name": { "type": "string" }, - "login": { + "type": { "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] + } + }, + "description": { + "type": "string" + }, + "etag": { + "type": "string" + }, + "file_version": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "sha1": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, + "item_status": { + "type": "string" + }, + "modified_at": { + "type": "string" }, "modified_by": { "type": "object", "properties": { - "type": { + "id": { "type": "string" }, - "id": { + "login": { "type": "string" }, "name": { "type": "string" }, - "login": { + "type": { "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] + } + }, + "name": { + "type": "string" }, "owned_by": { "type": "object", "properties": { - "type": { - "type": "string" - }, "id": { "type": "string" }, - "name": { - "type": "string" - }, "login": { "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] + } }, "parent": { "type": "object", "properties": { - "type": { - "type": "string" - }, "id": { "type": "string" }, "name": { "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] + } }, - "item_status": { + "path_collection": { + "type": "object", + "properties": { + "entries": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "total_count": { + "type": "integer" + } + } + }, + "purged_at": { + "type": "null" + }, + "sequence_id": { + "type": "string" + }, + "sha1": { + "type": "string" + }, + "size": { + "type": "integer" + }, + "trashed_at": { + "type": "null" + }, + "type": { "type": "string" } }, - "required": [ - "type", - "id", - "file_version", - "sequence_id", - "etag", - "sha1", - "name", - "description", - "size", - "path_collection", - "created_at", - "modified_at", - "trashed_at", - "purged_at", - "content_created_at", - "content_modified_at", - "created_by", - "modified_by", - "owned_by", - "shared_link", - "parent", - "item_status" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/upload.json b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/upload.json index b2ff0c1efe..6741d8e68c 100644 --- a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/upload.json +++ b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/file/upload.json @@ -1,197 +1,156 @@ { "type": "object", "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "file_version": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "sha1": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "sha1" - ] - }, - "sequence_id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "sha1": { - "type": "string" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "path_collection": { - "type": "object", - "properties": { - "total_count": { - "type": "integer" - }, - "entries": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] - } - } - }, - "required": [ - "total_count", - "entries" - ] - }, - "created_at": { - "type": "string" - }, - "modified_at": { - "type": "string" - }, - "trashed_at": { - "type": "null" - }, - "purged_at": { - "type": "null" - }, "content_created_at": { "type": "string" }, "content_modified_at": { "type": "string" }, + "created_at": { + "type": "string" + }, "created_by": { "type": "object", "properties": { - "type": { + "id": { "type": "string" }, - "id": { + "login": { "type": "string" }, "name": { "type": "string" }, - "login": { + "type": { "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] + } + }, + "description": { + "type": "string" + }, + "etag": { + "type": "string" + }, + "file_version": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "sha1": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, + "item_status": { + "type": "string" + }, + "modified_at": { + "type": "string" }, "modified_by": { "type": "object", "properties": { - "type": { + "id": { "type": "string" }, - "id": { + "login": { "type": "string" }, "name": { "type": "string" }, - "login": { + "type": { "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] + } + }, + "name": { + "type": "string" }, "owned_by": { "type": "object", "properties": { - "type": { - "type": "string" - }, "id": { "type": "string" }, - "name": { - "type": "string" - }, "login": { "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] - }, - "shared_link": { - "type": "null" + } }, "parent": { "type": "object", "properties": { - "type": { - "type": "string" - }, "id": { "type": "string" }, "name": { "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] + } }, - "item_status": { + "path_collection": { + "type": "object", + "properties": { + "entries": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "total_count": { + "type": "integer" + } + } + }, + "purged_at": { + "type": "null" + }, + "sequence_id": { + "type": "string" + }, + "sha1": { + "type": "string" + }, + "shared_link": { + "type": "null" + }, + "size": { + "type": "integer" + }, + "trashed_at": { + "type": "null" + }, + "type": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/folder/create.json b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/folder/create.json index 825723c48f..ea98ce3f6d 100644 --- a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/folder/create.json +++ b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/folder/create.json @@ -1,192 +1,53 @@ { "type": "object", "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "sequence_id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "name": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "modified_at": { - "type": "string" - }, - "description": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "path_collection": { - "type": "object", - "properties": { - "total_count": { - "type": "integer" - }, - "entries": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] - } - } - }, - "required": [ - "total_count", - "entries" - ] - }, - "created_by": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "login": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "name", - "login" - ] - }, - "modified_by": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "login": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "name", - "login" - ] - }, - "trashed_at": { - "type": "null" - }, - "purged_at": { - "type": "null" - }, "content_created_at": { "type": "string" }, "content_modified_at": { "type": "string" }, - "owned_by": { + "created_at": { + "type": "string" + }, + "created_by": { "type": "object", "properties": { - "type": { - "type": "string" - }, "id": { "type": "string" }, - "name": { - "type": "string" - }, "login": { "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] + } }, - "shared_link": { - "type": "null" + "description": { + "type": "string" + }, + "etag": { + "type": "string" }, "folder_upload_email": { "type": "null" }, - "parent": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] - }, - "item_status": { + "id": { "type": "string" }, "item_collection": { "type": "object", "properties": { - "total_count": { + "limit": { "type": "integer" }, "offset": { "type": "integer" }, - "limit": { - "type": "integer" - }, "order": { "type": "array", "items": { @@ -198,21 +59,113 @@ "direction": { "type": "string" } - }, - "required": [ - "by", - "direction" - ] + } } + }, + "total_count": { + "type": "integer" } - }, - "required": [ - "total_count", - "entries", - "offset", - "limit", - "order" - ] + } + }, + "item_status": { + "type": "string" + }, + "modified_at": { + "type": "string" + }, + "modified_by": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "login": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, + "owned_by": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "login": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "parent": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "path_collection": { + "type": "object", + "properties": { + "entries": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "total_count": { + "type": "integer" + } + } + }, + "purged_at": { + "type": "null" + }, + "sequence_id": { + "type": "string" + }, + "shared_link": { + "type": "null" + }, + "size": { + "type": "integer" + }, + "trashed_at": { + "type": "null" + }, + "type": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/folder/get.json b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/folder/get.json index 875b477da9..b955db1aa6 100644 --- a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/folder/get.json +++ b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/folder/get.json @@ -1,214 +1,88 @@ { "type": "object", "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "sequence_id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "name": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "modified_at": { - "type": "string" - }, - "description": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "path_collection": { - "type": "object", - "properties": { - "total_count": { - "type": "integer" - }, - "entries": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] - } - } - }, - "required": [ - "total_count", - "entries" - ] - }, - "created_by": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "login": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "name", - "login" - ] - }, - "modified_by": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "login": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "name", - "login" - ] - }, - "trashed_at": { - "type": "null" - }, - "purged_at": { - "type": "null" - }, "content_created_at": { "type": "string" }, "content_modified_at": { "type": "string" }, - "owned_by": { + "created_at": { + "type": "string" + }, + "created_by": { "type": "object", "properties": { - "type": { - "type": "string" - }, "id": { "type": "string" }, - "name": { - "type": "string" - }, "login": { "type": "string" - } - }, - "required": [ - "type", - "id", - "name", - "login" - ] - }, - "parent": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" }, "name": { "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] + } }, - "item_status": { + "description": { + "type": "string" + }, + "etag": { + "type": "string" + }, + "id": { "type": "string" }, "item_collection": { "type": "object", "properties": { - "total_count": { - "type": "integer" - }, "entries": { "type": "array", "items": { "type": "object", "properties": { - "type": { + "etag": { "type": "string" }, + "file_version": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "sha1": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, "id": { "type": "string" }, + "name": { + "type": "string" + }, "sequence_id": { "type": "string" }, - "etag": { + "sha1": { "type": "string" }, - "name": { + "type": { "type": "string" } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] + } } }, - "offset": { + "limit": { "type": "integer" }, - "limit": { + "offset": { "type": "integer" }, "order": { @@ -222,46 +96,111 @@ "direction": { "type": "string" } - }, - "required": [ - "by", - "direction" - ] + } } + }, + "total_count": { + "type": "integer" } - }, - "required": [ - "total_count", - "entries", - "offset", - "limit", - "order" - ] + } + }, + "item_status": { + "type": "string" + }, + "modified_at": { + "type": "string" + }, + "modified_by": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "login": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, + "owned_by": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "login": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "parent": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "path_collection": { + "type": "object", + "properties": { + "entries": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "total_count": { + "type": "integer" + } + } + }, + "purged_at": { + "type": "null" + }, + "sequence_id": { + "type": "string" + }, + "size": { + "type": "integer" + }, + "trashed_at": { + "type": "null" + }, + "type": { + "type": "string" } }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name", - "created_at", - "modified_at", - "description", - "size", - "path_collection", - "created_by", - "modified_by", - "trashed_at", - "purged_at", - "content_created_at", - "content_modified_at", - "owned_by", - "shared_link", - "folder_upload_email", - "parent", - "item_status", - "item_collection" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/folder/search.json b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/folder/search.json index 1e62dca883..dbfce07c62 100644 --- a/packages/nodes-base/nodes/Box/__schema__/v1.0.0/folder/search.json +++ b/packages/nodes-base/nodes/Box/__schema__/v1.0.0/folder/search.json @@ -1,161 +1,141 @@ { "type": "object", "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "sequence_id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "name": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "modified_at": { - "type": "string" - }, - "description": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "path_collection": { - "type": "object", - "properties": { - "total_count": { - "type": "integer" - }, - "entries": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "sequence_id", - "etag", - "name" - ] - } - } - }, - "required": [ - "total_count", - "entries" - ] - }, - "created_by": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "login": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "name", - "login" - ] - }, - "modified_by": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "login": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "name", - "login" - ] - }, - "trashed_at": { - "type": "null" - }, - "purged_at": { - "type": "null" - }, "content_created_at": { "type": "string" }, "content_modified_at": { "type": "string" }, + "created_at": { + "type": "string" + }, + "created_by": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "login": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "description": { + "type": "string" + }, + "etag": { + "type": "string" + }, + "folder_upload_email": { + "type": "null" + }, + "id": { + "type": "string" + }, + "item_status": { + "type": "string" + }, + "modified_at": { + "type": "string" + }, + "modified_by": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "login": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, "owned_by": { "type": "object", "properties": { - "type": { + "id": { "type": "string" }, + "login": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "parent": { + "type": "object", + "properties": { "id": { "type": "string" }, "name": { "type": "string" }, - "login": { + "type": { "type": "string" } - }, - "required": [ - "type", - "id", - "name", - "login" - ] + } }, - "folder_upload_email": { + "path_collection": { + "type": "object", + "properties": { + "entries": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "total_count": { + "type": "integer" + } + } + }, + "purged_at": { "type": "null" }, - "item_status": { + "sequence_id": { + "type": "string" + }, + "size": { + "type": "integer" + }, + "trashed_at": { + "type": "null" + }, + "type": { "type": "string" } }, - "required": [ - "type", - "id", - "etag" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/get.json b/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/get.json index 801f6c31b5..17d2d5c583 100644 --- a/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/get.json +++ b/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/get.json @@ -1,29 +1,29 @@ { "type": "object", "properties": { - "email": { + "createdAt": { "type": "string" }, - "id": { - "type": "integer" + "email": { + "type": "string" }, "emailBlacklisted": { "type": "boolean" }, - "smsBlacklisted": { - "type": "boolean" - }, - "createdAt": { - "type": "string" - }, - "modifiedAt": { - "type": "string" + "id": { + "type": "integer" }, "listIds": { "type": "array", "items": { "type": "integer" } + }, + "modifiedAt": { + "type": "string" + }, + "smsBlacklisted": { + "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/getAll.json b/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/getAll.json index c8355b350f..1090f7b08a 100644 --- a/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/getAll.json +++ b/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/getAll.json @@ -1,24 +1,26 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "emailBlacklisted": { - "type": "boolean" - }, - "smsBlacklisted": { - "type": "boolean" + "attributes": { + "type": "object", + "properties": { + "SMS": { + "type": "string" + } + } }, "createdAt": { "type": "string" }, - "modifiedAt": { - "type": "string" - }, "email": { "type": "string" }, + "emailBlacklisted": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, "listIds": { "type": "array", "items": { @@ -28,27 +30,12 @@ "listUnsubscribed": { "type": "null" }, - "attributes": { - "type": "object", - "properties": { - "SMS": { - "type": "string" - }, - "FIRSTNAME": { - "type": "string" - } - } + "modifiedAt": { + "type": "string" + }, + "smsBlacklisted": { + "type": "boolean" } }, - "required": [ - "id", - "emailBlacklisted", - "smsBlacklisted", - "createdAt", - "modifiedAt", - "listIds", - "listUnsubscribed", - "attributes" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/update.json b/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/update.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/update.json +++ b/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/update.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/upsert.json b/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/upsert.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/upsert.json +++ b/packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/upsert.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/create.json b/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/create.json index 74b6409270..a0b31e88ed 100644 --- a/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/create.json +++ b/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/create.json @@ -1,16 +1,12 @@ { "type": "object", "properties": { - "status": { + "id": { "type": "string" }, - "id": { + "status": { "type": "string" } }, - "required": [ - "status", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/delete.json b/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/delete.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/delete.json +++ b/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/delete.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/getAll.json b/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/getAll.json index 64e97f76b0..347947912a 100644 --- a/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/getAll.json +++ b/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/getAll.json @@ -4,20 +4,15 @@ "_id": { "type": "string" }, - "Modified Date": { - "type": "string" - }, "Created By": { "type": "string" }, "Created Date": { "type": "string" + }, + "Modified Date": { + "type": "string" } }, - "required": [ - "_id", - "Modified Date", - "Created Date" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/update.json b/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/update.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/update.json +++ b/packages/nodes-base/nodes/Bubble/__schema__/v1.0.0/object/update.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Cisco/Webex/__schema__/v1.0.0/message/create.json b/packages/nodes-base/nodes/Cisco/Webex/__schema__/v1.0.0/message/create.json index 9167c8d4f9..d454dddd39 100644 --- a/packages/nodes-base/nodes/Cisco/Webex/__schema__/v1.0.0/message/create.json +++ b/packages/nodes-base/nodes/Cisco/Webex/__schema__/v1.0.0/message/create.json @@ -1,9 +1,18 @@ { "type": "object", "properties": { + "created": { + "type": "string" + }, "id": { "type": "string" }, + "personEmail": { + "type": "string" + }, + "personId": { + "type": "string" + }, "roomId": { "type": "string" }, @@ -12,25 +21,7 @@ }, "text": { "type": "string" - }, - "personId": { - "type": "string" - }, - "personEmail": { - "type": "string" - }, - "created": { - "type": "string" } }, - "required": [ - "id", - "roomId", - "roomType", - "text", - "personId", - "personEmail", - "created" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Cisco/Webex/__schema__/v1.0.0/message/get.json b/packages/nodes-base/nodes/Cisco/Webex/__schema__/v1.0.0/message/get.json new file mode 100644 index 0000000000..d454dddd39 --- /dev/null +++ b/packages/nodes-base/nodes/Cisco/Webex/__schema__/v1.0.0/message/get.json @@ -0,0 +1,27 @@ +{ + "type": "object", + "properties": { + "created": { + "type": "string" + }, + "id": { + "type": "string" + }, + "personEmail": { + "type": "string" + }, + "personId": { + "type": "string" + }, + "roomId": { + "type": "string" + }, + "roomType": { + "type": "string" + }, + "text": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Clearbit/__schema__/v1.0.0/company/autocomplete.json b/packages/nodes-base/nodes/Clearbit/__schema__/v1.0.0/company/autocomplete.json new file mode 100644 index 0000000000..b52e48a309 --- /dev/null +++ b/packages/nodes-base/nodes/Clearbit/__schema__/v1.0.0/company/autocomplete.json @@ -0,0 +1,15 @@ +{ + "type": "object", + "properties": { + "domain": { + "type": "string" + }, + "logo": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Clearbit/__schema__/v1.0.0/person/enrich.json b/packages/nodes-base/nodes/Clearbit/__schema__/v1.0.0/person/enrich.json index 547c6852b6..53e60b2623 100644 --- a/packages/nodes-base/nodes/Clearbit/__schema__/v1.0.0/person/enrich.json +++ b/packages/nodes-base/nodes/Clearbit/__schema__/v1.0.0/person/enrich.json @@ -1,36 +1,14 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "object", - "properties": { - "fullName": { - "type": "string" - }, - "givenName": { - "type": "string" - }, - "familyName": { - "type": "string" - } - }, - "required": [ - "fullName", - "givenName", - "familyName" - ] + "bio": { + "type": "null" }, "email": { "type": "string" }, - "bio": { - "type": "null" - }, - "site": { - "type": "null" + "emailProvider": { + "type": "boolean" }, "employment": { "type": "object", @@ -41,14 +19,7 @@ "name": { "type": "string" } - }, - "required": [ - "domain", - "name", - "title", - "role", - "seniority" - ] + } }, "facebook": { "type": "object", @@ -56,57 +27,10 @@ "handle": { "type": "null" } - }, - "required": [ - "handle" - ] + } }, - "twitter": { - "type": "object", - "properties": { - "handle": { - "type": "null" - }, - "id": { - "type": "null" - }, - "bio": { - "type": "null" - }, - "followers": { - "type": "null" - }, - "following": { - "type": "null" - }, - "statuses": { - "type": "null" - }, - "favorites": { - "type": "null" - }, - "location": { - "type": "null" - }, - "site": { - "type": "null" - }, - "avatar": { - "type": "null" - } - }, - "required": [ - "handle", - "id", - "bio", - "followers", - "following", - "statuses", - "favorites", - "location", - "site", - "avatar" - ] + "fuzzy": { + "type": "boolean" }, "googleplus": { "type": "object", @@ -114,10 +38,7 @@ "handle": { "type": "null" } - }, - "required": [ - "handle" - ] + } }, "gravatar": { "type": "object", @@ -127,62 +48,78 @@ "items": { "type": "object", "properties": { - "url": { - "type": "string" - }, "type": { "type": "string" + }, + "url": { + "type": "string" } - }, - "required": [ - "url", - "type" - ] + } } } - }, - "required": [ - "handle", - "urls", - "avatar", - "avatars" - ] + } }, - "fuzzy": { - "type": "boolean" - }, - "emailProvider": { - "type": "boolean" - }, - "indexedAt": { + "id": { "type": "string" }, "inactiveAt": { "type": "null" + }, + "indexedAt": { + "type": "string" + }, + "name": { + "type": "object", + "properties": { + "familyName": { + "type": "string" + }, + "fullName": { + "type": "string" + }, + "givenName": { + "type": "string" + } + } + }, + "site": { + "type": "null" + }, + "twitter": { + "type": "object", + "properties": { + "avatar": { + "type": "null" + }, + "bio": { + "type": "null" + }, + "favorites": { + "type": "null" + }, + "followers": { + "type": "null" + }, + "following": { + "type": "null" + }, + "handle": { + "type": "null" + }, + "id": { + "type": "null" + }, + "location": { + "type": "null" + }, + "site": { + "type": "null" + }, + "statuses": { + "type": "null" + } + } } }, - "required": [ - "id", - "name", - "email", - "location", - "timeZone", - "utcOffset", - "geo", - "bio", - "site", - "avatar", - "employment", - "facebook", - "github", - "twitter", - "linkedin", - "googleplus", - "gravatar", - "fuzzy", - "emailProvider", - "indexedAt", - "phone" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/checklist/create.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/checklist/create.json index fe98d3626b..87797080cc 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/checklist/create.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/checklist/create.json @@ -4,9 +4,6 @@ "id": { "type": "string" }, - "task_id": { - "type": "string" - }, "name": { "type": "string" }, @@ -16,18 +13,12 @@ "resolved": { "type": "integer" }, + "task_id": { + "type": "string" + }, "unresolved": { "type": "integer" } }, - "required": [ - "id", - "task_id", - "name", - "orderindex", - "resolved", - "unresolved", - "items" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/checklistItem/create.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/checklistItem/create.json index 54989526f2..0cfa0d22fd 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/checklistItem/create.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/checklistItem/create.json @@ -1,93 +1,71 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "task_id": { - "type": "string" - }, - "name": { - "type": "string" + "creator": { + "type": "integer" }, "date_created": { "type": "string" }, - "orderindex": { - "type": "integer" - }, - "creator": { - "type": "integer" - }, - "resolved": { - "type": "integer" - }, - "unresolved": { - "type": "integer" + "id": { + "type": "string" }, "items": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, "assignee": { "type": "null" }, - "group_assignee": { - "type": "null" - }, - "resolved": { - "type": "boolean" - }, - "parent": { - "type": "null" - }, "date_created": { "type": "string" }, - "start_date": { - "type": "null" - }, - "start_date_time": { - "type": "boolean" - }, "due_date": { "type": "null" }, "due_date_time": { "type": "boolean" }, + "group_assignee": { + "type": "null" + }, + "id": { + "type": "string" + }, + "parent": { + "type": "null" + }, + "resolved": { + "type": "boolean" + }, "sent_due_date_notif": { "type": "null" + }, + "start_date": { + "type": "null" + }, + "start_date_time": { + "type": "boolean" } - }, - "required": [ - "id", - "name", - "orderindex", - "assignee", - "group_assignee", - "resolved", - "parent", - "date_created", - "children" - ] + } } + }, + "name": { + "type": "string" + }, + "orderindex": { + "type": "integer" + }, + "resolved": { + "type": "integer" + }, + "task_id": { + "type": "string" + }, + "unresolved": { + "type": "integer" } }, - "required": [ - "id", - "task_id", - "name", - "date_created", - "orderindex", - "creator", - "resolved", - "unresolved", - "items" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/comment/create.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/comment/create.json index c3fc64661a..9fd7f800a5 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/comment/create.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/comment/create.json @@ -1,123 +1,75 @@ { "type": "object", "properties": { - "id": { + "date": { "type": "integer" }, "hist_id": { "type": "string" }, - "date": { + "id": { "type": "integer" }, "version": { "type": "object", "properties": { - "object_type": { - "type": "string" - }, - "object_id": { - "type": "string" - }, - "workspace_id": { - "type": "integer" - }, - "operation": { - "type": "string" - }, "data": { "type": "object", "properties": { + "changes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "after": { + "type": "integer" + }, + "field": { + "type": "string" + } + } + } + }, "context": { "type": "object", "properties": { "audit_context": { "type": "object", "properties": { - "userid": { - "type": "integer" - }, "current_time": { "type": "integer" }, "route": { "type": "string" + }, + "userid": { + "type": "integer" } - }, - "required": [ - "userid", - "current_time", - "route" - ] + } }, "originating_service": { "type": "string" } - }, - "required": [ - "audit_context", - "originating_service" - ] + } }, "relationships": { "type": "array", "items": { "type": "object", "properties": { - "type": { + "object_type": { "type": "string" }, - "object_type": { + "type": { "type": "string" }, "workspace_id": { "type": "string" } - }, - "required": [ - "type", - "object_type", - "object_id", - "workspace_id" - ] - } - }, - "changes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "field": { - "type": "string" - }, - "after": { - "type": "integer" - } - }, - "required": [ - "field", - "after" - ] + } } } - }, - "required": [ - "context", - "relationships", - "changes" - ] - }, - "master_id": { - "type": "integer" - }, - "version": { - "type": "integer" - }, - "deleted": { - "type": "boolean" - }, - "traceparent": { - "type": "string" + } }, "date_created": { "type": "integer" @@ -125,31 +77,35 @@ "date_updated": { "type": "integer" }, + "deleted": { + "type": "boolean" + }, "event_publish_time": { "type": "integer" + }, + "master_id": { + "type": "integer" + }, + "object_id": { + "type": "string" + }, + "object_type": { + "type": "string" + }, + "operation": { + "type": "string" + }, + "traceparent": { + "type": "string" + }, + "version": { + "type": "integer" + }, + "workspace_id": { + "type": "integer" } - }, - "required": [ - "object_type", - "object_id", - "workspace_id", - "operation", - "data", - "master_id", - "version", - "deleted", - "traceparent", - "date_created", - "date_updated", - "event_publish_time" - ] + } } }, - "required": [ - "id", - "hist_id", - "date", - "version" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/comment/getAll.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/comment/getAll.json index 73de5e0be8..9775fff1f8 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/comment/getAll.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/comment/getAll.json @@ -1,17 +1,11 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, "comment": { "type": "array", "items": { "type": "object", "properties": { - "text": { - "type": "string" - }, "attributes": { "type": "object", "properties": { @@ -19,104 +13,76 @@ "type": "string" } } + }, + "text": { + "type": "string" } - }, - "required": [ - "text" - ] + } } }, "comment_text": { "type": "string" }, - "user": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "email": { - "type": "string" - }, - "initials": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "email", - "color", - "initials", - "profilePicture" - ] + "date": { + "type": "string" }, "group_assignee": { "type": "null" }, + "id": { + "type": "string" + }, "reactions": { "type": "array", "items": { "type": "object", "properties": { - "reaction": { + "date": { "type": "string" }, - "date": { + "reaction": { "type": "string" }, "user": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, "email": { "type": "string" }, + "id": { + "type": "integer" + }, "initials": { "type": "string" + }, + "username": { + "type": "string" } - }, - "required": [ - "id", - "username", - "email", - "initials", - "profilePicture" - ] + } } - }, - "required": [ - "reaction", - "date", - "user" - ] + } } }, - "date": { - "type": "string" - }, "reply_count": { "type": "integer" + }, + "user": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "initials": { + "type": "string" + }, + "username": { + "type": "string" + } + } } }, - "required": [ - "id", - "comment", - "comment_text", - "user", - "assignee", - "group_assignee", - "reactions", - "date", - "reply_count" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/folder/create.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/folder/create.json index ed7a6e496a..cb987e801d 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/folder/create.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/folder/create.json @@ -1,6 +1,12 @@ { "type": "object", "properties": { + "archived": { + "type": "boolean" + }, + "hidden": { + "type": "boolean" + }, "id": { "type": "string" }, @@ -13,50 +19,26 @@ "override_statuses": { "type": "boolean" }, - "hidden": { - "type": "boolean" + "permission_level": { + "type": "string" }, "space": { "type": "object", "properties": { + "access": { + "type": "boolean" + }, "id": { "type": "string" }, "name": { "type": "string" - }, - "access": { - "type": "boolean" } - }, - "required": [ - "id", - "name", - "access" - ] + } }, "task_count": { "type": "string" - }, - "archived": { - "type": "boolean" - }, - "permission_level": { - "type": "string" } }, - "required": [ - "id", - "name", - "orderindex", - "override_statuses", - "hidden", - "space", - "task_count", - "archived", - "statuses", - "lists", - "permission_level" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/folder/get.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/folder/get.json index 5a14959575..b02c7814aa 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/folder/get.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/folder/get.json @@ -1,9 +1,70 @@ { "type": "object", "properties": { + "archived": { + "type": "boolean" + }, + "hidden": { + "type": "boolean" + }, "id": { "type": "string" }, + "lists": { + "type": "array", + "items": { + "type": "object", + "properties": { + "archived": { + "type": "boolean" + }, + "content": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "orderindex": { + "type": "integer" + }, + "permission_level": { + "type": "string" + }, + "statuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "id": { + "type": "string" + }, + "orderindex": { + "type": "integer" + }, + "status": { + "type": "string" + }, + "status_group": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "task_count": { + "type": "integer" + } + } + } + }, "name": { "type": "string" }, @@ -13,158 +74,49 @@ "override_statuses": { "type": "boolean" }, - "hidden": { - "type": "boolean" + "permission_level": { + "type": "string" }, "space": { "type": "object", "properties": { + "access": { + "type": "boolean" + }, "id": { "type": "string" }, "name": { "type": "string" - }, - "access": { - "type": "boolean" } - }, - "required": [ - "id", - "name", - "access" - ] - }, - "task_count": { - "type": "string" - }, - "archived": { - "type": "boolean" + } }, "statuses": { "type": "array", "items": { "type": "object", "properties": { - "id": { + "color": { "type": "string" }, - "status": { + "id": { "type": "string" }, "orderindex": { "type": "integer" }, - "color": { + "status": { "type": "string" }, "type": { "type": "string" } - }, - "required": [ - "id", - "status", - "orderindex", - "color", - "type" - ] + } } }, - "lists": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "orderindex": { - "type": "integer" - }, - "content": { - "type": "string" - }, - "task_count": { - "type": "integer" - }, - "archived": { - "type": "boolean" - }, - "statuses": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "status": { - "type": "string" - }, - "orderindex": { - "type": "integer" - }, - "color": { - "type": "string" - }, - "type": { - "type": "string" - }, - "status_group": { - "type": "string" - } - }, - "required": [ - "id", - "status", - "orderindex", - "color", - "type", - "status_group" - ] - } - }, - "permission_level": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "orderindex", - "status", - "priority", - "assignee", - "task_count", - "due_date", - "start_date", - "archived", - "override_statuses", - "statuses", - "permission_level" - ] - } - }, - "permission_level": { + "task_count": { "type": "string" } }, - "required": [ - "id", - "name", - "orderindex", - "override_statuses", - "hidden", - "space", - "task_count", - "archived", - "statuses", - "lists", - "permission_level" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/folder/getAll.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/folder/getAll.json index 9266622804..1597f5a617 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/folder/getAll.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/folder/getAll.json @@ -1,14 +1,89 @@ { "type": "object", "properties": { + "archived": { + "type": "boolean" + }, + "hidden": { + "type": "boolean" + }, "id": { "type": "string" }, + "lists": { + "type": "array", + "items": { + "type": "object", + "properties": { + "archived": { + "type": "boolean" + }, + "content": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "orderindex": { + "type": "integer" + }, + "permission_level": { + "type": "string" + }, + "space": { + "type": "object", + "properties": { + "access": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "statuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "id": { + "type": "string" + }, + "orderindex": { + "type": "integer" + }, + "status": { + "type": "string" + }, + "status_group": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "task_count": { + "type": "integer" + } + } + } + }, "name": { "type": "string" }, - "hidden": { - "type": "boolean" + "permission_level": { + "type": "string" }, "space": { "type": "object", @@ -19,162 +94,34 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] - }, - "task_count": { - "type": "string" - }, - "archived": { - "type": "boolean" + } }, "statuses": { "type": "array", "items": { "type": "object", "properties": { + "color": { + "type": "string" + }, "id": { "type": "string" }, + "orderindex": { + "type": "integer" + }, "status": { "type": "string" }, "type": { "type": "string" - }, - "orderindex": { - "type": "integer" - }, - "color": { - "type": "string" } - }, - "required": [ - "id", - "status", - "type", - "orderindex", - "color" - ] + } } }, - "lists": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "orderindex": { - "type": "integer" - }, - "task_count": { - "type": "integer" - }, - "space": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "access" - ] - }, - "archived": { - "type": "boolean" - }, - "statuses": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "status": { - "type": "string" - }, - "orderindex": { - "type": "integer" - }, - "color": { - "type": "string" - }, - "type": { - "type": "string" - }, - "status_group": { - "type": "string" - } - }, - "required": [ - "id", - "status", - "orderindex", - "color", - "type", - "status_group" - ] - } - }, - "permission_level": { - "type": "string" - }, - "content": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "orderindex", - "status", - "priority", - "assignee", - "task_count", - "due_date", - "start_date", - "space", - "archived", - "override_statuses", - "statuses", - "permission_level" - ] - } - }, - "permission_level": { + "task_count": { "type": "string" } }, - "required": [ - "id", - "name", - "orderindex", - "override_statuses", - "hidden", - "space", - "task_count", - "archived", - "statuses", - "lists", - "permission_level" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/create.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/create.json index d549b96851..35b67791dc 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/create.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/create.json @@ -1,131 +1,96 @@ { "type": "object", "properties": { - "id": { - "type": "string" + "archived": { + "type": "boolean" }, - "name": { + "assignee": { + "type": "null" + }, + "content": { "type": "string" }, "deleted": { "type": "boolean" }, - "orderindex": { - "type": "integer" - }, - "content": { - "type": "string" - }, - "assignee": { - "type": "null" - }, - "start_date": { - "type": "null" - }, "folder": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" + "access": { + "type": "boolean" }, "hidden": { "type": "boolean" }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "hidden", - "access" - ] - }, - "space": { - "type": "object", - "properties": { "id": { "type": "string" }, "name": { "type": "string" - }, - "access": { - "type": "boolean" } - }, - "required": [ - "id", - "name", - "access" - ] + } + }, + "id": { + "type": "string" }, "inbound_address": { "type": "string" }, - "archived": { - "type": "boolean" + "name": { + "type": "string" + }, + "orderindex": { + "type": "integer" }, "override_statuses": { "type": "boolean" }, + "permission_level": { + "type": "string" + }, + "space": { + "type": "object", + "properties": { + "access": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "start_date": { + "type": "null" + }, "statuses": { "type": "array", "items": { "type": "object", "properties": { - "id": { + "color": { "type": "string" }, - "status": { + "id": { "type": "string" }, "orderindex": { "type": "integer" }, - "color": { - "type": "string" - }, - "type": { + "status": { "type": "string" }, "status_group": { "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "id", - "status", - "orderindex", - "color", - "type", - "status_group" - ] + } } - }, - "permission_level": { - "type": "string" } }, - "required": [ - "id", - "name", - "deleted", - "orderindex", - "content", - "priority", - "assignee", - "due_date", - "start_date", - "folder", - "space", - "archived", - "override_statuses", - "permission_level" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/customFields.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/customFields.json index 00b3c2025a..db94da6d91 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/customFields.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/customFields.json @@ -1,6 +1,12 @@ { "type": "object", "properties": { + "date_created": { + "type": "string" + }, + "hide_from_guests": { + "type": "boolean" + }, "id": { "type": "string" }, @@ -9,22 +15,7 @@ }, "type": { "type": "string" - }, - "date_created": { - "type": "string" - }, - "hide_from_guests": { - "type": "boolean" } }, - "required": [ - "id", - "name", - "type", - "type_config", - "date_created", - "hide_from_guests", - "required" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/get.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/get.json index e45eb2a859..960e32c250 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/get.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/get.json @@ -1,123 +1,87 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "deleted": { + "archived": { "type": "boolean" }, "content": { "type": "string" }, - "priority": { - "type": "null" + "deleted": { + "type": "boolean" }, "folder": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" + "access": { + "type": "boolean" }, "hidden": { "type": "boolean" }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "hidden", - "access" - ] - }, - "space": { - "type": "object", - "properties": { "id": { "type": "string" }, "name": { "type": "string" - }, - "access": { - "type": "boolean" } - }, - "required": [ - "id", - "name", - "access" - ] + } + }, + "id": { + "type": "string" }, "inbound_address": { "type": "string" }, - "archived": { - "type": "boolean" + "name": { + "type": "string" + }, + "permission_level": { + "type": "string" + }, + "priority": { + "type": "null" + }, + "space": { + "type": "object", + "properties": { + "access": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } }, "statuses": { "type": "array", "items": { "type": "object", "properties": { - "id": { + "color": { "type": "string" }, - "status": { + "id": { "type": "string" }, "orderindex": { "type": "integer" }, - "color": { - "type": "string" - }, - "type": { + "status": { "type": "string" }, "status_group": { "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "id", - "status", - "orderindex", - "color", - "type", - "status_group" - ] + } } - }, - "permission_level": { - "type": "string" } }, - "required": [ - "id", - "name", - "deleted", - "orderindex", - "priority", - "assignee", - "due_date", - "start_date", - "folder", - "space", - "inbound_address", - "archived", - "override_statuses", - "statuses", - "permission_level" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/getAll.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/getAll.json index f19c63542a..8ce626f6f5 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/getAll.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/getAll.json @@ -1,79 +1,52 @@ { "type": "object", "properties": { + "archived": { + "type": "boolean" + }, + "content": { + "type": "string" + }, + "folder": { + "type": "object", + "properties": { + "access": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, "id": { "type": "string" }, "name": { "type": "string" }, - "content": { + "permission_level": { "type": "string" }, - "task_count": { - "type": "integer" - }, - "folder": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "hidden", - "access" - ] - }, "space": { "type": "object", "properties": { + "access": { + "type": "boolean" + }, "id": { "type": "string" }, "name": { "type": "string" - }, - "access": { - "type": "boolean" } - }, - "required": [ - "id", - "name", - "access" - ] + } }, - "archived": { - "type": "boolean" - }, - "permission_level": { - "type": "string" + "task_count": { + "type": "integer" } }, - "required": [ - "id", - "name", - "orderindex", - "status", - "priority", - "assignee", - "task_count", - "due_date", - "start_date", - "folder", - "space", - "archived", - "override_statuses", - "permission_level" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/member.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/member.json index c357fe097a..2d9bb3da96 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/member.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/list/member.json @@ -1,12 +1,12 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, "email": { "type": "string" }, + "id": { + "type": "integer" + }, "initials": { "type": "string" }, @@ -19,28 +19,8 @@ "viewed_verified_consultant": { "type": "null" } - }, - "required": [ - "display_profile", - "verified_ambassador", - "verified_consultant", - "top_tier_user", - "ai_expert", - "viewed_verified_ambassador", - "viewed_verified_consultant", - "viewed_top_tier_user", - "viewed_ai_expert" - ] + } } }, - "required": [ - "id", - "username", - "email", - "color", - "initials", - "profilePicture", - "profileInfo" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/create.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/create.json index 7f6fa25e8b..5e7a1a5591 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/create.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/create.json @@ -1,180 +1,54 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "custom_id": { - "type": "null" - }, - "custom_item_id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "text_content": { - "type": "string" - }, - "description": { - "type": "string" - }, - "status": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "status": { - "type": "string" - }, - "color": { - "type": "string" - }, - "orderindex": { - "type": "integer" - }, - "type": { - "type": "string" - } - }, - "required": [ - "id", - "status", - "color", - "orderindex", - "type" - ] - }, - "orderindex": { - "type": "string" - }, - "date_created": { - "type": "string" - }, - "date_updated": { - "type": "string" - }, - "date_closed": { - "type": "null" - }, "archived": { "type": "boolean" }, - "creator": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "color", - "email", - "profilePicture" - ] - }, "assignees": { "type": "array", "items": { "type": "object", "properties": { + "email": { + "type": "string" + }, "id": { "type": "integer" }, - "username": { - "type": "string" - }, "initials": { "type": "string" }, - "email": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "color", - "initials", - "email", - "profilePicture" - ] - } - }, - "watchers": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, "username": { "type": "string" - }, - "initials": { - "type": "string" - }, - "email": { - "type": "string" } - }, - "required": [ - "id", - "username", - "color", - "initials", - "email", - "profilePicture" - ] + } } }, - "tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "tag_fg": { - "type": "string" - }, - "tag_bg": { - "type": "string" - }, - "creator": { - "type": "integer" - } + "creator": { + "type": "object", + "properties": { + "email": { + "type": "string" }, - "required": [ - "name", - "tag_fg", - "tag_bg", - "creator" - ] + "id": { + "type": "integer" + }, + "username": { + "type": "string" + } } }, - "points": { - "type": "null" - }, - "time_spent": { - "type": "integer" - }, "custom_fields": { "type": "array", "items": { "type": "object", "properties": { + "date_created": { + "type": "string" + }, + "hide_from_guests": { + "type": "boolean" + }, "id": { "type": "string" }, @@ -187,9 +61,6 @@ "type_config": { "type": "object", "properties": { - "sorting": { - "type": "string" - }, "options": { "type": "array", "items": { @@ -204,133 +75,108 @@ "orderindex": { "type": "integer" } - }, - "required": [ - "id", - "color" - ] + } } }, - "new_drop_down": { - "type": "boolean" + "sorting": { + "type": "string" } } - }, - "date_created": { - "type": "string" - }, - "hide_from_guests": { - "type": "boolean" } - }, - "required": [ - "id", - "name", - "type", - "type_config", - "date_created", - "hide_from_guests", - "required" - ] + } } }, - "team_id": { + "custom_item_id": { + "type": "integer" + }, + "date_created": { "type": "string" }, - "url": { + "date_updated": { "type": "string" }, + "description": { + "type": "string" + }, + "folder": { + "type": "object", + "properties": { + "access": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, + "list": { + "type": "object", + "properties": { + "access": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, + "orderindex": { + "type": "string" + }, + "permission_level": { + "type": "string" + }, + "points": { + "type": "null" + }, + "project": { + "type": "object", + "properties": { + "access": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, "sharing": { "type": "object", "properties": { "public": { "type": "boolean" }, - "public_share_expires_on": { - "type": "null" - }, "public_fields": { "type": "array", "items": { "type": "string" } }, - "token": { + "public_share_expires_on": { "type": "null" }, "seo_optimized": { "type": "boolean" + }, + "token": { + "type": "null" } - }, - "required": [ - "public", - "public_share_expires_on", - "public_fields", - "token", - "seo_optimized" - ] - }, - "permission_level": { - "type": "string" - }, - "list": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "access" - ] - }, - "project": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "hidden", - "access" - ] - }, - "folder": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "hidden", - "access" - ] + } }, "space": { "type": "object", @@ -338,52 +184,80 @@ "id": { "type": "string" } - }, - "required": [ - "id" - ] + } + }, + "status": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "id": { + "type": "string" + }, + "orderindex": { + "type": "integer" + }, + "status": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "creator": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tag_bg": { + "type": "string" + }, + "tag_fg": { + "type": "string" + } + } + } + }, + "team_id": { + "type": "string" + }, + "text_content": { + "type": "string" + }, + "time_spent": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "watchers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "initials": { + "type": "string" + }, + "username": { + "type": "string" + } + } + } } }, - "required": [ - "id", - "custom_id", - "custom_item_id", - "name", - "text_content", - "description", - "status", - "orderindex", - "date_created", - "date_updated", - "date_closed", - "date_done", - "archived", - "creator", - "assignees", - "group_assignees", - "watchers", - "checklists", - "tags", - "parent", - "top_level_parent", - "priority", - "due_date", - "start_date", - "points", - "time_estimate", - "time_spent", - "custom_fields", - "dependencies", - "linked_tasks", - "locations", - "team_id", - "url", - "sharing", - "permission_level", - "list", - "project", - "folder", - "space" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/delete.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/delete.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/delete.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/delete.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/get.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/get.json index 3c67dbdcf5..4e1fe8708e 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/get.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/get.json @@ -1,424 +1,151 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "custom_item_id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "status": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "status": { - "type": "string" - }, - "color": { - "type": "string" - }, - "orderindex": { - "type": "integer" - }, - "type": { - "type": "string" - } - }, - "required": [ - "id", - "status", - "color", - "orderindex", - "type" - ] - }, - "orderindex": { - "type": "string" - }, - "date_created": { - "type": "string" - }, - "date_updated": { - "type": "string" - }, "archived": { "type": "boolean" }, - "creator": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "color": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "color", - "email", - "profilePicture" - ] - }, "assignees": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "initials": { + "color": { "type": "string" }, "email": { "type": "string" + }, + "id": { + "type": "integer" + }, + "initials": { + "type": "string" + }, + "username": { + "type": "string" } - }, - "required": [ - "id", - "username", - "color", - "initials", - "email", - "profilePicture" - ] + } } }, - "group_assignees": { + "attachments": { "type": "array", "items": { "type": "object", "properties": { - "id": { + "date": { "type": "string" }, - "name": { - "type": "string" + "deleted": { + "type": "boolean" }, - "color": { + "email_data": { "type": "null" }, - "initials": { + "extension": { "type": "string" }, - "email": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "color", - "initials", - "email" - ] - } - }, - "watchers": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" + "hidden": { + "type": "boolean" }, - "username": { - "type": "string" - }, - "initials": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "color", - "initials", - "email", - "profilePicture" - ] - } - }, - "checklists": { - "type": "array", - "items": { - "type": "object", - "properties": { "id": { "type": "string" }, - "task_id": { + "is_folder": { + "type": "null" + }, + "mimetype": { "type": "string" }, - "name": { + "orientation": { + "type": "null" + }, + "parent_id": { "type": "string" }, - "date_created": { + "resolved_comments": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "source": { + "type": "integer" + }, + "title": { "type": "string" }, - "orderindex": { + "total_comments": { "type": "integer" }, - "creator": { + "type": { "type": "integer" }, - "resolved": { - "type": "integer" + "url": { + "type": "string" }, - "unresolved": { - "type": "integer" + "url_w_host": { + "type": "string" }, - "items": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "assignee": { - "type": "null" - }, - "group_assignee": { - "type": "null" - }, - "resolved": { - "type": "boolean" - }, - "parent": { - "type": "null" - }, - "date_created": { - "type": "string" - }, - "start_date": { - "type": "null" - }, - "start_date_time": { - "type": "null" - }, - "due_date": { - "type": "null" - }, - "due_date_time": { - "type": "null" - }, - "sent_due_date_notif": { - "type": "null" - }, - "children": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "orderindex": { - "type": "integer" - }, - "assignee": { - "type": "null" - }, - "group_assignee": { - "type": "null" - }, - "resolved": { - "type": "boolean" - }, - "parent": { - "type": "string" - }, - "date_created": { - "type": "string" - }, - "start_date": { - "type": "null" - }, - "start_date_time": { - "type": "null" - }, - "due_date": { - "type": "null" - }, - "due_date_time": { - "type": "null" - }, - "sent_due_date_notif": { - "type": "null" - }, - "children": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "orderindex": { - "type": "number" - }, - "assignee": { - "type": "null" - }, - "group_assignee": { - "type": "null" - }, - "resolved": { - "type": "boolean" - }, - "parent": { - "type": "string" - }, - "date_created": { - "type": "string" - }, - "start_date": { - "type": "null" - }, - "start_date_time": { - "type": "null" - }, - "due_date": { - "type": "null" - }, - "due_date_time": { - "type": "null" - }, - "sent_due_date_notif": { - "type": "null" - } - }, - "required": [ - "id", - "name", - "orderindex", - "assignee", - "group_assignee", - "resolved", - "parent", - "date_created", - "start_date", - "start_date_time", - "due_date", - "due_date_time", - "sent_due_date_notif", - "children" - ] - } - } - }, - "required": [ - "id", - "name", - "orderindex", - "assignee", - "group_assignee", - "resolved", - "parent", - "date_created", - "start_date", - "start_date_time", - "due_date", - "due_date_time", - "sent_due_date_notif", - "children" - ] - } - } + "url_w_query": { + "type": "string" + }, + "user": { + "type": "object", + "properties": { + "color": { + "type": "string" }, - "required": [ - "id", - "name", - "orderindex", - "assignee", - "group_assignee", - "resolved", - "parent", - "date_created", - "start_date", - "start_date_time", - "due_date", - "due_date_time", - "sent_due_date_notif", - "children" - ] + "email": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "initials": { + "type": "string" + }, + "username": { + "type": "string" + } } + }, + "version": { + "type": "integer" + }, + "workspace_id": { + "type": "null" } - }, - "required": [ - "id", - "task_id", - "name", - "date_created", - "orderindex", - "creator", - "resolved", - "unresolved", - "items" - ] + } } }, - "tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "tag_fg": { - "type": "string" - }, - "tag_bg": { - "type": "string" - } + "creator": { + "type": "object", + "properties": { + "color": { + "type": "string" }, - "required": [ - "name", - "tag_fg", - "tag_bg", - "creator" - ] + "email": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "username": { + "type": "string" + } } }, - "time_spent": { - "type": "integer" - }, "custom_fields": { "type": "array", "items": { "type": "object", "properties": { + "date_created": { + "type": "string" + }, + "hide_from_guests": { + "type": "boolean" + }, "id": { "type": "string" }, @@ -431,7 +158,30 @@ "type_config": { "type": "object", "properties": { - "new_drop_down": { + "field_inverted_name": { + "type": "string" + }, + "fields": { + "type": "array", + "items": { + "type": "object", + "properties": { + "field": { + "type": "string" + }, + "hidden": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + } + }, + "linked_subcategory_access": { "type": "boolean" }, "options": { @@ -448,48 +198,90 @@ "orderindex": { "type": "integer" } - }, - "required": [ - "id", - "color" - ] + } } }, - "sorting": { + "subcategory_id": { + "type": "string" + }, + "subcategory_inverted_name": { "type": "string" } } + } + } + } + }, + "custom_item_id": { + "type": "integer" + }, + "date_created": { + "type": "string" + }, + "date_updated": { + "type": "string" + }, + "dependencies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "chain_id": { + "type": "null" }, "date_created": { "type": "string" }, - "hide_from_guests": { - "type": "boolean" + "depends_on": { + "type": "string" + }, + "task_id": { + "type": "string" + }, + "type": { + "type": "integer" + }, + "userid": { + "type": "string" + }, + "workspace_id": { + "type": "string" } - }, - "required": [ - "id", - "name", - "type", - "type_config", - "date_created", - "hide_from_guests", - "required" - ] + } } }, + "folder": { + "type": "object", + "properties": { + "access": { + "type": "boolean" + }, + "hidden": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, "linked_tasks": { "type": "array", "items": { "type": "object", "properties": { - "task_id": { + "date_created": { "type": "string" }, "link_id": { "type": "string" }, - "date_created": { + "task_id": { "type": "string" }, "userid": { @@ -498,128 +290,74 @@ "workspace_id": { "type": "string" } - }, - "required": [ - "task_id", - "link_id", - "date_created", - "userid", - "workspace_id" - ] + } } }, - "locations": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } + "list": { + "type": "object", + "properties": { + "access": { + "type": "boolean" }, - "required": [ - "id", - "name" - ] + "id": { + "type": "string" + }, + "name": { + "type": "string" + } } }, - "team_id": { + "name": { "type": "string" }, - "url": { + "orderindex": { "type": "string" }, + "permission_level": { + "type": "string" + }, + "points": { + "type": "null" + }, + "project": { + "type": "object", + "properties": { + "access": { + "type": "boolean" + }, + "hidden": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, "sharing": { "type": "object", "properties": { "public": { "type": "boolean" }, - "public_share_expires_on": { - "type": "null" - }, "public_fields": { "type": "array", "items": { "type": "string" } }, + "public_share_expires_on": { + "type": "null" + }, "seo_optimized": { "type": "boolean" + }, + "token": { + "type": "null" } - }, - "required": [ - "public", - "public_share_expires_on", - "public_fields", - "token", - "seo_optimized" - ] - }, - "permission_level": { - "type": "string" - }, - "list": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "access" - ] - }, - "project": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "hidden", - "access" - ] - }, - "folder": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "hidden", - "access" - ] + } }, "space": { "type": "object", @@ -627,162 +365,77 @@ "id": { "type": "string" } - }, - "required": [ - "id" - ] + } }, - "attachments": { + "status": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "id": { + "type": "string" + }, + "orderindex": { + "type": "integer" + }, + "status": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "tags": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "date": { - "type": "string" - }, - "title": { - "type": "string" - }, - "type": { + "creator": { "type": "integer" }, - "source": { - "type": "integer" - }, - "version": { - "type": "integer" - }, - "extension": { + "name": { "type": "string" }, - "hidden": { - "type": "boolean" - }, - "parent_id": { + "tag_bg": { "type": "string" }, - "total_comments": { - "type": "integer" - }, - "resolved_comments": { - "type": "integer" - }, - "user": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "email": { - "type": "string" - }, - "initials": { - "type": "string" - }, - "color": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "email", - "initials", - "color", - "profilePicture" - ] - }, - "deleted": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "email_data": { - "type": "null" - }, - "workspace_id": { - "type": "null" - }, - "url_w_query": { - "type": "string" - }, - "url_w_host": { + "tag_fg": { "type": "string" } - }, - "required": [ - "id", - "date", - "title", - "type", - "source", - "version", - "extension", - "thumbnail_small", - "thumbnail_large", - "is_folder", - "mimetype", - "hidden", - "parent_id", - "size", - "total_comments", - "resolved_comments", - "user", - "deleted", - "orientation", - "url", - "email_data", - "workspace_id" - ] + } + } + }, + "team_id": { + "type": "string" + }, + "time_spent": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "watchers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "initials": { + "type": "string" + }, + "username": { + "type": "string" + } + } } } }, - "required": [ - "id", - "custom_id", - "custom_item_id", - "name", - "text_content", - "description", - "status", - "orderindex", - "date_created", - "date_updated", - "date_closed", - "date_done", - "archived", - "creator", - "assignees", - "group_assignees", - "watchers", - "checklists", - "tags", - "parent", - "top_level_parent", - "priority", - "due_date", - "start_date", - "points", - "time_estimate", - "custom_fields", - "dependencies", - "linked_tasks", - "locations", - "team_id", - "url", - "sharing", - "permission_level", - "list", - "project", - "folder", - "space" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/getAll.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/getAll.json index cb10b2132a..b13c03bb84 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/getAll.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/getAll.json @@ -1,126 +1,27 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "custom_item_id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "status": { - "type": "object", - "properties": { - "status": { - "type": "string" - }, - "id": { - "type": "string" - }, - "color": { - "type": "string" - }, - "type": { - "type": "string" - }, - "orderindex": { - "type": "integer" - } - }, - "required": [ - "status", - "id", - "color", - "type", - "orderindex" - ] - }, - "orderindex": { - "type": "string" - }, - "date_created": { - "type": "string" - }, - "date_updated": { - "type": "string" - }, "archived": { "type": "boolean" }, - "creator": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "color", - "email", - "profilePicture" - ] - }, "assignees": { "type": "array", "items": { "type": "object", "properties": { + "email": { + "type": "string" + }, "id": { "type": "integer" }, "initials": { "type": "string" }, - "email": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "color", - "initials", - "email", - "profilePicture" - ] - } - }, - "watchers": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, "username": { "type": "string" - }, - "initials": { - "type": "string" - }, - "email": { - "type": "string" } - }, - "required": [ - "id", - "username", - "color", - "initials", - "email", - "profilePicture" - ] + } } }, "checklists": { @@ -128,131 +29,45 @@ "items": { "type": "object", "properties": { + "creator": { + "type": "integer" + }, + "date_created": { + "type": "string" + }, "id": { "type": "string" }, - "task_id": { - "type": "string" - }, "name": { "type": "string" }, - "date_created": { - "type": "string" - }, "orderindex": { "type": "integer" }, - "creator": { - "type": "integer" - }, "resolved": { "type": "integer" }, + "task_id": { + "type": "string" + }, "unresolved": { "type": "integer" - }, - "items": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "orderindex": { - "type": "null" - }, - "assignee": { - "type": "null" - }, - "group_assignee": { - "type": "null" - }, - "resolved": { - "type": "boolean" - }, - "parent": { - "type": "null" - }, - "date_created": { - "type": "string" - }, - "start_date": { - "type": "null" - }, - "start_date_time": { - "type": "boolean" - }, - "due_date": { - "type": "null" - }, - "due_date_time": { - "type": "boolean" - }, - "sent_due_date_notif": { - "type": "null" - } - }, - "required": [ - "id", - "name", - "orderindex", - "assignee", - "group_assignee", - "resolved", - "parent", - "date_created", - "start_date", - "start_date_time", - "due_date", - "due_date_time", - "sent_due_date_notif", - "children" - ] - } } - }, - "required": [ - "id", - "task_id", - "name", - "date_created", - "orderindex", - "creator", - "resolved", - "unresolved", - "items" - ] + } } }, - "tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "tag_fg": { - "type": "string" - }, - "tag_bg": { - "type": "string" - }, - "creator": { - "type": "integer" - } + "creator": { + "type": "object", + "properties": { + "email": { + "type": "string" }, - "required": [ - "name", - "tag_fg", - "tag_bg", - "creator" - ] + "id": { + "type": "integer" + }, + "username": { + "type": "string" + } } }, "custom_fields": { @@ -260,6 +75,12 @@ "items": { "type": "object", "properties": { + "date_created": { + "type": "string" + }, + "hide_from_guests": { + "type": "boolean" + }, "id": { "type": "string" }, @@ -272,9 +93,6 @@ "type_config": { "type": "object", "properties": { - "sorting": { - "type": "string" - }, "options": { "type": "array", "items": { @@ -289,83 +107,84 @@ "orderindex": { "type": "integer" } - }, - "required": [ - "id", - "color" - ] + } } + }, + "sorting": { + "type": "string" } } - }, - "date_created": { - "type": "string" - }, - "hide_from_guests": { - "type": "boolean" } - }, - "required": [ - "id", - "name", - "type", - "type_config", - "date_created", - "hide_from_guests", - "required" - ] + } } }, + "custom_item_id": { + "type": "integer" + }, + "date_created": { + "type": "string" + }, + "date_updated": { + "type": "string" + }, "dependencies": { "type": "array", "items": { "type": "object", "properties": { - "task_id": { + "date_created": { "type": "string" }, "depends_on": { "type": "string" }, + "task_id": { + "type": "string" + }, "type": { "type": "integer" }, - "date_created": { - "type": "string" - }, "userid": { "type": "string" }, "workspace_id": { "type": "string" - }, - "chain_id": { - "type": "null" } - }, - "required": [ - "task_id", - "depends_on", - "type", - "date_created", - "userid", - "workspace_id", - "chain_id" - ] + } } }, + "folder": { + "type": "object", + "properties": { + "access": { + "type": "boolean" + }, + "hidden": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, "linked_tasks": { "type": "array", "items": { "type": "object", "properties": { - "task_id": { + "date_created": { "type": "string" }, "link_id": { "type": "string" }, - "date_created": { + "task_id": { "type": "string" }, "userid": { @@ -374,14 +193,21 @@ "workspace_id": { "type": "string" } + } + } + }, + "list": { + "type": "object", + "properties": { + "access": { + "type": "boolean" }, - "required": [ - "task_id", - "link_id", - "date_created", - "userid", - "workspace_id" - ] + "id": { + "type": "string" + }, + "name": { + "type": "string" + } } }, "locations": { @@ -395,11 +221,104 @@ "name": { "type": "string" } + } + } + }, + "name": { + "type": "string" + }, + "orderindex": { + "type": "string" + }, + "permission_level": { + "type": "string" + }, + "project": { + "type": "object", + "properties": { + "access": { + "type": "boolean" }, - "required": [ - "id", - "name" - ] + "hidden": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "sharing": { + "type": "object", + "properties": { + "public": { + "type": "boolean" + }, + "public_fields": { + "type": "array", + "items": { + "type": "string" + } + }, + "public_share_expires_on": { + "type": "null" + }, + "seo_optimized": { + "type": "boolean" + }, + "token": { + "type": "null" + } + } + }, + "space": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + }, + "status": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "id": { + "type": "string" + }, + "orderindex": { + "type": "integer" + }, + "status": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "creator": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tag_bg": { + "type": "string" + }, + "tag_fg": { + "type": "string" + } + } } }, "team_id": { @@ -408,155 +327,26 @@ "url": { "type": "string" }, - "sharing": { - "type": "object", - "properties": { - "public": { - "type": "boolean" - }, - "public_share_expires_on": { - "type": "null" - }, - "public_fields": { - "type": "array", - "items": { + "watchers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "initials": { + "type": "string" + }, + "username": { "type": "string" } - }, - "token": { - "type": "null" - }, - "seo_optimized": { - "type": "boolean" } - }, - "required": [ - "public", - "public_share_expires_on", - "public_fields", - "token", - "seo_optimized" - ] - }, - "permission_level": { - "type": "string" - }, - "list": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "access" - ] - }, - "project": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "hidden": { - "type": "boolean" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "hidden", - "access" - ] - }, - "folder": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "hidden": { - "type": "boolean" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "hidden", - "access" - ] - }, - "space": { - "type": "object", - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ] + } } }, - "required": [ - "id", - "custom_id", - "custom_item_id", - "name", - "text_content", - "description", - "status", - "orderindex", - "date_created", - "date_updated", - "date_closed", - "date_done", - "archived", - "creator", - "assignees", - "group_assignees", - "watchers", - "checklists", - "tags", - "parent", - "top_level_parent", - "priority", - "due_date", - "start_date", - "points", - "time_estimate", - "custom_fields", - "dependencies", - "linked_tasks", - "locations", - "team_id", - "url", - "sharing", - "permission_level", - "list", - "project", - "folder", - "space" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/update.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/update.json index defb174943..a9ad428e13 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/update.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/update.json @@ -1,123 +1,118 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "custom_item_id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "status": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "status": { - "type": "string" - }, - "color": { - "type": "string" - }, - "orderindex": { - "type": "integer" - }, - "type": { - "type": "string" - } - }, - "required": [ - "id", - "status", - "color", - "orderindex", - "type" - ] - }, - "orderindex": { - "type": "string" - }, - "date_created": { - "type": "string" - }, - "date_updated": { - "type": "string" - }, "archived": { "type": "boolean" }, - "creator": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "color", - "email", - "profilePicture" - ] - }, "assignees": { "type": "array", "items": { "type": "object", "properties": { + "color": { + "type": "string" + }, + "email": { + "type": "string" + }, "id": { "type": "integer" }, "initials": { "type": "string" }, - "email": { + "username": { "type": "string" } - }, - "required": [ - "id", - "username", - "color", - "initials", - "email", - "profilePicture" - ] + } } }, - "watchers": { + "attachments": { "type": "array", "items": { "type": "object", "properties": { + "date": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "email_data": { + "type": "null" + }, + "extension": { + "type": "string" + }, + "hidden": { + "type": "boolean" + }, "id": { + "type": "string" + }, + "is_folder": { + "type": "null" + }, + "mimetype": { + "type": "string" + }, + "parent_id": { + "type": "string" + }, + "resolved_comments": { "type": "integer" }, - "initials": { + "size": { + "type": "integer" + }, + "source": { + "type": "integer" + }, + "title": { "type": "string" }, - "email": { + "total_comments": { + "type": "integer" + }, + "type": { + "type": "integer" + }, + "url": { "type": "string" + }, + "url_w_host": { + "type": "string" + }, + "url_w_query": { + "type": "string" + }, + "user": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "email": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "initials": { + "type": "string" + }, + "username": { + "type": "string" + } + } + }, + "version": { + "type": "integer" + }, + "workspace_id": { + "type": "null" } - }, - "required": [ - "id", - "username", - "color", - "initials", - "email", - "profilePicture" - ] + } } }, "checklists": { @@ -125,121 +120,93 @@ "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "task_id": { - "type": "string" - }, - "name": { - "type": "string" + "creator": { + "type": "integer" }, "date_created": { "type": "string" }, - "orderindex": { - "type": "integer" - }, - "creator": { - "type": "integer" - }, - "resolved": { - "type": "integer" - }, - "unresolved": { - "type": "integer" + "id": { + "type": "string" }, "items": { "type": "array", "items": { "type": "object", "properties": { + "date_created": { + "type": "string" + }, + "due_date": { + "type": "null" + }, + "group_assignee": { + "type": "null" + }, "id": { "type": "string" }, "name": { "type": "string" }, - "group_assignee": { + "parent": { "type": "null" }, "resolved": { "type": "boolean" }, - "parent": { + "sent_due_date_notif": { "type": "null" }, - "date_created": { - "type": "string" - }, "start_date": { "type": "null" - }, - "due_date": { - "type": "null" - }, - "sent_due_date_notif": { - "type": "null" } - }, - "required": [ - "id", - "name", - "orderindex", - "assignee", - "group_assignee", - "resolved", - "parent", - "date_created", - "children" - ] + } } - } - }, - "required": [ - "id", - "task_id", - "name", - "date_created", - "orderindex", - "creator", - "resolved", - "unresolved", - "items" - ] - } - }, - "tags": { - "type": "array", - "items": { - "type": "object", - "properties": { + }, "name": { "type": "string" }, - "tag_fg": { + "orderindex": { + "type": "integer" + }, + "resolved": { + "type": "integer" + }, + "task_id": { "type": "string" }, - "tag_bg": { - "type": "string" + "unresolved": { + "type": "integer" } - }, - "required": [ - "name", - "tag_fg", - "tag_bg", - "creator" - ] + } } }, - "time_spent": { - "type": "integer" + "creator": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "username": { + "type": "string" + } + } }, "custom_fields": { "type": "array", "items": { "type": "object", "properties": { + "date_created": { + "type": "string" + }, + "hide_from_guests": { + "type": "boolean" + }, "id": { "type": "string" }, @@ -252,9 +219,6 @@ "type_config": { "type": "object", "properties": { - "sorting": { - "type": "string" - }, "options": { "type": "array", "items": { @@ -269,83 +233,84 @@ "orderindex": { "type": "integer" } - }, - "required": [ - "id", - "color" - ] + } } + }, + "sorting": { + "type": "string" } } - }, - "date_created": { - "type": "string" - }, - "hide_from_guests": { - "type": "boolean" } - }, - "required": [ - "id", - "name", - "type", - "type_config", - "date_created", - "hide_from_guests", - "required" - ] + } } }, + "custom_item_id": { + "type": "integer" + }, + "date_created": { + "type": "string" + }, + "date_updated": { + "type": "string" + }, "dependencies": { "type": "array", "items": { "type": "object", "properties": { - "task_id": { + "chain_id": { + "type": "null" + }, + "date_created": { "type": "string" }, "depends_on": { "type": "string" }, + "task_id": { + "type": "string" + }, "type": { "type": "integer" }, - "date_created": { - "type": "string" - }, "userid": { "type": "string" }, "workspace_id": { "type": "string" - }, - "chain_id": { - "type": "null" } - }, - "required": [ - "task_id", - "depends_on", - "type", - "date_created", - "userid", - "workspace_id", - "chain_id" - ] + } } }, + "folder": { + "type": "object", + "properties": { + "access": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, "linked_tasks": { "type": "array", "items": { "type": "object", "properties": { - "task_id": { + "date_created": { "type": "string" }, "link_id": { "type": "string" }, - "date_created": { + "task_id": { "type": "string" }, "userid": { @@ -354,14 +319,21 @@ "workspace_id": { "type": "string" } + } + } + }, + "list": { + "type": "object", + "properties": { + "access": { + "type": "boolean" }, - "required": [ - "task_id", - "link_id", - "date_created", - "userid", - "workspace_id" - ] + "id": { + "type": "string" + }, + "name": { + "type": "string" + } } }, "locations": { @@ -375,110 +347,54 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] + } } }, - "team_id": { + "name": { "type": "string" }, - "url": { + "orderindex": { "type": "string" }, + "permission_level": { + "type": "string" + }, + "project": { + "type": "object", + "properties": { + "access": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, "sharing": { "type": "object", "properties": { "public": { "type": "boolean" }, - "public_share_expires_on": { - "type": "null" - }, "public_fields": { "type": "array", "items": { "type": "string" } }, - "token": { + "public_share_expires_on": { "type": "null" }, "seo_optimized": { "type": "boolean" + }, + "token": { + "type": "null" } - }, - "required": [ - "public", - "public_share_expires_on", - "public_fields", - "token", - "seo_optimized" - ] - }, - "permission_level": { - "type": "string" - }, - "list": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "access" - ] - }, - "project": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "hidden", - "access" - ] - }, - "folder": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "access": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "hidden", - "access" - ] + } }, "space": { "type": "object", @@ -486,174 +402,74 @@ "id": { "type": "string" } - }, - "required": [ - "id" - ] + } }, - "attachments": { + "status": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "id": { + "type": "string" + }, + "orderindex": { + "type": "integer" + }, + "status": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "tags": { "type": "array", "items": { "type": "object", "properties": { - "id": { + "name": { "type": "string" }, - "date": { + "tag_bg": { "type": "string" }, - "title": { - "type": "string" - }, - "type": { - "type": "integer" - }, - "source": { - "type": "integer" - }, - "version": { - "type": "integer" - }, - "extension": { - "type": "string" - }, - "is_folder": { - "type": "null" - }, - "mimetype": { - "type": "string" - }, - "hidden": { - "type": "boolean" - }, - "parent_id": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "total_comments": { - "type": "integer" - }, - "resolved_comments": { - "type": "integer" - }, - "user": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "email": { - "type": "string" - }, - "initials": { - "type": "string" - }, - "color": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "email", - "initials", - "color", - "profilePicture" - ] - }, - "deleted": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "email_data": { - "type": "null" - }, - "workspace_id": { - "type": "null" - }, - "url_w_query": { - "type": "string" - }, - "url_w_host": { + "tag_fg": { "type": "string" } - }, - "required": [ - "id", - "date", - "title", - "type", - "source", - "version", - "extension", - "thumbnail_small", - "thumbnail_medium", - "thumbnail_large", - "is_folder", - "mimetype", - "hidden", - "parent_id", - "size", - "total_comments", - "resolved_comments", - "user", - "deleted", - "orientation", - "url", - "email_data", - "workspace_id", - "url_w_query", - "url_w_host" - ] + } + } + }, + "team_id": { + "type": "string" + }, + "time_spent": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "watchers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "initials": { + "type": "string" + }, + "username": { + "type": "string" + } + } } } }, - "required": [ - "id", - "custom_id", - "custom_item_id", - "name", - "text_content", - "description", - "status", - "orderindex", - "date_created", - "date_updated", - "date_closed", - "date_done", - "archived", - "creator", - "assignees", - "group_assignees", - "watchers", - "checklists", - "tags", - "parent", - "priority", - "due_date", - "start_date", - "points", - "time_estimate", - "time_spent", - "custom_fields", - "dependencies", - "linked_tasks", - "locations", - "team_id", - "url", - "sharing", - "permission_level", - "list", - "project", - "folder", - "space" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/taskTag/add.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/taskTag/add.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/taskTag/add.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/taskTag/add.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/timeEntry/getAll.json b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/timeEntry/getAll.json index 08145e8ef8..3d6181f756 100644 --- a/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/timeEntry/getAll.json +++ b/packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/timeEntry/getAll.json @@ -1,9 +1,56 @@ { "type": "object", "properties": { + "approval_id": { + "type": "null" + }, + "at": { + "type": "string" + }, + "billable": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "duration": { + "type": "string" + }, + "end": { + "type": "string" + }, "id": { "type": "string" }, + "is_locked": { + "type": "boolean" + }, + "source": { + "type": "string" + }, + "start": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "creator": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tag_bg": { + "type": "string" + }, + "tag_fg": { + "type": "string" + } + } + } + }, "task": { "type": "object", "properties": { @@ -16,158 +63,62 @@ "status": { "type": "object", "properties": { - "status": { - "type": "string" - }, "color": { "type": "string" }, - "type": { - "type": "string" - }, "orderindex": { "type": "integer" + }, + "status": { + "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "status", - "color", - "type", - "orderindex" - ] - } - }, - "required": [ - "id", - "name", - "status", - "custom_type" - ] - }, - "wid": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "email": { - "type": "string" - }, - "color": { - "type": "string" - }, - "initials": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "email", - "color", - "initials", - "profilePicture" - ] - }, - "billable": { - "type": "boolean" - }, - "start": { - "type": "string" - }, - "end": { - "type": "string" - }, - "duration": { - "type": "string" - }, - "description": { - "type": "string" - }, - "tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "tag_bg": { - "type": "string" - }, - "tag_fg": { - "type": "string" - }, - "creator": { - "type": "integer" } - }, - "required": [ - "name", - "tag_bg", - "tag_fg", - "creator" - ] + } } }, - "source": { - "type": "string" - }, - "at": { - "type": "string" - }, - "is_locked": { - "type": "boolean" - }, - "approval_id": { - "type": "null" - }, "task_location": { "type": "object", "properties": { - "list_id": { + "folder_id": { "type": "string" }, - "folder_id": { + "list_id": { "type": "string" }, "space_id": { "type": "string" } - }, - "required": [ - "list_id", - "folder_id", - "space_id" - ] + } }, "task_url": { "type": "string" + }, + "user": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "email": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "initials": { + "type": "string" + }, + "username": { + "type": "string" + } + } + }, + "wid": { + "type": "string" } }, - "required": [ - "id", - "task", - "wid", - "user", - "billable", - "start", - "end", - "duration", - "description", - "tags", - "source", - "at", - "is_locked", - "approval_id", - "task_location", - "task_url" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/client/getAll.json b/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/client/getAll.json index ac208bdeeb..ec1d0b5e05 100644 --- a/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/client/getAll.json +++ b/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/client/getAll.json @@ -1,6 +1,15 @@ { "type": "object", "properties": { + "archived": { + "type": "boolean" + }, + "currencyCode": { + "type": "string" + }, + "currencyId": { + "type": "string" + }, "id": { "type": "string" }, @@ -9,27 +18,7 @@ }, "workspaceId": { "type": "string" - }, - "archived": { - "type": "boolean" - }, - "currencyId": { - "type": "string" - }, - "currencyCode": { - "type": "string" } }, - "required": [ - "id", - "name", - "email", - "workspaceId", - "archived", - "address", - "note", - "currencyId", - "currencyCode" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/project/get.json b/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/project/get.json index 5cd18bbe86..b7f424ed1a 100644 --- a/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/project/get.json +++ b/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/project/get.json @@ -1,55 +1,27 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "clientId": { - "type": "string" - }, - "workspaceId": { - "type": "string" + "archived": { + "type": "boolean" }, "billable": { "type": "boolean" }, - "memberships": { - "type": "array", - "items": { - "type": "object", - "properties": { - "userId": { - "type": "string" - }, - "costRate": { - "type": "null" - }, - "targetId": { - "type": "string" - }, - "membershipType": { - "type": "string" - }, - "membershipStatus": { - "type": "string" - } - }, - "required": [ - "userId", - "hourlyRate", - "costRate", - "targetId", - "membershipType", - "membershipStatus" - ] - } + "clientId": { + "type": "string" + }, + "clientName": { + "type": "string" }, "color": { "type": "string" }, + "costRate": { + "type": "null" + }, + "duration": { + "type": "string" + }, "estimate": { "type": "object", "properties": { @@ -59,75 +31,74 @@ "type": { "type": "string" } - }, - "required": [ - "estimate", - "type" - ] + } }, - "archived": { - "type": "boolean" - }, - "duration": { - "type": "string" - }, - "clientName": { - "type": "string" - }, - "costRate": { - "type": "null" - }, - "timeEstimate": { + "hourlyRate": { "type": "object", "properties": { - "estimate": { + "amount": { + "type": "integer" + }, + "currency": { "type": "string" - }, - "type": { - "type": "string" - }, - "active": { - "type": "boolean" - }, - "includeNonBillable": { - "type": "boolean" } - }, - "required": [ - "estimate", - "type", - "resetOption", - "active", - "includeNonBillable" - ] + } + }, + "id": { + "type": "string" + }, + "memberships": { + "type": "array", + "items": { + "type": "object", + "properties": { + "costRate": { + "type": "null" + }, + "membershipStatus": { + "type": "string" + }, + "membershipType": { + "type": "string" + }, + "targetId": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + }, + "name": { + "type": "string" + }, + "public": { + "type": "boolean" }, "template": { "type": "boolean" }, - "public": { - "type": "boolean" + "timeEstimate": { + "type": "object", + "properties": { + "active": { + "type": "boolean" + }, + "estimate": { + "type": "string" + }, + "includeNonBillable": { + "type": "boolean" + }, + "type": { + "type": "string" + } + } + }, + "workspaceId": { + "type": "string" } }, - "required": [ - "id", - "name", - "hourlyRate", - "clientId", - "workspaceId", - "billable", - "memberships", - "color", - "estimate", - "archived", - "duration", - "clientName", - "note", - "costRate", - "timeEstimate", - "budgetEstimate", - "estimateReset", - "template", - "public" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/project/getAll.json b/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/project/getAll.json index a3e428cd2d..6a23198436 100644 --- a/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/project/getAll.json +++ b/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/project/getAll.json @@ -1,69 +1,17 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "hourlyRate": { - "type": "object", - "properties": { - "amount": { - "type": "integer" - }, - "currency": { - "type": "string" - } - }, - "required": [ - "amount", - "currency" - ] - }, - "clientId": { - "type": "string" - }, - "workspaceId": { - "type": "string" + "archived": { + "type": "boolean" }, "billable": { "type": "boolean" }, - "memberships": { - "type": "array", - "items": { - "type": "object", - "properties": { - "userId": { - "type": "string" - }, - "hourlyRate": { - "type": "null" - }, - "costRate": { - "type": "null" - }, - "targetId": { - "type": "string" - }, - "membershipType": { - "type": "string" - }, - "membershipStatus": { - "type": "string" - } - }, - "required": [ - "userId", - "hourlyRate", - "costRate", - "targetId", - "membershipType", - "membershipStatus" - ] - } + "clientId": { + "type": "string" + }, + "clientName": { + "type": "string" }, "color": { "type": "string" @@ -77,78 +25,86 @@ "type": { "type": "string" } - }, - "required": [ - "estimate", - "type" - ] + } }, - "archived": { - "type": "boolean" + "estimateReset": { + "type": "null" }, - "clientName": { + "hourlyRate": { + "type": "object", + "properties": { + "amount": { + "type": "integer" + }, + "currency": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, + "memberships": { + "type": "array", + "items": { + "type": "object", + "properties": { + "costRate": { + "type": "null" + }, + "hourlyRate": { + "type": "null" + }, + "membershipStatus": { + "type": "string" + }, + "membershipType": { + "type": "string" + }, + "targetId": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + }, + "name": { "type": "string" }, "note": { "type": "string" }, - "timeEstimate": { - "type": "object", - "properties": { - "estimate": { - "type": "string" - }, - "type": { - "type": "string" - }, - "resetOption": { - "type": "null" - }, - "active": { - "type": "boolean" - }, - "includeNonBillable": { - "type": "boolean" - } - }, - "required": [ - "estimate", - "type", - "resetOption", - "active", - "includeNonBillable" - ] - }, - "estimateReset": { - "type": "null" + "public": { + "type": "boolean" }, "template": { "type": "boolean" }, - "public": { - "type": "boolean" + "timeEstimate": { + "type": "object", + "properties": { + "active": { + "type": "boolean" + }, + "estimate": { + "type": "string" + }, + "includeNonBillable": { + "type": "boolean" + }, + "resetOption": { + "type": "null" + }, + "type": { + "type": "string" + } + } + }, + "workspaceId": { + "type": "string" } }, - "required": [ - "id", - "name", - "hourlyRate", - "clientId", - "workspaceId", - "billable", - "memberships", - "color", - "estimate", - "archived", - "duration", - "clientName", - "note", - "costRate", - "timeEstimate", - "budgetEstimate", - "estimateReset", - "template", - "public" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/timeEntry/create.json b/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/timeEntry/create.json index fd4b470a3b..4dcd51a279 100644 --- a/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/timeEntry/create.json +++ b/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/timeEntry/create.json @@ -1,34 +1,9 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "userId": { - "type": "string" - }, "billable": { "type": "boolean" }, - "timeInterval": { - "type": "object", - "properties": { - "start": { - "type": "string" - } - }, - "required": [ - "start", - "end", - "duration" - ] - }, - "workspaceId": { - "type": "string" - }, - "isLocked": { - "type": "boolean" - }, "customFieldValues": { "type": "array", "items": { @@ -37,49 +12,47 @@ "customFieldId": { "type": "string" }, - "timeEntryId": { + "name": { "type": "string" }, - "value": { - "type": "null" - }, - "name": { + "timeEntryId": { "type": "string" }, "type": { "type": "string" + }, + "value": { + "type": "null" } - }, - "required": [ - "customFieldId", - "timeEntryId", - "value", - "name", - "type" - ] + } + } + }, + "id": { + "type": "string" + }, + "isLocked": { + "type": "boolean" + }, + "kioskId": { + "type": "null" + }, + "timeInterval": { + "type": "object", + "properties": { + "start": { + "type": "string" + } } }, "type": { "type": "string" }, - "kioskId": { - "type": "null" + "userId": { + "type": "string" + }, + "workspaceId": { + "type": "string" } }, - "required": [ - "id", - "description", - "tagIds", - "userId", - "billable", - "taskId", - "projectId", - "timeInterval", - "workspaceId", - "isLocked", - "customFieldValues", - "type", - "kioskId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/user/getAll.json b/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/user/getAll.json index 4295311d43..2a83d5d458 100644 --- a/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/user/getAll.json +++ b/packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/user/getAll.json @@ -1,58 +1,102 @@ { "type": "object", "properties": { - "id": { + "activeWorkspace": { + "type": "string" + }, + "customFields": { + "type": "array", + "items": { + "type": "object", + "properties": { + "customFieldId": { + "type": "string" + }, + "customFieldName": { + "type": "string" + }, + "customFieldType": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + } + }, + "defaultWorkspace": { "type": "string" }, "email": { "type": "string" }, - "activeWorkspace": { - "type": "string" - }, - "defaultWorkspace": { + "id": { "type": "string" }, "settings": { "type": "object", "properties": { - "weekStart": { - "type": "string" - }, - "timeZone": { - "type": "string" - }, - "timeFormat": { - "type": "string" - }, - "dateFormat": { - "type": "string" - }, - "sendNewsletter": { - "type": "boolean" - }, - "weeklyUpdates": { - "type": "boolean" - }, - "longRunning": { - "type": "boolean" - }, - "scheduledReports": { + "alerts": { "type": "boolean" }, "approval": { "type": "boolean" }, - "pto": { + "collapseAllProjectLists": { "type": "boolean" }, - "alerts": { + "dashboardPinToTop": { + "type": "boolean" + }, + "dashboardSelection": { + "type": "string" + }, + "dashboardViewType": { + "type": "string" + }, + "dateFormat": { + "type": "string" + }, + "groupSimilarEntriesDisabled": { + "type": "boolean" + }, + "isCompactViewOn": { + "type": "boolean" + }, + "lang": { + "type": "string" + }, + "longRunning": { + "type": "boolean" + }, + "multiFactorEnabled": { + "type": "boolean" + }, + "myStartOfDay": { + "type": "string" + }, + "onboarding": { + "type": "boolean" + }, + "projectPickerTaskFilter": { + "type": "boolean" + }, + "pto": { "type": "boolean" }, "reminders": { "type": "boolean" }, - "timeTrackingManual": { + "scheduledReports": { + "type": "boolean" + }, + "scheduling": { + "type": "boolean" + }, + "sendNewsletter": { + "type": "boolean" + }, + "showOnlyWorkingDays": { "type": "boolean" }, "summaryReportSettings": { @@ -64,129 +108,31 @@ "subgroup": { "type": "string" } - }, - "required": [ - "group", - "subgroup" - ] - }, - "isCompactViewOn": { - "type": "boolean" - }, - "dashboardSelection": { - "type": "string" - }, - "dashboardViewType": { - "type": "string" - }, - "dashboardPinToTop": { - "type": "boolean" - }, - "collapseAllProjectLists": { - "type": "boolean" - }, - "groupSimilarEntriesDisabled": { - "type": "boolean" - }, - "myStartOfDay": { - "type": "string" - }, - "projectPickerTaskFilter": { - "type": "boolean" - }, - "lang": { - "type": "string" - }, - "multiFactorEnabled": { - "type": "boolean" + } }, "theme": { "type": "string" }, - "scheduling": { + "timeFormat": { + "type": "string" + }, + "timeTrackingManual": { "type": "boolean" }, - "onboarding": { + "timeZone": { + "type": "string" + }, + "weeklyUpdates": { "type": "boolean" }, - "showOnlyWorkingDays": { - "type": "boolean" + "weekStart": { + "type": "string" } - }, - "required": [ - "weekStart", - "timeZone", - "timeFormat", - "dateFormat", - "sendNewsletter", - "weeklyUpdates", - "longRunning", - "scheduledReports", - "approval", - "pto", - "alerts", - "reminders", - "timeTrackingManual", - "summaryReportSettings", - "isCompactViewOn", - "dashboardSelection", - "dashboardViewType", - "dashboardPinToTop", - "projectListCollapse", - "collapseAllProjectLists", - "groupSimilarEntriesDisabled", - "myStartOfDay", - "projectPickerTaskFilter", - "lang", - "multiFactorEnabled", - "theme", - "scheduling", - "onboarding", - "showOnlyWorkingDays" - ] + } }, "status": { "type": "string" - }, - "customFields": { - "type": "array", - "items": { - "type": "object", - "properties": { - "customFieldId": { - "type": "string" - }, - "userId": { - "type": "string" - }, - "customFieldName": { - "type": "string" - }, - "customFieldType": { - "type": "string" - } - }, - "required": [ - "customFieldId", - "userId", - "value", - "customFieldName", - "customFieldType" - ] - } } }, - "required": [ - "id", - "email", - "name", - "memberships", - "profilePicture", - "activeWorkspace", - "defaultWorkspace", - "settings", - "status", - "customFields" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/table/getAllColumns.json b/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/table/getAllColumns.json index 26bf2c75bc..a4cd209abd 100644 --- a/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/table/getAllColumns.json +++ b/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/table/getAllColumns.json @@ -1,43 +1,32 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "string" - }, - "name": { - "type": "string" - }, - "href": { - "type": "string" - }, "display": { "type": "boolean" }, "format": { "type": "object", "properties": { - "type": { - "type": "string" - }, "isArray": { "type": "boolean" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "isArray" - ] + } + }, + "href": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" } }, - "required": [ - "id", - "type", - "name", - "href", - "format" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/table/getRow.json b/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/table/getRow.json index 9db482b639..d590d8cf9d 100644 --- a/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/table/getRow.json +++ b/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/table/getRow.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/table/pushButton.json b/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/table/pushButton.json index ec58acecf0..51bd8efffb 100644 --- a/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/table/pushButton.json +++ b/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/table/pushButton.json @@ -1,20 +1,15 @@ { "type": "object", "properties": { - "rowId": { - "type": "string" - }, "columnId": { "type": "string" }, "requestId": { "type": "string" + }, + "rowId": { + "type": "string" } }, - "required": [ - "rowId", - "columnId", - "requestId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/view/get.json b/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/view/get.json new file mode 100644 index 0000000000..94806d1e80 --- /dev/null +++ b/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/view/get.json @@ -0,0 +1,55 @@ +{ + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "items": { + "type": "array", + "items": { + "type": "object", + "properties": { + "browserLink": { + "type": "string" + }, + "href": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parent": { + "type": "object", + "properties": { + "browserLink": { + "type": "string" + }, + "href": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "tableType": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/view/getAll.json b/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/view/getAll.json index b04929fa01..9fa5b34ef8 100644 --- a/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/view/getAll.json +++ b/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/view/getAll.json @@ -1,19 +1,13 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "string" - }, - "tableType": { + "browserLink": { "type": "string" }, "href": { "type": "string" }, - "browserLink": { + "id": { "type": "string" }, "name": { @@ -22,38 +16,29 @@ "parent": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "type": { + "browserLink": { "type": "string" }, "href": { "type": "string" }, - "browserLink": { + "id": { "type": "string" }, "name": { "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "id", - "type", - "href", - "browserLink", - "name" - ] + } + }, + "tableType": { + "type": "string" + }, + "type": { + "type": "string" } }, - "required": [ - "id", - "type", - "tableType", - "href", - "browserLink", - "name" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/view/getAllViewRows.json b/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/view/getAllViewRows.json index 5330d94e78..663833ba97 100644 --- a/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/view/getAllViewRows.json +++ b/packages/nodes-base/nodes/Coda/__schema__/v1.1.0/view/getAllViewRows.json @@ -1,66 +1,63 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "lastUpdated": { - "type": "string" - }, "Contract ID": { "type": "string" }, "Contract Link": { "type": "string" }, - "Summary": { - "type": "string" - }, - "over4MB?": { - "type": "boolean" - }, - "fileSize": { - "type": "string" - }, - "Summarize": { - "type": "string" - }, - "contractTextOutput": { - "type": "string" - }, - "extractText": { - "type": "string" - }, - "Status Date": { + "Contract Notes": { "type": "string" }, "Contract Signature Date": { "type": "string" }, - "Processing Organization": { + "contractTextOutput": { "type": "string" }, - "Contract Notes": { + "Created on": { + "type": "string" + }, + "Do not use name/logo?": { + "type": "boolean" + }, + "extractText": { + "type": "string" + }, + "fileSize": { "type": "string" }, "Full Deletion Required?": { "type": "boolean" }, + "id": { + "type": "string" + }, "IT Addendum?": { "type": "boolean" }, - "Do not use name/logo?": { + "lastUpdated": { + "type": "string" + }, + "over4MB?": { "type": "boolean" }, - "Created on": { + "Processing Organization": { "type": "string" }, "rowID": { "type": "integer" + }, + "Status Date": { + "type": "string" + }, + "Summarize": { + "type": "string" + }, + "Summary": { + "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/get.json b/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/get.json index b7139d2115..e3a2bb0245 100644 --- a/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/get.json +++ b/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/get.json @@ -1,44 +1,10 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "name": { - "type": "string" - }, - "web_slug": { - "type": "string" - }, - "platforms": { - "type": "object", - "properties": { - "": { - "type": "string" - } - } - }, - "detail_platforms": { - "type": "object", - "properties": { - "": { - "type": "object", - "properties": { - "decimal_place": { - "type": "null" - }, - "contract_address": { - "type": "string" - } - }, - "required": [ - "decimal_place", - "contract_address" - ] - } + "additional_notices": { + "type": "array", + "items": { + "type": "string" } }, "block_time_in_minutes": { @@ -50,52 +16,51 @@ "type": "string" } }, - "preview_listing": { - "type": "boolean" - }, - "additional_notices": { - "type": "array", - "items": { - "type": "string" - } - }, "description": { "type": "object", "properties": { "en": { "type": "string" } - }, - "required": [ - "en" - ] + } + }, + "id": { + "type": "string" + }, + "image": { + "type": "object", + "properties": { + "large": { + "type": "string" + }, + "small": { + "type": "string" + }, + "thumb": { + "type": "string" + } + } }, "links": { "type": "object", "properties": { - "homepage": { - "type": "array", - "items": { - "type": "string" - } - }, - "whitepaper": { - "type": "string" - }, - "official_forum_url": { - "type": "array", - "items": { - "type": "string" - } - }, "chat_url": { "type": "array", "items": { "type": "string" } }, - "twitter_screen_name": { - "type": "string" + "homepage": { + "type": "array", + "items": { + "type": "string" + } + }, + "official_forum_url": { + "type": "array", + "items": { + "type": "string" + } }, "repos_url": { "type": "object", @@ -106,76 +71,31 @@ "type": "string" } } - }, - "required": [ - "github", - "bitbucket" - ] + } + }, + "twitter_screen_name": { + "type": "string" + }, + "whitepaper": { + "type": "string" } - }, - "required": [ - "homepage", - "whitepaper", - "blockchain_site", - "official_forum_url", - "chat_url", - "announcement_url", - "twitter_screen_name", - "facebook_username", - "bitcointalk_thread_identifier", - "telegram_channel_identifier", - "subreddit_url", - "repos_url" - ] + } }, - "image": { - "type": "object", - "properties": { - "thumb": { - "type": "string" - }, - "small": { - "type": "string" - }, - "large": { - "type": "string" - } - }, - "required": [ - "thumb", - "small", - "large" - ] + "name": { + "type": "string" + }, + "preview_listing": { + "type": "boolean" + }, + "symbol": { + "type": "string" }, "watchlist_portfolio_users": { "type": "integer" + }, + "web_slug": { + "type": "string" } }, - "required": [ - "id", - "symbol", - "name", - "web_slug", - "asset_platform_id", - "platforms", - "detail_platforms", - "block_time_in_minutes", - "hashing_algorithm", - "categories", - "preview_listing", - "public_notice", - "additional_notices", - "description", - "links", - "image", - "country_origin", - "genesis_date", - "sentiment_votes_up_percentage", - "sentiment_votes_down_percentage", - "watchlist_portfolio_users", - "market_cap_rank", - "status_updates", - "last_updated" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/getAll.json b/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/getAll.json index 6dd21668ce..f882d6c7b6 100644 --- a/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/getAll.json +++ b/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/getAll.json @@ -4,17 +4,12 @@ "id": { "type": "string" }, - "symbol": { + "name": { "type": "string" }, - "name": { + "symbol": { "type": "string" } }, - "required": [ - "id", - "symbol", - "name" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/history.json b/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/history.json index c3cb943c43..f11be0033f 100644 --- a/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/history.json +++ b/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/history.json @@ -1,79 +1,84 @@ { "type": "object", "properties": { + "community_data": { + "type": "object", + "properties": { + "facebook_likes": { + "type": "null" + }, + "reddit_average_comments_48h": { + "type": "integer" + }, + "reddit_average_posts_48h": { + "type": "integer" + }, + "reddit_subscribers": { + "type": "null" + } + } + }, + "developer_data": { + "type": "object", + "properties": { + "closed_issues": { + "type": "null" + }, + "code_additions_deletions_4_weeks": { + "type": "object", + "properties": { + "additions": { + "type": "null" + }, + "deletions": { + "type": "null" + } + } + }, + "commit_count_4_weeks": { + "type": "null" + }, + "forks": { + "type": "null" + }, + "pull_request_contributors": { + "type": "null" + }, + "pull_requests_merged": { + "type": "null" + }, + "stars": { + "type": "null" + }, + "subscribers": { + "type": "null" + }, + "total_issues": { + "type": "null" + } + } + }, "id": { "type": "string" }, - "symbol": { - "type": "string" - }, - "name": { - "type": "string" + "image": { + "type": "object", + "properties": { + "small": { + "type": "string" + }, + "thumb": { + "type": "string" + } + } }, "localization": { "type": "object", "properties": { - "en": { - "type": "string" - }, - "de": { - "type": "string" - }, - "es": { - "type": "string" - }, - "fr": { - "type": "string" - }, - "it": { - "type": "string" - }, - "pl": { - "type": "string" - }, - "ro": { - "type": "string" - }, - "hu": { - "type": "string" - }, - "nl": { - "type": "string" - }, - "pt": { - "type": "string" - }, - "sv": { - "type": "string" - }, - "vi": { - "type": "string" - }, - "tr": { - "type": "string" - }, - "ru": { - "type": "string" - }, - "ja": { - "type": "string" - }, - "zh": { - "type": "string" - }, - "zh-tw": { - "type": "string" - }, - "ko": { - "type": "string" - }, "ar": { "type": "string" }, - "th": { - "type": "string" - }, - "id": { + "bg": { "type": "string" }, "cs": { @@ -82,91 +87,97 @@ "da": { "type": "string" }, + "de": { + "type": "string" + }, "el": { "type": "string" }, - "hi": { + "en": { "type": "string" }, - "no": { - "type": "string" - }, - "sk": { - "type": "string" - }, - "uk": { - "type": "string" - }, - "he": { + "es": { "type": "string" }, "fi": { "type": "string" }, - "bg": { + "fr": { + "type": "string" + }, + "he": { + "type": "string" + }, + "hi": { "type": "string" }, "hr": { "type": "string" }, + "hu": { + "type": "string" + }, + "id": { + "type": "string" + }, + "it": { + "type": "string" + }, + "ja": { + "type": "string" + }, + "ko": { + "type": "string" + }, "lt": { "type": "string" }, + "nl": { + "type": "string" + }, + "no": { + "type": "string" + }, + "pl": { + "type": "string" + }, + "pt": { + "type": "string" + }, + "ro": { + "type": "string" + }, + "ru": { + "type": "string" + }, + "sk": { + "type": "string" + }, "sl": { "type": "string" - } - }, - "required": [ - "en", - "de", - "es", - "fr", - "it", - "pl", - "ro", - "hu", - "nl", - "pt", - "sv", - "vi", - "tr", - "ru", - "ja", - "zh", - "zh-tw", - "ko", - "ar", - "th", - "id", - "cs", - "da", - "el", - "hi", - "no", - "sk", - "uk", - "he", - "fi", - "bg", - "hr", - "lt", - "sl" - ] - }, - "image": { - "type": "object", - "properties": { - "thumb": { + }, + "sv": { "type": "string" }, - "small": { + "th": { + "type": "string" + }, + "tr": { + "type": "string" + }, + "uk": { + "type": "string" + }, + "vi": { + "type": "string" + }, + "zh": { + "type": "string" + }, + "zh-tw": { "type": "string" } - }, - "required": [ - "thumb", - "small" - ] + } }, "market_data": { "type": "object", @@ -192,6 +203,9 @@ "bhd": { "type": "number" }, + "bits": { + "type": "number" + }, "bmd": { "type": "number" }, @@ -261,6 +275,9 @@ "kwd": { "type": "number" }, + "link": { + "type": "number" + }, "lkr": { "type": "number" }, @@ -300,6 +317,9 @@ "sar": { "type": "number" }, + "sats": { + "type": "number" + }, "sek": { "type": "number" }, @@ -347,81 +367,8 @@ }, "zar": { "type": "number" - }, - "bits": { - "type": "number" - }, - "link": { - "type": "number" - }, - "sats": { - "type": "number" } - }, - "required": [ - "aed", - "ars", - "aud", - "bch", - "bdt", - "bhd", - "bmd", - "bnb", - "brl", - "btc", - "cad", - "chf", - "clp", - "cny", - "czk", - "dkk", - "dot", - "eos", - "eth", - "eur", - "gbp", - "gel", - "hkd", - "huf", - "idr", - "ils", - "inr", - "jpy", - "krw", - "kwd", - "lkr", - "ltc", - "mmk", - "mxn", - "myr", - "ngn", - "nok", - "nzd", - "php", - "pkr", - "pln", - "rub", - "sar", - "sek", - "sgd", - "thb", - "try", - "twd", - "uah", - "usd", - "vef", - "vnd", - "xag", - "xau", - "xdr", - "xlm", - "xrp", - "yfi", - "zar", - "bits", - "link", - "sats" - ] + } }, "total_volume": { "type": "object", @@ -441,6 +388,9 @@ "bhd": { "type": "number" }, + "bits": { + "type": "number" + }, "bmd": { "type": "number" }, @@ -510,6 +460,9 @@ "kwd": { "type": "number" }, + "link": { + "type": "number" + }, "lkr": { "type": "number" }, @@ -549,6 +502,9 @@ "sar": { "type": "number" }, + "sats": { + "type": "number" + }, "sek": { "type": "number" }, @@ -593,168 +549,13 @@ }, "zar": { "type": "number" - }, - "bits": { - "type": "number" - }, - "link": { - "type": "number" - }, - "sats": { - "type": "number" } - }, - "required": [ - "aed", - "ars", - "aud", - "bch", - "bdt", - "bhd", - "bmd", - "bnb", - "brl", - "btc", - "cad", - "chf", - "clp", - "cny", - "czk", - "dkk", - "dot", - "eos", - "eth", - "eur", - "gbp", - "gel", - "hkd", - "huf", - "idr", - "ils", - "inr", - "jpy", - "krw", - "kwd", - "lkr", - "ltc", - "mmk", - "mxn", - "myr", - "ngn", - "nok", - "nzd", - "php", - "pkr", - "pln", - "rub", - "sar", - "sek", - "sgd", - "thb", - "try", - "twd", - "uah", - "usd", - "vef", - "vnd", - "xag", - "xau", - "xdr", - "xlm", - "xrp", - "yfi", - "zar", - "bits", - "link", - "sats" - ] + } } - }, - "required": [ - "current_price", - "market_cap", - "total_volume" - ] + } }, - "community_data": { - "type": "object", - "properties": { - "facebook_likes": { - "type": "null" - }, - "reddit_average_posts_48h": { - "type": "integer" - }, - "reddit_average_comments_48h": { - "type": "integer" - }, - "reddit_subscribers": { - "type": "null" - } - }, - "required": [ - "facebook_likes", - "twitter_followers", - "reddit_average_posts_48h", - "reddit_average_comments_48h", - "reddit_subscribers", - "reddit_accounts_active_48h" - ] - }, - "developer_data": { - "type": "object", - "properties": { - "forks": { - "type": "null" - }, - "stars": { - "type": "null" - }, - "subscribers": { - "type": "null" - }, - "total_issues": { - "type": "null" - }, - "closed_issues": { - "type": "null" - }, - "pull_requests_merged": { - "type": "null" - }, - "pull_request_contributors": { - "type": "null" - }, - "code_additions_deletions_4_weeks": { - "type": "object", - "properties": { - "additions": { - "type": "null" - }, - "deletions": { - "type": "null" - } - }, - "required": [ - "additions", - "deletions" - ] - }, - "commit_count_4_weeks": { - "type": "null" - } - }, - "required": [ - "forks", - "stars", - "subscribers", - "total_issues", - "closed_issues", - "pull_requests_merged", - "pull_request_contributors", - "code_additions_deletions_4_weeks", - "commit_count_4_weeks" - ] + "name": { + "type": "string" }, "public_interest_stats": { "type": "object", @@ -765,18 +566,11 @@ "bing_matches": { "type": "null" } - }, - "required": [ - "alexa_rank", - "bing_matches" - ] + } + }, + "symbol": { + "type": "string" } }, - "required": [ - "id", - "symbol", - "name", - "image" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/market.json b/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/market.json index 36f9971b88..b0eaf27647 100644 --- a/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/market.json +++ b/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/market.json @@ -1,21 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "name": { - "type": "string" - }, - "image": { - "type": "string" - }, - "market_cap": { - "type": "integer" - }, "ath_date": { "type": "string" }, @@ -25,37 +10,24 @@ "atl_date": { "type": "string" }, + "id": { + "type": "string" + }, + "image": { + "type": "string" + }, "last_updated": { "type": "string" + }, + "market_cap": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "symbol": { + "type": "string" } }, - "required": [ - "id", - "symbol", - "name", - "image", - "current_price", - "market_cap", - "market_cap_rank", - "fully_diluted_valuation", - "total_volume", - "high_24h", - "low_24h", - "price_change_24h", - "price_change_percentage_24h", - "market_cap_change_24h", - "market_cap_change_percentage_24h", - "circulating_supply", - "total_supply", - "max_supply", - "ath", - "ath_change_percentage", - "ath_date", - "atl", - "atl_change_percentage", - "atl_date", - "roi", - "last_updated" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/marketChart.json b/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/marketChart.json index 64bb568aeb..f62b0806c2 100644 --- a/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/marketChart.json +++ b/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/marketChart.json @@ -8,11 +8,5 @@ "type": "number" } }, - "required": [ - "time", - "price", - "marketCaps", - "totalVolume" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/ticker.json b/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/ticker.json index 6b1a1a75ab..ee4d828557 100644 --- a/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/ticker.json +++ b/packages/nodes-base/nodes/CoinGecko/__schema__/v1.0.0/coin/ticker.json @@ -4,31 +4,9 @@ "base": { "type": "string" }, - "target": { + "coin_id": { "type": "string" }, - "market": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "identifier": { - "type": "string" - }, - "has_trading_incentive": { - "type": "boolean" - } - }, - "required": [ - "name", - "identifier", - "has_trading_incentive" - ] - }, - "last": { - "type": "number" - }, "converted_last": { "type": "object", "properties": { @@ -38,21 +16,7 @@ "eth": { "type": "number" } - }, - "required": [ - "btc", - "eth", - "usd" - ] - }, - "timestamp": { - "type": "string" - }, - "last_traded_at": { - "type": "string" - }, - "last_fetch_at": { - "type": "string" + } }, "is_anomaly": { "type": "boolean" @@ -60,37 +24,44 @@ "is_stale": { "type": "boolean" }, - "trade_url": { + "last": { + "type": "number" + }, + "last_fetch_at": { + "type": "string" + }, + "last_traded_at": { + "type": "string" + }, + "market": { + "type": "object", + "properties": { + "has_trading_incentive": { + "type": "boolean" + }, + "identifier": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "target": { + "type": "string" + }, + "target_coin_id": { + "type": "string" + }, + "timestamp": { "type": "string" }, "token_info_url": { "type": "null" }, - "coin_id": { - "type": "string" - }, - "target_coin_id": { + "trade_url": { "type": "string" } }, - "required": [ - "base", - "target", - "market", - "last", - "volume", - "converted_last", - "converted_volume", - "trust_score", - "bid_ask_spread_percentage", - "timestamp", - "last_traded_at", - "last_fetch_at", - "is_anomaly", - "is_stale", - "trade_url", - "token_info_url", - "coin_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ConvertKit/__schema__/v1.0.0/form/addSubscriber.json b/packages/nodes-base/nodes/ConvertKit/__schema__/v1.0.0/form/addSubscriber.json index 4888c4b0e4..076110d318 100644 --- a/packages/nodes-base/nodes/ConvertKit/__schema__/v1.0.0/form/addSubscriber.json +++ b/packages/nodes-base/nodes/ConvertKit/__schema__/v1.0.0/form/addSubscriber.json @@ -1,18 +1,18 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "state": { - "type": "string" - }, "created_at": { "type": "string" }, + "id": { + "type": "integer" + }, "referrer": { "type": "null" }, + "state": { + "type": "string" + }, "subscribable_id": { "type": "integer" }, @@ -22,38 +22,20 @@ "subscriber": { "type": "object", "properties": { - "id": { - "type": "integer" + "created_at": { + "type": "string" }, "email_address": { "type": "string" }, + "id": { + "type": "integer" + }, "state": { "type": "string" - }, - "created_at": { - "type": "string" } - }, - "required": [ - "id", - "first_name", - "email_address", - "state", - "created_at", - "fields" - ] + } } }, - "required": [ - "id", - "state", - "created_at", - "source", - "referrer", - "subscribable_id", - "subscribable_type", - "subscriber" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ConvertKit/__schema__/v1.0.0/tagSubscriber/add.json b/packages/nodes-base/nodes/ConvertKit/__schema__/v1.0.0/tagSubscriber/add.json index bed8dde927..42933b3d07 100644 --- a/packages/nodes-base/nodes/ConvertKit/__schema__/v1.0.0/tagSubscriber/add.json +++ b/packages/nodes-base/nodes/ConvertKit/__schema__/v1.0.0/tagSubscriber/add.json @@ -1,20 +1,20 @@ { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "id": { "type": "integer" }, - "state": { - "type": "string" - }, - "created_at": { - "type": "string" + "referrer": { + "type": "null" }, "source": { "type": "string" }, - "referrer": { - "type": "null" + "state": { + "type": "string" }, "subscribable_id": { "type": "integer" @@ -25,38 +25,20 @@ "subscriber": { "type": "object", "properties": { - "id": { - "type": "integer" + "created_at": { + "type": "string" }, "email_address": { "type": "string" }, + "id": { + "type": "integer" + }, "state": { "type": "string" - }, - "created_at": { - "type": "string" } - }, - "required": [ - "id", - "first_name", - "email_address", - "state", - "created_at", - "fields" - ] + } } }, - "required": [ - "id", - "state", - "created_at", - "source", - "referrer", - "subscribable_id", - "subscribable_type", - "subscriber" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/DeepL/__schema__/v1.0.0/language/translate.json b/packages/nodes-base/nodes/DeepL/__schema__/v1.0.0/language/translate.json index 900ab820d4..8c2e7c77d0 100644 --- a/packages/nodes-base/nodes/DeepL/__schema__/v1.0.0/language/translate.json +++ b/packages/nodes-base/nodes/DeepL/__schema__/v1.0.0/language/translate.json @@ -8,9 +8,5 @@ "type": "string" } }, - "required": [ - "detected_source_language", - "text" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Dhl/__schema__/v1.0.0/shipment/get.json b/packages/nodes-base/nodes/Dhl/__schema__/v1.0.0/shipment/get.json index 0d98e993ab..f4880d0925 100644 --- a/packages/nodes-base/nodes/Dhl/__schema__/v1.0.0/shipment/get.json +++ b/packages/nodes-base/nodes/Dhl/__schema__/v1.0.0/shipment/get.json @@ -1,10 +1,92 @@ { "type": "object", "properties": { - "id": { - "type": "string" + "destination": { + "type": "object", + "properties": { + "address": { + "type": "object", + "properties": { + "countryCode": { + "type": "string" + } + } + } + } }, - "service": { + "details": { + "type": "object", + "properties": { + "pieceIds": { + "type": "array", + "items": { + "type": "string" + } + }, + "product": { + "type": "object", + "properties": { + "productName": { + "type": "string" + } + } + }, + "proofOfDeliverySignedAvailable": { + "type": "boolean" + }, + "totalNumberOfPieces": { + "type": "integer" + }, + "weight": { + "type": "object", + "properties": { + "unitText": { + "type": "string" + } + } + } + } + }, + "events": { + "type": "array", + "items": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "location": { + "type": "object", + "properties": { + "address": { + "type": "object", + "properties": { + "addressLocality": { + "type": "string" + } + } + } + } + }, + "remark": { + "type": "string" + }, + "status": { + "type": "string" + }, + "statusCode": { + "type": "string" + }, + "statusDetailed": { + "type": "string" + }, + "timestamp": { + "type": "string" + } + } + } + }, + "id": { "type": "string" }, "origin": { @@ -18,31 +100,21 @@ } } } - }, - "required": [ - "address" - ] + } }, - "destination": { - "type": "object", - "properties": { - "address": { - "type": "object", - "properties": { - "countryCode": { - "type": "string" - } - } - } - }, - "required": [ - "address" - ] + "returnFlag": { + "type": "boolean" + }, + "service": { + "type": "string" + }, + "serviceUrl": { + "type": "string" }, "status": { "type": "object", "properties": { - "timestamp": { + "description": { "type": "string" }, "location": { @@ -54,147 +126,27 @@ "addressLocality": { "type": "string" } - }, - "required": [ - "addressLocality" - ] + } } - }, - "required": [ - "address" - ] + } }, - "statusCode": { + "remark": { "type": "string" }, "status": { "type": "string" }, - "description": { - "type": "string" - }, - "remark": { + "statusCode": { "type": "string" }, "statusDetailed": { "type": "string" + }, + "timestamp": { + "type": "string" } - }, - "required": [ - "timestamp", - "statusCode", - "status", - "description" - ] - }, - "returnFlag": { - "type": "boolean" - }, - "details": { - "type": "object", - "properties": { - "product": { - "type": "object", - "properties": { - "productName": { - "type": "string" - } - }, - "required": [ - "productName" - ] - }, - "proofOfDeliverySignedAvailable": { - "type": "boolean" - }, - "totalNumberOfPieces": { - "type": "integer" - }, - "pieceIds": { - "type": "array", - "items": { - "type": "string" - } - }, - "weight": { - "type": "object", - "properties": { - "unitText": { - "type": "string" - } - }, - "required": [ - "value" - ] - } - }, - "required": [ - "product", - "proofOfDeliverySignedAvailable" - ] - }, - "events": { - "type": "array", - "items": { - "type": "object", - "properties": { - "timestamp": { - "type": "string" - }, - "location": { - "type": "object", - "properties": { - "address": { - "type": "object", - "properties": { - "addressLocality": { - "type": "string" - } - }, - "required": [ - "addressLocality" - ] - } - }, - "required": [ - "address" - ] - }, - "statusCode": { - "type": "string" - }, - "status": { - "type": "string" - }, - "description": { - "type": "string" - }, - "statusDetailed": { - "type": "string" - }, - "remark": { - "type": "string" - } - }, - "required": [ - "timestamp", - "statusCode", - "status", - "description" - ] } - }, - "serviceUrl": { - "type": "string" } }, - "required": [ - "id", - "service", - "origin", - "destination", - "status", - "details" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/create.json b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/create.json index 7728cee9f4..fbc6b96de7 100644 --- a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/create.json +++ b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/create.json @@ -1,58 +1,52 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "integer" - }, - "last_message_id": { - "type": "null" - }, "flags": { "type": "integer" }, "guild_id": { "type": "string" }, + "id": { + "type": "string" + }, + "last_message_id": { + "type": "null" + }, "name": { "type": "string" }, - "rate_limit_per_user": { - "type": "integer" - }, - "position": { - "type": "integer" + "nsfw": { + "type": "boolean" }, "permission_overwrites": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "integer" - }, "allow": { "type": "string" }, "deny": { "type": "string" + }, + "id": { + "type": "string" + }, + "type": { + "type": "integer" } - }, - "required": [ - "id", - "type", - "allow", - "deny" - ] + } } }, - "nsfw": { - "type": "boolean" + "position": { + "type": "integer" + }, + "rate_limit_per_user": { + "type": "integer" + }, + "type": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/deleteChannel.json b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/deleteChannel.json new file mode 100644 index 0000000000..71d745b4b1 --- /dev/null +++ b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/deleteChannel.json @@ -0,0 +1,67 @@ +{ + "type": "object", + "properties": { + "flags": { + "type": "integer" + }, + "guild_id": { + "type": "string" + }, + "icon_emoji": { + "type": "object", + "properties": { + "id": { + "type": "null" + }, + "name": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "nsfw": { + "type": "boolean" + }, + "permission_overwrites": { + "type": "array", + "items": { + "type": "object", + "properties": { + "allow": { + "type": "string" + }, + "deny": { + "type": "string" + }, + "id": { + "type": "string" + }, + "type": { + "type": "integer" + } + } + } + }, + "position": { + "type": "integer" + }, + "rate_limit_per_user": { + "type": "integer" + }, + "theme_color": { + "type": "null" + }, + "topic": { + "type": "null" + }, + "type": { + "type": "integer" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/get.json b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/get.json index cb3221046b..6f839cecd6 100644 --- a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/get.json +++ b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/get.json @@ -1,55 +1,49 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "integer" - }, "flags": { "type": "integer" }, "guild_id": { "type": "string" }, + "id": { + "type": "string" + }, "name": { "type": "string" }, - "rate_limit_per_user": { - "type": "integer" - }, - "position": { - "type": "integer" + "nsfw": { + "type": "boolean" }, "permission_overwrites": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "integer" - }, "allow": { "type": "string" }, "deny": { "type": "string" + }, + "id": { + "type": "string" + }, + "type": { + "type": "integer" } - }, - "required": [ - "id", - "type", - "allow", - "deny" - ] + } } }, - "nsfw": { - "type": "boolean" + "position": { + "type": "integer" + }, + "rate_limit_per_user": { + "type": "integer" + }, + "type": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/getAll.json b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/getAll.json index 22562d7cee..ef65493e9e 100644 --- a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/getAll.json +++ b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/channel/getAll.json @@ -1,56 +1,12 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "integer" - }, "flags": { "type": "integer" }, "guild_id": { "type": "string" }, - "name": { - "type": "string" - }, - "rate_limit_per_user": { - "type": "integer" - }, - "position": { - "type": "integer" - }, - "permission_overwrites": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "integer" - }, - "allow": { - "type": "string" - }, - "deny": { - "type": "string" - } - }, - "required": [ - "id", - "type", - "allow", - "deny" - ] - } - }, - "nsfw": { - "type": "boolean" - }, "icon_emoji": { "type": "object", "properties": { @@ -60,25 +16,49 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] + } + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "nsfw": { + "type": "boolean" + }, + "permission_overwrites": { + "type": "array", + "items": { + "type": "object", + "properties": { + "allow": { + "type": "string" + }, + "deny": { + "type": "string" + }, + "id": { + "type": "string" + }, + "type": { + "type": "integer" + } + } + } + }, + "position": { + "type": "integer" + }, + "rate_limit_per_user": { + "type": "integer" }, "theme_color": { "type": "null" + }, + "type": { + "type": "integer" } }, - "required": [ - "id", - "type", - "flags", - "guild_id", - "name", - "parent_id", - "position", - "permission_overwrites" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/member/getAll.json b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/member/getAll.json index 1835ebeb9d..30173d1c5f 100644 --- a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/member/getAll.json +++ b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/member/getAll.json @@ -4,12 +4,18 @@ "communication_disabled_until": { "type": "null" }, + "deaf": { + "type": "boolean" + }, "flags": { "type": "integer" }, "joined_at": { "type": "string" }, + "mute": { + "type": "boolean" + }, "pending": { "type": "boolean" }, @@ -22,25 +28,10 @@ "user": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "discriminator": { - "type": "string" - }, - "public_flags": { - "type": "integer" - }, - "flags": { - "type": "integer" - }, - "banner": { + "accent_color": { "type": "null" }, - "accent_color": { + "banner": { "type": "null" }, "banner_color": { @@ -48,33 +39,24 @@ }, "clan": { "type": "null" + }, + "discriminator": { + "type": "string" + }, + "flags": { + "type": "integer" + }, + "id": { + "type": "string" + }, + "public_flags": { + "type": "integer" + }, + "username": { + "type": "string" } - }, - "required": [ - "id", - "username", - "avatar", - "discriminator", - "public_flags", - "flags", - "banner", - "accent_color", - "global_name", - "avatar_decoration_data", - "banner_color", - "clan" - ] - }, - "mute": { - "type": "boolean" - }, - "deaf": { - "type": "boolean" + } } }, - "required": [ - "roles", - "user" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/member/roleAdd.json b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/member/roleAdd.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/member/roleAdd.json +++ b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/member/roleAdd.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/get.json b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/get.json index dc740017f4..52899e69d0 100644 --- a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/get.json +++ b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/get.json @@ -1,138 +1,127 @@ { "type": "object", "properties": { - "type": { - "type": "integer" - }, - "content": { - "type": "string" - }, - "mentions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "discriminator": { - "type": "string" - }, - "public_flags": { - "type": "integer" - }, - "flags": { - "type": "integer" - }, - "banner": { - "type": "null" - }, - "accent_color": { - "type": "null" - }, - "avatar_decoration_data": { - "type": "null" - }, - "banner_color": { - "type": "null" - }, - "clan": { - "type": "null" - }, - "primary_guild": { - "type": "null" - } - }, - "required": [ - "id", - "username", - "avatar", - "discriminator", - "public_flags", - "flags", - "banner", - "accent_color", - "global_name", - "avatar_decoration_data", - "banner_color", - "clan", - "primary_guild" - ] - } - }, - "mention_roles": { - "type": "array", - "items": { - "type": "string" - } - }, "attachments": { "type": "array", "items": { "type": "object", "properties": { - "id": { + "content_scan_version": { + "type": "integer" + }, + "content_type": { "type": "string" }, "filename": { "type": "string" }, + "height": { + "type": "integer" + }, + "id": { + "type": "string" + }, + "placeholder": { + "type": "string" + }, + "placeholder_version": { + "type": "integer" + }, + "proxy_url": { + "type": "string" + }, "size": { "type": "integer" }, "url": { "type": "string" }, - "proxy_url": { - "type": "string" - }, "width": { "type": "integer" + } + } + } + }, + "author": { + "type": "object", + "properties": { + "accent_color": { + "type": "null" + }, + "banner": { + "type": "null" + }, + "banner_color": { + "type": "null" + }, + "collectibles": { + "type": "null" + }, + "discriminator": { + "type": "string" + }, + "flags": { + "type": "integer" + }, + "id": { + "type": "string" + }, + "public_flags": { + "type": "integer" + }, + "username": { + "type": "string" + } + } + }, + "channel_id": { + "type": "string" + }, + "components": { + "type": "array", + "items": { + "type": "object", + "properties": { + "components": { + "type": "array", + "items": { + "type": "object", + "properties": { + "custom_id": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "label": { + "type": "string" + }, + "style": { + "type": "integer" + }, + "type": { + "type": "integer" + } + } + } }, - "height": { + "id": { "type": "integer" }, - "content_type": { - "type": "string" - }, - "placeholder": { - "type": "string" - }, - "placeholder_version": { + "type": { "type": "integer" } - }, - "required": [ - "id", - "filename", - "size", - "url", - "proxy_url", - "width", - "height", - "content_type", - "placeholder", - "placeholder_version" - ] + } } }, + "content": { + "type": "string" + }, "embeds": { "type": "array", "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, - "url": { - "type": "string" - }, - "title": { - "type": "string" - }, "color": { "type": "integer" }, @@ -141,73 +130,112 @@ }, "description": { "type": "string" + }, + "thumbnail": { + "type": "object", + "properties": { + "flags": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "placeholder": { + "type": "string" + }, + "placeholder_version": { + "type": "integer" + }, + "proxy_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "url": { + "type": "string" } - }, - "required": [ - "type" - ] + } } }, - "timestamp": { - "type": "string" - }, "flags": { "type": "integer" }, "id": { "type": "string" }, - "channel_id": { - "type": "string" + "mention_everyone": { + "type": "boolean" }, - "author": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "discriminator": { - "type": "string" - }, - "public_flags": { - "type": "integer" - }, - "flags": { - "type": "integer" - }, - "banner": { - "type": "null" - }, - "accent_color": { - "type": "null" - }, - "banner_color": { - "type": "null" + "mention_roles": { + "type": "array", + "items": { + "type": "string" + } + }, + "mentions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accent_color": { + "type": "null" + }, + "avatar_decoration_data": { + "type": "null" + }, + "banner": { + "type": "null" + }, + "banner_color": { + "type": "null" + }, + "clan": { + "type": "null" + }, + "discriminator": { + "type": "string" + }, + "flags": { + "type": "integer" + }, + "id": { + "type": "string" + }, + "primary_guild": { + "type": "null" + }, + "public_flags": { + "type": "integer" + }, + "username": { + "type": "string" + } } - }, - "required": [ - "id", - "username", - "avatar", - "discriminator", - "public_flags", - "flags", - "global_name", - "clan", - "primary_guild" - ] + } }, "pinned": { "type": "boolean" }, - "mention_everyone": { - "type": "boolean" + "timestamp": { + "type": "string" }, "tts": { "type": "boolean" + }, + "type": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/getAll.json b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/getAll.json index e6c037244f..52d3c81cdf 100644 --- a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/getAll.json +++ b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/getAll.json @@ -1,143 +1,130 @@ { "type": "object", "properties": { - "type": { - "type": "integer" - }, - "content": { - "type": "string" - }, - "mentions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "discriminator": { - "type": "string" - }, - "public_flags": { - "type": "integer" - }, - "flags": { - "type": "integer" - }, - "banner": { - "type": "null" - }, - "accent_color": { - "type": "null" - }, - "avatar_decoration_data": { - "type": "null" - }, - "collectibles": { - "type": "null" - }, - "banner_color": { - "type": "null" - }, - "clan": { - "type": "null" - }, - "primary_guild": { - "type": "null" - } - }, - "required": [ - "id", - "username", - "avatar", - "discriminator", - "public_flags", - "flags", - "banner", - "accent_color", - "global_name", - "avatar_decoration_data", - "banner_color", - "clan", - "primary_guild" - ] - } - }, - "mention_roles": { - "type": "array", - "items": { - "type": "string" - } - }, "attachments": { "type": "array", "items": { "type": "object", "properties": { - "id": { + "content_type": { "type": "string" }, "filename": { "type": "string" }, + "height": { + "type": "integer" + }, + "id": { + "type": "string" + }, + "placeholder": { + "type": "string" + }, + "placeholder_version": { + "type": "integer" + }, + "proxy_url": { + "type": "string" + }, "size": { "type": "integer" }, "url": { "type": "string" }, - "proxy_url": { - "type": "string" - }, - "content_type": { - "type": "string" - }, "width": { "type": "integer" + } + } + } + }, + "author": { + "type": "object", + "properties": { + "accent_color": { + "type": "null" + }, + "banner": { + "type": "null" + }, + "banner_color": { + "type": "null" + }, + "clan": { + "type": "null" + }, + "collectibles": { + "type": "null" + }, + "discriminator": { + "type": "string" + }, + "flags": { + "type": "integer" + }, + "id": { + "type": "string" + }, + "primary_guild": { + "type": "null" + }, + "public_flags": { + "type": "integer" + }, + "username": { + "type": "string" + } + } + }, + "channel_id": { + "type": "string" + }, + "components": { + "type": "array", + "items": { + "type": "object", + "properties": { + "components": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "label": { + "type": "string" + }, + "style": { + "type": "integer" + }, + "type": { + "type": "integer" + }, + "url": { + "type": "string" + } + } + } }, - "height": { + "id": { "type": "integer" }, - "placeholder": { - "type": "string" - }, - "placeholder_version": { + "type": { "type": "integer" } - }, - "required": [ - "id", - "filename", - "size", - "url", - "proxy_url", - "content_type" - ] + } } }, + "content": { + "type": "string" + }, "embeds": { "type": "array", "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, - "url": { - "type": "string" - }, - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "color": { - "type": "integer" - }, "author": { "type": "object", "properties": { @@ -147,11 +134,13 @@ "url": { "type": "string" } - }, - "required": [ - "name", - "url" - ] + } + }, + "color": { + "type": "integer" + }, + "description": { + "type": "string" }, "provider": { "type": "object", @@ -162,55 +151,48 @@ "url": { "type": "string" } - }, - "required": [ - "name", - "url" - ] + } }, "thumbnail": { "type": "object", "properties": { - "url": { + "flags": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "placeholder": { "type": "string" }, + "placeholder_version": { + "type": "integer" + }, "proxy_url": { "type": "string" }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "placeholder": { - "type": "string" - }, - "placeholder_version": { - "type": "integer" - }, - "flags": { - "type": "integer" - } - }, - "required": [ - "url", - "proxy_url", - "width", - "height", - "placeholder", - "placeholder_version", - "flags" - ] - }, - "video": { - "type": "object", - "properties": { "url": { "type": "string" }, "width": { "type": "integer" + } + } + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "url": { + "type": "string" + }, + "video": { + "type": "object", + "properties": { + "flags": { + "type": "integer" }, "height": { "type": "integer" @@ -221,141 +203,84 @@ "placeholder_version": { "type": "integer" }, - "flags": { + "url": { + "type": "string" + }, + "width": { "type": "integer" } - }, - "required": [ - "url", - "width", - "height", - "placeholder", - "placeholder_version", - "flags" - ] + } } - }, - "required": [ - "type" - ] + } } }, - "timestamp": { - "type": "string" - }, "flags": { "type": "integer" }, - "components": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "integer" - }, - "id": { - "type": "integer" - }, - "components": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "integer" - }, - "id": { - "type": "integer" - }, - "style": { - "type": "integer" - }, - "label": { - "type": "string" - }, - "url": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "style" - ] - } - } - }, - "required": [ - "type", - "id", - "components" - ] - } - }, "id": { "type": "string" }, - "channel_id": { - "type": "string" - }, - "author": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "discriminator": { - "type": "string" - }, - "public_flags": { - "type": "integer" - }, - "flags": { - "type": "integer" - }, - "banner": { - "type": "null" - }, - "accent_color": { - "type": "null" - }, - "collectibles": { - "type": "null" - }, - "banner_color": { - "type": "null" - }, - "clan": { - "type": "null" - }, - "primary_guild": { - "type": "null" - } - }, - "required": [ - "id", - "username", - "avatar", - "discriminator", - "public_flags", - "flags", - "global_name", - "clan", - "primary_guild" - ] - }, - "pinned": { - "type": "boolean" - }, "mention_everyone": { "type": "boolean" }, + "mention_roles": { + "type": "array", + "items": { + "type": "string" + } + }, + "mentions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accent_color": { + "type": "null" + }, + "banner": { + "type": "null" + }, + "banner_color": { + "type": "null" + }, + "clan": { + "type": "null" + }, + "collectibles": { + "type": "null" + }, + "discriminator": { + "type": "string" + }, + "flags": { + "type": "integer" + }, + "id": { + "type": "string" + }, + "primary_guild": { + "type": "null" + }, + "public_flags": { + "type": "integer" + }, + "username": { + "type": "string" + } + } + } + }, + "pinned": { + "type": "boolean" + }, + "timestamp": { + "type": "string" + }, "tts": { "type": "boolean" + }, + "type": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/react.json b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/react.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/react.json +++ b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/react.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/send.json b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/send.json index fc71e4751a..656d00ff8f 100644 --- a/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/send.json +++ b/packages/nodes-base/nodes/Discord/__schema__/v2.0.0/message/send.json @@ -1,264 +1,169 @@ { "type": "object", "properties": { - "type": { - "type": "integer" - }, - "content": { - "type": "string" - }, - "mentions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "discriminator": { - "type": "string" - }, - "public_flags": { - "type": "integer" - }, - "flags": { - "type": "integer" - }, - "avatar_decoration_data": { - "type": "null" - }, - "collectibles": { - "type": "null" - }, - "clan": { - "type": "null" - }, - "primary_guild": { - "type": "null" - } - }, - "required": [ - "id", - "username", - "avatar", - "discriminator", - "public_flags", - "flags", - "banner", - "accent_color", - "global_name", - "avatar_decoration_data", - "collectibles", - "banner_color", - "clan", - "primary_guild" - ] - } - }, - "mention_roles": { - "type": "array", - "items": { - "type": "string" - } - }, "attachments": { "type": "array", "items": { "type": "object", "properties": { - "id": { + "content_scan_version": { + "type": "integer" + }, + "content_type": { "type": "string" }, "filename": { "type": "string" }, - "size": { - "type": "integer" - }, - "url": { + "id": { "type": "string" }, "proxy_url": { "type": "string" }, - "content_scan_version": { + "size": { "type": "integer" }, "title": { "type": "string" }, - "content_type": { + "url": { "type": "string" } - }, - "required": [ - "id", - "filename", - "size", - "url", - "proxy_url", - "content_scan_version", - "title" - ] + } } }, + "author": { + "type": "object", + "properties": { + "accent_color": { + "type": "null" + }, + "avatar_decoration_data": { + "type": "null" + }, + "banner_color": { + "type": "null" + }, + "bot": { + "type": "boolean" + }, + "clan": { + "type": "null" + }, + "collectibles": { + "type": "null" + }, + "discriminator": { + "type": "string" + }, + "flags": { + "type": "integer" + }, + "global_name": { + "type": "null" + }, + "id": { + "type": "string" + }, + "primary_guild": { + "type": "null" + }, + "public_flags": { + "type": "integer" + }, + "username": { + "type": "string" + } + } + }, + "channel_id": { + "type": "string" + }, + "content": { + "type": "string" + }, + "edited_timestamp": { + "type": "null" + }, "embeds": { "type": "array", "items": { "type": "object", "properties": { - "type": { + "color": { + "type": "integer" + }, + "content_scan_version": { + "type": "integer" + }, + "description": { "type": "string" }, "title": { "type": "string" }, - "description": { - "type": "string" - }, - "color": { - "type": "integer" - }, - "author": { - "type": "object", - "properties": { - "name": { - "type": "string" - } - }, - "required": [ - "name" - ] - }, - "thumbnail": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "proxy_url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "flags": { - "type": "integer" - }, - "placeholder": { - "type": "string" - }, - "placeholder_version": { - "type": "integer" - } - }, - "required": [ - "url", - "proxy_url", - "width", - "height", - "flags" - ] - }, - "url": { + "type": { "type": "string" } - }, - "required": [ - "type" - ] + } } }, - "timestamp": { - "type": "string" - }, - "edited_timestamp": { - "type": "null" - }, "flags": { "type": "integer" }, "id": { "type": "string" }, - "channel_id": { - "type": "string" + "mention_everyone": { + "type": "boolean" }, - "author": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "discriminator": { - "type": "string" - }, - "public_flags": { - "type": "integer" - }, - "flags": { - "type": "integer" - }, - "bot": { - "type": "boolean" - }, - "accent_color": { - "type": "null" - }, - "global_name": { - "type": "null" - }, - "avatar_decoration_data": { - "type": "null" - }, - "collectibles": { - "type": "null" - }, - "banner_color": { - "type": "null" - }, - "clan": { - "type": "null" - }, - "primary_guild": { - "type": "null" + "mentions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "avatar_decoration_data": { + "type": "null" + }, + "clan": { + "type": "null" + }, + "collectibles": { + "type": "null" + }, + "discriminator": { + "type": "string" + }, + "flags": { + "type": "integer" + }, + "id": { + "type": "string" + }, + "primary_guild": { + "type": "null" + }, + "public_flags": { + "type": "integer" + }, + "username": { + "type": "string" + } } - }, - "required": [ - "id", - "username", - "avatar", - "discriminator", - "public_flags", - "flags", - "bot", - "banner", - "accent_color", - "global_name", - "avatar_decoration_data", - "collectibles", - "banner_color", - "clan", - "primary_guild" - ] + } }, "pinned": { "type": "boolean" }, - "mention_everyone": { - "type": "boolean" + "timestamp": { + "type": "string" }, "tts": { "type": "boolean" + }, + "type": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/copy.json b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/copy.json index 7bee77b92b..dc383aa8fb 100644 --- a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/copy.json +++ b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/copy.json @@ -7,66 +7,54 @@ ".tag": { "type": "string" }, - "name": { + "client_modified": { "type": "string" }, - "path_lower": { - "type": "string" - }, - "path_display": { + "content_hash": { "type": "string" }, "id": { "type": "string" }, - "client_modified": { - "type": "string" - }, - "server_modified": { - "type": "string" - }, - "rev": { - "type": "string" - }, - "size": { - "type": "integer" - }, "is_downloadable": { "type": "boolean" }, - "content_hash": { + "name": { "type": "string" }, "parent_shared_folder_id": { "type": "string" }, + "path_display": { + "type": "string" + }, + "path_lower": { + "type": "string" + }, + "rev": { + "type": "string" + }, + "server_modified": { + "type": "string" + }, "sharing_info": { "type": "object", "properties": { - "read_only": { - "type": "boolean" + "modified_by": { + "type": "string" }, "parent_shared_folder_id": { "type": "string" }, - "modified_by": { - "type": "string" + "read_only": { + "type": "boolean" } - }, - "required": [ - "read_only", - "parent_shared_folder_id", - "modified_by" - ] + } + }, + "size": { + "type": "integer" } - }, - "required": [ - ".tag", - "name", - "path_lower", - "path_display", - "id" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/delete.json b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/delete.json index 00198a82a8..11de280a15 100644 --- a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/delete.json +++ b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/delete.json @@ -7,44 +7,37 @@ ".tag": { "type": "string" }, - "name": { + "client_modified": { "type": "string" }, - "path_lower": { - "type": "string" - }, - "path_display": { + "content_hash": { "type": "string" }, "id": { "type": "string" }, - "client_modified": { + "is_downloadable": { + "type": "boolean" + }, + "name": { "type": "string" }, - "server_modified": { + "path_display": { + "type": "string" + }, + "path_lower": { "type": "string" }, "rev": { "type": "string" }, + "server_modified": { + "type": "string" + }, "size": { "type": "integer" - }, - "is_downloadable": { - "type": "boolean" - }, - "content_hash": { - "type": "string" } - }, - "required": [ - ".tag", - "name", - "path_lower", - "path_display", - "id" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/download.json b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/download.json index f78ae2b2b7..6636d62243 100644 --- a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/download.json +++ b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/download.json @@ -1,38 +1,11 @@ { "type": "object", "properties": { - "pathLower": { - "type": "string" - }, - "id": { - "type": "string" - }, "name": { "type": "string" }, - "lastModifiedClient": { - "type": "string" - }, - "lastModifiedServer": { - "type": "string" - }, "rev": { "type": "string" - }, - "contentSize": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "contentHash": { - "type": "string" - }, - "pathDisplay": { - "type": "string" - }, - "isDownloadable": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/move.json b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/move.json index 612446181c..11de280a15 100644 --- a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/move.json +++ b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/move.json @@ -7,50 +7,37 @@ ".tag": { "type": "string" }, - "name": { + "client_modified": { "type": "string" }, - "path_lower": { - "type": "string" - }, - "path_display": { + "content_hash": { "type": "string" }, "id": { "type": "string" }, - "client_modified": { + "is_downloadable": { + "type": "boolean" + }, + "name": { "type": "string" }, - "server_modified": { + "path_display": { + "type": "string" + }, + "path_lower": { "type": "string" }, "rev": { "type": "string" }, + "server_modified": { + "type": "string" + }, "size": { "type": "integer" - }, - "is_downloadable": { - "type": "boolean" - }, - "content_hash": { - "type": "string" } - }, - "required": [ - ".tag", - "name", - "path_lower", - "path_display", - "id", - "client_modified", - "server_modified", - "rev", - "size", - "is_downloadable", - "content_hash" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/upload.json b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/upload.json index bec749a4b4..50188a5c67 100644 --- a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/upload.json +++ b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/upload.json @@ -1,35 +1,35 @@ { "type": "object", "properties": { - "name": { + "client_modified": { "type": "string" }, - "path_lower": { - "type": "string" - }, - "path_display": { + "content_hash": { "type": "string" }, "id": { "type": "string" }, - "client_modified": { + "is_downloadable": { + "type": "boolean" + }, + "name": { "type": "string" }, - "server_modified": { + "path_display": { + "type": "string" + }, + "path_lower": { "type": "string" }, "rev": { "type": "string" }, + "server_modified": { + "type": "string" + }, "size": { "type": "integer" - }, - "is_downloadable": { - "type": "boolean" - }, - "content_hash": { - "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/create.json b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/create.json index fce308659a..f907cff5cb 100644 --- a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/create.json +++ b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/create.json @@ -4,25 +4,19 @@ "metadata": { "type": "object", "properties": { - "name": { + "id": { "type": "string" }, - "path_lower": { + "name": { "type": "string" }, "path_display": { "type": "string" }, - "id": { + "path_lower": { "type": "string" } - }, - "required": [ - "name", - "path_lower", - "path_display", - "id" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/list.json b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/list.json index 632b9adf7e..f9ee9130f1 100644 --- a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/list.json +++ b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/list.json @@ -1,20 +1,17 @@ { "type": "object", "properties": { + "contentHash": { + "type": "string" + }, + "contentSize": { + "type": "integer" + }, "id": { "type": "string" }, - "name": { - "type": "string" - }, - "type": { - "type": "string" - }, - "pathLower": { - "type": "string" - }, - "pathDisplay": { - "type": "string" + "isDownloadable": { + "type": "boolean" }, "lastModifiedClient": { "type": "string" @@ -22,25 +19,21 @@ "lastModifiedServer": { "type": "string" }, + "name": { + "type": "string" + }, + "pathDisplay": { + "type": "string" + }, + "pathLower": { + "type": "string" + }, "rev": { "type": "string" }, - "contentSize": { - "type": "integer" - }, - "contentHash": { + "type": { "type": "string" - }, - "isDownloadable": { - "type": "boolean" } }, - "required": [ - "id", - "name", - "type", - "pathLower", - "pathDisplay" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/move.json b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/move.json index 5c2b3fd7fc..c679b6e4f4 100644 --- a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/move.json +++ b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/move.json @@ -7,56 +7,40 @@ ".tag": { "type": "string" }, - "name": { - "type": "string" - }, - "path_lower": { - "type": "string" - }, - "path_display": { - "type": "string" - }, "id": { "type": "string" }, + "name": { + "type": "string" + }, "parent_shared_folder_id": { "type": "string" }, + "path_display": { + "type": "string" + }, + "path_lower": { + "type": "string" + }, "sharing_info": { "type": "object", "properties": { - "read_only": { + "no_access": { "type": "boolean" }, "parent_shared_folder_id": { "type": "string" }, - "traverse_only": { + "read_only": { "type": "boolean" }, - "no_access": { + "traverse_only": { "type": "boolean" } - }, - "required": [ - "read_only", - "parent_shared_folder_id", - "traverse_only", - "no_access" - ] + } } - }, - "required": [ - ".tag", - "name", - "path_lower", - "path_display", - "id" - ] + } } }, - "required": [ - "metadata" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/search/query.json b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/search/query.json index 6c6900eb7d..82600f319c 100644 --- a/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/search/query.json +++ b/packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/search/query.json @@ -38,9 +38,5 @@ "type": "integer" } }, - "required": [ - "highlight_spans", - "match_type" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Dropcontact/__schema__/v1.0.0/contact/enrich.json b/packages/nodes-base/nodes/Dropcontact/__schema__/v1.0.0/contact/enrich.json index 249a98533d..7e7bbe9587 100644 --- a/packages/nodes-base/nodes/Dropcontact/__schema__/v1.0.0/contact/enrich.json +++ b/packages/nodes-base/nodes/Dropcontact/__schema__/v1.0.0/contact/enrich.json @@ -1,49 +1,16 @@ { "type": "object", "properties": { - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "full_name": { - "type": "string" - }, "civility": { "type": "string" }, - "linkedin": { - "type": "string" - }, "company": { "type": "string" }, - "website": { - "type": "string" - }, - "country": { - "type": "string" - }, "company_linkedin": { "type": "string" }, - "phone": { - "type": "string" - }, - "nb_employees": { - "type": "string" - }, - "siren": { - "type": "string" - }, - "naf5_code": { - "type": "string" - }, - "naf5_des": { - "type": "string" - }, - "vat": { + "country": { "type": "string" }, "email": { @@ -57,12 +24,41 @@ "qualification": { "type": "string" } - }, - "required": [ - "email", - "qualification" - ] + } } + }, + "first_name": { + "type": "string" + }, + "full_name": { + "type": "string" + }, + "last_name": { + "type": "string" + }, + "linkedin": { + "type": "string" + }, + "naf5_code": { + "type": "string" + }, + "naf5_des": { + "type": "string" + }, + "nb_employees": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "siren": { + "type": "string" + }, + "vat": { + "type": "string" + }, + "website": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/ERPNext/__schema__/v1.0.0/document/create.json b/packages/nodes-base/nodes/ERPNext/__schema__/v1.0.0/document/create.json index 1b853ad57c..b533f6c3ab 100644 --- a/packages/nodes-base/nodes/ERPNext/__schema__/v1.0.0/document/create.json +++ b/packages/nodes-base/nodes/ERPNext/__schema__/v1.0.0/document/create.json @@ -1,43 +1,33 @@ { "type": "object", "properties": { - "owner": { - "type": "string" - }, "creation": { "type": "string" }, + "disabled": { + "type": "integer" + }, + "docstatus": { + "type": "integer" + }, + "doctype": { + "type": "string" + }, + "idx": { + "type": "integer" + }, "modified": { "type": "string" }, "modified_by": { "type": "string" }, - "docstatus": { - "type": "integer" - }, - "idx": { - "type": "integer" - }, "naming_series": { "type": "string" }, - "disabled": { - "type": "integer" - }, - "doctype": { + "owner": { "type": "string" } }, - "required": [ - "name", - "owner", - "creation", - "modified", - "modified_by", - "docstatus", - "idx", - "doctype" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ERPNext/__schema__/v1.0.0/document/get.json b/packages/nodes-base/nodes/ERPNext/__schema__/v1.0.0/document/get.json index 414e24eb5c..4da96631a5 100644 --- a/packages/nodes-base/nodes/ERPNext/__schema__/v1.0.0/document/get.json +++ b/packages/nodes-base/nodes/ERPNext/__schema__/v1.0.0/document/get.json @@ -1,33 +1,30 @@ { "type": "object", "properties": { - "name": { - "type": "string" - }, - "owner": { - "type": "string" - }, "creation": { "type": "string" }, + "docstatus": { + "type": "integer" + }, + "doctype": { + "type": "string" + }, + "idx": { + "type": "integer" + }, "modified": { "type": "string" }, "modified_by": { "type": "string" }, - "docstatus": { - "type": "integer" + "name": { + "type": "string" }, - "idx": { - "type": "integer" - }, - "doctype": { + "owner": { "type": "string" } }, - "required": [ - "name" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Elastic/ElasticSecurity/__schema__/v1.0.0/case/getAll.json b/packages/nodes-base/nodes/Elastic/ElasticSecurity/__schema__/v1.0.0/case/getAll.json index f00d1f921a..20e55a7d1f 100644 --- a/packages/nodes-base/nodes/Elastic/ElasticSecurity/__schema__/v1.0.0/case/getAll.json +++ b/packages/nodes-base/nodes/Elastic/ElasticSecurity/__schema__/v1.0.0/case/getAll.json @@ -1,35 +1,6 @@ { "type": "object", "properties": { - "title": { - "type": "string" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } - }, - "description": { - "type": "string" - }, - "settings": { - "type": "object", - "properties": { - "syncAlerts": { - "type": "boolean" - } - }, - "required": [ - "syncAlerts" - ] - }, - "owner": { - "type": "string" - }, - "category": { - "type": "null" - }, "assignees": { "type": "array", "items": { @@ -38,40 +9,28 @@ "uid": { "type": "string" } - }, - "required": [ - "uid" - ] + } } }, + "category": { + "type": "null" + }, "connector": { "type": "object", "properties": { + "fields": { + "type": "null" + }, "id": { "type": "string" }, + "name": { + "type": "string" + }, "type": { "type": "string" - }, - "fields": { - "type": "null" - }, - "name": { - "type": "string" } - }, - "required": [ - "id", - "type", - "fields", - "name" - ] - }, - "severity": { - "type": "string" - }, - "status": { - "type": "string" + } }, "created_at": { "type": "string" @@ -79,19 +38,16 @@ "created_by": { "type": "object", "properties": { - "username": { - "type": "string" - }, "profile_uid": { "type": "string" + }, + "username": { + "type": "string" } - }, - "required": [ - "username", - "full_name", - "email", - "profile_uid" - ] + } + }, + "description": { + "type": "string" }, "external_service": { "type": "null" @@ -99,41 +55,41 @@ "id": { "type": "string" }, - "version": { + "owner": { "type": "string" }, + "settings": { + "type": "object", + "properties": { + "syncAlerts": { + "type": "boolean" + } + } + }, + "severity": { + "type": "string" + }, + "status": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "title": { + "type": "string" + }, + "totalAlerts": { + "type": "integer" + }, "totalComment": { "type": "integer" }, - "totalAlerts": { - "type": "integer" + "version": { + "type": "string" } }, - "required": [ - "title", - "tags", - "description", - "settings", - "owner", - "category", - "assignees", - "customFields", - "connector", - "severity", - "status", - "duration", - "closed_at", - "closed_by", - "created_at", - "created_by", - "updated_at", - "updated_by", - "external_service", - "id", - "version", - "totalComment", - "totalAlerts", - "comments" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/create.json b/packages/nodes-base/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/create.json index bd845808c4..466cb1de22 100644 --- a/packages/nodes-base/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/create.json +++ b/packages/nodes-base/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/create.json @@ -1,52 +1,38 @@ { "type": "object", "properties": { + "_id": { + "type": "string" + }, "_index": { "type": "string" }, - "_id": { - "type": "string" + "_primary_term": { + "type": "integer" + }, + "_seq_no": { + "type": "integer" + }, + "_shards": { + "type": "object", + "properties": { + "failed": { + "type": "integer" + }, + "successful": { + "type": "integer" + }, + "total": { + "type": "integer" + } + } }, "_version": { "type": "integer" }, "result": { "type": "string" - }, - "_shards": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "successful": { - "type": "integer" - }, - "failed": { - "type": "integer" - } - }, - "required": [ - "total", - "successful", - "failed" - ] - }, - "_seq_no": { - "type": "integer" - }, - "_primary_term": { - "type": "integer" } }, - "required": [ - "_index", - "_id", - "_version", - "result", - "_shards", - "_seq_no", - "_primary_term" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/getAll.json b/packages/nodes-base/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/getAll.json index 78bcdd5f97..d18972ac49 100644 --- a/packages/nodes-base/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/getAll.json +++ b/packages/nodes-base/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/getAll.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/index/get.json b/packages/nodes-base/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/index/get.json index 672153abe6..2b463bf068 100644 --- a/packages/nodes-base/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/index/get.json +++ b/packages/nodes-base/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/index/get.json @@ -10,75 +10,53 @@ "properties": { "type": "object", "properties": { - "name": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "fields": { - "type": "object", - "properties": { - "keyword": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "ignore_above": { - "type": "integer" - } - }, - "required": [ - "type", - "ignore_above" - ] - } - }, - "required": [ - "keyword" - ] - } - }, - "required": [ - "type", - "fields" - ] - }, "author": { "type": "object", "properties": { - "type": { - "type": "string" - }, "fields": { "type": "object", "properties": { "keyword": { "type": "object", "properties": { - "type": { - "type": "string" - }, "ignore_above": { "type": "integer" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "ignore_above" - ] + } } - }, - "required": [ - "keyword" - ] + } + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "fields" - ] + } + }, + "name": { + "type": "object", + "properties": { + "fields": { + "type": "object", + "properties": { + "keyword": { + "type": "object", + "properties": { + "ignore_above": { + "type": "integer" + }, + "type": { + "type": "string" + } + } + } + } + }, + "type": { + "type": "string" + } + } }, "page_count": { "type": "object", @@ -86,10 +64,7 @@ "type": { "type": "string" } - }, - "required": [ - "type" - ] + } }, "release_date": { "type": "object", @@ -97,17 +72,11 @@ "type": { "type": "string" } - }, - "required": [ - "type" - ] + } } } } - }, - "required": [ - "properties" - ] + } }, "settings": { "type": "object", @@ -115,6 +84,18 @@ "index": { "type": "object", "properties": { + "creation_date": { + "type": "string" + }, + "number_of_replicas": { + "type": "string" + }, + "number_of_shards": { + "type": "string" + }, + "provided_name": { + "type": "string" + }, "routing": { "type": "object", "properties": { @@ -127,32 +108,11 @@ "_tier_preference": { "type": "string" } - }, - "required": [ - "_tier_preference" - ] + } } - }, - "required": [ - "include" - ] + } } - }, - "required": [ - "allocation" - ] - }, - "number_of_shards": { - "type": "string" - }, - "provided_name": { - "type": "string" - }, - "creation_date": { - "type": "string" - }, - "number_of_replicas": { - "type": "string" + } }, "uuid": { "type": "string" @@ -163,30 +123,12 @@ "created": { "type": "string" } - }, - "required": [ - "created" - ] + } } - }, - "required": [ - "routing", - "number_of_shards", - "provided_name", - "creation_date", - "number_of_replicas", - "uuid", - "version" - ] + } } - }, - "required": [ - "index" - ] + } } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/EmailSend/__schema__/v2.1.0/email/send.json b/packages/nodes-base/nodes/EmailSend/__schema__/v2.1.0/email/send.json index 2e09577628..9939673cc3 100644 --- a/packages/nodes-base/nodes/EmailSend/__schema__/v2.1.0/email/send.json +++ b/packages/nodes-base/nodes/EmailSend/__schema__/v2.1.0/email/send.json @@ -13,18 +13,6 @@ "type": "string" } }, - "envelopeTime": { - "type": "integer" - }, - "messageTime": { - "type": "integer" - }, - "messageSize": { - "type": "integer" - }, - "response": { - "type": "string" - }, "envelope": { "type": "object", "properties": { @@ -37,14 +25,22 @@ "type": "string" } } - }, - "required": [ - "from", - "to" - ] + } + }, + "envelopeTime": { + "type": "integer" }, "messageId": { "type": "string" + }, + "messageSize": { + "type": "integer" + }, + "messageTime": { + "type": "integer" + }, + "response": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/contact/getAll.json b/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/contact/getAll.json index c5d0a40e49..5245bf5b92 100644 --- a/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/contact/getAll.json +++ b/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/contact/getAll.json @@ -4,61 +4,39 @@ "active": { "type": "boolean" }, + "created_at": { + "type": "string" + }, + "facebook_id": { + "type": "null" + }, + "first_name": { + "type": "string" + }, "id": { "type": "integer" }, + "last_name": { + "type": "string" + }, "name": { "type": "string" }, + "org_contact_id": { + "type": "integer" + }, "time_zone": { "type": "string" }, "twitter_id": { "type": "null" }, - "facebook_id": { - "type": "null" - }, - "created_at": { - "type": "string" - }, "updated_at": { "type": "string" }, - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, "visitor_id": { "type": "string" - }, - "org_contact_id": { - "type": "integer" } }, - "required": [ - "active", - "address", - "description", - "email", - "id", - "job_title", - "language", - "mobile", - "name", - "phone", - "time_zone", - "twitter_id", - "custom_fields", - "facebook_id", - "created_at", - "updated_at", - "csat_rating", - "preferred_source", - "company_id", - "unique_external_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/ticket/create.json b/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/ticket/create.json index 27733e7496..e8dd0c6024 100644 --- a/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/ticket/create.json +++ b/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/ticket/create.json @@ -1,10 +1,36 @@ { "type": "object", "properties": { + "created_at": { + "type": "string" + }, + "custom_fields": { + "type": "object", + "properties": { + "cf_reference_number": { + "type": "null" + } + } + }, + "description": { + "type": "string" + }, + "description_text": { + "type": "string" + }, "fr_escalated": { "type": "boolean" }, - "spam": { + "id": { + "type": "integer" + }, + "is_escalated": { + "type": "boolean" + }, + "nr_due_by": { + "type": "null" + }, + "nr_escalated": { "type": "boolean" }, "priority": { @@ -16,6 +42,9 @@ "source": { "type": "integer" }, + "spam": { + "type": "boolean" + }, "status": { "type": "integer" }, @@ -25,79 +54,18 @@ "support_email": { "type": "null" }, - "to_emails": { - "type": "null" - }, - "id": { - "type": "integer" - }, - "is_escalated": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "description_text": { - "type": "string" - }, - "custom_fields": { - "type": "object", - "properties": { - "cf_reference_number": { - "type": "null" - } - } - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, "tags": { "type": "array", "items": { "type": "string" } }, - "nr_due_by": { + "to_emails": { "type": "null" }, - "nr_escalated": { - "type": "boolean" + "updated_at": { + "type": "string" } }, - "required": [ - "cc_emails", - "fwd_emails", - "reply_cc_emails", - "ticket_cc_emails", - "fr_escalated", - "spam", - "email_config_id", - "group_id", - "priority", - "requester_id", - "responder_id", - "source", - "company_id", - "status", - "subject", - "support_email", - "to_emails", - "product_id", - "id", - "type", - "due_by", - "fr_due_by", - "is_escalated", - "description", - "description_text", - "custom_fields", - "created_at", - "updated_at", - "tags", - "attachments" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/ticket/get.json b/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/ticket/get.json index f98b6ca776..9b760bb2e2 100644 --- a/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/ticket/get.json +++ b/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/ticket/get.json @@ -1,155 +1,116 @@ { "type": "object", "properties": { + "association_type": { + "type": "null" + }, + "attachments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "attachment_url": { + "type": "string" + }, + "content_type": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "size": { + "type": "integer" + }, + "updated_at": { + "type": "string" + } + } + } + }, "cc_emails": { "type": "array", "items": { "type": "string" } }, + "created_at": { + "type": "string" + }, + "description": { + "type": "string" + }, + "description_text": { + "type": "string" + }, + "due_by": { + "type": "string" + }, + "fr_due_by": { + "type": "string" + }, + "fr_escalated": { + "type": "boolean" + }, "fwd_emails": { "type": "array", "items": { "type": "string" } }, + "id": { + "type": "integer" + }, + "is_escalated": { + "type": "boolean" + }, + "priority": { + "type": "integer" + }, "reply_cc_emails": { "type": "array", "items": { "type": "string" } }, + "requester_id": { + "type": "integer" + }, + "source": { + "type": "integer" + }, + "source_additional_info": { + "type": "null" + }, + "spam": { + "type": "boolean" + }, + "status": { + "type": "integer" + }, + "subject": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, "ticket_cc_emails": { "type": "array", "items": { "type": "string" } }, - "fr_escalated": { - "type": "boolean" - }, - "spam": { - "type": "boolean" - }, - "priority": { - "type": "integer" - }, - "requester_id": { - "type": "integer" - }, - "source": { - "type": "integer" - }, - "status": { - "type": "integer" - }, - "subject": { - "type": "string" - }, - "association_type": { - "type": "null" - }, - "id": { - "type": "integer" - }, - "due_by": { - "type": "string" - }, - "fr_due_by": { - "type": "string" - }, - "is_escalated": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "description_text": { - "type": "string" - }, - "created_at": { - "type": "string" - }, "updated_at": { "type": "string" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } - }, - "attachments": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "content_type": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "attachment_url": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "id", - "content_type", - "size", - "name", - "attachment_url", - "created_at", - "updated_at" - ] - } - }, - "source_additional_info": { - "type": "null" } }, - "required": [ - "cc_emails", - "fwd_emails", - "reply_cc_emails", - "ticket_cc_emails", - "fr_escalated", - "spam", - "email_config_id", - "group_id", - "priority", - "requester_id", - "responder_id", - "source", - "company_id", - "status", - "subject", - "association_type", - "support_email", - "to_emails", - "product_id", - "id", - "type", - "due_by", - "fr_due_by", - "is_escalated", - "custom_fields", - "created_at", - "updated_at", - "tags" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/ticket/getAll.json b/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/ticket/getAll.json index 3abe7242e1..7323134b07 100644 --- a/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/ticket/getAll.json +++ b/packages/nodes-base/nodes/Freshdesk/__schema__/v1.0.0/ticket/getAll.json @@ -7,100 +7,69 @@ "type": "string" } }, + "created_at": { + "type": "string" + }, + "fr_escalated": { + "type": "boolean" + }, "fwd_emails": { "type": "array", "items": { "type": "string" } }, + "id": { + "type": "integer" + }, + "is_escalated": { + "type": "boolean" + }, + "nr_due_by": { + "type": "null" + }, + "nr_escalated": { + "type": "boolean" + }, + "priority": { + "type": "integer" + }, "reply_cc_emails": { "type": "array", "items": { "type": "string" } }, + "requester_id": { + "type": "integer" + }, + "source": { + "type": "integer" + }, + "spam": { + "type": "boolean" + }, + "status": { + "type": "integer" + }, + "subject": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, "ticket_cc_emails": { "type": "array", "items": { "type": "string" } }, - "fr_escalated": { - "type": "boolean" - }, - "spam": { - "type": "boolean" - }, - "priority": { - "type": "integer" - }, - "requester_id": { - "type": "integer" - }, - "source": { - "type": "integer" - }, - "status": { - "type": "integer" - }, - "subject": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "is_escalated": { - "type": "boolean" - }, - "created_at": { - "type": "string" - }, "updated_at": { "type": "string" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } - }, - "nr_due_by": { - "type": "null" - }, - "nr_escalated": { - "type": "boolean" } }, - "required": [ - "cc_emails", - "fwd_emails", - "reply_cc_emails", - "ticket_cc_emails", - "fr_escalated", - "spam", - "email_config_id", - "group_id", - "priority", - "requester_id", - "responder_id", - "source", - "company_id", - "status", - "subject", - "association_type", - "support_email", - "to_emails", - "product_id", - "id", - "type", - "due_by", - "fr_due_by", - "is_escalated", - "custom_fields", - "created_at", - "updated_at", - "associated_tickets_count", - "tags" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Freshservice/__schema__/v1.0.0/ticket/get.json b/packages/nodes-base/nodes/Freshservice/__schema__/v1.0.0/ticket/get.json index bdfbb13da1..f83a409be2 100644 --- a/packages/nodes-base/nodes/Freshservice/__schema__/v1.0.0/ticket/get.json +++ b/packages/nodes-base/nodes/Freshservice/__schema__/v1.0.0/ticket/get.json @@ -1,116 +1,6 @@ { "type": "object", "properties": { - "subject": { - "type": "string" - }, - "requester_id": { - "type": "integer" - }, - "due_by": { - "type": "string" - }, - "fr_escalated": { - "type": "boolean" - }, - "deleted": { - "type": "boolean" - }, - "spam": { - "type": "boolean" - }, - "reply_cc_emails": { - "type": "array", - "items": { - "type": "string" - } - }, - "cc_emails": { - "type": "array", - "items": { - "type": "string" - } - }, - "is_escalated": { - "type": "boolean" - }, - "fr_due_by": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "priority": { - "type": "integer" - }, - "status": { - "type": "integer" - }, - "source": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "workspace_id": { - "type": "integer" - }, - "requested_for_id": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "description": { - "type": "string" - }, - "description_text": { - "type": "string" - }, - "custom_fields": { - "type": "object", - "properties": { - "major_incident_type": { - "type": "null" - }, - "business_impact": { - "type": "null" - }, - "impacted_locations": { - "type": "null" - }, - "no_of_customers_impacted": { - "type": "null" - }, - "ticket_has_been_triaged": { - "type": "null" - } - } - }, - "tasks_dependency_type": { - "type": "integer" - }, - "sla_policy_id": { - "type": "integer" - }, - "impact": { - "type": "integer" - }, - "urgency": { - "type": "integer" - }, - "created_within_business_hours": { - "type": "boolean" - }, - "resolution_notes": { - "type": "null" - }, - "resolution_notes_html": { - "type": "null" - }, "attachments": { "type": "array", "items": { @@ -137,17 +27,118 @@ "updated_at": { "type": "string" } - }, - "required": [ - "attachment_url", - "content_type", - "created_at", - "id", - "name", - "size", - "updated_at" - ] + } } + }, + "cc_emails": { + "type": "array", + "items": { + "type": "string" + } + }, + "created_at": { + "type": "string" + }, + "created_within_business_hours": { + "type": "boolean" + }, + "custom_fields": { + "type": "object", + "properties": { + "business_impact": { + "type": "null" + }, + "impacted_locations": { + "type": "null" + }, + "major_incident_type": { + "type": "null" + }, + "no_of_customers_impacted": { + "type": "null" + }, + "ticket_has_been_triaged": { + "type": "null" + } + } + }, + "deleted": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "description_text": { + "type": "string" + }, + "due_by": { + "type": "string" + }, + "fr_due_by": { + "type": "string" + }, + "fr_escalated": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "impact": { + "type": "integer" + }, + "is_escalated": { + "type": "boolean" + }, + "priority": { + "type": "integer" + }, + "reply_cc_emails": { + "type": "array", + "items": { + "type": "string" + } + }, + "requested_for_id": { + "type": "integer" + }, + "requester_id": { + "type": "integer" + }, + "resolution_notes": { + "type": "null" + }, + "resolution_notes_html": { + "type": "null" + }, + "sla_policy_id": { + "type": "integer" + }, + "source": { + "type": "integer" + }, + "spam": { + "type": "boolean" + }, + "status": { + "type": "integer" + }, + "subject": { + "type": "string" + }, + "tasks_dependency_type": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "urgency": { + "type": "integer" + }, + "workspace_id": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/GetResponse/__schema__/v1.0.0/contact/get.json b/packages/nodes-base/nodes/GetResponse/__schema__/v1.0.0/contact/get.json index 3649e4d269..009db24661 100644 --- a/packages/nodes-base/nodes/GetResponse/__schema__/v1.0.0/contact/get.json +++ b/packages/nodes-base/nodes/GetResponse/__schema__/v1.0.0/contact/get.json @@ -1,33 +1,6 @@ { "type": "object", "properties": { - "contactId": { - "type": "string" - }, - "href": { - "type": "string" - }, - "email": { - "type": "string" - }, - "note": { - "type": "null" - }, - "origin": { - "type": "string" - }, - "dayOfCycle": { - "type": "null" - }, - "changedOn": { - "type": "string" - }, - "timeZone": { - "type": "string" - }, - "ipAddress": { - "type": "string" - }, "activities": { "type": "string" }, @@ -43,66 +16,17 @@ "name": { "type": "string" } - }, - "required": [ - "campaignId", - "href", - "name" - ] + } + }, + "changedOn": { + "type": "string" + }, + "contactId": { + "type": "string" }, "createdOn": { "type": "string" }, - "geolocation": { - "type": "object", - "properties": { - "continentCode": { - "type": "string" - }, - "countryCode": { - "type": "string" - }, - "dmaCode": { - "type": "null" - } - }, - "required": [ - "latitude", - "longitude", - "continentCode", - "countryCode", - "region", - "postalCode", - "dmaCode", - "city" - ] - }, - "tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "tagId": { - "type": "string" - }, - "name": { - "type": "string" - }, - "href": { - "type": "string" - }, - "color": { - "type": "string" - } - }, - "required": [ - "tagId", - "name", - "href", - "color" - ] - } - }, "customFieldValues": { "type": "array", "items": { @@ -111,9 +35,15 @@ "customFieldId": { "type": "string" }, + "fieldType": { + "type": "string" + }, "name": { "type": "string" }, + "type": { + "type": "string" + }, "value": { "type": "array", "items": { @@ -126,30 +56,67 @@ "type": "string" } }, - "type": { - "type": "string" - }, - "fieldType": { - "type": "string" - }, "valueType": { "type": "string" } - }, - "required": [ - "customFieldId", - "name", - "value", - "values", - "type", - "fieldType", - "valueType" - ] + } } + }, + "dayOfCycle": { + "type": "null" + }, + "email": { + "type": "string" + }, + "geolocation": { + "type": "object", + "properties": { + "continentCode": { + "type": "string" + }, + "countryCode": { + "type": "string" + }, + "dmaCode": { + "type": "null" + } + } + }, + "href": { + "type": "string" + }, + "ipAddress": { + "type": "string" + }, + "note": { + "type": "null" + }, + "origin": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "href": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tagId": { + "type": "string" + } + } + } + }, + "timeZone": { + "type": "string" } }, - "required": [ - "contactId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/GetResponse/__schema__/v1.0.0/contact/getAll.json b/packages/nodes-base/nodes/GetResponse/__schema__/v1.0.0/contact/getAll.json index b79a0ab9c7..3d20203447 100644 --- a/packages/nodes-base/nodes/GetResponse/__schema__/v1.0.0/contact/getAll.json +++ b/packages/nodes-base/nodes/GetResponse/__schema__/v1.0.0/contact/getAll.json @@ -1,30 +1,6 @@ { "type": "object", "properties": { - "contactId": { - "type": "string" - }, - "href": { - "type": "string" - }, - "email": { - "type": "string" - }, - "note": { - "type": "null" - }, - "origin": { - "type": "string" - }, - "changedOn": { - "type": "string" - }, - "timeZone": { - "type": "string" - }, - "ipAddress": { - "type": "string" - }, "activities": { "type": "string" }, @@ -40,19 +16,35 @@ "name": { "type": "string" } - }, - "required": [ - "campaignId", - "href", - "name" - ] + } + }, + "changedOn": { + "type": "string" + }, + "contactId": { + "type": "string" }, "createdOn": { "type": "string" + }, + "email": { + "type": "string" + }, + "href": { + "type": "string" + }, + "ipAddress": { + "type": "string" + }, + "note": { + "type": "null" + }, + "origin": { + "type": "string" + }, + "timeZone": { + "type": "string" } }, - "required": [ - "contactId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Ghost/__schema__/v1.0.0/post/create.json b/packages/nodes-base/nodes/Ghost/__schema__/v1.0.0/post/create.json index 66b21e4409..8b828c3d6a 100644 --- a/packages/nodes-base/nodes/Ghost/__schema__/v1.0.0/post/create.json +++ b/packages/nodes-base/nodes/Ghost/__schema__/v1.0.0/post/create.json @@ -1,155 +1,22 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "uuid": { - "type": "string" - }, - "title": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "lexical": { - "type": "string" - }, - "comment_id": { - "type": "string" - }, - "feature_image": { - "type": "null" - }, - "featured": { - "type": "boolean" - }, - "status": { - "type": "string" - }, - "visibility": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "custom_excerpt": { - "type": "null" - }, - "codeinjection_head": { - "type": "null" - }, - "codeinjection_foot": { - "type": "null" - }, - "custom_template": { - "type": "null" - }, - "canonical_url": { - "type": "null" - }, - "tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "visibility": { - "type": "string" - }, - "og_image": { - "type": "null" - }, - "og_title": { - "type": "null" - }, - "og_description": { - "type": "null" - }, - "twitter_image": { - "type": "null" - }, - "twitter_title": { - "type": "null" - }, - "twitter_description": { - "type": "null" - }, - "meta_title": { - "type": "null" - }, - "meta_description": { - "type": "null" - }, - "codeinjection_head": { - "type": "null" - }, - "codeinjection_foot": { - "type": "null" - }, - "canonical_url": { - "type": "null" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "url": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "slug", - "description", - "feature_image", - "visibility", - "og_image", - "og_title", - "og_description", - "twitter_image", - "twitter_title", - "twitter_description", - "meta_title", - "meta_description", - "codeinjection_head", - "codeinjection_foot", - "canonical_url", - "accent_color", - "created_at", - "updated_at", - "url" - ] - } - }, "authors": { "type": "array", "items": { "type": "object", "properties": { - "id": { + "accessibility": { "type": "string" }, - "name": { + "comment_notifications": { + "type": "boolean" + }, + "created_at": { "type": "string" }, - "slug": { - "type": "string" + "donation_notifications": { + "type": "boolean" }, "email": { "type": "string" @@ -157,344 +24,131 @@ "facebook": { "type": "null" }, - "twitter": { - "type": "null" + "free_member_signup_notification": { + "type": "boolean" }, - "accessibility": { + "id": { "type": "string" }, - "status": { - "type": "string" - }, - "meta_title": { - "type": "null" - }, - "meta_description": { - "type": "null" - }, - "tour": { - "type": "null" - }, "last_seen": { "type": "string" }, - "comment_notifications": { + "mention_notifications": { "type": "boolean" }, - "free_member_signup_notification": { + "meta_description": { + "type": "null" + }, + "meta_title": { + "type": "null" + }, + "milestone_notifications": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "paid_subscription_canceled_notification": { "type": "boolean" }, "paid_subscription_started_notification": { "type": "boolean" }, - "paid_subscription_canceled_notification": { - "type": "boolean" - }, - "mention_notifications": { - "type": "boolean" - }, "recommendation_notifications": { "type": "boolean" }, - "milestone_notifications": { - "type": "boolean" - }, - "donation_notifications": { - "type": "boolean" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, "roles": { "type": "array", "items": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, + "description": { + "type": "string" + }, "id": { "type": "string" }, "name": { "type": "string" }, - "description": { - "type": "string" - }, - "created_at": { - "type": "string" - }, "updated_at": { "type": "string" } - }, - "required": [ - "id", - "name", - "description", - "created_at", - "updated_at" - ] + } } }, - "url": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "slug", - "email", - "profile_image", - "cover_image", - "bio", - "website", - "location", - "facebook", - "twitter", - "accessibility", - "status", - "meta_title", - "meta_description", - "tour", - "last_seen", - "comment_notifications", - "created_at", - "updated_at", - "roles", - "url" - ] - } - }, - "tiers": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, "slug": { "type": "string" }, - "active": { - "type": "boolean" - }, - "visibility": { + "status": { "type": "string" }, - "trial_days": { - "type": "integer" + "tour": { + "type": "null" }, - "type": { - "type": "string" - }, - "created_at": { - "type": "string" + "twitter": { + "type": "null" }, "updated_at": { "type": "string" }, - "monthly_price_id": { - "type": "null" - }, - "yearly_price_id": { - "type": "null" + "url": { + "type": "string" } - }, - "required": [ - "id", - "name", - "slug", - "active", - "welcome_page_url", - "visibility", - "description", - "type", - "created_at", - "updated_at", - "monthly_price_id", - "yearly_price_id" - ] + } } }, + "canonical_url": { + "type": "null" + }, + "codeinjection_foot": { + "type": "null" + }, + "codeinjection_head": { + "type": "null" + }, + "comment_id": { + "type": "string" + }, "count": { "type": "object", "properties": { "clicks": { "type": "integer" }, - "positive_feedback": { - "type": "integer" - }, "negative_feedback": { "type": "integer" + }, + "positive_feedback": { + "type": "integer" } - }, - "required": [ - "clicks", - "positive_feedback", - "negative_feedback" - ] + } }, - "primary_author": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "email": { - "type": "string" - }, - "facebook": { - "type": "null" - }, - "twitter": { - "type": "null" - }, - "accessibility": { - "type": "string" - }, - "status": { - "type": "string" - }, - "meta_title": { - "type": "null" - }, - "meta_description": { - "type": "null" - }, - "tour": { - "type": "null" - }, - "last_seen": { - "type": "string" - }, - "comment_notifications": { - "type": "boolean" - }, - "free_member_signup_notification": { - "type": "boolean" - }, - "paid_subscription_started_notification": { - "type": "boolean" - }, - "paid_subscription_canceled_notification": { - "type": "boolean" - }, - "mention_notifications": { - "type": "boolean" - }, - "recommendation_notifications": { - "type": "boolean" - }, - "milestone_notifications": { - "type": "boolean" - }, - "donation_notifications": { - "type": "boolean" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "roles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "description", - "created_at", - "updated_at" - ] - } - }, - "url": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "slug", - "email", - "profile_image", - "cover_image", - "bio", - "website", - "location", - "facebook", - "twitter", - "accessibility", - "status", - "meta_title", - "meta_description", - "tour", - "last_seen", - "comment_notifications", - "created_at", - "updated_at", - "roles", - "url" - ] + "created_at": { + "type": "string" + }, + "custom_excerpt": { + "type": "null" + }, + "custom_template": { + "type": "null" + }, + "email": { + "type": "null" + }, + "email_only": { + "type": "boolean" }, "email_segment": { "type": "string" }, - "url": { - "type": "string" - }, - "reading_time": { - "type": "integer" - }, - "og_title": { - "type": "null" - }, - "og_description": { - "type": "null" - }, - "twitter_title": { - "type": "null" - }, - "twitter_description": { - "type": "null" - }, "email_subject": { "type": "null" }, - "frontmatter": { + "feature_image": { "type": "null" }, "feature_image_alt": { @@ -503,14 +157,256 @@ "feature_image_caption": { "type": "null" }, - "email_only": { + "featured": { "type": "boolean" }, - "email": { + "frontmatter": { "type": "null" }, + "id": { + "type": "string" + }, + "lexical": { + "type": "string" + }, "newsletter": { "type": "null" + }, + "og_description": { + "type": "null" + }, + "og_title": { + "type": "null" + }, + "primary_author": { + "type": "object", + "properties": { + "accessibility": { + "type": "string" + }, + "comment_notifications": { + "type": "boolean" + }, + "created_at": { + "type": "string" + }, + "donation_notifications": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "facebook": { + "type": "null" + }, + "free_member_signup_notification": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "last_seen": { + "type": "string" + }, + "mention_notifications": { + "type": "boolean" + }, + "meta_description": { + "type": "null" + }, + "meta_title": { + "type": "null" + }, + "milestone_notifications": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "paid_subscription_canceled_notification": { + "type": "boolean" + }, + "paid_subscription_started_notification": { + "type": "boolean" + }, + "recommendation_notifications": { + "type": "boolean" + }, + "roles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "created_at": { + "type": "string" + }, + "description": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "updated_at": { + "type": "string" + } + } + } + }, + "slug": { + "type": "string" + }, + "status": { + "type": "string" + }, + "tour": { + "type": "null" + }, + "twitter": { + "type": "null" + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + } + } + }, + "reading_time": { + "type": "integer" + }, + "slug": { + "type": "string" + }, + "status": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "canonical_url": { + "type": "null" + }, + "codeinjection_foot": { + "type": "null" + }, + "codeinjection_head": { + "type": "null" + }, + "created_at": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta_description": { + "type": "null" + }, + "meta_title": { + "type": "null" + }, + "name": { + "type": "string" + }, + "og_description": { + "type": "null" + }, + "og_image": { + "type": "null" + }, + "og_title": { + "type": "null" + }, + "slug": { + "type": "string" + }, + "twitter_description": { + "type": "null" + }, + "twitter_image": { + "type": "null" + }, + "twitter_title": { + "type": "null" + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, + "visibility": { + "type": "string" + } + } + } + }, + "tiers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "active": { + "type": "boolean" + }, + "created_at": { + "type": "string" + }, + "id": { + "type": "string" + }, + "monthly_price_id": { + "type": "null" + }, + "name": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "trial_days": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "visibility": { + "type": "string" + }, + "yearly_price_id": { + "type": "null" + } + } + } + }, + "title": { + "type": "string" + }, + "twitter_description": { + "type": "null" + }, + "twitter_title": { + "type": "null" + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, + "uuid": { + "type": "string" + }, + "visibility": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/create.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/create.json index e67d4a8a51..04f407a4be 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/create.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/create.json @@ -1,9 +1,128 @@ { "type": "object", "properties": { + "commit": { + "type": "object", + "properties": { + "author": { + "type": "object", + "properties": { + "date": { + "type": "string" + }, + "email": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "committer": { + "type": "object", + "properties": { + "date": { + "type": "string" + }, + "email": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "html_url": { + "type": "string" + }, + "message": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "parents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "html_url": { + "type": "string" + }, + "sha": { + "type": "string" + }, + "url": { + "type": "string" + } + } + } + }, + "sha": { + "type": "string" + }, + "tree": { + "type": "object", + "properties": { + "sha": { + "type": "string" + }, + "url": { + "type": "string" + } + } + }, + "url": { + "type": "string" + }, + "verification": { + "type": "object", + "properties": { + "payload": { + "type": "null" + }, + "reason": { + "type": "string" + }, + "signature": { + "type": "null" + }, + "verified": { + "type": "boolean" + }, + "verified_at": { + "type": "null" + } + } + } + } + }, "content": { "type": "object", "properties": { + "_links": { + "type": "object", + "properties": { + "git": { + "type": "string" + }, + "html": { + "type": "string" + }, + "self": { + "type": "string" + } + } + }, + "download_url": { + "type": "string" + }, + "git_url": { + "type": "string" + }, + "html_url": { + "type": "string" + }, "name": { "type": "string" }, @@ -16,187 +135,13 @@ "size": { "type": "integer" }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "git_url": { - "type": "string" - }, - "download_url": { - "type": "string" - }, "type": { "type": "string" }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "git": { - "type": "string" - }, - "html": { - "type": "string" - } - }, - "required": [ - "self", - "git", - "html" - ] - } - }, - "required": [ - "name", - "path", - "sha", - "size", - "url", - "html_url", - "git_url", - "download_url", - "type", - "_links" - ] - }, - "commit": { - "type": "object", - "properties": { - "sha": { - "type": "string" - }, - "node_id": { - "type": "string" - }, "url": { "type": "string" - }, - "html_url": { - "type": "string" - }, - "author": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "date": { - "type": "string" - } - }, - "required": [ - "name", - "email", - "date" - ] - }, - "committer": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "date": { - "type": "string" - } - }, - "required": [ - "name", - "email", - "date" - ] - }, - "tree": { - "type": "object", - "properties": { - "sha": { - "type": "string" - }, - "url": { - "type": "string" - } - }, - "required": [ - "sha", - "url" - ] - }, - "message": { - "type": "string" - }, - "parents": { - "type": "array", - "items": { - "type": "object", - "properties": { - "sha": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - } - }, - "required": [ - "sha", - "url", - "html_url" - ] - } - }, - "verification": { - "type": "object", - "properties": { - "verified": { - "type": "boolean" - }, - "reason": { - "type": "string" - }, - "signature": { - "type": "null" - }, - "payload": { - "type": "null" - }, - "verified_at": { - "type": "null" - } - }, - "required": [ - "verified", - "reason", - "signature", - "payload", - "verified_at" - ] } - }, - "required": [ - "sha", - "node_id", - "url", - "html_url", - "author", - "committer", - "tree", - "message", - "parents", - "verification" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/delete.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/delete.json index ca7b2ff149..23b0eb5f45 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/delete.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/delete.json @@ -1,61 +1,65 @@ { "type": "object", "properties": { - "content": { - "type": "null" - }, "commit": { "type": "object", "properties": { - "sha": { + "author": { + "type": "object", + "properties": { + "date": { + "type": "string" + }, + "email": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "committer": { + "type": "object", + "properties": { + "date": { + "type": "string" + }, + "email": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "html_url": { + "type": "string" + }, + "message": { "type": "string" }, "node_id": { "type": "string" }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "author": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "date": { - "type": "string" + "parents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "html_url": { + "type": "string" + }, + "sha": { + "type": "string" + }, + "url": { + "type": "string" + } } - }, - "required": [ - "name", - "email", - "date" - ] + } }, - "committer": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "date": { - "type": "string" - } - }, - "required": [ - "name", - "email", - "date" - ] + "sha": { + "type": "string" }, "tree": { "type": "object", @@ -66,42 +70,16 @@ "url": { "type": "string" } - }, - "required": [ - "sha", - "url" - ] - }, - "message": { - "type": "string" - }, - "parents": { - "type": "array", - "items": { - "type": "object", - "properties": { - "sha": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - } - }, - "required": [ - "sha", - "url", - "html_url" - ] } }, + "url": { + "type": "string" + }, "verification": { "type": "object", "properties": { - "verified": { - "type": "boolean" + "payload": { + "type": "null" }, "reason": { "type": "string" @@ -109,33 +87,18 @@ "signature": { "type": "null" }, - "payload": { - "type": "null" + "verified": { + "type": "boolean" }, "verified_at": { "type": "null" } - }, - "required": [ - "verified", - "reason", - "signature", - "payload" - ] + } } - }, - "required": [ - "sha", - "node_id", - "url", - "html_url", - "author", - "committer", - "tree", - "message", - "parents", - "verification" - ] + } + }, + "content": { + "type": "null" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/edit.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/edit.json index 85501b74d7..04f407a4be 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/edit.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/edit.json @@ -1,9 +1,128 @@ { "type": "object", "properties": { + "commit": { + "type": "object", + "properties": { + "author": { + "type": "object", + "properties": { + "date": { + "type": "string" + }, + "email": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "committer": { + "type": "object", + "properties": { + "date": { + "type": "string" + }, + "email": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "html_url": { + "type": "string" + }, + "message": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "parents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "html_url": { + "type": "string" + }, + "sha": { + "type": "string" + }, + "url": { + "type": "string" + } + } + } + }, + "sha": { + "type": "string" + }, + "tree": { + "type": "object", + "properties": { + "sha": { + "type": "string" + }, + "url": { + "type": "string" + } + } + }, + "url": { + "type": "string" + }, + "verification": { + "type": "object", + "properties": { + "payload": { + "type": "null" + }, + "reason": { + "type": "string" + }, + "signature": { + "type": "null" + }, + "verified": { + "type": "boolean" + }, + "verified_at": { + "type": "null" + } + } + } + } + }, "content": { "type": "object", "properties": { + "_links": { + "type": "object", + "properties": { + "git": { + "type": "string" + }, + "html": { + "type": "string" + }, + "self": { + "type": "string" + } + } + }, + "download_url": { + "type": "string" + }, + "git_url": { + "type": "string" + }, + "html_url": { + "type": "string" + }, "name": { "type": "string" }, @@ -16,186 +135,13 @@ "size": { "type": "integer" }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "git_url": { - "type": "string" - }, - "download_url": { - "type": "string" - }, "type": { "type": "string" }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "git": { - "type": "string" - }, - "html": { - "type": "string" - } - }, - "required": [ - "self", - "git", - "html" - ] - } - }, - "required": [ - "name", - "path", - "sha", - "size", - "url", - "html_url", - "git_url", - "download_url", - "type", - "_links" - ] - }, - "commit": { - "type": "object", - "properties": { - "sha": { - "type": "string" - }, - "node_id": { - "type": "string" - }, "url": { "type": "string" - }, - "html_url": { - "type": "string" - }, - "author": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "date": { - "type": "string" - } - }, - "required": [ - "name", - "email", - "date" - ] - }, - "committer": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "date": { - "type": "string" - } - }, - "required": [ - "name", - "email", - "date" - ] - }, - "tree": { - "type": "object", - "properties": { - "sha": { - "type": "string" - }, - "url": { - "type": "string" - } - }, - "required": [ - "sha", - "url" - ] - }, - "message": { - "type": "string" - }, - "parents": { - "type": "array", - "items": { - "type": "object", - "properties": { - "sha": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - } - }, - "required": [ - "sha", - "url", - "html_url" - ] - } - }, - "verification": { - "type": "object", - "properties": { - "verified": { - "type": "boolean" - }, - "reason": { - "type": "string" - }, - "signature": { - "type": "null" - }, - "payload": { - "type": "null" - }, - "verified_at": { - "type": "null" - } - }, - "required": [ - "verified", - "reason", - "signature", - "payload" - ] } - }, - "required": [ - "sha", - "node_id", - "url", - "html_url", - "author", - "committer", - "tree", - "message", - "parents", - "verification" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/list.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/list.json index 9d15d234db..d6b72964e7 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/list.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/file/list.json @@ -1,6 +1,26 @@ { "type": "object", "properties": { + "_links": { + "type": "object", + "properties": { + "git": { + "type": "string" + }, + "html": { + "type": "string" + }, + "self": { + "type": "string" + } + } + }, + "git_url": { + "type": "string" + }, + "html_url": { + "type": "string" + }, "name": { "type": "string" }, @@ -13,36 +33,11 @@ "size": { "type": "integer" }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "git_url": { - "type": "string" - }, "type": { "type": "string" }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "git": { - "type": "string" - }, - "html": { - "type": "string" - } - }, - "required": [ - "self", - "git", - "html" - ] + "url": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/issue/create.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/issue/create.json index 3681c4859e..69b34613ba 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/issue/create.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/issue/create.json @@ -1,183 +1,18 @@ { "type": "object", "properties": { - "url": { - "type": "string" - }, - "repository_url": { - "type": "string" - }, - "labels_url": { - "type": "string" - }, - "comments_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "number": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "avatar_url": { - "type": "string" - }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "followers_url": { - "type": "string" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string" - }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, - "type": { - "type": "string" - }, - "user_view_type": { - "type": "string" - }, - "site_admin": { - "type": "boolean" - } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "site_admin" - ] - }, - "labels": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "default": { - "type": "boolean" - } - }, - "required": [ - "id", - "node_id", - "url", - "name", - "color", - "default", - "description" - ] - } - }, - "state": { - "type": "string" - }, - "locked": { - "type": "boolean" + "active_lock_reason": { + "type": "null" }, "assignees": { "type": "array", "items": { "type": "object", "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, "avatar_url": { "type": "string" }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { + "events_url": { "type": "string" }, "followers_url": { @@ -189,164 +24,237 @@ "gists_url": { "type": "string" }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, "starred_url": { "type": "string" }, "subscriptions_url": { "type": "string" }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, "type": { "type": "string" }, - "site_admin": { - "type": "boolean" + "url": { + "type": "string" } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "site_admin" - ] + } } }, - "milestone": { - "type": "null" - }, - "comments": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, - "updated_at": { + "author_association": { "type": "string" }, "closed_at": { "type": "null" }, - "author_association": { - "type": "string" - }, - "active_lock_reason": { + "closed_by": { "type": "null" }, - "closed_by": { + "comments": { + "type": "integer" + }, + "comments_url": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "events_url": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "labels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "default": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + } + } + } + }, + "labels_url": { + "type": "string" + }, + "locked": { + "type": "boolean" + }, + "milestone": { + "type": "null" + }, + "node_id": { + "type": "string" + }, + "number": { + "type": "integer" + }, + "performed_via_github_app": { "type": "null" }, "reactions": { "type": "object", "properties": { - "url": { - "type": "string" - }, - "total_count": { + "-1": { "type": "integer" }, "+1": { "type": "integer" }, - "-1": { - "type": "integer" - }, - "laugh": { - "type": "integer" - }, - "hooray": { - "type": "integer" - }, "confused": { "type": "integer" }, + "eyes": { + "type": "integer" + }, "heart": { "type": "integer" }, + "hooray": { + "type": "integer" + }, + "laugh": { + "type": "integer" + }, "rocket": { "type": "integer" }, - "eyes": { + "total_count": { "type": "integer" + }, + "url": { + "type": "string" } - }, - "required": [ - "url", - "total_count", - "+1", - "-1", - "laugh", - "hooray", - "confused", - "heart", - "rocket", - "eyes" - ] + } + }, + "repository_url": { + "type": "string" + }, + "state": { + "type": "string" + }, + "state_reason": { + "type": "null" }, "timeline_url": { "type": "string" }, - "performed_via_github_app": { - "type": "null" + "title": { + "type": "string" }, - "state_reason": { - "type": "null" + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, + "user": { + "type": "object", + "properties": { + "avatar_url": { + "type": "string" + }, + "events_url": { + "type": "string" + }, + "followers_url": { + "type": "string" + }, + "following_url": { + "type": "string" + }, + "gists_url": { + "type": "string" + }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, + "starred_url": { + "type": "string" + }, + "subscriptions_url": { + "type": "string" + }, + "type": { + "type": "string" + }, + "url": { + "type": "string" + }, + "user_view_type": { + "type": "string" + } + } } }, - "required": [ - "url", - "repository_url", - "labels_url", - "comments_url", - "events_url", - "html_url", - "id", - "node_id", - "number", - "title", - "user", - "labels", - "state", - "locked", - "assignee", - "assignees", - "milestone", - "comments", - "created_at", - "updated_at", - "closed_at", - "author_association", - "active_lock_reason", - "body", - "closed_by", - "reactions", - "timeline_url", - "performed_via_github_app", - "state_reason" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/issue/createComment.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/issue/createComment.json index 5244eed8a1..5c3775abf5 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/issue/createComment.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/issue/createComment.json @@ -1,43 +1,78 @@ { "type": "object", "properties": { - "url": { + "author_association": { + "type": "string" + }, + "body": { + "type": "string" + }, + "created_at": { "type": "string" }, "html_url": { "type": "string" }, - "issue_url": { - "type": "string" - }, "id": { "type": "integer" }, + "issue_url": { + "type": "string" + }, "node_id": { "type": "string" }, + "performed_via_github_app": { + "type": "null" + }, + "reactions": { + "type": "object", + "properties": { + "-1": { + "type": "integer" + }, + "+1": { + "type": "integer" + }, + "confused": { + "type": "integer" + }, + "eyes": { + "type": "integer" + }, + "heart": { + "type": "integer" + }, + "hooray": { + "type": "integer" + }, + "laugh": { + "type": "integer" + }, + "rocket": { + "type": "integer" + }, + "total_count": { + "type": "integer" + }, + "url": { + "type": "string" + } + } + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, "user": { "type": "object", "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, "avatar_url": { "type": "string" }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { + "events_url": { "type": "string" }, "followers_url": { @@ -49,131 +84,50 @@ "gists_url": { "type": "string" }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, "starred_url": { "type": "string" }, "subscriptions_url": { "type": "string" }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, "type": { "type": "string" }, + "url": { + "type": "string" + }, "user_view_type": { "type": "string" - }, - "site_admin": { - "type": "boolean" } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "site_admin" - ] - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "author_association": { - "type": "string" - }, - "body": { - "type": "string" - }, - "reactions": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "total_count": { - "type": "integer" - }, - "+1": { - "type": "integer" - }, - "-1": { - "type": "integer" - }, - "laugh": { - "type": "integer" - }, - "hooray": { - "type": "integer" - }, - "confused": { - "type": "integer" - }, - "heart": { - "type": "integer" - }, - "rocket": { - "type": "integer" - }, - "eyes": { - "type": "integer" - } - }, - "required": [ - "url", - "total_count", - "+1", - "-1", - "laugh", - "hooray", - "confused", - "heart", - "rocket", - "eyes" - ] - }, - "performed_via_github_app": { - "type": "null" + } } }, - "required": [ - "url", - "html_url", - "issue_url", - "id", - "node_id", - "user", - "created_at", - "updated_at", - "author_association", - "body", - "reactions", - "performed_via_github_app" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/issue/get.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/issue/get.json index d63e7e428b..8ecb7950a3 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/issue/get.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/issue/get.json @@ -1,181 +1,16 @@ { "type": "object", "properties": { - "url": { - "type": "string" - }, - "repository_url": { - "type": "string" - }, - "labels_url": { - "type": "string" - }, - "comments_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "number": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "avatar_url": { - "type": "string" - }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "followers_url": { - "type": "string" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string" - }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, - "type": { - "type": "string" - }, - "user_view_type": { - "type": "string" - }, - "site_admin": { - "type": "boolean" - } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "site_admin" - ] - }, - "labels": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "default": { - "type": "boolean" - } - }, - "required": [ - "id", - "node_id", - "url", - "name", - "color", - "default", - "description" - ] - } - }, - "state": { - "type": "string" - }, - "locked": { - "type": "boolean" + "active_lock_reason": { + "type": "null" }, "assignee": { "type": "object", "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, "avatar_url": { "type": "string" }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { + "events_url": { "type": "string" }, "followers_url": { @@ -187,79 +22,59 @@ "gists_url": { "type": "string" }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, "starred_url": { "type": "string" }, "subscriptions_url": { "type": "string" }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, "type": { "type": "string" }, + "url": { + "type": "string" + }, "user_view_type": { "type": "string" - }, - "site_admin": { - "type": "boolean" } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "site_admin" - ] + } }, "assignees": { "type": "array", "items": { "type": "object", "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, "avatar_url": { "type": "string" }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { + "events_url": { "type": "string" }, "followers_url": { @@ -271,155 +86,228 @@ "gists_url": { "type": "string" }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, "starred_url": { "type": "string" }, "subscriptions_url": { "type": "string" }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, "type": { "type": "string" }, + "url": { + "type": "string" + }, "user_view_type": { "type": "string" - }, - "site_admin": { - "type": "boolean" } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "site_admin" - ] + } } }, - "comments": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, "author_association": { "type": "string" }, - "active_lock_reason": { + "comments": { + "type": "integer" + }, + "comments_url": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "events_url": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "labels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "default": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + } + } + } + }, + "labels_url": { + "type": "string" + }, + "locked": { + "type": "boolean" + }, + "node_id": { + "type": "string" + }, + "number": { + "type": "integer" + }, + "performed_via_github_app": { "type": "null" }, "reactions": { "type": "object", "properties": { - "url": { - "type": "string" - }, - "total_count": { + "-1": { "type": "integer" }, "+1": { "type": "integer" }, - "-1": { - "type": "integer" - }, - "laugh": { - "type": "integer" - }, - "hooray": { - "type": "integer" - }, "confused": { "type": "integer" }, + "eyes": { + "type": "integer" + }, "heart": { "type": "integer" }, + "hooray": { + "type": "integer" + }, + "laugh": { + "type": "integer" + }, "rocket": { "type": "integer" }, - "eyes": { + "total_count": { "type": "integer" + }, + "url": { + "type": "string" } - }, - "required": [ - "url", - "total_count", - "+1", - "-1", - "laugh", - "hooray", - "confused", - "heart", - "rocket", - "eyes" - ] + } + }, + "repository_url": { + "type": "string" + }, + "state": { + "type": "string" }, "timeline_url": { "type": "string" }, - "performed_via_github_app": { - "type": "null" + "title": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, + "user": { + "type": "object", + "properties": { + "avatar_url": { + "type": "string" + }, + "events_url": { + "type": "string" + }, + "followers_url": { + "type": "string" + }, + "following_url": { + "type": "string" + }, + "gists_url": { + "type": "string" + }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, + "starred_url": { + "type": "string" + }, + "subscriptions_url": { + "type": "string" + }, + "type": { + "type": "string" + }, + "url": { + "type": "string" + }, + "user_view_type": { + "type": "string" + } + } } }, - "required": [ - "url", - "repository_url", - "labels_url", - "comments_url", - "events_url", - "html_url", - "id", - "node_id", - "number", - "title", - "user", - "labels", - "state", - "locked", - "assignee", - "assignees", - "milestone", - "comments", - "created_at", - "updated_at", - "closed_at", - "author_association", - "active_lock_reason", - "body", - "closed_by", - "reactions", - "timeline_url", - "performed_via_github_app", - "state_reason" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/organization/getRepositories.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/organization/getRepositories.json index 8e2be814a5..8b22f63797 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/organization/getRepositories.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/organization/getRepositories.json @@ -1,43 +1,169 @@ { "type": "object", "properties": { - "id": { - "type": "integer" + "allow_forking": { + "type": "boolean" }, - "node_id": { + "archive_url": { "type": "string" }, - "name": { + "archived": { + "type": "boolean" + }, + "assignees_url": { + "type": "string" + }, + "blobs_url": { + "type": "string" + }, + "branches_url": { + "type": "string" + }, + "clone_url": { + "type": "string" + }, + "collaborators_url": { + "type": "string" + }, + "comments_url": { + "type": "string" + }, + "commits_url": { + "type": "string" + }, + "compare_url": { + "type": "string" + }, + "contents_url": { + "type": "string" + }, + "contributors_url": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "default_branch": { + "type": "string" + }, + "deployments_url": { + "type": "string" + }, + "disabled": { + "type": "boolean" + }, + "downloads_url": { + "type": "string" + }, + "events_url": { + "type": "string" + }, + "fork": { + "type": "boolean" + }, + "forks": { + "type": "integer" + }, + "forks_count": { + "type": "integer" + }, + "forks_url": { "type": "string" }, "full_name": { "type": "string" }, - "private": { + "git_commits_url": { + "type": "string" + }, + "git_refs_url": { + "type": "string" + }, + "git_tags_url": { + "type": "string" + }, + "git_url": { + "type": "string" + }, + "has_discussions": { "type": "boolean" }, + "has_downloads": { + "type": "boolean" + }, + "has_issues": { + "type": "boolean" + }, + "has_pages": { + "type": "boolean" + }, + "has_projects": { + "type": "boolean" + }, + "has_wiki": { + "type": "boolean" + }, + "hooks_url": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "is_template": { + "type": "boolean" + }, + "issue_comment_url": { + "type": "string" + }, + "issue_events_url": { + "type": "string" + }, + "issues_url": { + "type": "string" + }, + "keys_url": { + "type": "string" + }, + "labels_url": { + "type": "string" + }, + "languages_url": { + "type": "string" + }, + "merges_url": { + "type": "string" + }, + "milestones_url": { + "type": "string" + }, + "mirror_url": { + "type": "null" + }, + "name": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "notifications_url": { + "type": "string" + }, + "open_issues": { + "type": "integer" + }, + "open_issues_count": { + "type": "integer" + }, "owner": { "type": "object", "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, "avatar_url": { "type": "string" }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { + "events_url": { "type": "string" }, "followers_url": { @@ -49,265 +175,50 @@ "gists_url": { "type": "string" }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, "starred_url": { "type": "string" }, "subscriptions_url": { "type": "string" }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, "type": { "type": "string" }, + "url": { + "type": "string" + }, "user_view_type": { "type": "string" - }, - "site_admin": { - "type": "boolean" } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "site_admin" - ] - }, - "html_url": { - "type": "string" - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "forks_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "collaborators_url": { - "type": "string" - }, - "teams_url": { - "type": "string" - }, - "hooks_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "assignees_url": { - "type": "string" - }, - "branches_url": { - "type": "string" - }, - "tags_url": { - "type": "string" - }, - "blobs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "trees_url": { - "type": "string" - }, - "statuses_url": { - "type": "string" - }, - "languages_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string" - }, - "contributors_url": { - "type": "string" - }, - "subscribers_url": { - "type": "string" - }, - "subscription_url": { - "type": "string" - }, - "commits_url": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "comments_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "contents_url": { - "type": "string" - }, - "compare_url": { - "type": "string" - }, - "merges_url": { - "type": "string" - }, - "archive_url": { - "type": "string" - }, - "downloads_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "pulls_url": { - "type": "string" - }, - "milestones_url": { - "type": "string" - }, - "notifications_url": { - "type": "string" - }, - "labels_url": { - "type": "string" - }, - "releases_url": { - "type": "string" - }, - "deployments_url": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "pushed_at": { - "type": "string" - }, - "git_url": { - "type": "string" - }, - "ssh_url": { - "type": "string" - }, - "clone_url": { - "type": "string" - }, - "svn_url": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "forks_count": { - "type": "integer" - }, - "mirror_url": { - "type": "null" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "open_issues_count": { - "type": "integer" - }, - "allow_forking": { - "type": "boolean" - }, - "is_template": { - "type": "boolean" - }, - "web_commit_signoff_required": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" } }, - "visibility": { - "type": "string" - }, - "forks": { - "type": "integer" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "default_branch": { - "type": "string" - }, "permissions": { "type": "object", "properties": { @@ -317,48 +228,39 @@ "maintain": { "type": "boolean" }, + "pull": { + "type": "boolean" + }, "push": { "type": "boolean" }, "triage": { "type": "boolean" - }, - "pull": { - "type": "boolean" } - }, - "required": [ - "admin", - "maintain", - "push", - "triage", - "pull" - ] + } + }, + "private": { + "type": "boolean" + }, + "pulls_url": { + "type": "string" + }, + "pushed_at": { + "type": "string" + }, + "releases_url": { + "type": "string" }, "security_and_analysis": { "type": "object", "properties": { - "secret_scanning": { + "advanced_security": { "type": "object", "properties": { "status": { "type": "string" } - }, - "required": [ - "status" - ] - }, - "secret_scanning_push_protection": { - "type": "object", - "properties": { - "status": { - "type": "string" - } - }, - "required": [ - "status" - ] + } }, "dependabot_security_updates": { "type": "object", @@ -366,10 +268,15 @@ "status": { "type": "string" } - }, - "required": [ - "status" - ] + } + }, + "secret_scanning": { + "type": "object", + "properties": { + "status": { + "type": "string" + } + } }, "secret_scanning_non_provider_patterns": { "type": "object", @@ -377,10 +284,15 @@ "status": { "type": "string" } - }, - "required": [ - "status" - ] + } + }, + "secret_scanning_push_protection": { + "type": "object", + "properties": { + "status": { + "type": "string" + } + } }, "secret_scanning_validity_checks": { "type": "object", @@ -388,30 +300,66 @@ "status": { "type": "string" } - }, - "required": [ - "status" - ] - }, - "advanced_security": { - "type": "object", - "properties": { - "status": { - "type": "string" - } - }, - "required": [ - "status" - ] + } } - }, - "required": [ - "secret_scanning", - "secret_scanning_push_protection", - "dependabot_security_updates", - "secret_scanning_non_provider_patterns", - "secret_scanning_validity_checks" - ] + } + }, + "size": { + "type": "integer" + }, + "ssh_url": { + "type": "string" + }, + "stargazers_count": { + "type": "integer" + }, + "stargazers_url": { + "type": "string" + }, + "statuses_url": { + "type": "string" + }, + "subscribers_url": { + "type": "string" + }, + "subscription_url": { + "type": "string" + }, + "svn_url": { + "type": "string" + }, + "tags_url": { + "type": "string" + }, + "teams_url": { + "type": "string" + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "trees_url": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, + "visibility": { + "type": "string" + }, + "watchers": { + "type": "integer" + }, + "watchers_count": { + "type": "integer" + }, + "web_commit_signoff_required": { + "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/release/getAll.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/release/getAll.json index 8b843039db..e444b5d671 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/release/getAll.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/release/getAll.json @@ -1,166 +1,51 @@ { "type": "object", "properties": { - "url": { - "type": "string" - }, - "assets_url": { - "type": "string" - }, - "upload_url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "author": { - "type": "object", - "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "avatar_url": { - "type": "string" - }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "followers_url": { - "type": "string" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string" - }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, - "type": { - "type": "string" - }, - "user_view_type": { - "type": "string" - }, - "site_admin": { - "type": "boolean" - } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "site_admin" - ] - }, - "node_id": { - "type": "string" - }, - "tag_name": { - "type": "string" - }, - "target_commitish": { - "type": "string" - }, - "name": { - "type": "string" - }, - "draft": { - "type": "boolean" - }, - "prerelease": { - "type": "boolean" - }, - "created_at": { - "type": "string" - }, "assets": { "type": "array", "items": { "type": "object", "properties": { - "url": { + "browser_download_url": { "type": "string" }, + "content_type": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "download_count": { + "type": "integer" + }, "id": { "type": "integer" }, - "node_id": { - "type": "string" + "label": { + "type": "null" }, "name": { "type": "string" }, - "label": { - "type": "null" + "node_id": { + "type": "string" + }, + "size": { + "type": "integer" + }, + "state": { + "type": "string" + }, + "updated_at": { + "type": "string" }, "uploader": { "type": "object", "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, "avatar_url": { "type": "string" }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { + "events_url": { "type": "string" }, "followers_url": { @@ -172,121 +57,160 @@ "gists_url": { "type": "string" }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, "starred_url": { "type": "string" }, "subscriptions_url": { "type": "string" }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, "type": { "type": "string" }, + "url": { + "type": "string" + }, "user_view_type": { "type": "string" - }, - "site_admin": { - "type": "boolean" } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "user_view_type", - "site_admin" - ] + } }, - "content_type": { - "type": "string" - }, - "state": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "download_count": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "browser_download_url": { + "url": { "type": "string" } + } + } + }, + "assets_url": { + "type": "string" + }, + "author": { + "type": "object", + "properties": { + "avatar_url": { + "type": "string" }, - "required": [ - "url", - "id", - "node_id", - "name", - "label", - "uploader", - "content_type", - "state", - "size", - "download_count", - "created_at", - "updated_at", - "browser_download_url" - ] + "events_url": { + "type": "string" + }, + "followers_url": { + "type": "string" + }, + "following_url": { + "type": "string" + }, + "gists_url": { + "type": "string" + }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, + "starred_url": { + "type": "string" + }, + "subscriptions_url": { + "type": "string" + }, + "type": { + "type": "string" + }, + "url": { + "type": "string" + }, + "user_view_type": { + "type": "string" + } } }, "body": { "type": "string" }, + "created_at": { + "type": "string" + }, + "draft": { + "type": "boolean" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, "mentions_count": { "type": "integer" + }, + "name": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "prerelease": { + "type": "boolean" + }, + "tag_name": { + "type": "string" + }, + "target_commitish": { + "type": "string" + }, + "upload_url": { + "type": "string" + }, + "url": { + "type": "string" } }, - "required": [ - "url", - "assets_url", - "upload_url", - "html_url", - "id", - "author", - "node_id", - "tag_name", - "target_commitish", - "name", - "draft", - "prerelease", - "created_at", - "published_at", - "assets", - "tarball_url", - "zipball_url", - "body" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/repository/get.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/repository/get.json index 419cf98b74..33135f2edc 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/repository/get.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/repository/get.json @@ -1,43 +1,196 @@ { "type": "object", "properties": { - "id": { - "type": "integer" + "allow_auto_merge": { + "type": "boolean" }, - "node_id": { + "allow_forking": { + "type": "boolean" + }, + "allow_merge_commit": { + "type": "boolean" + }, + "allow_rebase_merge": { + "type": "boolean" + }, + "allow_squash_merge": { + "type": "boolean" + }, + "allow_update_branch": { + "type": "boolean" + }, + "archive_url": { "type": "string" }, - "name": { + "archived": { + "type": "boolean" + }, + "assignees_url": { + "type": "string" + }, + "blobs_url": { + "type": "string" + }, + "branches_url": { + "type": "string" + }, + "clone_url": { + "type": "string" + }, + "collaborators_url": { + "type": "string" + }, + "comments_url": { + "type": "string" + }, + "commits_url": { + "type": "string" + }, + "compare_url": { + "type": "string" + }, + "contents_url": { + "type": "string" + }, + "contributors_url": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "default_branch": { + "type": "string" + }, + "delete_branch_on_merge": { + "type": "boolean" + }, + "deployments_url": { + "type": "string" + }, + "disabled": { + "type": "boolean" + }, + "downloads_url": { + "type": "string" + }, + "events_url": { + "type": "string" + }, + "fork": { + "type": "boolean" + }, + "forks": { + "type": "integer" + }, + "forks_count": { + "type": "integer" + }, + "forks_url": { "type": "string" }, "full_name": { "type": "string" }, - "private": { + "git_commits_url": { + "type": "string" + }, + "git_refs_url": { + "type": "string" + }, + "git_tags_url": { + "type": "string" + }, + "git_url": { + "type": "string" + }, + "has_discussions": { "type": "boolean" }, + "has_downloads": { + "type": "boolean" + }, + "has_issues": { + "type": "boolean" + }, + "has_pages": { + "type": "boolean" + }, + "has_projects": { + "type": "boolean" + }, + "has_wiki": { + "type": "boolean" + }, + "hooks_url": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "is_template": { + "type": "boolean" + }, + "issue_comment_url": { + "type": "string" + }, + "issue_events_url": { + "type": "string" + }, + "issues_url": { + "type": "string" + }, + "keys_url": { + "type": "string" + }, + "labels_url": { + "type": "string" + }, + "languages_url": { + "type": "string" + }, + "merge_commit_message": { + "type": "string" + }, + "merge_commit_title": { + "type": "string" + }, + "merges_url": { + "type": "string" + }, + "milestones_url": { + "type": "string" + }, + "mirror_url": { + "type": "null" + }, + "name": { + "type": "string" + }, + "network_count": { + "type": "integer" + }, + "node_id": { + "type": "string" + }, + "notifications_url": { + "type": "string" + }, + "open_issues": { + "type": "integer" + }, + "open_issues_count": { + "type": "integer" + }, "owner": { "type": "object", "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, "avatar_url": { "type": "string" }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { + "events_url": { "type": "string" }, "followers_url": { @@ -49,266 +202,50 @@ "gists_url": { "type": "string" }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, "starred_url": { "type": "string" }, "subscriptions_url": { "type": "string" }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, "type": { "type": "string" }, + "url": { + "type": "string" + }, "user_view_type": { "type": "string" - }, - "site_admin": { - "type": "boolean" } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "user_view_type", - "site_admin" - ] - }, - "html_url": { - "type": "string" - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "forks_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "collaborators_url": { - "type": "string" - }, - "teams_url": { - "type": "string" - }, - "hooks_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "assignees_url": { - "type": "string" - }, - "branches_url": { - "type": "string" - }, - "tags_url": { - "type": "string" - }, - "blobs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "trees_url": { - "type": "string" - }, - "statuses_url": { - "type": "string" - }, - "languages_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string" - }, - "contributors_url": { - "type": "string" - }, - "subscribers_url": { - "type": "string" - }, - "subscription_url": { - "type": "string" - }, - "commits_url": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "comments_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "contents_url": { - "type": "string" - }, - "compare_url": { - "type": "string" - }, - "merges_url": { - "type": "string" - }, - "archive_url": { - "type": "string" - }, - "downloads_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "pulls_url": { - "type": "string" - }, - "milestones_url": { - "type": "string" - }, - "notifications_url": { - "type": "string" - }, - "labels_url": { - "type": "string" - }, - "releases_url": { - "type": "string" - }, - "deployments_url": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "pushed_at": { - "type": "string" - }, - "git_url": { - "type": "string" - }, - "ssh_url": { - "type": "string" - }, - "clone_url": { - "type": "string" - }, - "svn_url": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "forks_count": { - "type": "integer" - }, - "mirror_url": { - "type": "null" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "open_issues_count": { - "type": "integer" - }, - "allow_forking": { - "type": "boolean" - }, - "is_template": { - "type": "boolean" - }, - "web_commit_signoff_required": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" } }, - "visibility": { - "type": "string" - }, - "forks": { - "type": "integer" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "default_branch": { - "type": "string" - }, "permissions": { "type": "object", "properties": { @@ -318,47 +255,31 @@ "maintain": { "type": "boolean" }, + "pull": { + "type": "boolean" + }, "push": { "type": "boolean" }, "triage": { "type": "boolean" - }, - "pull": { - "type": "boolean" } - }, - "required": [ - "admin", - "maintain", - "push", - "triage", - "pull" - ] + } }, - "temp_clone_token": { + "private": { + "type": "boolean" + }, + "pulls_url": { "type": "string" }, - "allow_squash_merge": { - "type": "boolean" + "pushed_at": { + "type": "string" }, - "allow_merge_commit": { - "type": "boolean" + "releases_url": { + "type": "string" }, - "allow_rebase_merge": { - "type": "boolean" - }, - "allow_auto_merge": { - "type": "boolean" - }, - "delete_branch_on_merge": { - "type": "boolean" - }, - "allow_update_branch": { - "type": "boolean" - }, - "use_squash_pr_title_as_default": { - "type": "boolean" + "size": { + "type": "integer" }, "squash_merge_commit_message": { "type": "string" @@ -366,17 +287,68 @@ "squash_merge_commit_title": { "type": "string" }, - "merge_commit_message": { + "ssh_url": { "type": "string" }, - "merge_commit_title": { - "type": "string" - }, - "network_count": { + "stargazers_count": { "type": "integer" }, + "stargazers_url": { + "type": "string" + }, + "statuses_url": { + "type": "string" + }, "subscribers_count": { "type": "integer" + }, + "subscribers_url": { + "type": "string" + }, + "subscription_url": { + "type": "string" + }, + "svn_url": { + "type": "string" + }, + "tags_url": { + "type": "string" + }, + "teams_url": { + "type": "string" + }, + "temp_clone_token": { + "type": "string" + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "trees_url": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, + "use_squash_pr_title_as_default": { + "type": "boolean" + }, + "visibility": { + "type": "string" + }, + "watchers": { + "type": "integer" + }, + "watchers_count": { + "type": "integer" + }, + "web_commit_signoff_required": { + "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/repository/getIssues.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/repository/getIssues.json index 0af6d6aea7..7cc942d41e 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/repository/getIssues.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/repository/getIssues.json @@ -1,183 +1,18 @@ { "type": "object", "properties": { - "url": { - "type": "string" - }, - "repository_url": { - "type": "string" - }, - "labels_url": { - "type": "string" - }, - "comments_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "number": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "avatar_url": { - "type": "string" - }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "followers_url": { - "type": "string" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string" - }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, - "type": { - "type": "string" - }, - "user_view_type": { - "type": "string" - }, - "site_admin": { - "type": "boolean" - } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "site_admin" - ] - }, - "labels": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "default": { - "type": "boolean" - } - }, - "required": [ - "id", - "node_id", - "url", - "name", - "color", - "default", - "description" - ] - } - }, - "state": { - "type": "string" - }, - "locked": { - "type": "boolean" + "active_lock_reason": { + "type": "null" }, "assignees": { "type": "array", "items": { "type": "object", "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, "avatar_url": { "type": "string" }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { + "events_url": { "type": "string" }, "followers_url": { @@ -189,123 +24,227 @@ "gists_url": { "type": "string" }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, "starred_url": { "type": "string" }, "subscriptions_url": { "type": "string" }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, "type": { "type": "string" }, + "url": { + "type": "string" + }, "user_view_type": { "type": "string" - }, - "site_admin": { - "type": "boolean" } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "site_admin" - ] + } } }, - "comments": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, "author_association": { "type": "string" }, - "active_lock_reason": { + "comments": { + "type": "integer" + }, + "comments_url": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "events_url": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "labels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "default": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + } + } + } + }, + "labels_url": { + "type": "string" + }, + "locked": { + "type": "boolean" + }, + "node_id": { + "type": "string" + }, + "number": { + "type": "integer" + }, + "performed_via_github_app": { "type": "null" }, "reactions": { "type": "object", "properties": { - "url": { - "type": "string" - }, - "total_count": { + "-1": { "type": "integer" }, "+1": { "type": "integer" }, - "-1": { - "type": "integer" - }, - "laugh": { - "type": "integer" - }, - "hooray": { - "type": "integer" - }, "confused": { "type": "integer" }, + "eyes": { + "type": "integer" + }, "heart": { "type": "integer" }, + "hooray": { + "type": "integer" + }, + "laugh": { + "type": "integer" + }, "rocket": { "type": "integer" }, - "eyes": { + "total_count": { "type": "integer" + }, + "url": { + "type": "string" } - }, - "required": [ - "url", - "total_count", - "+1", - "-1", - "laugh", - "hooray", - "confused", - "heart", - "rocket", - "eyes" - ] + } + }, + "repository_url": { + "type": "string" + }, + "state": { + "type": "string" }, "timeline_url": { "type": "string" }, - "performed_via_github_app": { - "type": "null" + "title": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, + "user": { + "type": "object", + "properties": { + "avatar_url": { + "type": "string" + }, + "events_url": { + "type": "string" + }, + "followers_url": { + "type": "string" + }, + "following_url": { + "type": "string" + }, + "gists_url": { + "type": "string" + }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, + "starred_url": { + "type": "string" + }, + "subscriptions_url": { + "type": "string" + }, + "type": { + "type": "string" + }, + "url": { + "type": "string" + }, + "user_view_type": { + "type": "string" + } + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/repository/getLicense.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/repository/getLicense.json new file mode 100644 index 0000000000..a6f66d7833 --- /dev/null +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/repository/getLicense.json @@ -0,0 +1,70 @@ +{ + "type": "object", + "properties": { + "_links": { + "type": "object", + "properties": { + "git": { + "type": "string" + }, + "html": { + "type": "string" + }, + "self": { + "type": "string" + } + } + }, + "content": { + "type": "string" + }, + "download_url": { + "type": "string" + }, + "encoding": { + "type": "string" + }, + "git_url": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "license": { + "type": "object", + "properties": { + "key": { + "type": "string" + }, + "name": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "spdx_id": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, + "path": { + "type": "string" + }, + "sha": { + "type": "string" + }, + "size": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "url": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/user/getRepositories.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/user/getRepositories.json index 70578ec1a6..75bcd23c8b 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/user/getRepositories.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/user/getRepositories.json @@ -1,43 +1,169 @@ { "type": "object", "properties": { - "id": { - "type": "integer" + "allow_forking": { + "type": "boolean" }, - "node_id": { + "archive_url": { "type": "string" }, - "name": { + "archived": { + "type": "boolean" + }, + "assignees_url": { + "type": "string" + }, + "blobs_url": { + "type": "string" + }, + "branches_url": { + "type": "string" + }, + "clone_url": { + "type": "string" + }, + "collaborators_url": { + "type": "string" + }, + "comments_url": { + "type": "string" + }, + "commits_url": { + "type": "string" + }, + "compare_url": { + "type": "string" + }, + "contents_url": { + "type": "string" + }, + "contributors_url": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "default_branch": { + "type": "string" + }, + "deployments_url": { + "type": "string" + }, + "disabled": { + "type": "boolean" + }, + "downloads_url": { + "type": "string" + }, + "events_url": { + "type": "string" + }, + "fork": { + "type": "boolean" + }, + "forks": { + "type": "integer" + }, + "forks_count": { + "type": "integer" + }, + "forks_url": { "type": "string" }, "full_name": { "type": "string" }, - "private": { + "git_commits_url": { + "type": "string" + }, + "git_refs_url": { + "type": "string" + }, + "git_tags_url": { + "type": "string" + }, + "git_url": { + "type": "string" + }, + "has_discussions": { "type": "boolean" }, + "has_downloads": { + "type": "boolean" + }, + "has_issues": { + "type": "boolean" + }, + "has_pages": { + "type": "boolean" + }, + "has_projects": { + "type": "boolean" + }, + "has_wiki": { + "type": "boolean" + }, + "hooks_url": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "is_template": { + "type": "boolean" + }, + "issue_comment_url": { + "type": "string" + }, + "issue_events_url": { + "type": "string" + }, + "issues_url": { + "type": "string" + }, + "keys_url": { + "type": "string" + }, + "labels_url": { + "type": "string" + }, + "languages_url": { + "type": "string" + }, + "merges_url": { + "type": "string" + }, + "milestones_url": { + "type": "string" + }, + "mirror_url": { + "type": "null" + }, + "name": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "notifications_url": { + "type": "string" + }, + "open_issues": { + "type": "integer" + }, + "open_issues_count": { + "type": "integer" + }, "owner": { "type": "object", "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, "avatar_url": { "type": "string" }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { + "events_url": { "type": "string" }, "followers_url": { @@ -49,265 +175,50 @@ "gists_url": { "type": "string" }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + }, "starred_url": { "type": "string" }, "subscriptions_url": { "type": "string" }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, "type": { "type": "string" }, + "url": { + "type": "string" + }, "user_view_type": { "type": "string" - }, - "site_admin": { - "type": "boolean" } - }, - "required": [ - "login", - "id", - "node_id", - "avatar_url", - "gravatar_id", - "url", - "html_url", - "followers_url", - "following_url", - "gists_url", - "starred_url", - "subscriptions_url", - "organizations_url", - "repos_url", - "events_url", - "received_events_url", - "type", - "site_admin" - ] - }, - "html_url": { - "type": "string" - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "forks_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "collaborators_url": { - "type": "string" - }, - "teams_url": { - "type": "string" - }, - "hooks_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "assignees_url": { - "type": "string" - }, - "branches_url": { - "type": "string" - }, - "tags_url": { - "type": "string" - }, - "blobs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "trees_url": { - "type": "string" - }, - "statuses_url": { - "type": "string" - }, - "languages_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string" - }, - "contributors_url": { - "type": "string" - }, - "subscribers_url": { - "type": "string" - }, - "subscription_url": { - "type": "string" - }, - "commits_url": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "comments_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "contents_url": { - "type": "string" - }, - "compare_url": { - "type": "string" - }, - "merges_url": { - "type": "string" - }, - "archive_url": { - "type": "string" - }, - "downloads_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "pulls_url": { - "type": "string" - }, - "milestones_url": { - "type": "string" - }, - "notifications_url": { - "type": "string" - }, - "labels_url": { - "type": "string" - }, - "releases_url": { - "type": "string" - }, - "deployments_url": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "pushed_at": { - "type": "string" - }, - "git_url": { - "type": "string" - }, - "ssh_url": { - "type": "string" - }, - "clone_url": { - "type": "string" - }, - "svn_url": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "forks_count": { - "type": "integer" - }, - "mirror_url": { - "type": "null" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "open_issues_count": { - "type": "integer" - }, - "allow_forking": { - "type": "boolean" - }, - "is_template": { - "type": "boolean" - }, - "web_commit_signoff_required": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" } }, - "visibility": { - "type": "string" - }, - "forks": { - "type": "integer" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "default_branch": { - "type": "string" - }, "permissions": { "type": "object", "properties": { @@ -317,30 +228,86 @@ "maintain": { "type": "boolean" }, + "pull": { + "type": "boolean" + }, "push": { "type": "boolean" }, "triage": { "type": "boolean" - }, - "pull": { - "type": "boolean" } - }, - "required": [ - "admin", - "maintain", - "push", - "triage", - "pull" - ] + } + }, + "private": { + "type": "boolean" + }, + "pulls_url": { + "type": "string" + }, + "pushed_at": { + "type": "string" + }, + "releases_url": { + "type": "string" + }, + "size": { + "type": "integer" + }, + "ssh_url": { + "type": "string" + }, + "stargazers_count": { + "type": "integer" + }, + "stargazers_url": { + "type": "string" + }, + "statuses_url": { + "type": "string" + }, + "subscribers_url": { + "type": "string" + }, + "subscription_url": { + "type": "string" + }, + "svn_url": { + "type": "string" + }, + "tags_url": { + "type": "string" + }, + "teams_url": { + "type": "string" + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "trees_url": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, + "visibility": { + "type": "string" + }, + "watchers": { + "type": "integer" + }, + "watchers_count": { + "type": "integer" + }, + "web_commit_signoff_required": { + "type": "boolean" } }, - "required": [ - "keys_url", - "events_url", - "issues_url", - "notifications_url" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/workflow/list.json b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/workflow/list.json index 6bc9fb673e..6f5b85aa1a 100644 --- a/packages/nodes-base/nodes/Github/__schema__/v1.0.0/workflow/list.json +++ b/packages/nodes-base/nodes/Github/__schema__/v1.0.0/workflow/list.json @@ -9,13 +9,22 @@ "items": { "type": "object", "properties": { + "badge_url": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "html_url": { + "type": "string" + }, "id": { "type": "integer" }, - "node_id": { + "name": { "type": "string" }, - "name": { + "node_id": { "type": "string" }, "path": { @@ -24,40 +33,15 @@ "state": { "type": "string" }, - "created_at": { - "type": "string" - }, "updated_at": { "type": "string" }, "url": { "type": "string" - }, - "html_url": { - "type": "string" - }, - "badge_url": { - "type": "string" } - }, - "required": [ - "id", - "node_id", - "name", - "path", - "state", - "created_at", - "updated_at", - "url", - "html_url", - "badge_url" - ] + } } } }, - "required": [ - "total_count", - "workflows" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/file/get.json b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/file/get.json index e24bd6ffc1..929cf20b79 100644 --- a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/file/get.json +++ b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/file/get.json @@ -1,38 +1,38 @@ { "type": "object", "properties": { - "file_name": { - "type": "string" - }, - "file_path": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "encoding": { - "type": "string" - }, - "content_sha256": { - "type": "string" - }, - "ref": { - "type": "string" - }, "blob_id": { "type": "string" }, "commit_id": { "type": "string" }, - "last_commit_id": { + "content": { + "type": "string" + }, + "content_sha256": { + "type": "string" + }, + "encoding": { "type": "string" }, "execute_filemode": { "type": "boolean" }, - "content": { + "file_name": { "type": "string" + }, + "file_path": { + "type": "string" + }, + "last_commit_id": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "size": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/file/list.json b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/file/list.json index ecfa6d1dd5..055cb11157 100644 --- a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/file/list.json +++ b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/file/list.json @@ -4,16 +4,16 @@ "id": { "type": "string" }, - "name": { + "mode": { "type": "string" }, - "type": { + "name": { "type": "string" }, "path": { "type": "string" }, - "mode": { + "type": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/create.json b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/create.json index 6495ef8f00..41a1bf4352 100644 --- a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/create.json +++ b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/create.json @@ -1,52 +1,39 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "iid": { - "type": "integer" - }, - "project_id": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "state": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "closed_at": { - "type": "null" - }, - "closed_by": { - "type": "null" - }, - "labels": { - "type": "array", - "items": { - "type": "string" + "_links": { + "type": "object", + "properties": { + "award_emoji": { + "type": "string" + }, + "closed_as_duplicate_of": { + "type": "null" + }, + "notes": { + "type": "string" + }, + "project": { + "type": "string" + }, + "self": { + "type": "string" + } } }, - "milestone": { - "type": "null" - }, "assignees": { "type": "array", "items": { "type": "object", "properties": { + "avatar_url": { + "type": "string" + }, "id": { "type": "integer" }, - "username": { - "type": "string" + "locked": { + "type": "boolean" }, "name": { "type": "string" @@ -54,25 +41,13 @@ "state": { "type": "string" }, - "locked": { - "type": "boolean" - }, - "avatar_url": { + "username": { "type": "string" }, "web_url": { "type": "string" } - }, - "required": [ - "id", - "username", - "name", - "state", - "locked", - "avatar_url", - "web_url" - ] + } } }, "author": { @@ -81,8 +56,8 @@ "id": { "type": "integer" }, - "username": { - "type": "string" + "locked": { + "type": "boolean" }, "name": { "type": "string" @@ -90,151 +65,43 @@ "state": { "type": "string" }, - "locked": { - "type": "boolean" + "username": { + "type": "string" }, "web_url": { "type": "string" } - }, - "required": [ - "id", - "username", - "name", - "state", - "locked", - "avatar_url", - "web_url" - ] + } }, - "type": { - "type": "string" - }, - "user_notes_count": { + "blocking_issues_count": { "type": "integer" }, - "merge_requests_count": { - "type": "integer" + "closed_at": { + "type": "null" }, - "upvotes": { - "type": "integer" - }, - "downvotes": { - "type": "integer" + "closed_by": { + "type": "null" }, "confidential": { "type": "boolean" }, + "created_at": { + "type": "string" + }, "discussion_locked": { "type": "null" }, - "issue_type": { - "type": "string" - }, - "web_url": { - "type": "string" - }, - "time_stats": { - "type": "object", - "properties": { - "time_estimate": { - "type": "integer" - }, - "total_time_spent": { - "type": "integer" - }, - "human_time_estimate": { - "type": "null" - }, - "human_total_time_spent": { - "type": "null" - } - }, - "required": [ - "time_estimate", - "total_time_spent", - "human_time_estimate", - "human_total_time_spent" - ] - }, - "task_completion_status": { - "type": "object", - "properties": { - "count": { - "type": "integer" - }, - "completed_count": { - "type": "integer" - } - }, - "required": [ - "count", - "completed_count" - ] - }, - "blocking_issues_count": { + "downvotes": { "type": "integer" }, "has_tasks": { "type": "boolean" }, - "task_status": { - "type": "string" + "id": { + "type": "integer" }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "award_emoji": { - "type": "string" - }, - "project": { - "type": "string" - }, - "closed_as_duplicate_of": { - "type": "null" - } - }, - "required": [ - "self", - "notes", - "award_emoji", - "project", - "closed_as_duplicate_of" - ] - }, - "references": { - "type": "object", - "properties": { - "short": { - "type": "string" - }, - "relative": { - "type": "string" - }, - "full": { - "type": "string" - } - }, - "required": [ - "short", - "relative", - "full" - ] - }, - "severity": { - "type": "string" - }, - "subscribed": { - "type": "boolean" - }, - "moved_to_id": { - "type": "null" + "iid": { + "type": "integer" }, "imported": { "type": "boolean" @@ -242,9 +109,102 @@ "imported_from": { "type": "string" }, + "issue_type": { + "type": "string" + }, + "labels": { + "type": "array", + "items": { + "type": "string" + } + }, + "merge_requests_count": { + "type": "integer" + }, + "milestone": { + "type": "null" + }, + "moved_to_id": { + "type": "null" + }, + "project_id": { + "type": "integer" + }, + "references": { + "type": "object", + "properties": { + "full": { + "type": "string" + }, + "relative": { + "type": "string" + }, + "short": { + "type": "string" + } + } + }, "service_desk_reply_to": { "type": "null" }, + "severity": { + "type": "string" + }, + "state": { + "type": "string" + }, + "subscribed": { + "type": "boolean" + }, + "task_completion_status": { + "type": "object", + "properties": { + "completed_count": { + "type": "integer" + }, + "count": { + "type": "integer" + } + } + }, + "task_status": { + "type": "string" + }, + "time_stats": { + "type": "object", + "properties": { + "human_time_estimate": { + "type": "null" + }, + "human_total_time_spent": { + "type": "null" + }, + "time_estimate": { + "type": "integer" + }, + "total_time_spent": { + "type": "integer" + } + } + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "upvotes": { + "type": "integer" + }, + "user_notes_count": { + "type": "integer" + }, + "web_url": { + "type": "string" + }, "weight": { "type": "null" } diff --git a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/edit.json b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/edit.json new file mode 100644 index 0000000000..ddf25ef96a --- /dev/null +++ b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/edit.json @@ -0,0 +1,213 @@ +{ + "type": "object", + "properties": { + "_links": { + "type": "object", + "properties": { + "award_emoji": { + "type": "string" + }, + "closed_as_duplicate_of": { + "type": "null" + }, + "notes": { + "type": "string" + }, + "project": { + "type": "string" + }, + "self": { + "type": "string" + } + } + }, + "assignees": { + "type": "array", + "items": { + "type": "object", + "properties": { + "avatar_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "locked": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "state": { + "type": "string" + }, + "username": { + "type": "string" + }, + "web_url": { + "type": "string" + } + } + } + }, + "author": { + "type": "object", + "properties": { + "avatar_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "locked": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "state": { + "type": "string" + }, + "username": { + "type": "string" + }, + "web_url": { + "type": "string" + } + } + }, + "blocking_issues_count": { + "type": "integer" + }, + "confidential": { + "type": "boolean" + }, + "created_at": { + "type": "string" + }, + "description": { + "type": "string" + }, + "downvotes": { + "type": "integer" + }, + "epic": { + "type": "null" + }, + "epic_iid": { + "type": "null" + }, + "has_tasks": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "iid": { + "type": "integer" + }, + "issue_type": { + "type": "string" + }, + "iteration": { + "type": "null" + }, + "labels": { + "type": "array", + "items": { + "type": "string" + } + }, + "merge_requests_count": { + "type": "integer" + }, + "milestone": { + "type": "null" + }, + "moved_to_id": { + "type": "null" + }, + "project_id": { + "type": "integer" + }, + "references": { + "type": "object", + "properties": { + "full": { + "type": "string" + }, + "relative": { + "type": "string" + }, + "short": { + "type": "string" + } + } + }, + "service_desk_reply_to": { + "type": "null" + }, + "severity": { + "type": "string" + }, + "state": { + "type": "string" + }, + "subscribed": { + "type": "boolean" + }, + "task_completion_status": { + "type": "object", + "properties": { + "completed_count": { + "type": "integer" + }, + "count": { + "type": "integer" + } + } + }, + "task_status": { + "type": "string" + }, + "time_stats": { + "type": "object", + "properties": { + "human_time_estimate": { + "type": "null" + }, + "human_total_time_spent": { + "type": "null" + }, + "time_estimate": { + "type": "integer" + }, + "total_time_spent": { + "type": "integer" + } + } + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "upvotes": { + "type": "integer" + }, + "user_notes_count": { + "type": "integer" + }, + "web_url": { + "type": "string" + }, + "weight": { + "type": "null" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/get.json b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/get.json index 7bbffbeaaf..4e65e19d62 100644 --- a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/get.json +++ b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/get.json @@ -1,31 +1,50 @@ { "type": "object", "properties": { - "id": { - "type": "integer" + "_links": { + "type": "object", + "properties": { + "award_emoji": { + "type": "string" + }, + "closed_as_duplicate_of": { + "type": "null" + }, + "notes": { + "type": "string" + }, + "project": { + "type": "string" + }, + "self": { + "type": "string" + } + } }, - "iid": { - "type": "integer" - }, - "project_id": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "state": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "labels": { - "type": "array", - "items": { - "type": "string" + "assignee": { + "type": "object", + "properties": { + "avatar_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "locked": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "state": { + "type": "string" + }, + "username": { + "type": "string" + }, + "web_url": { + "type": "string" + } } }, "assignees": { @@ -33,11 +52,14 @@ "items": { "type": "object", "properties": { + "avatar_url": { + "type": "string" + }, "id": { "type": "integer" }, - "username": { - "type": "string" + "locked": { + "type": "boolean" }, "name": { "type": "string" @@ -45,25 +67,13 @@ "state": { "type": "string" }, - "locked": { - "type": "boolean" - }, - "avatar_url": { + "username": { "type": "string" }, "web_url": { "type": "string" } - }, - "required": [ - "id", - "username", - "name", - "state", - "locked", - "avatar_url", - "web_url" - ] + } } }, "author": { @@ -72,8 +82,8 @@ "id": { "type": "integer" }, - "username": { - "type": "string" + "locked": { + "type": "boolean" }, "name": { "type": "string" @@ -81,190 +91,32 @@ "state": { "type": "string" }, - "locked": { - "type": "boolean" - }, - "avatar_url": { - "type": "string" - }, - "web_url": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "name", - "state", - "locked", - "avatar_url", - "web_url" - ] - }, - "type": { - "type": "string" - }, - "assignee": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, "username": { "type": "string" }, - "name": { - "type": "string" - }, - "state": { - "type": "string" - }, - "locked": { - "type": "boolean" - }, - "avatar_url": { - "type": "string" - }, "web_url": { "type": "string" } - }, - "required": [ - "id", - "username", - "name", - "state", - "locked", - "avatar_url", - "web_url" - ] + } }, - "user_notes_count": { - "type": "integer" - }, - "merge_requests_count": { - "type": "integer" - }, - "upvotes": { - "type": "integer" - }, - "downvotes": { + "blocking_issues_count": { "type": "integer" }, "confidential": { "type": "boolean" }, - "issue_type": { + "created_at": { "type": "string" }, - "web_url": { - "type": "string" - }, - "time_stats": { - "type": "object", - "properties": { - "time_estimate": { - "type": "integer" - }, - "total_time_spent": { - "type": "integer" - } - }, - "required": [ - "time_estimate", - "total_time_spent", - "human_time_estimate", - "human_total_time_spent" - ] - }, - "task_completion_status": { - "type": "object", - "properties": { - "count": { - "type": "integer" - }, - "completed_count": { - "type": "integer" - } - }, - "required": [ - "count", - "completed_count" - ] - }, - "blocking_issues_count": { + "downvotes": { "type": "integer" }, - "has_tasks": { - "type": "boolean" - }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "award_emoji": { - "type": "string" - }, - "project": { - "type": "string" - }, - "closed_as_duplicate_of": { - "type": "null" - } - }, - "required": [ - "self", - "notes", - "award_emoji", - "project", - "closed_as_duplicate_of" - ] - }, - "references": { - "type": "object", - "properties": { - "short": { - "type": "string" - }, - "relative": { - "type": "string" - }, - "full": { - "type": "string" - } - }, - "required": [ - "short", - "relative", - "full" - ] - }, - "severity": { - "type": "string" - }, - "subscribed": { - "type": "boolean" - }, - "moved_to_id": { - "type": "null" - }, - "imported": { - "type": "boolean" - }, - "imported_from": { - "type": "string" - }, - "service_desk_reply_to": { - "type": "null" - }, "epic": { "type": "object", "properties": { + "group_id": { + "type": "integer" + }, "id": { "type": "integer" }, @@ -276,22 +128,42 @@ }, "url": { "type": "string" - }, - "group_id": { - "type": "integer" } - }, - "required": [ - "id", - "iid", - "title", - "url", - "group_id" - ] + } + }, + "has_tasks": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "iid": { + "type": "integer" + }, + "imported": { + "type": "boolean" + }, + "imported_from": { + "type": "string" + }, + "issue_type": { + "type": "string" }, "iteration": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, + "description": { + "type": "string" + }, + "due_date": { + "type": "string" + }, + "group_id": { + "type": "integer" + }, "id": { "type": "integer" }, @@ -301,88 +173,107 @@ "sequence": { "type": "integer" }, - "group_id": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "description": { + "start_date": { "type": "string" }, "state": { "type": "integer" }, - "created_at": { + "title": { "type": "string" }, "updated_at": { "type": "string" }, - "start_date": { - "type": "string" - }, - "due_date": { - "type": "string" - }, "web_url": { "type": "string" } - }, - "required": [ - "id", - "iid", - "sequence", - "group_id", - "title", - "description", - "state", - "created_at", - "updated_at", - "start_date", - "due_date", - "web_url" - ] + } + }, + "labels": { + "type": "array", + "items": { + "type": "string" + } + }, + "merge_requests_count": { + "type": "integer" + }, + "moved_to_id": { + "type": "null" + }, + "project_id": { + "type": "integer" + }, + "references": { + "type": "object", + "properties": { + "full": { + "type": "string" + }, + "relative": { + "type": "string" + }, + "short": { + "type": "string" + } + } + }, + "service_desk_reply_to": { + "type": "null" + }, + "severity": { + "type": "string" + }, + "state": { + "type": "string" + }, + "subscribed": { + "type": "boolean" + }, + "task_completion_status": { + "type": "object", + "properties": { + "completed_count": { + "type": "integer" + }, + "count": { + "type": "integer" + } + } }, "task_status": { "type": "string" + }, + "time_stats": { + "type": "object", + "properties": { + "time_estimate": { + "type": "integer" + }, + "total_time_spent": { + "type": "integer" + } + } + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "upvotes": { + "type": "integer" + }, + "user_notes_count": { + "type": "integer" + }, + "web_url": { + "type": "string" } }, - "required": [ - "id", - "iid", - "project_id", - "title", - "description", - "state", - "created_at", - "updated_at", - "closed_at", - "closed_by", - "labels", - "milestone", - "assignees", - "author", - "type", - "assignee", - "user_notes_count", - "merge_requests_count", - "upvotes", - "downvotes", - "due_date", - "confidential", - "discussion_locked", - "issue_type", - "web_url", - "time_stats", - "task_completion_status", - "blocking_issues_count", - "has_tasks", - "_links", - "references", - "severity", - "moved_to_id", - "service_desk_reply_to" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/repository/get.json b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/repository/get.json index 57e5e02038..63b9cb0951 100644 --- a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/repository/get.json +++ b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/repository/get.json @@ -1,229 +1,73 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "name_with_namespace": { - "type": "string" - }, - "path": { - "type": "string" - }, - "path_with_namespace": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "default_branch": { - "type": "string" - }, - "ssh_url_to_repo": { - "type": "string" - }, - "http_url_to_repo": { - "type": "string" - }, - "web_url": { - "type": "string" - }, - "forks_count": { - "type": "integer" - }, - "star_count": { - "type": "integer" - }, - "last_activity_at": { - "type": "string" - }, - "namespace": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "path": { - "type": "string" - }, - "kind": { - "type": "string" - }, - "full_path": { - "type": "string" - }, - "web_url": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "path", - "kind", - "full_path", - "parent_id", - "avatar_url", - "web_url" - ] - }, - "container_registry_image_prefix": { - "type": "string" - }, "_links": { "type": "object", "properties": { - "self": { + "cluster_agents": { + "type": "string" + }, + "events": { "type": "string" }, "issues": { "type": "string" }, + "labels": { + "type": "string" + }, + "members": { + "type": "string" + }, "merge_requests": { "type": "string" }, "repo_branches": { "type": "string" }, - "labels": { - "type": "string" - }, - "events": { - "type": "string" - }, - "members": { - "type": "string" - }, - "cluster_agents": { + "self": { "type": "string" } - }, - "required": [ - "self" - ] + } }, - "empty_repo": { + "allow_pipeline_trigger_approve_deployment": { "type": "boolean" }, - "archived": { - "type": "boolean" - }, - "visibility": { - "type": "string" - }, - "repository_object_format": { - "type": "string" - }, - "issues_enabled": { - "type": "boolean" - }, - "merge_requests_enabled": { - "type": "boolean" - }, - "wiki_enabled": { - "type": "boolean" - }, - "jobs_enabled": { - "type": "boolean" - }, - "snippets_enabled": { - "type": "boolean" - }, - "container_registry_enabled": { - "type": "boolean" - }, - "service_desk_enabled": { - "type": "boolean" - }, - "can_create_merge_request_in": { - "type": "boolean" - }, - "issues_access_level": { - "type": "string" - }, - "repository_access_level": { - "type": "string" - }, - "merge_requests_access_level": { - "type": "string" - }, - "forking_access_level": { - "type": "string" - }, - "wiki_access_level": { - "type": "string" - }, - "builds_access_level": { - "type": "string" - }, - "snippets_access_level": { - "type": "string" - }, - "pages_access_level": { - "type": "string" - }, "analytics_access_level": { "type": "string" }, - "container_registry_access_level": { - "type": "string" - }, - "security_and_compliance_access_level": { - "type": "string" - }, - "releases_access_level": { - "type": "string" - }, - "environments_access_level": { - "type": "string" - }, - "feature_flags_access_level": { - "type": "string" - }, - "infrastructure_access_level": { - "type": "string" - }, - "monitor_access_level": { - "type": "string" - }, - "model_experiments_access_level": { - "type": "string" - }, - "model_registry_access_level": { - "type": "string" - }, - "emails_enabled": { - "type": "boolean" - }, - "shared_runners_enabled": { - "type": "boolean" - }, - "lfs_enabled": { - "type": "boolean" - }, - "creator_id": { + "approvals_before_merge": { "type": "integer" }, - "import_status": { + "archived": { + "type": "boolean" + }, + "auto_cancel_pending_pipelines": { "type": "string" }, - "import_error": { - "type": "null" + "auto_devops_deploy_strategy": { + "type": "string" }, - "open_issues_count": { + "auto_devops_enabled": { + "type": "boolean" + }, + "autoclose_referenced_issues": { + "type": "boolean" + }, + "build_git_strategy": { + "type": "string" + }, + "build_timeout": { "type": "integer" }, - "description_html": { + "builds_access_level": { "type": "string" }, - "updated_at": { - "type": "string" + "can_create_merge_request_in": { + "type": "boolean" + }, + "ci_allow_fork_pipelines_to_run_in_parent_project": { + "type": "boolean" }, "ci_delete_pipelines_in_seconds": { "type": "null" @@ -231,124 +75,103 @@ "ci_forward_deployment_rollback_allowed": { "type": "boolean" }, - "ci_job_token_scope_enabled": { - "type": "boolean" - }, - "ci_separated_caches": { - "type": "boolean" - }, - "ci_allow_fork_pipelines_to_run_in_parent_project": { - "type": "boolean" - }, "ci_id_token_sub_claim_components": { "type": "array", "items": { "type": "string" } }, - "build_git_strategy": { - "type": "string" - }, - "keep_latest_artifact": { - "type": "boolean" - }, - "restrict_user_defined_variables": { + "ci_job_token_scope_enabled": { "type": "boolean" }, "ci_pipeline_variables_minimum_override_role": { "type": "string" }, - "runner_token_expiration_interval": { - "type": "null" - }, - "group_runners_enabled": { - "type": "boolean" - }, - "auto_cancel_pending_pipelines": { - "type": "string" - }, - "build_timeout": { - "type": "integer" - }, - "auto_devops_enabled": { - "type": "boolean" - }, - "auto_devops_deploy_strategy": { - "type": "string" - }, "ci_push_repository_for_job_token_allowed": { "type": "boolean" }, - "public_jobs": { - "type": "boolean" - }, - "shared_with_groups": { - "type": "array", - "items": { - "type": "object", - "properties": { - "group_id": { - "type": "integer" - }, - "group_name": { - "type": "string" - }, - "group_full_path": { - "type": "string" - }, - "group_access_level": { - "type": "integer" - }, - "expires_at": { - "type": "null" - } - }, - "required": [ - "group_id", - "group_name", - "group_full_path", - "group_access_level", - "expires_at" - ] - } - }, - "only_allow_merge_if_pipeline_succeeds": { - "type": "boolean" - }, - "request_access_enabled": { - "type": "boolean" - }, - "only_allow_merge_if_all_discussions_are_resolved": { - "type": "boolean" - }, - "printing_merge_request_link_enabled": { - "type": "boolean" - }, - "merge_method": { + "ci_restrict_pipeline_cancellation_role": { "type": "string" }, - "squash_option": { + "ci_separated_caches": { + "type": "boolean" + }, + "container_registry_access_level": { "type": "string" }, + "container_registry_enabled": { + "type": "boolean" + }, + "container_registry_image_prefix": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "creator_id": { + "type": "integer" + }, + "default_branch": { + "type": "string" + }, + "description_html": { + "type": "string" + }, + "emails_enabled": { + "type": "boolean" + }, + "empty_repo": { + "type": "boolean" + }, "enforce_auth_checks_on_uploads": { "type": "boolean" }, - "squash_commit_template": { - "type": "null" + "environments_access_level": { + "type": "string" }, - "warn_about_potentially_unwanted_characters": { - "type": "boolean" + "feature_flags_access_level": { + "type": "string" }, - "autoclose_referenced_issues": { - "type": "boolean" + "forking_access_level": { + "type": "string" }, - "max_artifacts_size": { - "type": "null" - }, - "approvals_before_merge": { + "forks_count": { "type": "integer" }, - "mirror": { + "group_runners_enabled": { + "type": "boolean" + }, + "http_url_to_repo": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "import_error": { + "type": "null" + }, + "import_status": { + "type": "string" + }, + "infrastructure_access_level": { + "type": "string" + }, + "issues_access_level": { + "type": "string" + }, + "issues_enabled": { + "type": "boolean" + }, + "jobs_enabled": { + "type": "boolean" + }, + "keep_latest_artifact": { + "type": "boolean" + }, + "last_activity_at": { + "type": "string" + }, + "lfs_enabled": { "type": "boolean" }, "marked_for_deletion_at": { @@ -357,30 +180,86 @@ "marked_for_deletion_on": { "type": "null" }, - "requirements_enabled": { - "type": "boolean" + "max_artifacts_size": { + "type": "null" }, - "requirements_access_level": { - "type": "string" - }, - "security_and_compliance_enabled": { - "type": "boolean" - }, - "ci_restrict_pipeline_cancellation_role": { + "merge_method": { "type": "string" }, "merge_pipelines_enabled": { "type": "boolean" }, + "merge_requests_access_level": { + "type": "string" + }, + "merge_requests_enabled": { + "type": "boolean" + }, "merge_trains_enabled": { "type": "boolean" }, "merge_trains_skip_train_allowed": { "type": "boolean" }, - "allow_pipeline_trigger_approve_deployment": { + "mirror": { "type": "boolean" }, + "model_experiments_access_level": { + "type": "string" + }, + "model_registry_access_level": { + "type": "string" + }, + "monitor_access_level": { + "type": "string" + }, + "name": { + "type": "string" + }, + "name_with_namespace": { + "type": "string" + }, + "namespace": { + "type": "object", + "properties": { + "full_path": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "kind": { + "type": "string" + }, + "name": { + "type": "string" + }, + "path": { + "type": "string" + }, + "web_url": { + "type": "string" + } + } + }, + "only_allow_merge_if_all_discussions_are_resolved": { + "type": "boolean" + }, + "only_allow_merge_if_pipeline_succeeds": { + "type": "boolean" + }, + "open_issues_count": { + "type": "integer" + }, + "pages_access_level": { + "type": "string" + }, + "path": { + "type": "string" + }, + "path_with_namespace": { + "type": "string" + }, "permissions": { "type": "object", "properties": { @@ -393,17 +272,110 @@ "notification_level": { "type": "integer" } - }, - "required": [ - "access_level", - "notification_level" - ] + } } - }, - "required": [ - "project_access", - "group_access" - ] + } + }, + "printing_merge_request_link_enabled": { + "type": "boolean" + }, + "public_jobs": { + "type": "boolean" + }, + "releases_access_level": { + "type": "string" + }, + "repository_access_level": { + "type": "string" + }, + "repository_object_format": { + "type": "string" + }, + "request_access_enabled": { + "type": "boolean" + }, + "requirements_access_level": { + "type": "string" + }, + "requirements_enabled": { + "type": "boolean" + }, + "restrict_user_defined_variables": { + "type": "boolean" + }, + "runner_token_expiration_interval": { + "type": "null" + }, + "security_and_compliance_access_level": { + "type": "string" + }, + "security_and_compliance_enabled": { + "type": "boolean" + }, + "service_desk_enabled": { + "type": "boolean" + }, + "shared_runners_enabled": { + "type": "boolean" + }, + "shared_with_groups": { + "type": "array", + "items": { + "type": "object", + "properties": { + "expires_at": { + "type": "null" + }, + "group_access_level": { + "type": "integer" + }, + "group_full_path": { + "type": "string" + }, + "group_id": { + "type": "integer" + }, + "group_name": { + "type": "string" + } + } + } + }, + "snippets_access_level": { + "type": "string" + }, + "snippets_enabled": { + "type": "boolean" + }, + "squash_commit_template": { + "type": "null" + }, + "squash_option": { + "type": "string" + }, + "ssh_url_to_repo": { + "type": "string" + }, + "star_count": { + "type": "integer" + }, + "updated_at": { + "type": "string" + }, + "visibility": { + "type": "string" + }, + "warn_about_potentially_unwanted_characters": { + "type": "boolean" + }, + "web_url": { + "type": "string" + }, + "wiki_access_level": { + "type": "string" + }, + "wiki_enabled": { + "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/repository/getIssues.json b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/repository/getIssues.json index 36441b3687..cedee9b3f8 100644 --- a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/repository/getIssues.json +++ b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/repository/getIssues.json @@ -1,25 +1,106 @@ { "type": "object", "properties": { + "_links": { + "type": "object", + "properties": { + "award_emoji": { + "type": "string" + }, + "closed_as_duplicate_of": { + "type": "null" + }, + "notes": { + "type": "string" + }, + "project": { + "type": "string" + }, + "self": { + "type": "string" + } + } + }, + "assignees": { + "type": "array", + "items": { + "type": "object", + "properties": { + "avatar_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "state": { + "type": "string" + }, + "username": { + "type": "string" + }, + "web_url": { + "type": "string" + } + } + } + }, + "author": { + "type": "object", + "properties": { + "avatar_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "locked": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "state": { + "type": "string" + }, + "username": { + "type": "string" + }, + "web_url": { + "type": "string" + } + } + }, + "confidential": { + "type": "boolean" + }, + "created_at": { + "type": "string" + }, + "discussion_locked": { + "type": "null" + }, + "downvotes": { + "type": "integer" + }, + "has_tasks": { + "type": "boolean" + }, "id": { "type": "integer" }, "iid": { "type": "integer" }, - "project_id": { - "type": "integer" + "imported": { + "type": "boolean" }, - "title": { + "imported_from": { "type": "string" }, - "state": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { + "issue_type": { "type": "string" }, "labels": { @@ -28,238 +109,84 @@ "type": "string" } }, - "assignees": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "name": { - "type": "string" - }, - "state": { - "type": "string" - }, - "avatar_url": { - "type": "string" - }, - "web_url": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "name", - "state", - "avatar_url", - "web_url" - ] - } - }, - "author": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "name": { - "type": "string" - }, - "state": { - "type": "string" - }, - "locked": { - "type": "boolean" - }, - "avatar_url": { - "type": "string" - }, - "web_url": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "name", - "state", - "avatar_url", - "web_url" - ] - }, - "type": { - "type": "string" - }, - "user_notes_count": { - "type": "integer" - }, "merge_requests_count": { "type": "integer" }, - "upvotes": { - "type": "integer" - }, - "downvotes": { - "type": "integer" - }, - "confidential": { - "type": "boolean" - }, - "discussion_locked": { + "moved_to_id": { "type": "null" }, - "issue_type": { - "type": "string" - }, - "web_url": { - "type": "string" - }, - "time_stats": { - "type": "object", - "properties": { - "time_estimate": { - "type": "integer" - }, - "total_time_spent": { - "type": "integer" - }, - "human_total_time_spent": { - "type": "null" - } - }, - "required": [ - "time_estimate", - "total_time_spent", - "human_time_estimate", - "human_total_time_spent" - ] - }, - "task_completion_status": { - "type": "object", - "properties": { - "count": { - "type": "integer" - }, - "completed_count": { - "type": "integer" - } - }, - "required": [ - "count", - "completed_count" - ] - }, - "has_tasks": { - "type": "boolean" - }, - "task_status": { - "type": "string" - }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "award_emoji": { - "type": "string" - }, - "project": { - "type": "string" - }, - "closed_as_duplicate_of": { - "type": "null" - } - }, - "required": [ - "self", - "notes", - "award_emoji", - "project", - "closed_as_duplicate_of" - ] + "project_id": { + "type": "integer" }, "references": { "type": "object", "properties": { - "short": { + "full": { "type": "string" }, "relative": { "type": "string" }, - "full": { + "short": { "type": "string" } - }, - "required": [ - "short", - "relative", - "full" - ] + } + }, + "service_desk_reply_to": { + "type": "null" }, "severity": { "type": "string" }, - "moved_to_id": { - "type": "null" - }, - "imported": { - "type": "boolean" - }, - "imported_from": { + "state": { "type": "string" }, - "service_desk_reply_to": { - "type": "null" + "task_completion_status": { + "type": "object", + "properties": { + "completed_count": { + "type": "integer" + }, + "count": { + "type": "integer" + } + } + }, + "task_status": { + "type": "string" + }, + "time_stats": { + "type": "object", + "properties": { + "human_total_time_spent": { + "type": "null" + }, + "time_estimate": { + "type": "integer" + }, + "total_time_spent": { + "type": "integer" + } + } + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "upvotes": { + "type": "integer" + }, + "user_notes_count": { + "type": "integer" + }, + "web_url": { + "type": "string" } }, - "required": [ - "id", - "iid", - "project_id", - "title", - "description", - "state", - "created_at", - "updated_at", - "closed_at", - "closed_by", - "labels", - "milestone", - "assignees", - "author", - "type", - "assignee", - "user_notes_count", - "merge_requests_count", - "upvotes", - "downvotes", - "due_date", - "confidential", - "discussion_locked", - "issue_type", - "web_url", - "time_stats", - "task_completion_status", - "has_tasks", - "_links", - "references", - "severity", - "moved_to_id", - "service_desk_reply_to" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/user/getRepositories.json b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/user/getRepositories.json index a016f4d1ff..5986c283c0 100644 --- a/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/user/getRepositories.json +++ b/packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/user/getRepositories.json @@ -1,175 +1,102 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "name_with_namespace": { - "type": "string" - }, - "path": { - "type": "string" - }, - "path_with_namespace": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "default_branch": { - "type": "string" - }, - "ssh_url_to_repo": { - "type": "string" - }, - "http_url_to_repo": { - "type": "string" - }, - "web_url": { - "type": "string" - }, - "forks_count": { - "type": "integer" - }, - "avatar_url": { - "type": "null" - }, - "star_count": { - "type": "integer" - }, - "last_activity_at": { - "type": "string" - }, - "namespace": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "path": { - "type": "string" - }, - "kind": { - "type": "string" - }, - "full_path": { - "type": "string" - }, - "parent_id": { - "type": "null" - }, - "avatar_url": { - "type": "string" - }, - "web_url": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "path", - "kind", - "full_path", - "parent_id", - "avatar_url", - "web_url" - ] - }, - "container_registry_image_prefix": { - "type": "string" - }, "_links": { "type": "object", "properties": { - "self": { + "cluster_agents": { + "type": "string" + }, + "events": { "type": "string" }, "issues": { "type": "string" }, + "labels": { + "type": "string" + }, + "members": { + "type": "string" + }, "merge_requests": { "type": "string" }, "repo_branches": { "type": "string" }, - "labels": { - "type": "string" - }, - "events": { - "type": "string" - }, - "members": { - "type": "string" - }, - "cluster_agents": { + "self": { "type": "string" } - }, - "required": [ - "self", - "issues", - "repo_branches", - "labels", - "events", - "members", - "cluster_agents" - ] + } }, - "packages_enabled": { - "type": "boolean" + "allow_merge_on_skipped_pipeline": { + "type": "null" }, - "empty_repo": { - "type": "boolean" + "analytics_access_level": { + "type": "string" }, "archived": { "type": "boolean" }, - "visibility": { + "auto_cancel_pending_pipelines": { "type": "string" }, - "owner": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "name": { - "type": "string" - }, - "state": { - "type": "string" - }, - "locked": { - "type": "boolean" - }, - "avatar_url": { - "type": "string" - }, - "web_url": { - "type": "string" - } - }, - "required": [ - "id", - "username", - "name", - "state", - "avatar_url", - "web_url" - ] + "auto_devops_deploy_strategy": { + "type": "string" }, - "resolve_outdated_diff_discussions": { + "auto_devops_enabled": { + "type": "boolean" + }, + "autoclose_referenced_issues": { + "type": "boolean" + }, + "avatar_url": { + "type": "null" + }, + "build_git_strategy": { + "type": "string" + }, + "build_timeout": { + "type": "integer" + }, + "builds_access_level": { + "type": "string" + }, + "can_create_merge_request_in": { + "type": "boolean" + }, + "ci_allow_fork_pipelines_to_run_in_parent_project": { + "type": "boolean" + }, + "ci_default_git_depth": { + "type": "integer" + }, + "ci_delete_pipelines_in_seconds": { + "type": "null" + }, + "ci_forward_deployment_enabled": { + "type": "boolean" + }, + "ci_forward_deployment_rollback_allowed": { + "type": "boolean" + }, + "ci_id_token_sub_claim_components": { + "type": "array", + "items": { + "type": "string" + } + }, + "ci_job_token_scope_enabled": { + "type": "boolean" + }, + "ci_pipeline_variables_minimum_override_role": { + "type": "string" + }, + "ci_push_repository_for_job_token_allowed": { + "type": "boolean" + }, + "ci_separated_caches": { "type": "boolean" }, "container_expiration_policy": { @@ -184,9 +111,6 @@ "keep_n": { "type": "integer" }, - "older_than": { - "type": "string" - }, "name_regex": { "type": "string" }, @@ -195,252 +119,205 @@ }, "next_run_at": { "type": "string" + }, + "older_than": { + "type": "string" } - }, - "required": [ - "cadence", - "enabled", - "keep_n", - "older_than", - "name_regex", - "name_regex_keep", - "next_run_at" - ] - }, - "repository_object_format": { - "type": "string" - }, - "issues_enabled": { - "type": "boolean" - }, - "merge_requests_enabled": { - "type": "boolean" - }, - "wiki_enabled": { - "type": "boolean" - }, - "jobs_enabled": { - "type": "boolean" - }, - "snippets_enabled": { - "type": "boolean" - }, - "container_registry_enabled": { - "type": "boolean" - }, - "service_desk_enabled": { - "type": "boolean" - }, - "can_create_merge_request_in": { - "type": "boolean" - }, - "issues_access_level": { - "type": "string" - }, - "repository_access_level": { - "type": "string" - }, - "merge_requests_access_level": { - "type": "string" - }, - "forking_access_level": { - "type": "string" - }, - "wiki_access_level": { - "type": "string" - }, - "builds_access_level": { - "type": "string" - }, - "snippets_access_level": { - "type": "string" - }, - "pages_access_level": { - "type": "string" - }, - "analytics_access_level": { - "type": "string" + } }, "container_registry_access_level": { "type": "string" }, - "security_and_compliance_access_level": { + "container_registry_enabled": { + "type": "boolean" + }, + "container_registry_image_prefix": { "type": "string" }, - "releases_access_level": { + "created_at": { "type": "string" }, + "creator_id": { + "type": "integer" + }, + "default_branch": { + "type": "string" + }, + "description_html": { + "type": "string" + }, + "emails_enabled": { + "type": "boolean" + }, + "empty_repo": { + "type": "boolean" + }, + "enforce_auth_checks_on_uploads": { + "type": "boolean" + }, "environments_access_level": { "type": "string" }, + "external_authorization_classification_label": { + "type": "string" + }, "feature_flags_access_level": { "type": "string" }, + "forking_access_level": { + "type": "string" + }, + "forks_count": { + "type": "integer" + }, + "group_runners_enabled": { + "type": "boolean" + }, + "http_url_to_repo": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "import_status": { + "type": "string" + }, "infrastructure_access_level": { "type": "string" }, - "monitor_access_level": { + "issue_branch_template": { + "type": "null" + }, + "issues_access_level": { "type": "string" }, + "issues_enabled": { + "type": "boolean" + }, + "jobs_enabled": { + "type": "boolean" + }, + "keep_latest_artifact": { + "type": "boolean" + }, + "last_activity_at": { + "type": "string" + }, + "lfs_enabled": { + "type": "boolean" + }, + "max_artifacts_size": { + "type": "null" + }, + "merge_commit_template": { + "type": "null" + }, + "merge_method": { + "type": "string" + }, + "merge_requests_access_level": { + "type": "string" + }, + "merge_requests_enabled": { + "type": "boolean" + }, "model_experiments_access_level": { "type": "string" }, "model_registry_access_level": { "type": "string" }, - "emails_enabled": { - "type": "boolean" - }, - "shared_runners_enabled": { - "type": "boolean" - }, - "lfs_enabled": { - "type": "boolean" - }, - "creator_id": { - "type": "integer" - }, - "import_status": { + "monitor_access_level": { "type": "string" }, - "open_issues_count": { - "type": "integer" - }, - "description_html": { + "name": { "type": "string" }, - "updated_at": { + "name_with_namespace": { "type": "string" }, - "ci_default_git_depth": { - "type": "integer" - }, - "ci_delete_pipelines_in_seconds": { - "type": "null" - }, - "ci_forward_deployment_enabled": { - "type": "boolean" - }, - "ci_forward_deployment_rollback_allowed": { - "type": "boolean" - }, - "ci_job_token_scope_enabled": { - "type": "boolean" - }, - "ci_separated_caches": { - "type": "boolean" - }, - "ci_allow_fork_pipelines_to_run_in_parent_project": { - "type": "boolean" - }, - "ci_id_token_sub_claim_components": { - "type": "array", - "items": { - "type": "string" + "namespace": { + "type": "object", + "properties": { + "avatar_url": { + "type": "string" + }, + "full_path": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "kind": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parent_id": { + "type": "null" + }, + "path": { + "type": "string" + }, + "web_url": { + "type": "string" + } } }, - "build_git_strategy": { - "type": "string" - }, - "keep_latest_artifact": { - "type": "boolean" - }, - "restrict_user_defined_variables": { - "type": "boolean" - }, - "ci_pipeline_variables_minimum_override_role": { - "type": "string" - }, - "runners_token": { - "type": "string" - }, - "runner_token_expiration_interval": { - "type": "null" - }, - "group_runners_enabled": { - "type": "boolean" - }, - "auto_cancel_pending_pipelines": { - "type": "string" - }, - "build_timeout": { - "type": "integer" - }, - "auto_devops_enabled": { - "type": "boolean" - }, - "auto_devops_deploy_strategy": { - "type": "string" - }, - "ci_push_repository_for_job_token_allowed": { - "type": "boolean" - }, - "public_jobs": { + "only_allow_merge_if_all_discussions_are_resolved": { "type": "boolean" }, "only_allow_merge_if_pipeline_succeeds": { "type": "boolean" }, - "allow_merge_on_skipped_pipeline": { - "type": "null" + "open_issues_count": { + "type": "integer" }, - "request_access_enabled": { + "owner": { + "type": "object", + "properties": { + "avatar_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "locked": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "state": { + "type": "string" + }, + "username": { + "type": "string" + }, + "web_url": { + "type": "string" + } + } + }, + "packages_enabled": { "type": "boolean" }, - "only_allow_merge_if_all_discussions_are_resolved": { - "type": "boolean" - }, - "remove_source_branch_after_merge": { - "type": "boolean" - }, - "printing_merge_request_link_enabled": { - "type": "boolean" - }, - "merge_method": { + "pages_access_level": { "type": "string" }, - "squash_option": { + "path": { "type": "string" }, - "enforce_auth_checks_on_uploads": { - "type": "boolean" - }, - "suggestion_commit_message": { - "type": "null" - }, - "merge_commit_template": { - "type": "null" - }, - "squash_commit_template": { - "type": "null" - }, - "issue_branch_template": { - "type": "null" - }, - "warn_about_potentially_unwanted_characters": { - "type": "boolean" - }, - "autoclose_referenced_issues": { - "type": "boolean" - }, - "max_artifacts_size": { - "type": "null" - }, - "external_authorization_classification_label": { + "path_with_namespace": { "type": "string" }, - "requirements_enabled": { - "type": "boolean" - }, - "requirements_access_level": { - "type": "string" - }, - "security_and_compliance_enabled": { - "type": "boolean" - }, "permissions": { "type": "object", "properties": { + "group_access": { + "type": "null" + }, "project_access": { "type": "object", "properties": { @@ -450,97 +327,100 @@ "notification_level": { "type": "integer" } - }, - "required": [ - "access_level", - "notification_level" - ] - }, - "group_access": { - "type": "null" + } } - }, - "required": [ - "project_access", - "group_access" - ] + } + }, + "printing_merge_request_link_enabled": { + "type": "boolean" + }, + "public_jobs": { + "type": "boolean" + }, + "releases_access_level": { + "type": "string" + }, + "remove_source_branch_after_merge": { + "type": "boolean" + }, + "repository_access_level": { + "type": "string" + }, + "repository_object_format": { + "type": "string" + }, + "request_access_enabled": { + "type": "boolean" + }, + "requirements_access_level": { + "type": "string" + }, + "requirements_enabled": { + "type": "boolean" + }, + "resolve_outdated_diff_discussions": { + "type": "boolean" + }, + "restrict_user_defined_variables": { + "type": "boolean" + }, + "runner_token_expiration_interval": { + "type": "null" + }, + "runners_token": { + "type": "string" + }, + "security_and_compliance_access_level": { + "type": "string" + }, + "security_and_compliance_enabled": { + "type": "boolean" + }, + "service_desk_enabled": { + "type": "boolean" + }, + "shared_runners_enabled": { + "type": "boolean" + }, + "snippets_access_level": { + "type": "string" + }, + "snippets_enabled": { + "type": "boolean" + }, + "squash_commit_template": { + "type": "null" + }, + "squash_option": { + "type": "string" + }, + "ssh_url_to_repo": { + "type": "string" + }, + "star_count": { + "type": "integer" + }, + "suggestion_commit_message": { + "type": "null" + }, + "updated_at": { + "type": "string" + }, + "visibility": { + "type": "string" + }, + "warn_about_potentially_unwanted_characters": { + "type": "boolean" + }, + "web_url": { + "type": "string" + }, + "wiki_access_level": { + "type": "string" + }, + "wiki_enabled": { + "type": "boolean" } }, - "required": [ - "id", - "description", - "name", - "name_with_namespace", - "path", - "path_with_namespace", - "created_at", - "tag_list", - "topics", - "ssh_url_to_repo", - "http_url_to_repo", - "web_url", - "avatar_url", - "star_count", - "last_activity_at", - "namespace", - "container_registry_image_prefix", - "_links", - "packages_enabled", - "empty_repo", - "archived", - "visibility", - "owner", - "resolve_outdated_diff_discussions", - "container_expiration_policy", - "issues_enabled", - "merge_requests_enabled", - "wiki_enabled", - "jobs_enabled", - "snippets_enabled", - "container_registry_enabled", - "service_desk_enabled", - "can_create_merge_request_in", - "issues_access_level", - "repository_access_level", - "merge_requests_access_level", - "forking_access_level", - "wiki_access_level", - "builds_access_level", - "snippets_access_level", - "pages_access_level", - "analytics_access_level", - "container_registry_access_level", - "security_and_compliance_access_level", - "releases_access_level", - "environments_access_level", - "feature_flags_access_level", - "infrastructure_access_level", - "monitor_access_level", - "emails_disabled", - "shared_runners_enabled", - "lfs_enabled", - "creator_id", - "import_status", - "open_issues_count", - "description_html", - "updated_at", - "public_jobs", - "shared_with_groups", - "only_allow_merge_if_pipeline_succeeds", - "allow_merge_on_skipped_pipeline", - "request_access_enabled", - "only_allow_merge_if_all_discussions_are_resolved", - "remove_source_branch_after_merge", - "printing_merge_request_link_enabled", - "merge_method", - "squash_option", - "enforce_auth_checks_on_uploads", - "suggestion_commit_message", - "merge_commit_template", - "squash_commit_template", - "issue_branch_template", - "autoclose_referenced_issues", - "permissions" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Gong/__schema__/v1.0.0/call/get.json b/packages/nodes-base/nodes/Gong/__schema__/v1.0.0/call/get.json index 6194ab3de1..6089880258 100644 --- a/packages/nodes-base/nodes/Gong/__schema__/v1.0.0/call/get.json +++ b/packages/nodes-base/nodes/Gong/__schema__/v1.0.0/call/get.json @@ -4,117 +4,57 @@ "metaData": { "type": "object", "properties": { - "id": { - "type": "string" + "customData": { + "type": "null" }, - "url": { - "type": "string" - }, - "title": { - "type": "string" - }, - "scheduled": { - "type": "string" - }, - "started": { + "direction": { "type": "string" }, "duration": { "type": "integer" }, - "primaryUserId": { + "id": { "type": "string" }, - "direction": { - "type": "string" + "isPrivate": { + "type": "boolean" }, - "system": { - "type": "string" - }, - "scope": { + "language": { "type": "string" }, "media": { "type": "string" }, - "language": { + "meetingUrl": { "type": "string" }, - "workspaceId": { + "primaryUserId": { "type": "string" }, - "customData": { - "type": "null" - }, "purpose": { "type": "null" }, - "meetingUrl": { + "scheduled": { "type": "string" }, - "isPrivate": { - "type": "boolean" - } - }, - "required": [ - "id", - "url", - "title", - "scheduled", - "started", - "duration", - "primaryUserId", - "direction", - "system", - "scope", - "media", - "language", - "workspaceId", - "sdrDisposition", - "clientUniqueId", - "customData", - "purpose", - "meetingUrl", - "isPrivate", - "calendarEventId" - ] - }, - "transcript": { - "type": "array", - "items": { - "type": "object", - "properties": { - "speakerId": { - "type": "string" - }, - "sentences": { - "type": "array", - "items": { - "type": "object", - "properties": { - "start": { - "type": "integer" - }, - "end": { - "type": "integer" - }, - "text": { - "type": "string" - } - }, - "required": [ - "start", - "end", - "text" - ] - } - } + "scope": { + "type": "string" }, - "required": [ - "speakerId", - "topic", - "sentences" - ] + "started": { + "type": "string" + }, + "system": { + "type": "string" + }, + "title": { + "type": "string" + }, + "url": { + "type": "string" + }, + "workspaceId": { + "type": "string" + } } }, "parties": { @@ -122,25 +62,13 @@ "items": { "type": "object", "properties": { - "id": { + "affiliation": { "type": "string" }, "emailAddress": { "type": "string" }, - "name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "userId": { - "type": "string" - }, - "affiliation": { - "type": "string" - }, - "phoneNumber": { + "id": { "type": "string" }, "methods": { @@ -148,19 +76,50 @@ "items": { "type": "string" } + }, + "name": { + "type": "string" + }, + "phoneNumber": { + "type": "string" + }, + "title": { + "type": "string" + }, + "userId": { + "type": "string" } - }, - "required": [ - "id", - "speakerId", - "affiliation", - "methods" - ] + } + } + }, + "transcript": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sentences": { + "type": "array", + "items": { + "type": "object", + "properties": { + "end": { + "type": "integer" + }, + "start": { + "type": "integer" + }, + "text": { + "type": "string" + } + } + } + }, + "speakerId": { + "type": "string" + } + } } } }, - "required": [ - "metaData" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Gong/__schema__/v1.0.0/call/getAll.json b/packages/nodes-base/nodes/Gong/__schema__/v1.0.0/call/getAll.json index ffbd3eeaa1..53a3809ca2 100644 --- a/packages/nodes-base/nodes/Gong/__schema__/v1.0.0/call/getAll.json +++ b/packages/nodes-base/nodes/Gong/__schema__/v1.0.0/call/getAll.json @@ -1,79 +1,57 @@ { "type": "object", "properties": { - "id": { - "type": "string" + "customData": { + "type": "null" }, - "url": { - "type": "string" - }, - "title": { - "type": "string" - }, - "scheduled": { - "type": "string" - }, - "started": { + "direction": { "type": "string" }, "duration": { "type": "integer" }, - "primaryUserId": { + "id": { "type": "string" }, - "direction": { - "type": "string" + "isPrivate": { + "type": "boolean" }, - "system": { - "type": "string" - }, - "scope": { + "language": { "type": "string" }, "media": { "type": "string" }, - "language": { + "meetingUrl": { "type": "string" }, - "workspaceId": { + "primaryUserId": { "type": "string" }, - "customData": { - "type": "null" - }, "purpose": { "type": "null" }, - "meetingUrl": { + "scheduled": { "type": "string" }, - "isPrivate": { - "type": "boolean" + "scope": { + "type": "string" + }, + "started": { + "type": "string" + }, + "system": { + "type": "string" + }, + "title": { + "type": "string" + }, + "url": { + "type": "string" + }, + "workspaceId": { + "type": "string" } }, - "required": [ - "id", - "url", - "title", - "scheduled", - "started", - "duration", - "primaryUserId", - "direction", - "system", - "scope", - "media", - "language", - "workspaceId", - "sdrDisposition", - "clientUniqueId", - "customData", - "purpose", - "meetingUrl", - "isPrivate", - "calendarEventId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Gong/__schema__/v1.0.0/user/get.json b/packages/nodes-base/nodes/Gong/__schema__/v1.0.0/user/get.json new file mode 100644 index 0000000000..c6006a72ed --- /dev/null +++ b/packages/nodes-base/nodes/Gong/__schema__/v1.0.0/user/get.json @@ -0,0 +1,76 @@ +{ + "type": "object", + "properties": { + "active": { + "type": "boolean" + }, + "created": { + "type": "string" + }, + "emailAddress": { + "type": "string" + }, + "emailAliases": { + "type": "array", + "items": { + "type": "string" + } + }, + "extension": { + "type": "null" + }, + "firstName": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "settings": { + "type": "object", + "properties": { + "emailsImported": { + "type": "boolean" + }, + "gongConnectEnabled": { + "type": "boolean" + }, + "nonRecordedMeetingsImported": { + "type": "boolean" + }, + "preventEmailImport": { + "type": "boolean" + }, + "preventWebConferenceRecording": { + "type": "boolean" + }, + "telephonyCallsImported": { + "type": "boolean" + }, + "webConferencesRecorded": { + "type": "boolean" + } + } + }, + "spokenLanguages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "language": { + "type": "string" + }, + "primary": { + "type": "boolean" + } + } + } + }, + "trustedEmailAddress": { + "type": "null" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Google/Ads/__schema__/v1.0.0/campaign/get.json b/packages/nodes-base/nodes/Google/Ads/__schema__/v1.0.0/campaign/get.json index 5c426ec754..852044b9fc 100644 --- a/packages/nodes-base/nodes/Google/Ads/__schema__/v1.0.0/campaign/get.json +++ b/packages/nodes-base/nodes/Google/Ads/__schema__/v1.0.0/campaign/get.json @@ -1,23 +1,17 @@ { "type": "object", "properties": { - "resourceName": { - "type": "string" - }, - "status": { - "type": "string" - }, "advertisingChannelType": { "type": "string" }, - "name": { + "amountMicros": { "type": "string" }, - "id": { - "type": "string" + "averageCost": { + "type": "number" }, - "videoViews": { - "type": "string" + "averageCpm": { + "type": "number" }, "costMicros": { "type": "string" @@ -25,11 +19,8 @@ "ctr": { "type": "number" }, - "averageCost": { - "type": "number" - }, - "averageCpm": { - "type": "number" + "id": { + "type": "string" }, "impressions": { "type": "string" @@ -40,26 +31,21 @@ "interactions": { "type": "string" }, + "name": { + "type": "string" + }, "period": { "type": "string" }, - "amountMicros": { + "resourceName": { + "type": "string" + }, + "status": { + "type": "string" + }, + "videoViews": { "type": "string" } }, - "required": [ - "resourceName", - "status", - "advertisingChannelType", - "name", - "id", - "videoViews", - "conversions", - "costMicros", - "impressions", - "interactions", - "period", - "amountMicros" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Ads/__schema__/v1.0.0/campaign/getAll.json b/packages/nodes-base/nodes/Google/Ads/__schema__/v1.0.0/campaign/getAll.json index a777eb839b..42cd5d9c16 100644 --- a/packages/nodes-base/nodes/Google/Ads/__schema__/v1.0.0/campaign/getAll.json +++ b/packages/nodes-base/nodes/Google/Ads/__schema__/v1.0.0/campaign/getAll.json @@ -1,53 +1,39 @@ { "type": "object", "properties": { - "resourceName": { - "type": "string" - }, - "status": { - "type": "string" - }, "advertisingChannelType": { "type": "string" }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "videoViews": { + "amountMicros": { "type": "string" }, "costMicros": { "type": "string" }, + "id": { + "type": "string" + }, "impressions": { "type": "string" }, "interactions": { "type": "string" }, + "name": { + "type": "string" + }, "period": { "type": "string" }, - "amountMicros": { + "resourceName": { + "type": "string" + }, + "status": { + "type": "string" + }, + "videoViews": { "type": "string" } }, - "required": [ - "resourceName", - "status", - "advertisingChannelType", - "name", - "id", - "videoViews", - "conversions", - "costMicros", - "impressions", - "interactions", - "period", - "amountMicros" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Analytics/__schema__/v2.0.0/report/get.json b/packages/nodes-base/nodes/Google/Analytics/__schema__/v2.0.0/report/get.json index c471587a2e..4be236dc78 100644 --- a/packages/nodes-base/nodes/Google/Analytics/__schema__/v2.0.0/report/get.json +++ b/packages/nodes-base/nodes/Google/Analytics/__schema__/v2.0.0/report/get.json @@ -1,14 +1,12 @@ { "type": "object", "properties": { - "screenPageViews": { - "type": "string" - }, "date": { "type": "string" }, "totalUsers": { "type": "string" } - } + }, + "version": 1 } diff --git a/packages/nodes-base/nodes/Google/BusinessProfile/__schema__/v1.0.0/review/getAll.json b/packages/nodes-base/nodes/Google/BusinessProfile/__schema__/v1.0.0/review/getAll.json new file mode 100644 index 0000000000..13fd835814 --- /dev/null +++ b/packages/nodes-base/nodes/Google/BusinessProfile/__schema__/v1.0.0/review/getAll.json @@ -0,0 +1,46 @@ +{ + "type": "object", + "properties": { + "comment": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "name": { + "type": "string" + }, + "reviewer": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "profilePhotoUrl": { + "type": "string" + } + } + }, + "reviewId": { + "type": "string" + }, + "reviewReply": { + "type": "object", + "properties": { + "comment": { + "type": "string" + }, + "updateTime": { + "type": "string" + } + } + }, + "starRating": { + "type": "string" + }, + "updateTime": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/create.json b/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/create.json index c26436b12f..6f012a7e42 100644 --- a/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/create.json +++ b/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/create.json @@ -1,17 +1,17 @@ { "type": "object", "properties": { - "id": { + "created": { "type": "string" }, - "start": { + "creator": { "type": "object", "properties": { - "dateTime": { + "email": { "type": "string" }, - "timeZone": { - "type": "string" + "self": { + "type": "boolean" } } }, @@ -26,41 +26,6 @@ } } }, - "creator": { - "type": "object", - "properties": { - "email": { - "type": "string" - }, - "self": { - "type": "boolean" - } - }, - "required": [ - "email" - ] - }, - "organizer": { - "type": "object", - "properties": { - "email": { - "type": "string" - }, - "self": { - "type": "boolean" - } - }, - "required": [ - "email", - "self" - ] - }, - "created": { - "type": "string" - }, - "updated": { - "type": "string" - }, "etag": { "type": "string" }, @@ -73,46 +38,54 @@ "iCalUID": { "type": "string" }, + "id": { + "type": "string" + }, "kind": { "type": "string" }, + "organizer": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "self": { + "type": "boolean" + } + } + }, "reminders": { "type": "object", "properties": { "useDefault": { "type": "boolean" } - }, - "required": [ - "useDefault" - ] + } }, "sequence": { "type": "integer" }, + "start": { + "type": "object", + "properties": { + "dateTime": { + "type": "string" + }, + "timeZone": { + "type": "string" + } + } + }, "status": { "type": "string" }, - "description": { + "summary": { + "type": "string" + }, + "updated": { "type": "string" } }, - "required": [ - "id", - "start", - "end", - "creator", - "organizer", - "created", - "updated", - "etag", - "eventType", - "htmlLink", - "iCalUID", - "kind", - "reminders", - "sequence", - "status" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/get.json b/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/get.json index 1cb8e81377..f899225fe5 100644 --- a/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/get.json +++ b/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/get.json @@ -1,19 +1,13 @@ { "type": "object", "properties": { - "id": { + "created": { "type": "string" }, - "summary": { - "type": "string" - }, - "start": { + "creator": { "type": "object", "properties": { - "dateTime": { - "type": "string" - }, - "timeZone": { + "email": { "type": "string" } } @@ -29,40 +23,6 @@ } } }, - "creator": { - "type": "object", - "properties": { - "email": { - "type": "string" - } - }, - "required": [ - "email" - ] - }, - "organizer": { - "type": "object", - "properties": { - "email": { - "type": "string" - }, - "self": { - "type": "boolean" - }, - "displayName": { - "type": "string" - } - }, - "required": [ - "email" - ] - }, - "created": { - "type": "string" - }, - "updated": { - "type": "string" - }, "etag": { "type": "string" }, @@ -75,25 +35,56 @@ "iCalUID": { "type": "string" }, + "id": { + "type": "string" + }, "kind": { "type": "string" }, + "organizer": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "email": { + "type": "string" + }, + "self": { + "type": "boolean" + } + } + }, "reminders": { "type": "object", "properties": { "useDefault": { "type": "boolean" } - }, - "required": [ - "useDefault" - ] + } }, "sequence": { "type": "integer" }, + "start": { + "type": "object", + "properties": { + "dateTime": { + "type": "string" + }, + "timeZone": { + "type": "string" + } + } + }, "status": { "type": "string" + }, + "summary": { + "type": "string" + }, + "updated": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/getAll.json b/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/getAll.json index 07009646a6..6f012a7e42 100644 --- a/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/getAll.json +++ b/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/getAll.json @@ -1,20 +1,17 @@ { "type": "object", "properties": { - "id": { + "created": { "type": "string" }, - "summary": { - "type": "string" - }, - "start": { + "creator": { "type": "object", "properties": { - "dateTime": { + "email": { "type": "string" }, - "timeZone": { - "type": "string" + "self": { + "type": "boolean" } } }, @@ -29,40 +26,6 @@ } } }, - "creator": { - "type": "object", - "properties": { - "email": { - "type": "string" - }, - "self": { - "type": "boolean" - } - }, - "required": [ - "email" - ] - }, - "organizer": { - "type": "object", - "properties": { - "email": { - "type": "string" - }, - "self": { - "type": "boolean" - } - }, - "required": [ - "email" - ] - }, - "created": { - "type": "string" - }, - "updated": { - "type": "string" - }, "etag": { "type": "string" }, @@ -75,25 +38,53 @@ "iCalUID": { "type": "string" }, + "id": { + "type": "string" + }, "kind": { "type": "string" }, + "organizer": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "self": { + "type": "boolean" + } + } + }, "reminders": { "type": "object", "properties": { "useDefault": { "type": "boolean" } - }, - "required": [ - "useDefault" - ] + } }, "sequence": { "type": "integer" }, + "start": { + "type": "object", + "properties": { + "dateTime": { + "type": "string" + }, + "timeZone": { + "type": "string" + } + } + }, "status": { "type": "string" + }, + "summary": { + "type": "string" + }, + "updated": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/update.json b/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/update.json index 8b02b0dd5e..c08344925c 100644 --- a/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/update.json +++ b/packages/nodes-base/nodes/Google/Calendar/__schema__/v1.3.0/event/update.json @@ -1,20 +1,17 @@ { "type": "object", "properties": { - "id": { + "created": { "type": "string" }, - "summary": { - "type": "string" - }, - "start": { + "creator": { "type": "object", "properties": { - "dateTime": { + "email": { "type": "string" }, - "timeZone": { - "type": "string" + "self": { + "type": "boolean" } } }, @@ -29,40 +26,6 @@ } } }, - "creator": { - "type": "object", - "properties": { - "email": { - "type": "string" - } - }, - "required": [ - "email" - ] - }, - "organizer": { - "type": "object", - "properties": { - "email": { - "type": "string" - }, - "displayName": { - "type": "string" - }, - "self": { - "type": "boolean" - } - }, - "required": [ - "email" - ] - }, - "created": { - "type": "string" - }, - "updated": { - "type": "string" - }, "etag": { "type": "string" }, @@ -75,25 +38,56 @@ "iCalUID": { "type": "string" }, + "id": { + "type": "string" + }, "kind": { "type": "string" }, + "organizer": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "email": { + "type": "string" + }, + "self": { + "type": "boolean" + } + } + }, "reminders": { "type": "object", "properties": { "useDefault": { "type": "boolean" } - }, - "required": [ - "useDefault" - ] + } }, "sequence": { "type": "integer" }, + "start": { + "type": "object", + "properties": { + "dateTime": { + "type": "string" + }, + "timeZone": { + "type": "string" + } + } + }, "status": { "type": "string" + }, + "summary": { + "type": "string" + }, + "updated": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/member/getAll.json b/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/member/getAll.json index 893ab1dba5..8f43fa4175 100644 --- a/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/member/getAll.json +++ b/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/member/getAll.json @@ -1,46 +1,35 @@ { "type": "object", "properties": { - "name": { - "type": "string" - }, - "state": { + "createTime": { "type": "string" }, "member": { "type": "object", "properties": { - "name": { - "type": "string" - }, - "type": { - "type": "string" - }, "displayName": { "type": "string" }, "domainId": { "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "name", - "type" - ] + } }, - "createTime": { + "name": { "type": "string" }, "role": { "type": "string" + }, + "state": { + "type": "string" } }, - "required": [ - "name", - "state", - "member", - "createTime", - "role" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/message/create.json b/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/message/create.json index cb10a75419..6218beaab7 100644 --- a/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/message/create.json +++ b/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/message/create.json @@ -1,6 +1,15 @@ { "type": "object", "properties": { + "argumentText": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "formattedText": { + "type": "string" + }, "name": { "type": "string" }, @@ -10,20 +19,18 @@ "name": { "type": "string" }, - "displayName": { - "type": "string" - }, "type": { "type": "string" } - }, - "required": [ - "name", - "type" - ] + } }, - "createTime": { - "type": "string" + "space": { + "type": "object", + "properties": { + "name": { + "type": "string" + } + } }, "text": { "type": "string" @@ -34,56 +41,7 @@ "name": { "type": "string" } - }, - "required": [ - "name" - ] - }, - "space": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "type": { - "type": "string" - }, - "spaceThreadingState": { - "type": "string" - }, - "spaceType": { - "type": "string" - }, - "spaceHistoryState": { - "type": "string" - }, - "lastActiveTime": { - "type": "string" - }, - "membershipCount": { - "type": "object", - "properties": { - "joinedDirectHumanUserCount": { - "type": "integer" - } - }, - "required": [ - "joinedDirectHumanUserCount" - ] - }, - "spaceUri": { - "type": "string" - } - }, - "required": [ - "name" - ] - }, - "argumentText": { - "type": "string" - }, - "formattedText": { - "type": "string" + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/message/get.json b/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/message/get.json index e723f2eede..252db833f7 100644 --- a/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/message/get.json +++ b/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/message/get.json @@ -1,62 +1,32 @@ { "type": "object", "properties": { - "name": { + "createTime": { "type": "string" }, - "createTime": { + "name": { "type": "string" }, "sender": { "type": "object", "properties": { - "name": { - "type": "string" - }, - "type": { - "type": "string" - }, "displayName": { "type": "string" }, "domainId": { "type": "string" - } - }, - "required": [ - "name", - "type" - ] - }, - "thread": { - "type": "object", - "properties": { - "name": { - "type": "string" - } - }, - "required": [ - "name" - ] - }, - "space": { - "type": "object", - "properties": { + }, "name": { "type": "string" }, "type": { "type": "string" - }, - "spaceThreadingState": { - "type": "string" - }, - "spaceType": { - "type": "string" - }, - "spaceHistoryState": { - "type": "string" - }, + } + } + }, + "space": { + "type": "object", + "properties": { "lastActiveTime": { "type": "string" }, @@ -66,21 +36,38 @@ "joinedDirectHumanUserCount": { "type": "integer" } - }, - "required": [ - "joinedDirectHumanUserCount" - ] + } }, - "spaceUri": { + "name": { "type": "string" }, "singleUserBotDm": { "type": "boolean" + }, + "spaceHistoryState": { + "type": "string" + }, + "spaceThreadingState": { + "type": "string" + }, + "spaceType": { + "type": "string" + }, + "spaceUri": { + "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "name" - ] + } + }, + "thread": { + "type": "object", + "properties": { + "name": { + "type": "string" + } + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/message/sendAndWait.json b/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/message/sendAndWait.json index 7982e63365..2dde35e437 100644 --- a/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/message/sendAndWait.json +++ b/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/message/sendAndWait.json @@ -10,8 +10,5 @@ } } }, - "required": [ - "data" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/space/get.json b/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/space/get.json index b9d1e897e7..5b2c19107b 100644 --- a/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/space/get.json +++ b/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/space/get.json @@ -1,27 +1,20 @@ { "type": "object", "properties": { - "name": { - "type": "string" + "accessSettings": { + "type": "object", + "properties": { + "accessState": { + "type": "string" + } + } }, - "type": { + "createTime": { "type": "string" }, "displayName": { "type": "string" }, - "spaceThreadingState": { - "type": "string" - }, - "spaceType": { - "type": "string" - }, - "spaceHistoryState": { - "type": "string" - }, - "createTime": { - "type": "string" - }, "lastActiveTime": { "type": "string" }, @@ -31,84 +24,14 @@ "joinedDirectHumanUserCount": { "type": "integer" } - }, - "required": [ - "joinedDirectHumanUserCount" - ] + } }, - "accessSettings": { - "type": "object", - "properties": { - "accessState": { - "type": "string" - } - }, - "required": [ - "accessState" - ] - }, - "spaceUri": { + "name": { "type": "string" }, "permissionSettings": { "type": "object", "properties": { - "manageMembersAndGroups": { - "type": "object", - "properties": { - "managersAllowed": { - "type": "boolean" - }, - "membersAllowed": { - "type": "boolean" - } - }, - "required": [ - "managersAllowed" - ] - }, - "modifySpaceDetails": { - "type": "object", - "properties": { - "managersAllowed": { - "type": "boolean" - }, - "membersAllowed": { - "type": "boolean" - } - }, - "required": [ - "managersAllowed" - ] - }, - "toggleHistory": { - "type": "object", - "properties": { - "managersAllowed": { - "type": "boolean" - }, - "membersAllowed": { - "type": "boolean" - } - }, - "required": [ - "managersAllowed" - ] - }, - "useAtMentionAll": { - "type": "object", - "properties": { - "managersAllowed": { - "type": "boolean" - }, - "membersAllowed": { - "type": "boolean" - } - }, - "required": [ - "managersAllowed" - ] - }, "manageApps": { "type": "object", "properties": { @@ -118,10 +41,18 @@ "membersAllowed": { "type": "boolean" } - }, - "required": [ - "managersAllowed" - ] + } + }, + "manageMembersAndGroups": { + "type": "object", + "properties": { + "managersAllowed": { + "type": "boolean" + }, + "membersAllowed": { + "type": "boolean" + } + } }, "manageWebhooks": { "type": "object", @@ -132,10 +63,18 @@ "membersAllowed": { "type": "boolean" } - }, - "required": [ - "managersAllowed" - ] + } + }, + "modifySpaceDetails": { + "type": "object", + "properties": { + "managersAllowed": { + "type": "boolean" + }, + "membersAllowed": { + "type": "boolean" + } + } }, "postMessages": { "type": "object", @@ -146,10 +85,7 @@ "membersAllowed": { "type": "boolean" } - }, - "required": [ - "managersAllowed" - ] + } }, "replyMessages": { "type": "object", @@ -160,23 +96,46 @@ "membersAllowed": { "type": "boolean" } - }, - "required": [ - "managersAllowed", - "membersAllowed" - ] + } + }, + "toggleHistory": { + "type": "object", + "properties": { + "managersAllowed": { + "type": "boolean" + }, + "membersAllowed": { + "type": "boolean" + } + } + }, + "useAtMentionAll": { + "type": "object", + "properties": { + "managersAllowed": { + "type": "boolean" + }, + "membersAllowed": { + "type": "boolean" + } + } } - }, - "required": [ - "manageMembersAndGroups", - "modifySpaceDetails", - "toggleHistory", - "useAtMentionAll", - "manageApps", - "manageWebhooks", - "postMessages", - "replyMessages" - ] + } + }, + "spaceHistoryState": { + "type": "string" + }, + "spaceThreadingState": { + "type": "string" + }, + "spaceType": { + "type": "string" + }, + "spaceUri": { + "type": "string" + }, + "type": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/space/getAll.json b/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/space/getAll.json index 077b4fb24c..c5026942fe 100644 --- a/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/space/getAll.json +++ b/packages/nodes-base/nodes/Google/Chat/__schema__/v1.0.0/space/getAll.json @@ -1,27 +1,12 @@ { "type": "object", "properties": { - "name": { - "type": "string" - }, - "type": { + "createTime": { "type": "string" }, "displayName": { "type": "string" }, - "spaceThreadingState": { - "type": "string" - }, - "spaceType": { - "type": "string" - }, - "spaceHistoryState": { - "type": "string" - }, - "createTime": { - "type": "string" - }, "lastActiveTime": { "type": "string" }, @@ -31,27 +16,26 @@ "joinedDirectHumanUserCount": { "type": "integer" } - }, - "required": [ - "joinedDirectHumanUserCount" - ] + } + }, + "name": { + "type": "string" + }, + "spaceHistoryState": { + "type": "string" + }, + "spaceThreadingState": { + "type": "string" + }, + "spaceType": { + "type": "string" }, "spaceUri": { "type": "string" }, - "singleUserBotDm": { - "type": "boolean" + "type": { + "type": "string" } }, - "required": [ - "name", - "type", - "spaceThreadingState", - "spaceType", - "spaceHistoryState", - "lastActiveTime", - "membershipCount", - "spaceUri" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/CloudNaturalLanguage/__schema__/v1.0.0/document/analyzeSentiment.json b/packages/nodes-base/nodes/Google/CloudNaturalLanguage/__schema__/v1.0.0/document/analyzeSentiment.json index 994612550c..217d8975cd 100644 --- a/packages/nodes-base/nodes/Google/CloudNaturalLanguage/__schema__/v1.0.0/document/analyzeSentiment.json +++ b/packages/nodes-base/nodes/Google/CloudNaturalLanguage/__schema__/v1.0.0/document/analyzeSentiment.json @@ -12,30 +12,17 @@ "text": { "type": "object", "properties": { - "content": { - "type": "string" - }, "beginOffset": { "type": "integer" + }, + "content": { + "type": "string" } - }, - "required": [ - "content", - "beginOffset" - ] + } } - }, - "required": [ - "text", - "sentiment" - ] + } } } }, - "required": [ - "documentSentiment", - "language", - "sentences" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/create.json b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/create.json index 664490a7c6..120dfa6cc6 100644 --- a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/create.json +++ b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/create.json @@ -1,57 +1,12 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "selfLink": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "projectNumber": { + "etag": { "type": "string" }, "generation": { "type": "string" }, - "metageneration": { - "type": "string" - }, - "location": { - "type": "string" - }, - "storageClass": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "timeCreated": { - "type": "string" - }, - "updated": { - "type": "string" - }, - "softDeletePolicy": { - "type": "object", - "properties": { - "retentionDurationSeconds": { - "type": "string" - }, - "effectiveTime": { - "type": "string" - } - }, - "required": [ - "retentionDurationSeconds", - "effectiveTime" - ] - }, "iamConfiguration": { "type": "object", "properties": { @@ -61,10 +16,10 @@ "enabled": { "type": "boolean" } - }, - "required": [ - "enabled" - ] + } + }, + "publicAccessPrevention": { + "type": "string" }, "uniformBucketLevelAccess": { "type": "object", @@ -72,43 +27,57 @@ "enabled": { "type": "boolean" } - }, - "required": [ - "enabled" - ] - }, - "publicAccessPrevention": { - "type": "string" + } } - }, - "required": [ - "bucketPolicyOnly", - "uniformBucketLevelAccess", - "publicAccessPrevention" - ] + } + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "location": { + "type": "string" }, "locationType": { "type": "string" }, + "metageneration": { + "type": "string" + }, + "name": { + "type": "string" + }, + "projectNumber": { + "type": "string" + }, "rpo": { "type": "string" + }, + "selfLink": { + "type": "string" + }, + "softDeletePolicy": { + "type": "object", + "properties": { + "effectiveTime": { + "type": "string" + }, + "retentionDurationSeconds": { + "type": "string" + } + } + }, + "storageClass": { + "type": "string" + }, + "timeCreated": { + "type": "string" + }, + "updated": { + "type": "string" } }, - "required": [ - "kind", - "selfLink", - "id", - "name", - "projectNumber", - "metageneration", - "location", - "storageClass", - "etag", - "timeCreated", - "updated", - "softDeletePolicy", - "iamConfiguration", - "locationType" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/get.json b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/get.json index d26e0e61b3..1eaa6470a3 100644 --- a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/get.json +++ b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/get.json @@ -1,55 +1,19 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "selfLink": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "projectNumber": { + "etag": { "type": "string" }, "generation": { "type": "string" }, - "metageneration": { - "type": "string" - }, - "location": { - "type": "string" - }, - "storageClass": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "timeCreated": { - "type": "string" - }, - "updated": { - "type": "string" - }, - "softDeletePolicy": { + "hierarchicalNamespace": { "type": "object", "properties": { - "retentionDurationSeconds": { - "type": "string" - }, - "effectiveTime": { - "type": "string" + "enabled": { + "type": "boolean" } - }, - "required": [ - "retentionDurationSeconds" - ] + } }, "iamConfiguration": { "type": "object", @@ -63,10 +27,10 @@ "lockedTime": { "type": "string" } - }, - "required": [ - "enabled" - ] + } + }, + "publicAccessPrevention": { + "type": "string" }, "uniformBucketLevelAccess": { "type": "object", @@ -77,38 +41,54 @@ "lockedTime": { "type": "string" } - }, - "required": [ - "enabled" - ] - }, - "publicAccessPrevention": { - "type": "string" + } } - }, - "required": [ - "bucketPolicyOnly", - "uniformBucketLevelAccess", - "publicAccessPrevention" - ] + } + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "location": { + "type": "string" }, "locationType": { "type": "string" }, - "hierarchicalNamespace": { + "metageneration": { + "type": "string" + }, + "name": { + "type": "string" + }, + "projectNumber": { + "type": "string" + }, + "selfLink": { + "type": "string" + }, + "softDeletePolicy": { "type": "object", "properties": { - "enabled": { - "type": "boolean" + "effectiveTime": { + "type": "string" + }, + "retentionDurationSeconds": { + "type": "string" } - }, - "required": [ - "enabled" - ] + } + }, + "storageClass": { + "type": "string" + }, + "timeCreated": { + "type": "string" + }, + "updated": { + "type": "string" } }, - "required": [ - "kind" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/getAll.json b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/getAll.json index e81ac5d3bd..0ddc5cc25e 100644 --- a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/getAll.json +++ b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/getAll.json @@ -1,55 +1,19 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "selfLink": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "projectNumber": { + "etag": { "type": "string" }, "generation": { "type": "string" }, - "metageneration": { - "type": "string" - }, - "location": { - "type": "string" - }, - "storageClass": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "timeCreated": { - "type": "string" - }, - "updated": { - "type": "string" - }, - "softDeletePolicy": { + "hierarchicalNamespace": { "type": "object", "properties": { - "retentionDurationSeconds": { - "type": "string" - }, - "effectiveTime": { - "type": "string" + "enabled": { + "type": "boolean" } - }, - "required": [ - "retentionDurationSeconds" - ] + } }, "iamConfiguration": { "type": "object", @@ -63,10 +27,10 @@ "lockedTime": { "type": "string" } - }, - "required": [ - "enabled" - ] + } + }, + "publicAccessPrevention": { + "type": "string" }, "uniformBucketLevelAccess": { "type": "object", @@ -77,39 +41,57 @@ "lockedTime": { "type": "string" } - }, - "required": [ - "enabled" - ] - }, - "publicAccessPrevention": { - "type": "string" + } } - }, - "required": [ - "bucketPolicyOnly", - "uniformBucketLevelAccess", - "publicAccessPrevention" - ] + } + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "location": { + "type": "string" }, "locationType": { "type": "string" + }, + "metageneration": { + "type": "string" + }, + "name": { + "type": "string" + }, + "projectNumber": { + "type": "string" + }, + "rpo": { + "type": "string" + }, + "selfLink": { + "type": "string" + }, + "softDeletePolicy": { + "type": "object", + "properties": { + "effectiveTime": { + "type": "string" + }, + "retentionDurationSeconds": { + "type": "string" + } + } + }, + "storageClass": { + "type": "string" + }, + "timeCreated": { + "type": "string" + }, + "updated": { + "type": "string" } }, - "required": [ - "kind", - "selfLink", - "id", - "name", - "projectNumber", - "metageneration", - "location", - "storageClass", - "etag", - "timeCreated", - "updated", - "softDeletePolicy", - "locationType" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/update.json b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/update.json index 0a87a6e69b..0ddc5cc25e 100644 --- a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/update.json +++ b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/update.json @@ -1,56 +1,19 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "selfLink": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "projectNumber": { + "etag": { "type": "string" }, "generation": { "type": "string" }, - "metageneration": { - "type": "string" - }, - "location": { - "type": "string" - }, - "storageClass": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "timeCreated": { - "type": "string" - }, - "updated": { - "type": "string" - }, - "softDeletePolicy": { + "hierarchicalNamespace": { "type": "object", "properties": { - "retentionDurationSeconds": { - "type": "string" - }, - "effectiveTime": { - "type": "string" + "enabled": { + "type": "boolean" } - }, - "required": [ - "retentionDurationSeconds", - "effectiveTime" - ] + } }, "iamConfiguration": { "type": "object", @@ -64,10 +27,10 @@ "lockedTime": { "type": "string" } - }, - "required": [ - "enabled" - ] + } + }, + "publicAccessPrevention": { + "type": "string" }, "uniformBucketLevelAccess": { "type": "object", @@ -78,55 +41,57 @@ "lockedTime": { "type": "string" } - }, - "required": [ - "enabled" - ] - }, - "publicAccessPrevention": { - "type": "string" + } } - }, - "required": [ - "bucketPolicyOnly", - "uniformBucketLevelAccess", - "publicAccessPrevention" - ] + } + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "location": { + "type": "string" }, "locationType": { "type": "string" }, + "metageneration": { + "type": "string" + }, + "name": { + "type": "string" + }, + "projectNumber": { + "type": "string" + }, "rpo": { "type": "string" }, - "hierarchicalNamespace": { + "selfLink": { + "type": "string" + }, + "softDeletePolicy": { "type": "object", "properties": { - "enabled": { - "type": "boolean" + "effectiveTime": { + "type": "string" + }, + "retentionDurationSeconds": { + "type": "string" } - }, - "required": [ - "enabled" - ] + } + }, + "storageClass": { + "type": "string" + }, + "timeCreated": { + "type": "string" + }, + "updated": { + "type": "string" } }, - "required": [ - "kind", - "selfLink", - "id", - "name", - "projectNumber", - "generation", - "metageneration", - "location", - "storageClass", - "etag", - "timeCreated", - "updated", - "softDeletePolicy", - "iamConfiguration", - "locationType" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/create.json b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/create.json index 35a3047799..bcdeaf1acd 100644 --- a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/create.json +++ b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/create.json @@ -1,80 +1,60 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "id": { - "type": "string" - }, - "selfLink": { - "type": "string" - }, - "mediaLink": { - "type": "string" - }, - "name": { - "type": "string" - }, "bucket": { "type": "string" }, - "generation": { - "type": "string" - }, - "metageneration": { - "type": "string" - }, "contentType": { "type": "string" }, - "storageClass": { - "type": "string" - }, - "size": { - "type": "string" - }, - "md5Hash": { - "type": "string" - }, "crc32c": { "type": "string" }, "etag": { "type": "string" }, + "generation": { + "type": "string" + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "md5Hash": { + "type": "string" + }, + "mediaLink": { + "type": "string" + }, + "metageneration": { + "type": "string" + }, + "name": { + "type": "string" + }, + "selfLink": { + "type": "string" + }, + "size": { + "type": "string" + }, + "storageClass": { + "type": "string" + }, "timeCreated": { "type": "string" }, - "updated": { + "timeFinalized": { "type": "string" }, "timeStorageClassUpdated": { "type": "string" }, - "timeFinalized": { + "updated": { "type": "string" } }, - "required": [ - "kind", - "id", - "selfLink", - "mediaLink", - "name", - "bucket", - "generation", - "metageneration", - "contentType", - "storageClass", - "size", - "md5Hash", - "crc32c", - "etag", - "timeCreated", - "updated", - "timeStorageClassUpdated", - "timeFinalized" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/delete.json b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/delete.json index d447109cba..6b7bfdb35f 100644 --- a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/delete.json +++ b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/delete.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "error" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/get.json b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/get.json index a54ae96876..bcdeaf1acd 100644 --- a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/get.json +++ b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/get.json @@ -1,58 +1,58 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "id": { - "type": "string" - }, - "selfLink": { - "type": "string" - }, - "mediaLink": { - "type": "string" - }, - "name": { - "type": "string" - }, "bucket": { "type": "string" }, - "generation": { - "type": "string" - }, - "metageneration": { - "type": "string" - }, "contentType": { "type": "string" }, - "storageClass": { - "type": "string" - }, - "size": { - "type": "string" - }, - "md5Hash": { - "type": "string" - }, "crc32c": { "type": "string" }, "etag": { "type": "string" }, + "generation": { + "type": "string" + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "md5Hash": { + "type": "string" + }, + "mediaLink": { + "type": "string" + }, + "metageneration": { + "type": "string" + }, + "name": { + "type": "string" + }, + "selfLink": { + "type": "string" + }, + "size": { + "type": "string" + }, + "storageClass": { + "type": "string" + }, "timeCreated": { "type": "string" }, - "updated": { + "timeFinalized": { "type": "string" }, "timeStorageClassUpdated": { "type": "string" }, - "timeFinalized": { + "updated": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/getAll.json b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/getAll.json index e809c71b30..bcdeaf1acd 100644 --- a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/getAll.json +++ b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/getAll.json @@ -1,79 +1,60 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "id": { - "type": "string" - }, - "selfLink": { - "type": "string" - }, - "mediaLink": { - "type": "string" - }, - "name": { - "type": "string" - }, "bucket": { "type": "string" }, - "generation": { - "type": "string" - }, - "metageneration": { - "type": "string" - }, "contentType": { "type": "string" }, - "storageClass": { - "type": "string" - }, - "size": { - "type": "string" - }, - "md5Hash": { - "type": "string" - }, "crc32c": { "type": "string" }, "etag": { "type": "string" }, + "generation": { + "type": "string" + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "md5Hash": { + "type": "string" + }, + "mediaLink": { + "type": "string" + }, + "metageneration": { + "type": "string" + }, + "name": { + "type": "string" + }, + "selfLink": { + "type": "string" + }, + "size": { + "type": "string" + }, + "storageClass": { + "type": "string" + }, "timeCreated": { "type": "string" }, - "updated": { + "timeFinalized": { "type": "string" }, "timeStorageClassUpdated": { "type": "string" }, - "timeFinalized": { + "updated": { "type": "string" } }, - "required": [ - "kind", - "id", - "selfLink", - "mediaLink", - "name", - "bucket", - "generation", - "metageneration", - "storageClass", - "size", - "md5Hash", - "crc32c", - "etag", - "timeCreated", - "updated", - "timeStorageClassUpdated", - "timeFinalized" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/update.json b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/update.json index a54ae96876..bcdeaf1acd 100644 --- a/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/update.json +++ b/packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/object/update.json @@ -1,58 +1,58 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "id": { - "type": "string" - }, - "selfLink": { - "type": "string" - }, - "mediaLink": { - "type": "string" - }, - "name": { - "type": "string" - }, "bucket": { "type": "string" }, - "generation": { - "type": "string" - }, - "metageneration": { - "type": "string" - }, "contentType": { "type": "string" }, - "storageClass": { - "type": "string" - }, - "size": { - "type": "string" - }, - "md5Hash": { - "type": "string" - }, "crc32c": { "type": "string" }, "etag": { "type": "string" }, + "generation": { + "type": "string" + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "md5Hash": { + "type": "string" + }, + "mediaLink": { + "type": "string" + }, + "metageneration": { + "type": "string" + }, + "name": { + "type": "string" + }, + "selfLink": { + "type": "string" + }, + "size": { + "type": "string" + }, + "storageClass": { + "type": "string" + }, "timeCreated": { "type": "string" }, - "updated": { + "timeFinalized": { "type": "string" }, "timeStorageClassUpdated": { "type": "string" }, - "timeFinalized": { + "updated": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/create.json b/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/create.json index c9405cf050..8f3578439b 100644 --- a/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/create.json +++ b/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/create.json @@ -1,180 +1,17 @@ { "type": "object", "properties": { - "resourceName": { + "contactId": { "type": "string" }, "etag": { "type": "string" }, - "metadata": { - "type": "object", - "properties": { - "sources": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "updateTime": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "etag", - "updateTime" - ] - } - }, - "objectType": { - "type": "string" - } - }, - "required": [ - "sources", - "objectType" - ] - }, - "names": { - "type": "array", - "items": { - "type": "object", - "properties": { - "metadata": { - "type": "object", - "properties": { - "primary": { - "type": "boolean" - }, - "source": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "type", - "id" - ] - }, - "sourcePrimary": { - "type": "boolean" - } - }, - "required": [ - "source" - ] - }, - "displayName": { - "type": "string" - }, - "familyName": { - "type": "string" - }, - "givenName": { - "type": "string" - }, - "displayNameLastFirst": { - "type": "string" - }, - "unstructuredName": { - "type": "string" - } - }, - "required": [ - "metadata", - "displayName", - "displayNameLastFirst", - "unstructuredName" - ] - } - }, - "photos": { - "type": "array", - "items": { - "type": "object", - "properties": { - "metadata": { - "type": "object", - "properties": { - "primary": { - "type": "boolean" - }, - "source": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "type", - "id" - ] - } - }, - "required": [ - "source" - ] - }, - "url": { - "type": "string" - }, - "default": { - "type": "boolean" - } - }, - "required": [ - "metadata", - "url" - ] - } - }, "memberships": { "type": "array", "items": { "type": "object", "properties": { - "metadata": { - "type": "object", - "properties": { - "source": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "type", - "id" - ] - } - }, - "required": [ - "source" - ] - }, "contactGroupMembership": { "type": "object", "properties": { @@ -184,19 +21,134 @@ "contactGroupResourceName": { "type": "string" } - }, - "required": [ - "contactGroupId", - "contactGroupResourceName" - ] + } + }, + "metadata": { + "type": "object", + "properties": { + "source": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + } } - }, - "required": [ - "metadata" - ] + } } }, - "contactId": { + "metadata": { + "type": "object", + "properties": { + "objectType": { + "type": "string" + }, + "sources": { + "type": "array", + "items": { + "type": "object", + "properties": { + "etag": { + "type": "string" + }, + "id": { + "type": "string" + }, + "type": { + "type": "string" + }, + "updateTime": { + "type": "string" + } + } + } + } + } + }, + "names": { + "type": "array", + "items": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "displayNameLastFirst": { + "type": "string" + }, + "familyName": { + "type": "string" + }, + "givenName": { + "type": "string" + }, + "metadata": { + "type": "object", + "properties": { + "primary": { + "type": "boolean" + }, + "source": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "sourcePrimary": { + "type": "boolean" + } + } + }, + "unstructuredName": { + "type": "string" + } + } + } + }, + "photos": { + "type": "array", + "items": { + "type": "object", + "properties": { + "default": { + "type": "boolean" + }, + "metadata": { + "type": "object", + "properties": { + "primary": { + "type": "boolean" + }, + "source": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + } + }, + "url": { + "type": "string" + } + } + } + }, + "resourceName": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/get.json b/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/get.json index 12cdbf68b6..12d4eb0287 100644 --- a/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/get.json +++ b/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/get.json @@ -1,13 +1,33 @@ { "type": "object", "properties": { - "resourceName": { + "contactId": { "type": "string" }, "etag": { "type": "string" }, - "contactId": { + "names": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "displayNameLastFirst": { + "type": "string" + }, + "familyName": { + "type": "string" + }, + "givenName": { + "type": "string" + }, + "unstructuredName": { + "type": "string" + } + } + }, + "resourceName": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/getAll.json b/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/getAll.json index 39aa1b5de8..ffffc6f147 100644 --- a/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/getAll.json +++ b/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/getAll.json @@ -1,31 +1,46 @@ { "type": "object", "properties": { - "resourceName": { + "contactId": { "type": "string" }, "etag": { "type": "string" }, - "contactId": { - "type": "string" - }, - "emailAddresses": { + "names": { "type": "object", "properties": { - "undefined": { + "displayName": { + "type": "string" + }, + "displayNameLastFirst": { + "type": "string" + }, + "familyName": { + "type": "string" + }, + "givenName": { + "type": "string" + }, + "unstructuredName": { + "type": "string" + } + } + }, + "phoneNumbers": { + "type": "object", + "properties": { + "mobile": { "type": "array", "items": { "type": "string" } } } + }, + "resourceName": { + "type": "string" } }, - "required": [ - "resourceName", - "etag", - "contactId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/update.json b/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/update.json index 152edd854a..d49c627719 100644 --- a/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/update.json +++ b/packages/nodes-base/nodes/Google/Contacts/__schema__/v1.0.0/contact/update.json @@ -1,170 +1,17 @@ { "type": "object", "properties": { - "resourceName": { + "contactId": { "type": "string" }, "etag": { "type": "string" }, - "metadata": { - "type": "object", - "properties": { - "sources": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "updateTime": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "etag" - ] - } - }, - "objectType": { - "type": "string" - } - }, - "required": [ - "sources", - "objectType" - ] - }, - "photos": { - "type": "array", - "items": { - "type": "object", - "properties": { - "metadata": { - "type": "object", - "properties": { - "primary": { - "type": "boolean" - }, - "source": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "type", - "id" - ] - } - }, - "required": [ - "source" - ] - }, - "url": { - "type": "string" - }, - "default": { - "type": "boolean" - } - }, - "required": [ - "metadata", - "url" - ] - } - }, - "organizations": { - "type": "array", - "items": { - "type": "object", - "properties": { - "metadata": { - "type": "object", - "properties": { - "primary": { - "type": "boolean" - }, - "source": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "type", - "id" - ] - } - }, - "required": [ - "source" - ] - }, - "current": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "domain": { - "type": "string" - } - }, - "required": [ - "metadata" - ] - } - }, "memberships": { "type": "array", "items": { "type": "object", "properties": { - "metadata": { - "type": "object", - "properties": { - "source": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "type", - "id" - ] - } - }, - "required": [ - "source" - ] - }, "contactGroupMembership": { "type": "object", "properties": { @@ -174,20 +21,128 @@ "contactGroupResourceName": { "type": "string" } - }, - "required": [ - "contactGroupId", - "contactGroupResourceName" - ] + } + }, + "metadata": { + "type": "object", + "properties": { + "source": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + } } - }, - "required": [ - "metadata", - "contactGroupMembership" - ] + } } }, - "contactId": { + "metadata": { + "type": "object", + "properties": { + "objectType": { + "type": "string" + }, + "sources": { + "type": "array", + "items": { + "type": "object", + "properties": { + "etag": { + "type": "string" + }, + "id": { + "type": "string" + }, + "type": { + "type": "string" + }, + "updateTime": { + "type": "string" + } + } + } + } + } + }, + "organizations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "current": { + "type": "boolean" + }, + "domain": { + "type": "string" + }, + "metadata": { + "type": "object", + "properties": { + "primary": { + "type": "boolean" + }, + "source": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + } + }, + "name": { + "type": "string" + }, + "title": { + "type": "string" + } + } + } + }, + "photos": { + "type": "array", + "items": { + "type": "object", + "properties": { + "default": { + "type": "boolean" + }, + "metadata": { + "type": "object", + "properties": { + "primary": { + "type": "boolean" + }, + "source": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + } + }, + "url": { + "type": "string" + } + } + } + }, + "resourceName": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Google/Docs/__schema__/v2.0.0/document/create.json b/packages/nodes-base/nodes/Google/Docs/__schema__/v2.0.0/document/create.json index 6814ca110d..9fed07affe 100644 --- a/packages/nodes-base/nodes/Google/Docs/__schema__/v2.0.0/document/create.json +++ b/packages/nodes-base/nodes/Google/Docs/__schema__/v2.0.0/document/create.json @@ -1,24 +1,18 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, "id": { "type": "string" }, - "name": { + "kind": { "type": "string" }, "mimeType": { "type": "string" + }, + "name": { + "type": "string" } }, - "required": [ - "kind", - "id", - "name", - "mimeType" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Docs/__schema__/v2.0.0/document/get.json b/packages/nodes-base/nodes/Google/Docs/__schema__/v2.0.0/document/get.json index 20b0f66189..23fd0fa35e 100644 --- a/packages/nodes-base/nodes/Google/Docs/__schema__/v2.0.0/document/get.json +++ b/packages/nodes-base/nodes/Google/Docs/__schema__/v2.0.0/document/get.json @@ -1,10 +1,10 @@ { "type": "object", "properties": { - "documentId": { + "content": { "type": "string" }, - "content": { + "documentId": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Google/Docs/__schema__/v2.0.0/document/update.json b/packages/nodes-base/nodes/Google/Docs/__schema__/v2.0.0/document/update.json index a4c4bfd2e2..75c6445bf0 100644 --- a/packages/nodes-base/nodes/Google/Docs/__schema__/v2.0.0/document/update.json +++ b/packages/nodes-base/nodes/Google/Docs/__schema__/v2.0.0/document/update.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "documentId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Drive/__schema__/v2.0.0/file/list.json b/packages/nodes-base/nodes/Google/Drive/__schema__/v2.0.0/file/list.json index 6dc8663007..480baf6402 100644 --- a/packages/nodes-base/nodes/Google/Drive/__schema__/v2.0.0/file/list.json +++ b/packages/nodes-base/nodes/Google/Drive/__schema__/v2.0.0/file/list.json @@ -8,9 +8,5 @@ "type": "string" } }, - "required": [ - "id", - "name" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/drive/create.json b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/drive/create.json index 3a82aac1f4..5097316794 100644 --- a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/drive/create.json +++ b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/drive/create.json @@ -1,19 +1,15 @@ { "type": "object", "properties": { - "kind": { + "id": { "type": "string" }, - "id": { + "kind": { "type": "string" }, "name": { "type": "string" } }, - "required": [ - "id", - "name" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/drive/get.json b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/drive/get.json index 67976be1ec..5097316794 100644 --- a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/drive/get.json +++ b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/drive/get.json @@ -1,10 +1,10 @@ { "type": "object", "properties": { - "kind": { + "id": { "type": "string" }, - "id": { + "kind": { "type": "string" }, "name": { diff --git a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/drive/list.json b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/drive/list.json index 3b4212449d..5097316794 100644 --- a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/drive/list.json +++ b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/drive/list.json @@ -4,17 +4,12 @@ "id": { "type": "string" }, - "name": { + "kind": { "type": "string" }, - "kind": { + "name": { "type": "string" } }, - "required": [ - "id", - "name", - "kind" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/copy.json b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/copy.json index 6814ca110d..9fed07affe 100644 --- a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/copy.json +++ b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/copy.json @@ -1,24 +1,18 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, "id": { "type": "string" }, - "name": { + "kind": { "type": "string" }, "mimeType": { "type": "string" + }, + "name": { + "type": "string" } }, - "required": [ - "kind", - "id", - "name", - "mimeType" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/move.json b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/move.json index 6814ca110d..9fed07affe 100644 --- a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/move.json +++ b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/move.json @@ -1,24 +1,18 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, "id": { "type": "string" }, - "name": { + "kind": { "type": "string" }, "mimeType": { "type": "string" + }, + "name": { + "type": "string" } }, - "required": [ - "kind", - "id", - "name", - "mimeType" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/share.json b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/share.json index 4c147ecd1d..cd40c77271 100644 --- a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/share.json +++ b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/share.json @@ -1,27 +1,21 @@ { "type": "object", "properties": { - "kind": { - "type": "string" + "allowFileDiscovery": { + "type": "boolean" }, "id": { "type": "string" }, - "type": { + "kind": { "type": "string" }, "role": { "type": "string" }, - "allowFileDiscovery": { - "type": "boolean" + "type": { + "type": "string" } }, - "required": [ - "kind", - "id", - "type", - "role" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/update.json b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/update.json index 986173e16c..9fed07affe 100644 --- a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/update.json +++ b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/update.json @@ -1,17 +1,17 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, "id": { "type": "string" }, - "name": { + "kind": { "type": "string" }, "mimeType": { "type": "string" + }, + "name": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/upload.json b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/upload.json index 94156e6217..13f27b95ae 100644 --- a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/upload.json +++ b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/file/upload.json @@ -1,143 +1,6 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "mimeType": { - "type": "string" - }, - "starred": { - "type": "boolean" - }, - "trashed": { - "type": "boolean" - }, - "explicitlyTrashed": { - "type": "boolean" - }, - "parents": { - "type": "array", - "items": { - "type": "string" - } - }, - "spaces": { - "type": "array", - "items": { - "type": "string" - } - }, - "version": { - "type": "string" - }, - "webContentLink": { - "type": "string" - }, - "webViewLink": { - "type": "string" - }, - "iconLink": { - "type": "string" - }, - "hasThumbnail": { - "type": "boolean" - }, - "thumbnailVersion": { - "type": "string" - }, - "viewedByMe": { - "type": "boolean" - }, - "createdTime": { - "type": "string" - }, - "modifiedTime": { - "type": "string" - }, - "modifiedByMeTime": { - "type": "string" - }, - "modifiedByMe": { - "type": "boolean" - }, - "owners": { - "type": "array", - "items": { - "type": "object", - "properties": { - "kind": { - "type": "string" - }, - "displayName": { - "type": "string" - }, - "photoLink": { - "type": "string" - }, - "me": { - "type": "boolean" - }, - "permissionId": { - "type": "string" - }, - "emailAddress": { - "type": "string" - } - }, - "required": [ - "kind", - "displayName", - "photoLink", - "me", - "permissionId", - "emailAddress" - ] - } - }, - "lastModifyingUser": { - "type": "object", - "properties": { - "kind": { - "type": "string" - }, - "displayName": { - "type": "string" - }, - "photoLink": { - "type": "string" - }, - "me": { - "type": "boolean" - }, - "permissionId": { - "type": "string" - }, - "emailAddress": { - "type": "string" - } - }, - "required": [ - "kind", - "displayName", - "photoLink", - "me", - "permissionId", - "emailAddress" - ] - }, - "shared": { - "type": "boolean" - }, - "ownedByMe": { - "type": "boolean" - }, "capabilities": { "type": "object", "properties": { @@ -192,10 +55,10 @@ "canModifyEditorContentRestriction": { "type": "boolean" }, - "canModifyOwnerContentRestriction": { + "canModifyLabels": { "type": "boolean" }, - "canModifyLabels": { + "canModifyOwnerContentRestriction": { "type": "boolean" }, "canMoveChildrenWithinDrive": { @@ -237,122 +100,67 @@ "canUntrash": { "type": "boolean" } - }, - "required": [ - "canAddChildren", - "canChangeCopyRequiresWriterPermission", - "canChangeSecurityUpdateEnabled", - "canChangeViewersCanCopyContent", - "canComment", - "canCopy", - "canDelete", - "canDisableInheritedPermissions", - "canDownload", - "canEdit", - "canEnableInheritedPermissions", - "canListChildren", - "canModifyContent", - "canModifyContentRestriction", - "canModifyEditorContentRestriction", - "canModifyOwnerContentRestriction", - "canModifyLabels", - "canMoveChildrenWithinDrive", - "canMoveItemIntoTeamDrive", - "canMoveItemOutOfDrive", - "canMoveItemWithinDrive", - "canReadLabels", - "canReadRevisions", - "canRemoveChildren", - "canRemoveContentRestriction", - "canRename", - "canShare", - "canTrash", - "canUntrash" - ] - }, - "viewersCanCopyContent": { - "type": "boolean" + } }, "copyRequiresWriterPermission": { "type": "boolean" }, - "writersCanShare": { + "createdTime": { + "type": "string" + }, + "explicitlyTrashed": { "type": "boolean" }, - "permissions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "kind": { - "type": "string" - }, - "id": { - "type": "string" - }, - "type": { - "type": "string" - }, - "role": { - "type": "string" - }, - "emailAddress": { - "type": "string" - }, - "displayName": { - "type": "string" - }, - "deleted": { - "type": "boolean" - }, - "pendingOwner": { - "type": "boolean" - } - }, - "required": [ - "kind", - "id", - "type", - "role" - ] - } - }, - "permissionIds": { - "type": "array", - "items": { - "type": "string" - } - }, - "originalFilename": { + "fileExtension": { "type": "string" }, "fullFileExtension": { "type": "string" }, - "fileExtension": { - "type": "string" - }, - "md5Checksum": { - "type": "string" - }, - "sha1Checksum": { - "type": "string" - }, - "sha256Checksum": { - "type": "string" - }, - "size": { - "type": "string" - }, - "quotaBytesUsed": { - "type": "string" + "hasThumbnail": { + "type": "boolean" }, "headRevisionId": { "type": "string" }, + "iconLink": { + "type": "string" + }, + "id": { + "type": "string" + }, + "inheritedPermissionsDisabled": { + "type": "boolean" + }, "isAppAuthorized": { "type": "boolean" }, + "kind": { + "type": "string" + }, + "lastModifyingUser": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "emailAddress": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "me": { + "type": "boolean" + }, + "permissionId": { + "type": "string" + }, + "photoLink": { + "type": "string" + } + } + }, "linkShareMetadata": { "type": "object", "properties": { @@ -362,13 +170,148 @@ "securityUpdateEnabled": { "type": "boolean" } - }, - "required": [ - "securityUpdateEligible", - "securityUpdateEnabled" - ] + } }, - "inheritedPermissionsDisabled": { + "md5Checksum": { + "type": "string" + }, + "mimeType": { + "type": "string" + }, + "modifiedByMe": { + "type": "boolean" + }, + "modifiedByMeTime": { + "type": "string" + }, + "modifiedTime": { + "type": "string" + }, + "name": { + "type": "string" + }, + "originalFilename": { + "type": "string" + }, + "ownedByMe": { + "type": "boolean" + }, + "owners": { + "type": "array", + "items": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "emailAddress": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "me": { + "type": "boolean" + }, + "permissionId": { + "type": "string" + }, + "photoLink": { + "type": "string" + } + } + } + }, + "parents": { + "type": "array", + "items": { + "type": "string" + } + }, + "permissionIds": { + "type": "array", + "items": { + "type": "string" + } + }, + "permissions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "deleted": { + "type": "boolean" + }, + "displayName": { + "type": "string" + }, + "emailAddress": { + "type": "string" + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "pendingOwner": { + "type": "boolean" + }, + "role": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "quotaBytesUsed": { + "type": "string" + }, + "sha1Checksum": { + "type": "string" + }, + "sha256Checksum": { + "type": "string" + }, + "shared": { + "type": "boolean" + }, + "size": { + "type": "string" + }, + "spaces": { + "type": "array", + "items": { + "type": "string" + } + }, + "starred": { + "type": "boolean" + }, + "thumbnailVersion": { + "type": "string" + }, + "trashed": { + "type": "boolean" + }, + "version": { + "type": "string" + }, + "viewedByMe": { + "type": "boolean" + }, + "viewersCanCopyContent": { + "type": "boolean" + }, + "webContentLink": { + "type": "string" + }, + "webViewLink": { + "type": "string" + }, + "writersCanShare": { "type": "boolean" } }, diff --git a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/fileFolder/search.json b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/fileFolder/search.json index 5b92493374..480baf6402 100644 --- a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/fileFolder/search.json +++ b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/fileFolder/search.json @@ -8,8 +8,5 @@ "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/folder/create.json b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/folder/create.json index 6814ca110d..9fed07affe 100644 --- a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/folder/create.json +++ b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/folder/create.json @@ -1,24 +1,18 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, "id": { "type": "string" }, - "name": { + "kind": { "type": "string" }, "mimeType": { "type": "string" + }, + "name": { + "type": "string" } }, - "required": [ - "kind", - "id", - "name", - "mimeType" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/folder/share.json b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/folder/share.json index c77dae68b6..cd40c77271 100644 --- a/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/folder/share.json +++ b/packages/nodes-base/nodes/Google/Drive/__schema__/v3.0.0/folder/share.json @@ -1,20 +1,20 @@ { "type": "object", "properties": { - "kind": { - "type": "string" + "allowFileDiscovery": { + "type": "boolean" }, "id": { "type": "string" }, - "type": { + "kind": { "type": "string" }, "role": { "type": "string" }, - "allowFileDiscovery": { - "type": "boolean" + "type": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/collection/getAll.json b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/collection/getAll.json index ab5f49b7e3..69993d4dbf 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/collection/getAll.json +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/collection/getAll.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "name" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/create.json b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/create.json index 623891cf29..b6c675ebd1 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/create.json +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/create.json @@ -1,13 +1,13 @@ { "type": "object", "properties": { - "_name": { + "_createTime": { "type": "string" }, "_id": { "type": "string" }, - "_createTime": { + "_name": { "type": "string" }, "_updateTime": { diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/delete.json b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/delete.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/delete.json +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/delete.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/get.json b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/get.json index 623891cf29..2fed4b158f 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/get.json +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/get.json @@ -1,17 +1,29 @@ { "type": "object", "properties": { - "_name": { + "_createTime": { "type": "string" }, "_id": { "type": "string" }, - "_createTime": { + "_name": { "type": "string" }, "_updateTime": { "type": "string" + }, + "campaigns": { + "type": "array", + "items": { + "type": "string" + } + }, + "name": { + "type": "string" + }, + "phone": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/getAll.json b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/getAll.json index 623891cf29..b6c675ebd1 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/getAll.json +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/getAll.json @@ -1,13 +1,13 @@ { "type": "object", "properties": { - "_name": { + "_createTime": { "type": "string" }, "_id": { "type": "string" }, - "_createTime": { + "_name": { "type": "string" }, "_updateTime": { diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/query.json b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/query.json index 623891cf29..b6c675ebd1 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/query.json +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/query.json @@ -1,13 +1,13 @@ { "type": "object", "properties": { - "_name": { + "_createTime": { "type": "string" }, "_id": { "type": "string" }, - "_createTime": { + "_name": { "type": "string" }, "_updateTime": { diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/upsert.json b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/upsert.json index ffd87062b5..4064a68533 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/upsert.json +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/upsert.json @@ -5,9 +5,5 @@ "type": "string" } }, - "required": [ - "updateTime", - "status" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/get.json b/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/get.json index f7f666a82a..533ecb550d 100644 --- a/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/get.json +++ b/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/get.json @@ -1,29 +1,29 @@ { "type": "object", "properties": { - "kind": { - "type": "string" + "adminCreated": { + "type": "boolean" }, - "id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "email": { - "type": "string" - }, - "name": { + "description": { "type": "string" }, "directMembersCount": { "type": "string" }, - "description": { + "email": { "type": "string" }, - "adminCreated": { - "type": "boolean" + "etag": { + "type": "string" + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "name": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/getAll.json b/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/getAll.json index f98e9b18c9..f75a557ccd 100644 --- a/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/getAll.json +++ b/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/getAll.json @@ -1,27 +1,6 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "email": { - "type": "string" - }, - "name": { - "type": "string" - }, - "directMembersCount": { - "type": "string" - }, - "description": { - "type": "string" - }, "adminCreated": { "type": "boolean" }, @@ -31,6 +10,27 @@ "type": "string" } }, + "description": { + "type": "string" + }, + "directMembersCount": { + "type": "string" + }, + "email": { + "type": "string" + }, + "etag": { + "type": "string" + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "name": { + "type": "string" + }, "nonEditableAliases": { "type": "array", "items": { @@ -38,15 +38,5 @@ } } }, - "required": [ - "kind", - "id", - "etag", - "email", - "name", - "directMembersCount", - "description", - "adminCreated" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/create.json b/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/create.json index 8c0622ba53..5c5c9ce916 100644 --- a/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/create.json +++ b/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/create.json @@ -1,50 +1,46 @@ { "type": "object", "properties": { - "kind": { + "creationTime": { "type": "string" }, - "id": { + "customerId": { "type": "string" }, "etag": { "type": "string" }, - "primaryEmail": { + "id": { "type": "string" }, - "name": { - "type": "object", - "properties": { - "givenName": { - "type": "string" - }, - "familyName": { - "type": "string" - } - }, - "required": [ - "givenName", - "familyName" - ] - }, "isAdmin": { "type": "boolean" }, "isDelegatedAdmin": { "type": "boolean" }, - "creationTime": { + "isMailboxSetup": { + "type": "boolean" + }, + "kind": { "type": "string" }, - "customerId": { - "type": "string" + "name": { + "type": "object", + "properties": { + "familyName": { + "type": "string" + }, + "givenName": { + "type": "string" + } + } }, "orgUnitPath": { "type": "string" }, - "isMailboxSetup": { - "type": "boolean" + "primaryEmail": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/get.json b/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/get.json index 5301e7abd9..e80c1a01b5 100644 --- a/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/get.json +++ b/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/get.json @@ -1,63 +1,20 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "primaryEmail": { - "type": "string" - }, - "name": { - "type": "object", - "properties": { - "givenName": { - "type": "string" - }, - "familyName": { - "type": "string" - }, - "fullName": { - "type": "string" - } - }, - "required": [ - "givenName", - "familyName", - "fullName" - ] - }, - "isAdmin": { - "type": "boolean" - }, - "isDelegatedAdmin": { - "type": "boolean" - }, - "lastLoginTime": { - "type": "string" - }, - "creationTime": { - "type": "string" - }, "agreedToTerms": { "type": "boolean" }, - "suspended": { - "type": "boolean" - }, "archived": { "type": "boolean" }, "changePasswordAtNextLogin": { "type": "boolean" }, - "ipWhitelisted": { - "type": "boolean" + "creationTime": { + "type": "string" + }, + "customerId": { + "type": "string" }, "emails": { "type": "array", @@ -70,12 +27,39 @@ "primary": { "type": "boolean" } - }, - "required": [ - "address" - ] + } } }, + "etag": { + "type": "string" + }, + "id": { + "type": "string" + }, + "includeInGlobalAddressList": { + "type": "boolean" + }, + "ipWhitelisted": { + "type": "boolean" + }, + "isAdmin": { + "type": "boolean" + }, + "isDelegatedAdmin": { + "type": "boolean" + }, + "isEnforcedIn2Sv": { + "type": "boolean" + }, + "isEnrolledIn2Sv": { + "type": "boolean" + }, + "isMailboxSetup": { + "type": "boolean" + }, + "kind": { + "type": "string" + }, "languages": { "type": "array", "items": { @@ -87,29 +71,33 @@ "preference": { "type": "string" } - }, - "required": [ - "languageCode", - "preference" - ] + } } }, - "customerId": { + "lastLoginTime": { "type": "string" }, + "name": { + "type": "object", + "properties": { + "familyName": { + "type": "string" + }, + "fullName": { + "type": "string" + }, + "givenName": { + "type": "string" + } + } + }, "orgUnitPath": { "type": "string" }, - "isMailboxSetup": { - "type": "boolean" + "primaryEmail": { + "type": "string" }, - "isEnrolledIn2Sv": { - "type": "boolean" - }, - "isEnforcedIn2Sv": { - "type": "boolean" - }, - "includeInGlobalAddressList": { + "suspended": { "type": "boolean" } }, diff --git a/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/getAll.json b/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/getAll.json index 908db12327..bb359f45b4 100644 --- a/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/getAll.json +++ b/packages/nodes-base/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/getAll.json @@ -1,54 +1,14 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "id": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "primaryEmail": { - "type": "string" - }, - "name": { - "type": "object", - "properties": { - "givenName": { - "type": "string" - }, - "familyName": { - "type": "string" - }, - "fullName": { - "type": "string" - } - }, - "required": [ - "givenName", - "familyName", - "fullName" - ] - }, - "isAdmin": { - "type": "boolean" - }, - "isDelegatedAdmin": { - "type": "boolean" - }, - "lastLoginTime": { - "type": "string" - }, - "creationTime": { - "type": "string" - }, "agreedToTerms": { "type": "boolean" }, - "suspended": { - "type": "boolean" + "aliases": { + "type": "array", + "items": { + "type": "string" + } }, "archived": { "type": "boolean" @@ -56,8 +16,11 @@ "changePasswordAtNextLogin": { "type": "boolean" }, - "ipWhitelisted": { - "type": "boolean" + "creationTime": { + "type": "string" + }, + "customerId": { + "type": "string" }, "emails": { "type": "array", @@ -73,12 +36,39 @@ "type": { "type": "string" } - }, - "required": [ - "address" - ] + } } }, + "etag": { + "type": "string" + }, + "id": { + "type": "string" + }, + "includeInGlobalAddressList": { + "type": "boolean" + }, + "ipWhitelisted": { + "type": "boolean" + }, + "isAdmin": { + "type": "boolean" + }, + "isDelegatedAdmin": { + "type": "boolean" + }, + "isEnforcedIn2Sv": { + "type": "boolean" + }, + "isEnrolledIn2Sv": { + "type": "boolean" + }, + "isMailboxSetup": { + "type": "boolean" + }, + "kind": { + "type": "string" + }, "languages": { "type": "array", "items": { @@ -90,44 +80,24 @@ "preference": { "type": "string" } - }, - "required": [ - "languageCode", - "preference" - ] + } } }, - "customerId": { + "lastLoginTime": { "type": "string" }, - "orgUnitPath": { - "type": "string" - }, - "isMailboxSetup": { - "type": "boolean" - }, - "isEnrolledIn2Sv": { - "type": "boolean" - }, - "isEnforcedIn2Sv": { - "type": "boolean" - }, - "includeInGlobalAddressList": { - "type": "boolean" - }, - "thumbnailPhotoUrl": { - "type": "string" - }, - "thumbnailPhotoEtag": { - "type": "string" - }, - "recoveryEmail": { - "type": "string" - }, - "aliases": { - "type": "array", - "items": { - "type": "string" + "name": { + "type": "object", + "properties": { + "familyName": { + "type": "string" + }, + "fullName": { + "type": "string" + }, + "givenName": { + "type": "string" + } } }, "nonEditableAliases": { @@ -135,6 +105,21 @@ "items": { "type": "string" } + }, + "orgUnitPath": { + "type": "string" + }, + "primaryEmail": { + "type": "string" + }, + "suspended": { + "type": "boolean" + }, + "thumbnailPhotoEtag": { + "type": "string" + }, + "thumbnailPhotoUrl": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/create.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/create.json index db234e4485..3aa4c555c1 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/create.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/create.json @@ -10,21 +10,16 @@ "id": { "type": "string" }, - "threadId": { - "type": "string" - }, "labelIds": { "type": "array", "items": { "type": "string" } + }, + "threadId": { + "type": "string" } - }, - "required": [ - "id", - "threadId", - "labelIds" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/delete.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/delete.json new file mode 100644 index 0000000000..6a53ce3025 --- /dev/null +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/delete.json @@ -0,0 +1,9 @@ +{ + "type": "object", + "properties": { + "success": { + "type": "boolean" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/get.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/get.json index ea1fab2c78..6451c6e2b7 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/get.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/get.json @@ -1,66 +1,18 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "threadId": { - "type": "string" - }, - "labelIds": { - "type": "array", - "items": { - "type": "string" - } - }, - "sizeEstimate": { - "type": "integer" - }, - "headers": { - "type": "object", - "properties": { - "content-type": { - "type": "string" - }, - "subject": { - "type": "string" - }, - "message-id": { - "type": "string" - }, - "date": { - "type": "string" - }, - "mime-version": { - "type": "string" - }, - "from": { - "type": "string" - } - }, - "required": [ - "content-type", - "message-id", - "date", - "mime-version", - "from" - ] - }, - "text": { - "type": "string" - }, - "textAsHtml": { - "type": "string" - }, - "subject": { - "type": "string" - }, "date": { "type": "string" }, "from": { "type": "object", "properties": { + "html": { + "type": "string" + }, + "text": { + "type": "string" + }, "value": { "type": "array", "items": { @@ -72,40 +24,61 @@ "name": { "type": "string" } - }, - "required": [ - "address", - "name" - ] + } } - }, - "html": { + } + } + }, + "headers": { + "type": "object", + "properties": { + "content-type": { "type": "string" }, - "text": { + "date": { + "type": "string" + }, + "from": { + "type": "string" + }, + "message-id": { + "type": "string" + }, + "mime-version": { + "type": "string" + }, + "subject": { "type": "string" } - }, - "required": [ - "value", - "html", - "text" - ] + } + }, + "id": { + "type": "string" + }, + "labelIds": { + "type": "array", + "items": { + "type": "string" + } }, "messageId": { "type": "string" + }, + "sizeEstimate": { + "type": "integer" + }, + "subject": { + "type": "string" + }, + "text": { + "type": "string" + }, + "textAsHtml": { + "type": "string" + }, + "threadId": { + "type": "string" } }, - "required": [ - "id", - "threadId", - "labelIds", - "sizeEstimate", - "headers", - "date", - "from", - "messageId", - "html" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/getAll.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/getAll.json index eb73f0db7d..2d3082190a 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/getAll.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/draft/getAll.json @@ -1,10 +1,67 @@ { "type": "object", "properties": { - "id": { + "date": { "type": "string" }, - "threadId": { + "from": { + "type": "object", + "properties": { + "html": { + "type": "string" + }, + "text": { + "type": "string" + }, + "value": { + "type": "array", + "items": { + "type": "object", + "properties": { + "address": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + }, + "headers": { + "type": "object", + "properties": { + "content-transfer-encoding": { + "type": "string" + }, + "content-type": { + "type": "string" + }, + "date": { + "type": "string" + }, + "from": { + "type": "string" + }, + "message-id": { + "type": "string" + }, + "mime-version": { + "type": "string" + }, + "received": { + "type": "string" + }, + "subject": { + "type": "string" + }, + "to": { + "type": "string" + } + } + }, + "id": { "type": "string" }, "labelIds": { @@ -13,39 +70,14 @@ "type": "string" } }, + "messageId": { + "type": "string" + }, "sizeEstimate": { "type": "integer" }, - "headers": { - "type": "object", - "properties": { - "mime-version": { - "type": "string" - }, - "date": { - "type": "string" - }, - "message-id": { - "type": "string" - }, - "subject": { - "type": "string" - }, - "from": { - "type": "string" - }, - "content-type": { - "type": "string" - }, - "to": { - "type": "string" - } - }, - "required": [ - "date", - "message-id", - "from" - ] + "subject": { + "type": "string" }, "text": { "type": "string" @@ -53,52 +85,18 @@ "textAsHtml": { "type": "string" }, - "subject": { - "type": "string" - }, - "date": { - "type": "string" - }, - "from": { - "type": "object", - "properties": { - "value": { - "type": "array", - "items": { - "type": "object", - "properties": { - "address": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "address", - "name" - ] - } - }, - "html": { - "type": "string" - }, - "text": { - "type": "string" - } - }, - "required": [ - "value", - "html", - "text" - ] - }, - "messageId": { + "threadId": { "type": "string" }, "to": { "type": "object", "properties": { + "html": { + "type": "string" + }, + "text": { + "type": "string" + }, "value": { "type": "array", "items": { @@ -110,37 +108,11 @@ "name": { "type": "string" } - }, - "required": [ - "address", - "name" - ] + } } - }, - "html": { - "type": "string" - }, - "text": { - "type": "string" } - }, - "required": [ - "value", - "html", - "text" - ] + } } }, - "required": [ - "id", - "threadId", - "labelIds", - "sizeEstimate", - "headers", - "html", - "date", - "from", - "messageId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/label/create.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/label/create.json index 5653f8e0ae..e321e8c988 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/label/create.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/label/create.json @@ -4,13 +4,13 @@ "id": { "type": "string" }, - "name": { + "labelListVisibility": { "type": "string" }, "messageListVisibility": { "type": "string" }, - "labelListVisibility": { + "name": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/label/get.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/label/get.json index 834ecee983..d045f7510c 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/label/get.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/label/get.json @@ -4,10 +4,10 @@ "id": { "type": "string" }, - "name": { + "labelListVisibility": { "type": "string" }, - "type": { + "messageListVisibility": { "type": "string" }, "messagesTotal": { @@ -16,16 +16,16 @@ "messagesUnread": { "type": "integer" }, + "name": { + "type": "string" + }, "threadsTotal": { "type": "integer" }, "threadsUnread": { "type": "integer" }, - "messageListVisibility": { - "type": "string" - }, - "labelListVisibility": { + "type": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/label/getAll.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/label/getAll.json index ed65661cfa..3808715686 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/label/getAll.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/label/getAll.json @@ -4,23 +4,18 @@ "id": { "type": "string" }, - "name": { + "labelListVisibility": { "type": "string" }, "messageListVisibility": { "type": "string" }, - "labelListVisibility": { + "name": { "type": "string" }, "type": { "type": "string" } }, - "required": [ - "id", - "name", - "type" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/addLabels.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/addLabels.json index 335862d5ba..21291c3ea4 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/addLabels.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/addLabels.json @@ -1,10 +1,13 @@ { "type": "object", "properties": { + "historyId": { + "type": "string" + }, "id": { "type": "string" }, - "threadId": { + "internalDate": { "type": "string" }, "labelIds": { @@ -12,12 +15,16 @@ "items": { "type": "string" } + }, + "sizeEstimate": { + "type": "integer" + }, + "snippet": { + "type": "string" + }, + "threadId": { + "type": "string" } }, - "required": [ - "id", - "threadId", - "labelIds" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/get.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/get.json index dd6a7f7ad3..65d9fe9518 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/get.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/get.json @@ -1,10 +1,100 @@ { "type": "object", "properties": { - "id": { + "date": { "type": "string" }, - "threadId": { + "from": { + "type": "object", + "properties": { + "html": { + "type": "string" + }, + "text": { + "type": "string" + }, + "value": { + "type": "array", + "items": { + "type": "object", + "properties": { + "address": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } + } + }, + "headers": { + "type": "object", + "properties": { + "arc-authentication-results": { + "type": "string" + }, + "arc-message-signature": { + "type": "string" + }, + "arc-seal": { + "type": "string" + }, + "authentication-results": { + "type": "string" + }, + "content-type": { + "type": "string" + }, + "date": { + "type": "string" + }, + "delivered-to": { + "type": "string" + }, + "dkim-signature": { + "type": "string" + }, + "from": { + "type": "string" + }, + "message-id": { + "type": "string" + }, + "mime-version": { + "type": "string" + }, + "received": { + "type": "string" + }, + "received-spf": { + "type": "string" + }, + "return-path": { + "type": "string" + }, + "subject": { + "type": "string" + }, + "to": { + "type": "string" + }, + "x-gm-message-state": { + "type": "string" + }, + "x-google-dkim-signature": { + "type": "string" + }, + "x-google-smtp-source": { + "type": "string" + }, + "x-received": { + "type": "string" + } + } + }, + "id": { "type": "string" }, "labelIds": { @@ -13,81 +103,14 @@ "type": "string" } }, + "messageId": { + "type": "string" + }, "sizeEstimate": { "type": "integer" }, - "headers": { - "type": "object", - "properties": { - "mime-version": { - "type": "string" - }, - "date": { - "type": "string" - }, - "message-id": { - "type": "string" - }, - "subject": { - "type": "string" - }, - "from": { - "type": "string" - }, - "to": { - "type": "string" - }, - "content-type": { - "type": "string" - }, - "delivered-to": { - "type": "string" - }, - "received": { - "type": "string" - }, - "x-received": { - "type": "string" - }, - "arc-seal": { - "type": "string" - }, - "arc-message-signature": { - "type": "string" - }, - "arc-authentication-results": { - "type": "string" - }, - "return-path": { - "type": "string" - }, - "received-spf": { - "type": "string" - }, - "authentication-results": { - "type": "string" - }, - "dkim-signature": { - "type": "string" - }, - "x-google-dkim-signature": { - "type": "string" - }, - "x-gm-message-state": { - "type": "string" - }, - "x-google-smtp-source": { - "type": "string" - } - }, - "required": [ - "mime-version", - "date", - "message-id", - "subject", - "from", - "content-type" - ] + "subject": { + "type": "string" }, "text": { "type": "string" @@ -95,15 +118,18 @@ "textAsHtml": { "type": "string" }, - "subject": { - "type": "string" - }, - "date": { + "threadId": { "type": "string" }, "to": { "type": "object", "properties": { + "html": { + "type": "string" + }, + "text": { + "type": "string" + }, "value": { "type": "array", "items": { @@ -115,62 +141,10 @@ "name": { "type": "string" } - }, - "required": [ - "address", - "name" - ] + } } - }, - "html": { - "type": "string" - }, - "text": { - "type": "string" } - }, - "required": [ - "value", - "html", - "text" - ] - }, - "from": { - "type": "object", - "properties": { - "value": { - "type": "array", - "items": { - "type": "object", - "properties": { - "address": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "address", - "name" - ] - } - }, - "html": { - "type": "string" - }, - "text": { - "type": "string" - } - }, - "required": [ - "value", - "html", - "text" - ] - }, - "messageId": { - "type": "string" + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/getAll.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/getAll.json index d101bfdced..95633e069c 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/getAll.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/getAll.json @@ -1,86 +1,110 @@ { "type": "object", "properties": { - "id": { + "date": { "type": "string" }, - "threadId": { - "type": "string" - }, - "labelIds": { - "type": "array", - "items": { - "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" + } + } + } + } } }, - "sizeEstimate": { - "type": "integer" - }, "headers": { "type": "object", "properties": { - "delivered-to": { - "type": "string" - }, - "received": { - "type": "string" - }, - "x-received": { - "type": "string" - }, - "arc-seal": { + "arc-authentication-results": { "type": "string" }, "arc-message-signature": { "type": "string" }, - "arc-authentication-results": { - "type": "string" - }, - "return-path": { - "type": "string" - }, - "received-spf": { + "arc-seal": { "type": "string" }, "authentication-results": { "type": "string" }, - "dkim-signature": { - "type": "string" - }, - "x-google-smtp-source": { - "type": "string" - }, - "mime-version": { - "type": "string" - }, - "from": { + "content-type": { "type": "string" }, "date": { "type": "string" }, + "delivered-to": { + "type": "string" + }, + "dkim-signature": { + "type": "string" + }, + "from": { + "type": "string" + }, "message-id": { "type": "string" }, + "mime-version": { + "type": "string" + }, + "received": { + "type": "string" + }, + "received-spf": { + "type": "string" + }, + "return-path": { + "type": "string" + }, "subject": { "type": "string" }, "to": { "type": "string" }, - "content-type": { + "x-google-smtp-source": { + "type": "string" + }, + "x-received": { "type": "string" } - }, - "required": [ - "from", - "date", - "message-id", - "subject", - "content-type" - ] + } + }, + "id": { + "type": "string" + }, + "labelIds": { + "type": "array", + "items": { + "type": "string" + } + }, + "messageId": { + "type": "string" + }, + "sizeEstimate": { + "type": "integer" + }, + "subject": { + "type": "string" }, "text": { "type": "string" @@ -88,15 +112,18 @@ "textAsHtml": { "type": "string" }, - "subject": { - "type": "string" - }, - "date": { + "threadId": { "type": "string" }, "to": { "type": "object", "properties": { + "html": { + "type": "string" + }, + "text": { + "type": "string" + }, "value": { "type": "array", "items": { @@ -108,62 +135,10 @@ "name": { "type": "string" } - }, - "required": [ - "address", - "name" - ] + } } - }, - "html": { - "type": "string" - }, - "text": { - "type": "string" } - }, - "required": [ - "value", - "html", - "text" - ] - }, - "from": { - "type": "object", - "properties": { - "value": { - "type": "array", - "items": { - "type": "object", - "properties": { - "address": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "address", - "name" - ] - } - }, - "html": { - "type": "string" - }, - "text": { - "type": "string" - } - }, - "required": [ - "value", - "html", - "text" - ] - }, - "messageId": { - "type": "string" + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/markAsRead.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/markAsRead.json index 66e6831ec6..fee09a2d10 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/markAsRead.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/markAsRead.json @@ -4,19 +4,15 @@ "id": { "type": "string" }, - "threadId": { - "type": "string" - }, "labelIds": { "type": "array", "items": { "type": "string" } + }, + "threadId": { + "type": "string" } }, - "required": [ - "id", - "threadId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/markAsUnread.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/markAsUnread.json index e946b35008..21291c3ea4 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/markAsUnread.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/markAsUnread.json @@ -1,10 +1,13 @@ { "type": "object", "properties": { + "historyId": { + "type": "string" + }, "id": { "type": "string" }, - "threadId": { + "internalDate": { "type": "string" }, "labelIds": { @@ -13,23 +16,15 @@ "type": "string" } }, - "snippet": { - "type": "string" - }, "sizeEstimate": { "type": "integer" }, - "historyId": { + "snippet": { "type": "string" }, - "internalDate": { + "threadId": { "type": "string" } }, - "required": [ - "id", - "threadId", - "labelIds" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/removeLabels.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/removeLabels.json index 755a5235ec..fee09a2d10 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/removeLabels.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/removeLabels.json @@ -4,14 +4,14 @@ "id": { "type": "string" }, - "threadId": { - "type": "string" - }, "labelIds": { "type": "array", "items": { "type": "string" } + }, + "threadId": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/reply.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/reply.json index 755a5235ec..fee09a2d10 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/reply.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/reply.json @@ -4,14 +4,14 @@ "id": { "type": "string" }, - "threadId": { - "type": "string" - }, "labelIds": { "type": "array", "items": { "type": "string" } + }, + "threadId": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/send.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/send.json index 335862d5ba..fee09a2d10 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/send.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/message/send.json @@ -4,20 +4,15 @@ "id": { "type": "string" }, - "threadId": { - "type": "string" - }, "labelIds": { "type": "array", "items": { "type": "string" } + }, + "threadId": { + "type": "string" } }, - "required": [ - "id", - "threadId", - "labelIds" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/addLabels.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/addLabels.json index 97c3f64794..8e3bf9e668 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/addLabels.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/addLabels.json @@ -12,21 +12,16 @@ "id": { "type": "string" }, - "threadId": { - "type": "string" - }, "labelIds": { "type": "array", "items": { "type": "string" } + }, + "threadId": { + "type": "string" } - }, - "required": [ - "id", - "threadId", - "labelIds" - ] + } } } }, diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/get.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/get.json index 98c04b55e5..cde33d3c6e 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/get.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/get.json @@ -1,10 +1,10 @@ { "type": "object", "properties": { - "id": { + "historyId": { "type": "string" }, - "historyId": { + "id": { "type": "string" }, "messages": { @@ -12,32 +12,39 @@ "items": { "type": "object", "properties": { - "id": { + "ARC-Authentication-Results": { "type": "string" }, - "threadId": { + "ARC-Message-Signature": { "type": "string" }, - "snippet": { + "ARC-Seal": { "type": "string" }, - "payload": { - "type": "object", - "properties": { - "mimeType": { - "type": "string" - } - }, - "required": [ - "mimeType" - ] + "Authentication-Results": { + "type": "string" }, - "sizeEstimate": { - "type": "integer" + "Content-Type": { + "type": "string" + }, + "Date": { + "type": "string" + }, + "Delivered-To": { + "type": "string" + }, + "DKIM-Signature": { + "type": "string" + }, + "From": { + "type": "string" }, "historyId": { "type": "string" }, + "id": { + "type": "string" + }, "internalDate": { "type": "string" }, @@ -52,34 +59,68 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] + } } }, - "From": { + "MIME-Version": { + "type": "string" + }, + "payload": { + "type": "object", + "properties": { + "body": { + "type": "object", + "properties": { + "data": { + "type": "string" + }, + "size": { + "type": "integer" + } + } + }, + "filename": { + "type": "string" + }, + "mimeType": { + "type": "string" + }, + "partId": { + "type": "string" + } + } + }, + "Received": { + "type": "string" + }, + "Received-SPF": { + "type": "string" + }, + "Return-Path": { + "type": "string" + }, + "sizeEstimate": { + "type": "integer" + }, + "snippet": { + "type": "string" + }, + "Subject": { + "type": "string" + }, + "threadId": { "type": "string" }, "To": { "type": "string" }, - "Subject": { + "X-Google-Smtp-Source": { + "type": "string" + }, + "X-Received": { "type": "string" } - }, - "required": [ - "id", - "threadId", - "snippet", - "payload", - "sizeEstimate", - "historyId", - "internalDate", - "labels", - "From" - ] + } } } }, diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/getAll.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/getAll.json index 1d3a746169..955bc21106 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/getAll.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/getAll.json @@ -1,20 +1,15 @@ { "type": "object", "properties": { + "historyId": { + "type": "string" + }, "id": { "type": "string" }, "snippet": { "type": "string" - }, - "historyId": { - "type": "string" } }, - "required": [ - "id", - "snippet", - "historyId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/removeLabels.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/removeLabels.json index 83f15d01b5..8e3bf9e668 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/removeLabels.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/removeLabels.json @@ -12,20 +12,16 @@ "id": { "type": "string" }, - "threadId": { - "type": "string" - }, "labelIds": { "type": "array", "items": { "type": "string" } + }, + "threadId": { + "type": "string" } - }, - "required": [ - "id", - "threadId" - ] + } } } }, diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/reply.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/reply.json index 335862d5ba..fee09a2d10 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/reply.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/reply.json @@ -4,20 +4,15 @@ "id": { "type": "string" }, - "threadId": { - "type": "string" - }, "labelIds": { "type": "array", "items": { "type": "string" } + }, + "threadId": { + "type": "string" } }, - "required": [ - "id", - "threadId", - "labelIds" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/trash.json b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/trash.json index 7a753fc5cb..8e3bf9e668 100644 --- a/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/trash.json +++ b/packages/nodes-base/nodes/Google/Gmail/__schema__/v2.1.0/thread/trash.json @@ -12,27 +12,18 @@ "id": { "type": "string" }, - "threadId": { - "type": "string" - }, "labelIds": { "type": "array", "items": { "type": "string" } + }, + "threadId": { + "type": "string" } - }, - "required": [ - "id", - "threadId", - "labelIds" - ] + } } } }, - "required": [ - "id", - "messages" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/page/get.json b/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/page/get.json index 2403d4cfbe..e967a57cbe 100644 --- a/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/page/get.json +++ b/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/page/get.json @@ -12,65 +12,139 @@ "objectId": { "type": "string" }, - "size": { - "type": "object", - "properties": { - "width": { - "type": "object", - "properties": { - "magnitude": { - "type": "integer" - }, - "unit": { - "type": "string" - } - }, - "required": [ - "magnitude", - "unit" - ] - }, - "height": { - "type": "object", - "properties": { - "magnitude": { - "type": "integer" - }, - "unit": { - "type": "string" - } - }, - "required": [ - "magnitude", - "unit" - ] - } - }, - "required": [ - "width", - "height" - ] - }, - "transform": { - "type": "object", - "properties": { - "scaleX": { - "type": "number" - }, - "scaleY": { - "type": "number" - }, - "unit": { - "type": "string" - } - }, - "required": [ - "unit" - ] - }, "shape": { "type": "object", "properties": { + "placeholder": { + "type": "object", + "properties": { + "parentObjectId": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "shapeProperties": { + "type": "object", + "properties": { + "autofit": { + "type": "object", + "properties": { + "autofitType": { + "type": "string" + } + } + }, + "contentAlignment": { + "type": "string" + }, + "outline": { + "type": "object", + "properties": { + "dashStyle": { + "type": "string" + }, + "outlineFill": { + "type": "object", + "properties": { + "solidFill": { + "type": "object", + "properties": { + "alpha": { + "type": "integer" + } + } + } + } + }, + "propertyState": { + "type": "string" + }, + "weight": { + "type": "object", + "properties": { + "magnitude": { + "type": "integer" + }, + "unit": { + "type": "string" + } + } + } + } + }, + "shadow": { + "type": "object", + "properties": { + "alignment": { + "type": "string" + }, + "alpha": { + "type": "integer" + }, + "blurRadius": { + "type": "object", + "properties": { + "unit": { + "type": "string" + } + } + }, + "propertyState": { + "type": "string" + }, + "rotateWithShape": { + "type": "boolean" + }, + "transform": { + "type": "object", + "properties": { + "scaleX": { + "type": "integer" + }, + "scaleY": { + "type": "integer" + }, + "unit": { + "type": "string" + } + } + }, + "type": { + "type": "string" + } + } + }, + "shapeBackgroundFill": { + "type": "object", + "properties": { + "propertyState": { + "type": "string" + }, + "solidFill": { + "type": "object", + "properties": { + "color": { + "type": "object", + "properties": { + "rgbColor": { + "type": "object", + "properties": { + "red": { + "type": "integer" + } + } + } + } + } + } + } + } + } + } + }, "shapeType": { "type": "string" }, @@ -91,22 +165,11 @@ "style": { "type": "object", "properties": { - "lineSpacing": { - "type": "integer" - }, "alignment": { "type": "string" }, - "indentStart": { - "type": "object", - "properties": { - "unit": { - "type": "string" - } - }, - "required": [ - "unit" - ] + "direction": { + "type": "string" }, "indentEnd": { "type": "object", @@ -114,32 +177,7 @@ "unit": { "type": "string" } - }, - "required": [ - "unit" - ] - }, - "spaceAbove": { - "type": "object", - "properties": { - "unit": { - "type": "string" - } - }, - "required": [ - "unit" - ] - }, - "spaceBelow": { - "type": "object", - "properties": { - "unit": { - "type": "string" - } - }, - "required": [ - "unit" - ] + } }, "indentFirstLine": { "type": "object", @@ -147,26 +185,41 @@ "unit": { "type": "string" } - }, - "required": [ - "unit" - ] + } }, - "direction": { - "type": "string" + "indentStart": { + "type": "object", + "properties": { + "unit": { + "type": "string" + } + } + }, + "lineSpacing": { + "type": "integer" + }, + "spaceAbove": { + "type": "object", + "properties": { + "unit": { + "type": "string" + } + } + }, + "spaceBelow": { + "type": "object", + "properties": { + "unit": { + "type": "string" + } + } }, "spacingMode": { "type": "string" } - }, - "required": [ - "direction" - ] + } } - }, - "required": [ - "style" - ] + } }, "textRun": { "type": "object", @@ -177,28 +230,12 @@ "style": { "type": "object", "properties": { - "foregroundColor": { - "type": "object", - "properties": { - "opaqueColor": { - "type": "object", - "properties": { - "themeColor": { - "type": "string" - } - } - } - }, - "required": [ - "opaqueColor" - ] + "baselineOffset": { + "type": "string" }, "bold": { "type": "boolean" }, - "italic": { - "type": "boolean" - }, "fontFamily": { "type": "string" }, @@ -208,14 +245,23 @@ "unit": { "type": "string" } - }, - "required": [ - "magnitude", - "unit" - ] + } }, - "baselineOffset": { - "type": "string" + "foregroundColor": { + "type": "object", + "properties": { + "opaqueColor": { + "type": "object", + "properties": { + "themeColor": { + "type": "string" + } + } + } + } + }, + "italic": { + "type": "boolean" }, "smallCaps": { "type": "boolean" @@ -235,225 +281,79 @@ "weight": { "type": "integer" } - }, - "required": [ - "fontFamily", - "weight" - ] - } - }, - "required": [ - "fontSize" - ] - } - }, - "required": [ - "content", - "style" - ] - } - }, - "required": [ - "endIndex" - ] - } - } - }, - "required": [ - "textElements" - ] - }, - "shapeProperties": { - "type": "object", - "properties": { - "shapeBackgroundFill": { - "type": "object", - "properties": { - "propertyState": { - "type": "string" - }, - "solidFill": { - "type": "object", - "properties": { - "color": { - "type": "object", - "properties": { - "rgbColor": { - "type": "object", - "properties": { - "red": { - "type": "integer" } - }, - "required": [ - "red", - "green", - "blue" - ] + } } - }, - "required": [ - "rgbColor" - ] + } } - }, - "required": [ - "color", - "alpha" - ] + } } } - }, - "outline": { - "type": "object", - "properties": { - "outlineFill": { - "type": "object", - "properties": { - "solidFill": { - "type": "object", - "properties": { - "alpha": { - "type": "integer" - } - }, - "required": [ - "color", - "alpha" - ] - } - }, - "required": [ - "solidFill" - ] - }, - "weight": { - "type": "object", - "properties": { - "magnitude": { - "type": "integer" - }, - "unit": { - "type": "string" - } - }, - "required": [ - "magnitude", - "unit" - ] - }, - "dashStyle": { - "type": "string" - }, - "propertyState": { - "type": "string" - } - } - }, - "shadow": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "transform": { - "type": "object", - "properties": { - "scaleX": { - "type": "integer" - }, - "scaleY": { - "type": "integer" - }, - "unit": { - "type": "string" - } - }, - "required": [ - "scaleX", - "scaleY", - "unit" - ] - }, - "alignment": { - "type": "string" - }, - "blurRadius": { - "type": "object", - "properties": { - "unit": { - "type": "string" - } - }, - "required": [ - "unit" - ] - }, - "alpha": { - "type": "integer" - }, - "rotateWithShape": { - "type": "boolean" - }, - "propertyState": { - "type": "string" - } - }, - "required": [ - "propertyState" - ] - }, - "contentAlignment": { - "type": "string" - }, - "autofit": { - "type": "object", - "properties": { - "autofitType": { - "type": "string" - } - }, - "required": [ - "fontScale" - ] } - }, - "required": [ - "shapeBackgroundFill", - "outline", - "shadow", - "autofit" - ] - }, - "placeholder": { + } + } + } + }, + "size": { + "type": "object", + "properties": { + "height": { "type": "object", "properties": { - "type": { - "type": "string" + "magnitude": { + "type": "integer" }, - "parentObjectId": { + "unit": { "type": "string" } - }, - "required": [ - "type", - "parentObjectId" - ] + } + }, + "width": { + "type": "object", + "properties": { + "magnitude": { + "type": "integer" + }, + "unit": { + "type": "string" + } + } } - }, - "required": [ - "shapeType", - "shapeProperties" - ] + } + }, + "transform": { + "type": "object", + "properties": { + "scaleX": { + "type": "number" + }, + "scaleY": { + "type": "number" + }, + "unit": { + "type": "string" + } + } } - }, - "required": [ - "objectId", - "size", - "transform" - ] + } } }, + "pageProperties": { + "type": "object", + "properties": { + "pageBackgroundFill": { + "type": "object", + "properties": { + "propertyState": { + "type": "string" + } + } + } + } + }, + "revisionId": { + "type": "string" + }, "slideProperties": { "type": "object", "properties": { @@ -466,10 +366,15 @@ "notesPage": { "type": "object", "properties": { - "objectId": { - "type": "string" + "notesProperties": { + "type": "object", + "properties": { + "speakerNotesObjectId": { + "type": "string" + } + } }, - "pageType": { + "objectId": { "type": "string" }, "pageElements": { @@ -480,24 +385,68 @@ "objectId": { "type": "string" }, + "shape": { + "type": "object", + "properties": { + "placeholder": { + "type": "object", + "properties": { + "index": { + "type": "integer" + }, + "parentObjectId": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "shapeProperties": { + "type": "object", + "properties": { + "autofit": { + "type": "object", + "properties": { + "fontScale": { + "type": "integer" + } + } + }, + "outline": { + "type": "object", + "properties": { + "propertyState": { + "type": "string" + } + } + }, + "shadow": { + "type": "object", + "properties": { + "propertyState": { + "type": "string" + } + } + }, + "shapeBackgroundFill": { + "type": "object", + "properties": { + "propertyState": { + "type": "string" + } + } + } + } + }, + "shapeType": { + "type": "string" + } + } + }, "size": { "type": "object", "properties": { - "width": { - "type": "object", - "properties": { - "magnitude": { - "type": "integer" - }, - "unit": { - "type": "string" - } - }, - "required": [ - "magnitude", - "unit" - ] - }, "height": { "type": "object", "properties": { @@ -507,17 +456,20 @@ "unit": { "type": "string" } - }, - "required": [ - "magnitude", - "unit" - ] + } + }, + "width": { + "type": "object", + "properties": { + "magnitude": { + "type": "integer" + }, + "unit": { + "type": "string" + } + } } - }, - "required": [ - "width", - "height" - ] + } }, "transform": { "type": "object", @@ -531,104 +483,9 @@ "unit": { "type": "string" } - }, - "required": [ - "scaleX", - "scaleY", - "translateX", - "translateY", - "unit" - ] - }, - "shape": { - "type": "object", - "properties": { - "shapeProperties": { - "type": "object", - "properties": { - "outline": { - "type": "object", - "properties": { - "propertyState": { - "type": "string" - } - }, - "required": [ - "propertyState" - ] - }, - "shapeBackgroundFill": { - "type": "object", - "properties": { - "propertyState": { - "type": "string" - } - }, - "required": [ - "propertyState" - ] - }, - "shadow": { - "type": "object", - "properties": { - "propertyState": { - "type": "string" - } - }, - "required": [ - "propertyState" - ] - }, - "autofit": { - "type": "object", - "properties": { - "fontScale": { - "type": "integer" - } - }, - "required": [ - "fontScale" - ] - } - }, - "required": [ - "outline" - ] - }, - "placeholder": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "parentObjectId": { - "type": "string" - }, - "index": { - "type": "integer" - } - }, - "required": [ - "type", - "parentObjectId" - ] - }, - "shapeType": { - "type": "string" - } - }, - "required": [ - "shapeProperties", - "placeholder" - ] + } } - }, - "required": [ - "objectId", - "size", - "transform", - "shape" - ] + } } }, "pageProperties": { @@ -640,69 +497,17 @@ "propertyState": { "type": "string" } - }, - "required": [ - "propertyState" - ] + } } - }, - "required": [ - "pageBackgroundFill" - ] + } }, - "notesProperties": { - "type": "object", - "properties": { - "speakerNotesObjectId": { - "type": "string" - } - }, - "required": [ - "speakerNotesObjectId" - ] - } - }, - "required": [ - "objectId", - "pageType", - "pageElements", - "pageProperties", - "notesProperties" - ] - } - }, - "required": [ - "layoutObjectId", - "masterObjectId", - "notesPage" - ] - }, - "revisionId": { - "type": "string" - }, - "pageProperties": { - "type": "object", - "properties": { - "pageBackgroundFill": { - "type": "object", - "properties": { - "propertyState": { + "pageType": { "type": "string" } } } - }, - "required": [ - "pageBackgroundFill" - ] + } } }, - "required": [ - "objectId", - "pageElements", - "slideProperties", - "revisionId", - "pageProperties" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/page/getThumbnail.json b/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/page/getThumbnail.json index 8f8cbf0866..b095174475 100644 --- a/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/page/getThumbnail.json +++ b/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/page/getThumbnail.json @@ -1,20 +1,15 @@ { "type": "object", "properties": { - "width": { - "type": "integer" + "contentUrl": { + "type": "string" }, "height": { "type": "integer" }, - "contentUrl": { - "type": "string" + "width": { + "type": "integer" } }, - "required": [ - "width", - "height", - "contentUrl" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/presentation/getSlides.json b/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/presentation/getSlides.json index 8e847c84e3..a3175772d9 100644 --- a/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/presentation/getSlides.json +++ b/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/presentation/getSlides.json @@ -9,68 +9,175 @@ "items": { "type": "object", "properties": { + "image": { + "type": "object", + "properties": { + "contentUrl": { + "type": "string" + }, + "imageProperties": { + "type": "object", + "properties": { + "outline": { + "type": "object", + "properties": { + "propertyState": { + "type": "string" + } + } + }, + "shadow": { + "type": "object", + "properties": { + "propertyState": { + "type": "string" + } + } + } + } + }, + "placeholder": { + "type": "object", + "properties": { + "index": { + "type": "integer" + }, + "parentObjectId": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + } + }, "objectId": { "type": "string" }, - "size": { - "type": "object", - "properties": { - "width": { - "type": "object", - "properties": { - "magnitude": { - "type": "integer" - }, - "unit": { - "type": "string" - } - }, - "required": [ - "magnitude", - "unit" - ] - }, - "height": { - "type": "object", - "properties": { - "magnitude": { - "type": "integer" - }, - "unit": { - "type": "string" - } - }, - "required": [ - "magnitude", - "unit" - ] - } - }, - "required": [ - "width", - "height" - ] - }, - "transform": { - "type": "object", - "properties": { - "scaleX": { - "type": "number" - }, - "scaleY": { - "type": "number" - }, - "unit": { - "type": "string" - } - }, - "required": [ - "unit" - ] - }, "shape": { "type": "object", "properties": { + "placeholder": { + "type": "object", + "properties": { + "index": { + "type": "integer" + }, + "parentObjectId": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "shapeProperties": { + "type": "object", + "properties": { + "autofit": { + "type": "object", + "properties": { + "autofitType": { + "type": "string" + } + } + }, + "contentAlignment": { + "type": "string" + }, + "outline": { + "type": "object", + "properties": { + "dashStyle": { + "type": "string" + }, + "outlineFill": { + "type": "object", + "properties": { + "solidFill": { + "type": "object", + "properties": { + "alpha": { + "type": "integer" + } + } + } + } + }, + "propertyState": { + "type": "string" + }, + "weight": { + "type": "object", + "properties": { + "magnitude": { + "type": "integer" + }, + "unit": { + "type": "string" + } + } + } + } + }, + "shadow": { + "type": "object", + "properties": { + "alignment": { + "type": "string" + }, + "blurRadius": { + "type": "object", + "properties": { + "unit": { + "type": "string" + } + } + }, + "propertyState": { + "type": "string" + }, + "rotateWithShape": { + "type": "boolean" + }, + "transform": { + "type": "object", + "properties": { + "scaleX": { + "type": "integer" + }, + "scaleY": { + "type": "integer" + }, + "unit": { + "type": "string" + } + } + }, + "type": { + "type": "string" + } + } + }, + "shapeBackgroundFill": { + "type": "object", + "properties": { + "propertyState": { + "type": "string" + }, + "solidFill": { + "type": "object", + "properties": { + "alpha": { + "type": "integer" + } + } + } + } + } + } + }, "shapeType": { "type": "string" }, @@ -94,37 +201,28 @@ "direction": { "type": "string" }, - "indentStart": { - "type": "object", - "properties": { - "unit": { - "type": "string" - } - }, - "required": [ - "unit" - ] - }, "indentFirstLine": { "type": "object", "properties": { "unit": { "type": "string" } - }, - "required": [ - "unit" - ] + } + }, + "indentStart": { + "type": "object", + "properties": { + "unit": { + "type": "string" + } + } } - }, - "required": [ - "direction" - ] + } } - }, - "required": [ - "style" - ] + } + }, + "startIndex": { + "type": "integer" }, "textRun": { "type": "object", @@ -135,22 +233,6 @@ "style": { "type": "object", "properties": { - "foregroundColor": { - "type": "object", - "properties": { - "opaqueColor": { - "type": "object", - "properties": { - "themeColor": { - "type": "string" - } - } - } - }, - "required": [ - "opaqueColor" - ] - }, "bold": { "type": "boolean" }, @@ -163,11 +245,20 @@ "unit": { "type": "string" } - }, - "required": [ - "magnitude", - "unit" - ] + } + }, + "foregroundColor": { + "type": "object", + "properties": { + "opaqueColor": { + "type": "object", + "properties": { + "themeColor": { + "type": "string" + } + } + } + } }, "weightedFontFamily": { "type": "object", @@ -178,263 +269,74 @@ "weight": { "type": "integer" } - }, - "required": [ - "fontFamily", - "weight" - ] + } } } } - }, - "required": [ - "content", - "style" - ] - }, - "startIndex": { - "type": "integer" + } } - }, - "required": [ - "endIndex" - ] - } - } - }, - "required": [ - "textElements" - ] - }, - "shapeProperties": { - "type": "object", - "properties": { - "shapeBackgroundFill": { - "type": "object", - "properties": { - "propertyState": { - "type": "string" - }, - "solidFill": { - "type": "object", - "properties": { - "alpha": { - "type": "integer" - } - }, - "required": [ - "color", - "alpha" - ] } } - }, - "outline": { - "type": "object", - "properties": { - "propertyState": { - "type": "string" - }, - "outlineFill": { - "type": "object", - "properties": { - "solidFill": { - "type": "object", - "properties": { - "alpha": { - "type": "integer" - } - }, - "required": [ - "color" - ] - } - }, - "required": [ - "solidFill" - ] - }, - "weight": { - "type": "object", - "properties": { - "magnitude": { - "type": "integer" - }, - "unit": { - "type": "string" - } - }, - "required": [ - "magnitude", - "unit" - ] - }, - "dashStyle": { - "type": "string" - } - } - }, - "shadow": { - "type": "object", - "properties": { - "propertyState": { - "type": "string" - }, - "type": { - "type": "string" - }, - "transform": { - "type": "object", - "properties": { - "scaleX": { - "type": "integer" - }, - "scaleY": { - "type": "integer" - }, - "unit": { - "type": "string" - } - }, - "required": [ - "scaleX", - "scaleY", - "unit" - ] - }, - "alignment": { - "type": "string" - }, - "blurRadius": { - "type": "object", - "properties": { - "unit": { - "type": "string" - } - }, - "required": [ - "unit" - ] - }, - "rotateWithShape": { - "type": "boolean" - } - }, - "required": [ - "propertyState" - ] - }, - "autofit": { - "type": "object", - "properties": { - "autofitType": { - "type": "string" - } - }, - "required": [ - "fontScale" - ] - }, - "contentAlignment": { - "type": "string" } - }, - "required": [ - "shapeBackgroundFill", - "outline", - "shadow", - "autofit" - ] - }, - "placeholder": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "parentObjectId": { - "type": "string" - }, - "index": { - "type": "integer" - } - }, - "required": [ - "type", - "parentObjectId" - ] + } } - }, - "required": [ - "shapeProperties" - ] + } }, - "image": { + "size": { "type": "object", "properties": { - "contentUrl": { - "type": "string" - }, - "imageProperties": { + "height": { "type": "object", "properties": { - "outline": { - "type": "object", - "properties": { - "propertyState": { - "type": "string" - } - }, - "required": [ - "propertyState" - ] - }, - "shadow": { - "type": "object", - "properties": { - "propertyState": { - "type": "string" - } - }, - "required": [ - "propertyState" - ] - } - }, - "required": [ - "outline", - "shadow" - ] - }, - "placeholder": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "parentObjectId": { - "type": "string" - }, - "index": { + "magnitude": { "type": "integer" + }, + "unit": { + "type": "string" } - }, - "required": [ - "type", - "parentObjectId" - ] + } + }, + "width": { + "type": "object", + "properties": { + "magnitude": { + "type": "integer" + }, + "unit": { + "type": "string" + } + } } - }, - "required": [ - "imageProperties" - ] + } + }, + "transform": { + "type": "object", + "properties": { + "scaleX": { + "type": "number" + }, + "scaleY": { + "type": "number" + }, + "unit": { + "type": "string" + } + } } - }, - "required": [ - "objectId", - "size", - "transform" - ] + } + } + }, + "pageProperties": { + "type": "object", + "properties": { + "pageBackgroundFill": { + "type": "object", + "properties": { + "propertyState": { + "type": "string" + } + } + } } }, "slideProperties": { @@ -449,10 +351,15 @@ "notesPage": { "type": "object", "properties": { - "objectId": { - "type": "string" + "notesProperties": { + "type": "object", + "properties": { + "speakerNotesObjectId": { + "type": "string" + } + } }, - "pageType": { + "objectId": { "type": "string" }, "pageElements": { @@ -463,24 +370,68 @@ "objectId": { "type": "string" }, + "shape": { + "type": "object", + "properties": { + "placeholder": { + "type": "object", + "properties": { + "index": { + "type": "integer" + }, + "parentObjectId": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "shapeProperties": { + "type": "object", + "properties": { + "autofit": { + "type": "object", + "properties": { + "fontScale": { + "type": "integer" + } + } + }, + "outline": { + "type": "object", + "properties": { + "propertyState": { + "type": "string" + } + } + }, + "shadow": { + "type": "object", + "properties": { + "propertyState": { + "type": "string" + } + } + }, + "shapeBackgroundFill": { + "type": "object", + "properties": { + "propertyState": { + "type": "string" + } + } + } + } + }, + "shapeType": { + "type": "string" + } + } + }, "size": { "type": "object", "properties": { - "width": { - "type": "object", - "properties": { - "magnitude": { - "type": "integer" - }, - "unit": { - "type": "string" - } - }, - "required": [ - "magnitude", - "unit" - ] - }, "height": { "type": "object", "properties": { @@ -490,17 +441,20 @@ "unit": { "type": "string" } - }, - "required": [ - "magnitude", - "unit" - ] + } + }, + "width": { + "type": "object", + "properties": { + "magnitude": { + "type": "integer" + }, + "unit": { + "type": "string" + } + } } - }, - "required": [ - "width", - "height" - ] + } }, "transform": { "type": "object", @@ -514,104 +468,9 @@ "unit": { "type": "string" } - }, - "required": [ - "scaleX", - "scaleY", - "translateX", - "translateY", - "unit" - ] - }, - "shape": { - "type": "object", - "properties": { - "shapeProperties": { - "type": "object", - "properties": { - "outline": { - "type": "object", - "properties": { - "propertyState": { - "type": "string" - } - }, - "required": [ - "propertyState" - ] - }, - "shapeBackgroundFill": { - "type": "object", - "properties": { - "propertyState": { - "type": "string" - } - }, - "required": [ - "propertyState" - ] - }, - "shadow": { - "type": "object", - "properties": { - "propertyState": { - "type": "string" - } - }, - "required": [ - "propertyState" - ] - }, - "autofit": { - "type": "object", - "properties": { - "fontScale": { - "type": "integer" - } - }, - "required": [ - "fontScale" - ] - } - }, - "required": [ - "outline" - ] - }, - "placeholder": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "parentObjectId": { - "type": "string" - }, - "index": { - "type": "integer" - } - }, - "required": [ - "type", - "parentObjectId" - ] - }, - "shapeType": { - "type": "string" - } - }, - "required": [ - "shapeProperties", - "placeholder" - ] + } } - }, - "required": [ - "objectId", - "size", - "transform", - "shape" - ] + } } }, "pageProperties": { @@ -623,64 +482,17 @@ "propertyState": { "type": "string" } - }, - "required": [ - "propertyState" - ] + } } - }, - "required": [ - "pageBackgroundFill" - ] + } }, - "notesProperties": { - "type": "object", - "properties": { - "speakerNotesObjectId": { - "type": "string" - } - }, - "required": [ - "speakerNotesObjectId" - ] - } - }, - "required": [ - "objectId", - "pageType", - "pageElements", - "pageProperties", - "notesProperties" - ] - } - }, - "required": [ - "layoutObjectId", - "masterObjectId", - "notesPage" - ] - }, - "pageProperties": { - "type": "object", - "properties": { - "pageBackgroundFill": { - "type": "object", - "properties": { - "propertyState": { + "pageType": { "type": "string" } } } - }, - "required": [ - "pageBackgroundFill" - ] + } } }, - "required": [ - "objectId", - "slideProperties", - "pageProperties" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/presentation/replaceText.json b/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/presentation/replaceText.json index 09e891214f..58a6f8bfd1 100644 --- a/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/presentation/replaceText.json +++ b/packages/nodes-base/nodes/Google/Slides/__schema__/v2.0.0/presentation/replaceText.json @@ -15,15 +15,9 @@ "occurrencesChanged": { "type": "integer" } - }, - "required": [ - "occurrencesChanged" - ] + } } - }, - "required": [ - "replaceAllText" - ] + } } }, "writeControl": { @@ -32,16 +26,8 @@ "requiredRevisionId": { "type": "string" } - }, - "required": [ - "requiredRevisionId" - ] + } } }, - "required": [ - "presentationId", - "replies", - "writeControl" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/create.json b/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/create.json index 51aa5155df..823ae09c13 100644 --- a/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/create.json +++ b/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/create.json @@ -1,13 +1,22 @@ { "type": "object", "properties": { - "kind": { + "etag": { "type": "string" }, "id": { "type": "string" }, - "etag": { + "kind": { + "type": "string" + }, + "position": { + "type": "string" + }, + "selfLink": { + "type": "string" + }, + "status": { "type": "string" }, "title": { @@ -16,18 +25,6 @@ "updated": { "type": "string" }, - "selfLink": { - "type": "string" - }, - "position": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "status": { - "type": "string" - }, "webViewLink": { "type": "string" } diff --git a/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/get.json b/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/get.json index 73fe7dc4d7..b2a3c08547 100644 --- a/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/get.json +++ b/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/get.json @@ -1,13 +1,39 @@ { "type": "object", "properties": { - "kind": { + "etag": { "type": "string" }, "id": { "type": "string" }, - "etag": { + "kind": { + "type": "string" + }, + "links": { + "type": "array", + "items": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "link": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "position": { + "type": "string" + }, + "selfLink": { + "type": "string" + }, + "status": { "type": "string" }, "title": { @@ -16,37 +42,6 @@ "updated": { "type": "string" }, - "selfLink": { - "type": "string" - }, - "position": { - "type": "string" - }, - "status": { - "type": "string" - }, - "links": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "description": { - "type": "string" - }, - "link": { - "type": "string" - } - }, - "required": [ - "type", - "description", - "link" - ] - } - }, "webViewLink": { "type": "string" } diff --git a/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/getAll.json b/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/getAll.json index 9d9ca22ce9..7ce0887dd7 100644 --- a/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/getAll.json +++ b/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/getAll.json @@ -1,13 +1,42 @@ { "type": "object", "properties": { - "kind": { + "etag": { "type": "string" }, "id": { "type": "string" }, - "etag": { + "kind": { + "type": "string" + }, + "links": { + "type": "array", + "items": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "link": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "notes": { + "type": "string" + }, + "position": { + "type": "string" + }, + "selfLink": { + "type": "string" + }, + "status": { "type": "string" }, "title": { @@ -16,55 +45,9 @@ "updated": { "type": "string" }, - "selfLink": { - "type": "string" - }, - "position": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "status": { - "type": "string" - }, - "links": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "description": { - "type": "string" - }, - "link": { - "type": "string" - } - }, - "required": [ - "type", - "description", - "link" - ] - } - }, "webViewLink": { "type": "string" } }, - "required": [ - "kind", - "id", - "etag", - "title", - "updated", - "selfLink", - "position", - "status", - "links", - "webViewLink" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/update.json b/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/update.json index a883f1b1b2..923af20c86 100644 --- a/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/update.json +++ b/packages/nodes-base/nodes/Google/Task/__schema__/v1.0.0/task/update.json @@ -1,13 +1,45 @@ { "type": "object", "properties": { - "kind": { + "due": { + "type": "string" + }, + "etag": { "type": "string" }, "id": { "type": "string" }, - "etag": { + "kind": { + "type": "string" + }, + "links": { + "type": "array", + "items": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "link": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "notes": { + "type": "string" + }, + "position": { + "type": "string" + }, + "selfLink": { + "type": "string" + }, + "status": { "type": "string" }, "title": { @@ -16,43 +48,6 @@ "updated": { "type": "string" }, - "selfLink": { - "type": "string" - }, - "position": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "status": { - "type": "string" - }, - "due": { - "type": "string" - }, - "links": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "description": { - "type": "string" - }, - "link": { - "type": "string" - } - }, - "required": [ - "type", - "description", - "link" - ] - } - }, "webViewLink": { "type": "string" } diff --git a/packages/nodes-base/nodes/Google/Translate/__schema__/v2.0.0/language/translate.json b/packages/nodes-base/nodes/Google/Translate/__schema__/v2.0.0/language/translate.json index 8c649d4340..3f60a7c070 100644 --- a/packages/nodes-base/nodes/Google/Translate/__schema__/v2.0.0/language/translate.json +++ b/packages/nodes-base/nodes/Google/Translate/__schema__/v2.0.0/language/translate.json @@ -1,16 +1,12 @@ { "type": "object", "properties": { - "translatedText": { + "detectedSourceLanguage": { "type": "string" }, - "detectedSourceLanguage": { + "translatedText": { "type": "string" } }, - "required": [ - "translatedText", - "detectedSourceLanguage" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/channel/get.json b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/channel/get.json index 267a38aad8..4c45940b57 100644 --- a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/channel/get.json +++ b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/channel/get.json @@ -1,123 +1,38 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "id": { - "type": "string" - }, - "snippet": { + "brandingSettings": { "type": "object", "properties": { - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "customUrl": { - "type": "string" - }, - "publishedAt": { - "type": "string" - }, - "thumbnails": { + "channel": { "type": "object", "properties": { - "default": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "medium": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "high": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - } - }, - "required": [ - "default", - "medium", - "high" - ] - }, - "localized": { - "type": "object", - "properties": { - "title": { + "country": { "type": "string" }, "description": { "type": "string" + }, + "keywords": { + "type": "string" + }, + "title": { + "type": "string" + }, + "unsubscribedTrailer": { + "type": "string" } - }, - "required": [ - "title", - "description" - ] + } }, - "country": { - "type": "string" + "image": { + "type": "object", + "properties": { + "bannerExternalUrl": { + "type": "string" + } + } } - }, - "required": [ - "title", - "description", - "publishedAt", - "thumbnails", - "localized" - ] + } }, "contentDetails": { "type": "object", @@ -131,67 +46,117 @@ "uploads": { "type": "string" } - }, - "required": [ - "likes", - "uploads" - ] + } } - }, - "required": [ - "relatedPlaylists" - ] + } + }, + "etag": { + "type": "string" + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "snippet": { + "type": "object", + "properties": { + "country": { + "type": "string" + }, + "customUrl": { + "type": "string" + }, + "description": { + "type": "string" + }, + "localized": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "title": { + "type": "string" + } + } + }, + "publishedAt": { + "type": "string" + }, + "thumbnails": { + "type": "object", + "properties": { + "default": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "high": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "medium": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + } + } + }, + "title": { + "type": "string" + } + } }, "statistics": { "type": "object", "properties": { - "viewCount": { - "type": "string" + "hiddenSubscriberCount": { + "type": "boolean" }, "subscriberCount": { "type": "string" }, - "hiddenSubscriberCount": { - "type": "boolean" - }, "videoCount": { "type": "string" - } - }, - "required": [ - "viewCount", - "subscriberCount", - "hiddenSubscriberCount", - "videoCount" - ] - }, - "topicDetails": { - "type": "object", - "properties": { - "topicIds": { - "type": "array", - "items": { - "type": "string" - } }, - "topicCategories": { - "type": "array", - "items": { - "type": "string" - } + "viewCount": { + "type": "string" } - }, - "required": [ - "topicIds", - "topicCategories" - ] + } }, "status": { "type": "object", "properties": { - "privacyStatus": { - "type": "string" - }, "isLinked": { "type": "boolean" }, @@ -200,61 +165,29 @@ }, "madeForKids": { "type": "boolean" + }, + "privacyStatus": { + "type": "string" } - }, - "required": [ - "privacyStatus", - "isLinked", - "longUploadsStatus" - ] + } }, - "brandingSettings": { + "topicDetails": { "type": "object", "properties": { - "channel": { - "type": "object", - "properties": { - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "keywords": { - "type": "string" - }, - "unsubscribedTrailer": { - "type": "string" - }, - "country": { - "type": "string" - } - }, - "required": [ - "title" - ] + "topicCategories": { + "type": "array", + "items": { + "type": "string" + } }, - "image": { - "type": "object", - "properties": { - "bannerExternalUrl": { - "type": "string" - } - }, - "required": [ - "bannerExternalUrl" - ] + "topicIds": { + "type": "array", + "items": { + "type": "string" + } } - }, - "required": [ - "channel" - ] + } } }, - "required": [ - "kind", - "etag", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/channel/getAll.json b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/channel/getAll.json index 1549169e3e..7a61fd3fa8 100644 --- a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/channel/getAll.json +++ b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/channel/getAll.json @@ -1,124 +1,35 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "id": { - "type": "string" - }, - "snippet": { + "brandingSettings": { "type": "object", "properties": { - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "customUrl": { - "type": "string" - }, - "publishedAt": { - "type": "string" - }, - "thumbnails": { + "channel": { "type": "object", "properties": { - "default": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "medium": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "high": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - } - }, - "required": [ - "default", - "medium", - "high" - ] - }, - "localized": { - "type": "object", - "properties": { - "title": { + "country": { "type": "string" }, "description": { "type": "string" + }, + "keywords": { + "type": "string" + }, + "title": { + "type": "string" } - }, - "required": [ - "title", - "description" - ] + } }, - "country": { - "type": "string" + "image": { + "type": "object", + "properties": { + "bannerExternalUrl": { + "type": "string" + } + } } - }, - "required": [ - "title", - "description", - "customUrl", - "publishedAt", - "thumbnails", - "localized" - ] + } }, "contentDetails": { "type": "object", @@ -132,45 +43,119 @@ "uploads": { "type": "string" } - }, - "required": [ - "likes", - "uploads" - ] + } } - }, - "required": [ - "relatedPlaylists" - ] + } + }, + "etag": { + "type": "string" + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, + "snippet": { + "type": "object", + "properties": { + "country": { + "type": "string" + }, + "customUrl": { + "type": "string" + }, + "description": { + "type": "string" + }, + "localized": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "title": { + "type": "string" + } + } + }, + "publishedAt": { + "type": "string" + }, + "thumbnails": { + "type": "object", + "properties": { + "default": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "high": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "medium": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + } + } + }, + "title": { + "type": "string" + } + } }, "statistics": { "type": "object", "properties": { - "viewCount": { - "type": "string" + "hiddenSubscriberCount": { + "type": "boolean" }, "subscriberCount": { "type": "string" }, - "hiddenSubscriberCount": { - "type": "boolean" - }, "videoCount": { "type": "string" + }, + "viewCount": { + "type": "string" } - }, - "required": [ - "viewCount", - "subscriberCount", - "hiddenSubscriberCount", - "videoCount" - ] + } }, "status": { "type": "object", "properties": { - "privacyStatus": { - "type": "string" + "isChannelMonetizationEnabled": { + "type": "boolean" }, "isLinked": { "type": "boolean" @@ -178,43 +163,30 @@ "longUploadsStatus": { "type": "string" }, - "isChannelMonetizationEnabled": { + "madeForKids": { "type": "boolean" + }, + "privacyStatus": { + "type": "string" } - }, - "required": [ - "privacyStatus", - "isLinked", - "longUploadsStatus" - ] + } }, - "brandingSettings": { + "topicDetails": { "type": "object", "properties": { - "channel": { - "type": "object", - "properties": { - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "country": { - "type": "string" - }, - "keywords": { - "type": "string" - } - }, - "required": [ - "title" - ] + "topicCategories": { + "type": "array", + "items": { + "type": "string" + } + }, + "topicIds": { + "type": "array", + "items": { + "type": "string" + } } - }, - "required": [ - "channel" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlist/get.json b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlist/get.json index 4f37061e99..c3be3e815c 100644 --- a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlist/get.json +++ b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlist/get.json @@ -1,8 +1,13 @@ { "type": "object", "properties": { - "kind": { - "type": "string" + "contentDetails": { + "type": "object", + "properties": { + "itemCount": { + "type": "integer" + } + } }, "etag": { "type": "string" @@ -10,155 +15,122 @@ "id": { "type": "string" }, + "kind": { + "type": "string" + }, + "player": { + "type": "object", + "properties": { + "embedHtml": { + "type": "string" + } + } + }, "snippet": { "type": "object", "properties": { - "publishedAt": { - "type": "string" - }, "channelId": { "type": "string" }, - "title": { + "channelTitle": { "type": "string" }, "description": { "type": "string" }, + "localized": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "title": { + "type": "string" + } + } + }, + "publishedAt": { + "type": "string" + }, "thumbnails": { "type": "object", "properties": { "default": { "type": "object", "properties": { + "height": { + "type": "integer" + }, "url": { "type": "string" }, "width": { "type": "integer" - }, - "height": { - "type": "integer" } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "medium": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] + } }, "high": { "type": "object", "properties": { + "height": { + "type": "integer" + }, "url": { "type": "string" }, "width": { "type": "integer" - }, - "height": { - "type": "integer" } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "standard": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] + } }, "maxres": { "type": "object", "properties": { + "height": { + "type": "integer" + }, "url": { "type": "string" }, "width": { "type": "integer" - }, + } + } + }, + "medium": { + "type": "object", + "properties": { "height": { "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" } - }, - "required": [ - "url", - "width", - "height" - ] - } - }, - "required": [ - "default", - "medium", - "high", - "standard" - ] - }, - "channelTitle": { - "type": "string" - }, - "localized": { - "type": "object", - "properties": { - "title": { - "type": "string" + } }, - "description": { - "type": "string" + "standard": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } } - }, - "required": [ - "title", - "description" - ] + } + }, + "title": { + "type": "string" } - }, - "required": [ - "publishedAt", - "channelId", - "title", - "description", - "thumbnails", - "channelTitle", - "localized" - ] + } }, "status": { "type": "object", @@ -166,38 +138,8 @@ "privacyStatus": { "type": "string" } - }, - "required": [ - "privacyStatus" - ] - }, - "contentDetails": { - "type": "object", - "properties": { - "itemCount": { - "type": "integer" - } - }, - "required": [ - "itemCount" - ] - }, - "player": { - "type": "object", - "properties": { - "embedHtml": { - "type": "string" - } - }, - "required": [ - "embedHtml" - ] + } } }, - "required": [ - "kind", - "etag", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlist/getAll.json b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlist/getAll.json index 1fa1938883..c3be3e815c 100644 --- a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlist/getAll.json +++ b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlist/getAll.json @@ -1,174 +1,6 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "id": { - "type": "string" - }, - "snippet": { - "type": "object", - "properties": { - "publishedAt": { - "type": "string" - }, - "channelId": { - "type": "string" - }, - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "thumbnails": { - "type": "object", - "properties": { - "default": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "medium": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "high": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "standard": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "maxres": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - } - }, - "required": [ - "default", - "medium", - "high" - ] - }, - "channelTitle": { - "type": "string" - }, - "localized": { - "type": "object", - "properties": { - "title": { - "type": "string" - }, - "description": { - "type": "string" - } - }, - "required": [ - "title", - "description" - ] - } - }, - "required": [ - "publishedAt", - "channelId", - "title", - "description", - "thumbnails", - "channelTitle" - ] - }, - "status": { - "type": "object", - "properties": { - "privacyStatus": { - "type": "string" - } - }, - "required": [ - "privacyStatus" - ] - }, "contentDetails": { "type": "object", "properties": { @@ -177,22 +9,137 @@ } } }, + "etag": { + "type": "string" + }, + "id": { + "type": "string" + }, + "kind": { + "type": "string" + }, "player": { "type": "object", "properties": { "embedHtml": { "type": "string" } - }, - "required": [ - "embedHtml" - ] + } + }, + "snippet": { + "type": "object", + "properties": { + "channelId": { + "type": "string" + }, + "channelTitle": { + "type": "string" + }, + "description": { + "type": "string" + }, + "localized": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "title": { + "type": "string" + } + } + }, + "publishedAt": { + "type": "string" + }, + "thumbnails": { + "type": "object", + "properties": { + "default": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "high": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "maxres": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "medium": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "standard": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + } + } + }, + "title": { + "type": "string" + } + } + }, + "status": { + "type": "object", + "properties": { + "privacyStatus": { + "type": "string" + } + } } }, - "required": [ - "kind", - "etag", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlistItem/add.json b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlistItem/add.json index 7859a993e0..28247c59ee 100644 --- a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlistItem/add.json +++ b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlistItem/add.json @@ -1,8 +1,16 @@ { "type": "object", "properties": { - "kind": { - "type": "string" + "contentDetails": { + "type": "object", + "properties": { + "videoId": { + "type": "string" + }, + "videoPublishedAt": { + "type": "string" + } + } }, "etag": { "type": "string" @@ -10,97 +18,30 @@ "id": { "type": "string" }, + "kind": { + "type": "string" + }, "snippet": { "type": "object", "properties": { - "publishedAt": { - "type": "string" - }, "channelId": { "type": "string" }, - "title": { + "channelTitle": { "type": "string" }, "description": { "type": "string" }, - "thumbnails": { - "type": "object", - "properties": { - "default": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "medium": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "high": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - } - }, - "required": [ - "default", - "medium", - "high" - ] - }, - "channelTitle": { - "type": "string" - }, "playlistId": { "type": "string" }, "position": { "type": "integer" }, + "publishedAt": { + "type": "string" + }, "resourceId": { "type": "object", "properties": { @@ -110,55 +51,66 @@ "videoId": { "type": "string" } - }, - "required": [ - "kind", - "videoId" - ] + } }, - "videoOwnerChannelTitle": { + "thumbnails": { + "type": "object", + "properties": { + "default": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "high": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "medium": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + } + } + }, + "title": { "type": "string" }, "videoOwnerChannelId": { "type": "string" - } - }, - "required": [ - "publishedAt", - "channelId", - "title", - "description", - "thumbnails", - "channelTitle", - "playlistId", - "position", - "resourceId", - "videoOwnerChannelTitle", - "videoOwnerChannelId" - ] - }, - "contentDetails": { - "type": "object", - "properties": { - "videoId": { - "type": "string" }, - "videoPublishedAt": { + "videoOwnerChannelTitle": { "type": "string" } - }, - "required": [ - "videoId", - "videoPublishedAt" - ] + } } }, - "required": [ - "kind", - "etag", - "id", - "snippet", - "contentDetails" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlistItem/getAll.json b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlistItem/getAll.json index 481c39b966..cc6b586b2a 100644 --- a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlistItem/getAll.json +++ b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/playlistItem/getAll.json @@ -1,8 +1,16 @@ { "type": "object", "properties": { - "kind": { - "type": "string" + "contentDetails": { + "type": "object", + "properties": { + "videoId": { + "type": "string" + }, + "videoPublishedAt": { + "type": "string" + } + } }, "etag": { "type": "string" @@ -10,135 +18,30 @@ "id": { "type": "string" }, + "kind": { + "type": "string" + }, "snippet": { "type": "object", "properties": { - "publishedAt": { - "type": "string" - }, "channelId": { "type": "string" }, - "title": { + "channelTitle": { "type": "string" }, "description": { "type": "string" }, - "thumbnails": { - "type": "object", - "properties": { - "default": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "medium": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "high": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "standard": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "maxres": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - } - }, - "required": [ - "default", - "medium", - "high" - ] - }, - "channelTitle": { - "type": "string" - }, "playlistId": { "type": "string" }, "position": { "type": "integer" }, + "publishedAt": { + "type": "string" + }, "resourceId": { "type": "object", "properties": { @@ -148,44 +51,93 @@ "videoId": { "type": "string" } - }, - "required": [ - "kind", - "videoId" - ] + } }, - "videoOwnerChannelTitle": { + "thumbnails": { + "type": "object", + "properties": { + "default": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "high": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "maxres": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "medium": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "standard": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + } + } + }, + "title": { "type": "string" }, "videoOwnerChannelId": { "type": "string" - } - }, - "required": [ - "publishedAt", - "channelId", - "title", - "description", - "thumbnails", - "channelTitle", - "playlistId", - "position", - "resourceId" - ] - }, - "contentDetails": { - "type": "object", - "properties": { - "videoId": { - "type": "string" }, - "videoPublishedAt": { + "videoOwnerChannelTitle": { "type": "string" } - }, - "required": [ - "videoId" - ] + } }, "status": { "type": "object", @@ -193,16 +145,8 @@ "privacyStatus": { "type": "string" } - }, - "required": [ - "privacyStatus" - ] + } } }, - "required": [ - "kind", - "etag", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/video/get.json b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/video/get.json index c6c4fa4fcc..024819fefe 100644 --- a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/video/get.json +++ b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/video/get.json @@ -1,189 +1,19 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, - "etag": { - "type": "string" - }, - "snippet": { - "type": "object", - "properties": { - "publishedAt": { - "type": "string" - }, - "channelId": { - "type": "string" - }, - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "thumbnails": { - "type": "object", - "properties": { - "default": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "medium": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "high": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "standard": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "maxres": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - } - }, - "required": [ - "default", - "medium", - "high" - ] - }, - "channelTitle": { - "type": "string" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } - }, - "categoryId": { - "type": "string" - }, - "liveBroadcastContent": { - "type": "string" - }, - "localized": { - "type": "object", - "properties": { - "title": { - "type": "string" - }, - "description": { - "type": "string" - } - }, - "required": [ - "title", - "description" - ] - }, - "defaultAudioLanguage": { - "type": "string" - } - }, - "required": [ - "publishedAt", - "channelId", - "title", - "description", - "thumbnails", - "channelTitle", - "liveBroadcastContent" - ] - }, "contentDetails": { "type": "object", "properties": { - "duration": { - "type": "string" - }, - "dimension": { + "caption": { "type": "string" }, "definition": { "type": "string" }, - "caption": { + "dimension": { + "type": "string" + }, + "duration": { "type": "string" }, "licensedContent": { @@ -192,68 +22,16 @@ "projection": { "type": "string" } - }, - "required": [ - "duration", - "dimension", - "definition", - "caption", - "licensedContent", - "contentRating", - "projection" - ] + } }, - "status": { - "type": "object", - "properties": { - "uploadStatus": { - "type": "string" - }, - "privacyStatus": { - "type": "string" - }, - "license": { - "type": "string" - }, - "embeddable": { - "type": "boolean" - }, - "publicStatsViewable": { - "type": "boolean" - }, - "madeForKids": { - "type": "boolean" - } - }, - "required": [ - "uploadStatus", - "privacyStatus", - "license", - "embeddable", - "publicStatsViewable", - "madeForKids" - ] + "etag": { + "type": "string" }, - "statistics": { - "type": "object", - "properties": { - "viewCount": { - "type": "string" - }, - "likeCount": { - "type": "string" - }, - "favoriteCount": { - "type": "string" - }, - "commentCount": { - "type": "string" - } - }, - "required": [ - "viewCount", - "favoriteCount" - ] + "id": { + "type": "string" + }, + "kind": { + "type": "string" }, "player": { "type": "object", @@ -261,10 +39,168 @@ "embedHtml": { "type": "string" } - }, - "required": [ - "embedHtml" - ] + } + }, + "snippet": { + "type": "object", + "properties": { + "categoryId": { + "type": "string" + }, + "channelId": { + "type": "string" + }, + "channelTitle": { + "type": "string" + }, + "defaultAudioLanguage": { + "type": "string" + }, + "description": { + "type": "string" + }, + "liveBroadcastContent": { + "type": "string" + }, + "localized": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "title": { + "type": "string" + } + } + }, + "publishedAt": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "thumbnails": { + "type": "object", + "properties": { + "default": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "high": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "maxres": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "medium": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + }, + "standard": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + } + } + }, + "title": { + "type": "string" + } + } + }, + "statistics": { + "type": "object", + "properties": { + "commentCount": { + "type": "string" + }, + "favoriteCount": { + "type": "string" + }, + "likeCount": { + "type": "string" + }, + "viewCount": { + "type": "string" + } + } + }, + "status": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "license": { + "type": "string" + }, + "madeForKids": { + "type": "boolean" + }, + "privacyStatus": { + "type": "string" + }, + "publicStatsViewable": { + "type": "boolean" + }, + "uploadStatus": { + "type": "string" + } + } }, "topicDetails": { "type": "object", @@ -275,16 +211,8 @@ "type": "string" } } - }, - "required": [ - "topicCategories" - ] + } } }, - "required": [ - "kind", - "etag", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/video/getAll.json b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/video/getAll.json index d5f6c4d391..5b24fe7da8 100644 --- a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/video/getAll.json +++ b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/video/getAll.json @@ -1,9 +1,6 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, "etag": { "type": "string" }, @@ -16,114 +13,83 @@ "videoId": { "type": "string" } - }, - "required": [ - "kind", - "videoId" - ] + } + }, + "kind": { + "type": "string" }, "snippet": { "type": "object", "properties": { - "publishedAt": { - "type": "string" - }, "channelId": { "type": "string" }, - "title": { + "channelTitle": { "type": "string" }, "description": { "type": "string" }, + "liveBroadcastContent": { + "type": "string" + }, + "publishedAt": { + "type": "string" + }, + "publishTime": { + "type": "string" + }, "thumbnails": { "type": "object", "properties": { "default": { "type": "object", "properties": { + "height": { + "type": "integer" + }, "url": { "type": "string" }, "width": { "type": "integer" - }, - "height": { - "type": "integer" } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "medium": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] + } }, "high": { "type": "object", "properties": { + "height": { + "type": "integer" + }, "url": { "type": "string" }, "width": { "type": "integer" - }, + } + } + }, + "medium": { + "type": "object", + "properties": { "height": { "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" } - }, - "required": [ - "url", - "width", - "height" - ] + } } - }, - "required": [ - "default", - "medium", - "high" - ] + } }, - "channelTitle": { - "type": "string" - }, - "liveBroadcastContent": { - "type": "string" - }, - "publishTime": { + "title": { "type": "string" } - }, - "required": [ - "publishedAt", - "channelId", - "title", - "description", - "thumbnails", - "channelTitle", - "liveBroadcastContent", - "publishTime" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/video/update.json b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/video/update.json index 86cf2d254f..59f8202f25 100644 --- a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/video/update.json +++ b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/video/update.json @@ -1,217 +1,153 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, "etag": { "type": "string" }, "id": { "type": "string" }, + "kind": { + "type": "string" + }, "snippet": { "type": "object", "properties": { - "publishedAt": { + "categoryId": { "type": "string" }, "channelId": { "type": "string" }, - "title": { + "channelTitle": { + "type": "string" + }, + "defaultAudioLanguage": { "type": "string" }, "description": { "type": "string" }, + "liveBroadcastContent": { + "type": "string" + }, + "localized": { + "type": "object", + "properties": { + "description": { + "type": "string" + }, + "title": { + "type": "string" + } + } + }, + "publishedAt": { + "type": "string" + }, "thumbnails": { "type": "object", "properties": { "default": { "type": "object", "properties": { + "height": { + "type": "integer" + }, "url": { "type": "string" }, "width": { "type": "integer" - }, - "height": { - "type": "integer" } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "medium": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] + } }, "high": { "type": "object", "properties": { + "height": { + "type": "integer" + }, "url": { "type": "string" }, "width": { "type": "integer" - }, - "height": { - "type": "integer" } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "standard": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] + } }, "maxres": { "type": "object", "properties": { + "height": { + "type": "integer" + }, "url": { "type": "string" }, "width": { "type": "integer" - }, + } + } + }, + "medium": { + "type": "object", + "properties": { "height": { "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" } - }, - "required": [ - "url", - "width", - "height" - ] - } - }, - "required": [ - "default", - "medium", - "high" - ] - }, - "channelTitle": { - "type": "string" - }, - "categoryId": { - "type": "string" - }, - "liveBroadcastContent": { - "type": "string" - }, - "defaultLanguage": { - "type": "string" - }, - "localized": { - "type": "object", - "properties": { - "title": { - "type": "string" + } }, - "description": { - "type": "string" + "standard": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } } - }, - "required": [ - "title", - "description" - ] + } }, - "defaultAudioLanguage": { + "title": { "type": "string" } - }, - "required": [ - "publishedAt", - "channelId", - "title", - "description", - "thumbnails", - "channelTitle", - "categoryId", - "liveBroadcastContent", - "localized", - "defaultAudioLanguage" - ] + } }, "status": { "type": "object", "properties": { - "uploadStatus": { - "type": "string" - }, - "privacyStatus": { - "type": "string" + "embeddable": { + "type": "boolean" }, "license": { "type": "string" }, - "embeddable": { - "type": "boolean" + "privacyStatus": { + "type": "string" }, "publicStatsViewable": { "type": "boolean" }, "selfDeclaredMadeForKids": { "type": "boolean" + }, + "uploadStatus": { + "type": "string" } - }, - "required": [ - "uploadStatus", - "privacyStatus", - "license", - "embeddable", - "publicStatsViewable" - ] + } } }, - "required": [ - "kind", - "etag", - "id", - "snippet", - "status", - "recordingDetails" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/videoCategory/getAll.json b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/videoCategory/getAll.json index 7863fc9a33..51f3b59e66 100644 --- a/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/videoCategory/getAll.json +++ b/packages/nodes-base/nodes/Google/YouTube/__schema__/v1.0.0/videoCategory/getAll.json @@ -1,33 +1,28 @@ { "type": "object", "properties": { - "kind": { - "type": "string" - }, "etag": { "type": "string" }, "id": { "type": "string" }, + "kind": { + "type": "string" + }, "snippet": { "type": "object", "properties": { - "title": { - "type": "string" - }, "assignable": { "type": "boolean" }, "channelId": { "type": "string" + }, + "title": { + "type": "string" } - }, - "required": [ - "title", - "assignable", - "channelId" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Grafana/__schema__/v1.0.0/dashboard/get.json b/packages/nodes-base/nodes/Grafana/__schema__/v1.0.0/dashboard/get.json index 4a2fcb7b32..4ceff95f0d 100644 --- a/packages/nodes-base/nodes/Grafana/__schema__/v1.0.0/dashboard/get.json +++ b/packages/nodes-base/nodes/Grafana/__schema__/v1.0.0/dashboard/get.json @@ -1,149 +1,6 @@ { "type": "object", "properties": { - "meta": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "canSave": { - "type": "boolean" - }, - "canEdit": { - "type": "boolean" - }, - "canAdmin": { - "type": "boolean" - }, - "canStar": { - "type": "boolean" - }, - "canDelete": { - "type": "boolean" - }, - "slug": { - "type": "string" - }, - "url": { - "type": "string" - }, - "expires": { - "type": "string" - }, - "created": { - "type": "string" - }, - "updated": { - "type": "string" - }, - "updatedBy": { - "type": "string" - }, - "createdBy": { - "type": "string" - }, - "version": { - "type": "integer" - }, - "hasAcl": { - "type": "boolean" - }, - "isFolder": { - "type": "boolean" - }, - "folderId": { - "type": "integer" - }, - "folderUid": { - "type": "string" - }, - "folderTitle": { - "type": "string" - }, - "folderUrl": { - "type": "string" - }, - "provisioned": { - "type": "boolean" - }, - "provisionedExternalId": { - "type": "string" - }, - "annotationsPermissions": { - "type": "object", - "properties": { - "dashboard": { - "type": "object", - "properties": { - "canAdd": { - "type": "boolean" - }, - "canEdit": { - "type": "boolean" - }, - "canDelete": { - "type": "boolean" - } - }, - "required": [ - "canAdd", - "canEdit", - "canDelete" - ] - }, - "organization": { - "type": "object", - "properties": { - "canAdd": { - "type": "boolean" - }, - "canEdit": { - "type": "boolean" - }, - "canDelete": { - "type": "boolean" - } - }, - "required": [ - "canAdd", - "canEdit", - "canDelete" - ] - } - }, - "required": [ - "dashboard", - "organization" - ] - } - }, - "required": [ - "type", - "canSave", - "canEdit", - "canAdmin", - "canStar", - "canDelete", - "slug", - "url", - "expires", - "created", - "updated", - "updatedBy", - "createdBy", - "version", - "hasAcl", - "isFolder", - "folderId", - "folderUid", - "folderTitle", - "folderUrl", - "provisioned", - "provisionedExternalId", - "annotationsPermissions" - ] - }, "dashboard": { "type": "object", "properties": { @@ -167,11 +24,7 @@ "uid": { "type": "string" } - }, - "required": [ - "type", - "uid" - ] + } }, "enable": { "type": "boolean" @@ -185,9 +38,6 @@ "name": { "type": "string" }, - "type": { - "type": "string" - }, "target": { "type": "object", "properties": { @@ -200,30 +50,15 @@ "type": { "type": "string" } - }, - "required": [ - "limit", - "matchAny", - "tags", - "type" - ] + } + }, + "type": { + "type": "string" } - }, - "required": [ - "builtIn", - "datasource", - "enable", - "hide", - "iconColor", - "name", - "type" - ] + } } } - }, - "required": [ - "list" - ] + } }, "editable": { "type": "boolean" @@ -269,19 +104,7 @@ "url": { "type": "string" } - }, - "required": [ - "asDropdown", - "icon", - "includeVars", - "keepTime", - "tags", - "targetBlank", - "title", - "tooltip", - "type", - "url" - ] + } } }, "panels": { @@ -298,11 +121,7 @@ "uid": { "type": "string" } - }, - "required": [ - "type", - "uid" - ] + } }, "description": { "type": "string" @@ -316,55 +135,29 @@ "color": { "type": "object", "properties": { - "mode": { - "type": "string" - }, "fixedColor": { "type": "string" - } - }, - "required": [ - "mode" - ] - }, - "thresholds": { - "type": "object", - "properties": { + }, "mode": { "type": "string" - }, - "steps": { - "type": "array", - "items": { - "type": "object", - "properties": { - "color": { - "type": "string" - } - }, - "required": [ - "color" - ] - } } - }, - "required": [ - "mode", - "steps" - ] - }, - "unit": { - "type": "string" + } }, "custom": { "type": "object", "properties": { + "axisBorderShow": { + "type": "boolean" + }, "axisCenteredZero": { "type": "boolean" }, "axisColorMode": { "type": "string" }, + "axisGridShow": { + "type": "boolean" + }, "axisLabel": { "type": "string" }, @@ -374,6 +167,9 @@ "barAlignment": { "type": "integer" }, + "barWidthFactor": { + "type": "number" + }, "drawStyle": { "type": "string" }, @@ -395,16 +191,22 @@ "viz": { "type": "boolean" } - }, - "required": [ - "legend", - "tooltip", - "viz" - ] + } + }, + "insertNulls": { + "type": "boolean" }, "lineInterpolation": { "type": "string" }, + "lineStyle": { + "type": "object", + "properties": { + "fill": { + "type": "string" + } + } + }, "lineWidth": { "type": "integer" }, @@ -417,10 +219,7 @@ "type": { "type": "string" } - }, - "required": [ - "type" - ] + } }, "showPoints": { "type": "string" @@ -437,11 +236,7 @@ "mode": { "type": "string" } - }, - "required": [ - "group", - "mode" - ] + } }, "thresholdsStyle": { "type": "object", @@ -449,45 +244,36 @@ "mode": { "type": "string" } - }, - "required": [ - "mode" - ] - }, - "axisBorderShow": { - "type": "boolean" - }, - "axisGridShow": { - "type": "boolean" - }, - "barWidthFactor": { - "type": "number" - }, - "insertNulls": { - "type": "boolean" - }, - "lineStyle": { - "type": "object", - "properties": { - "fill": { - "type": "string" - } - }, - "required": [ - "fill" - ] + } } } }, "min": { "type": "integer" + }, + "thresholds": { + "type": "object", + "properties": { + "mode": { + "type": "string" + }, + "steps": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + } + } + } + } + } + }, + "unit": { + "type": "string" } - }, - "required": [ - "color", - "mappings", - "thresholds" - ] + } }, "overrides": { "type": "array", @@ -503,11 +289,7 @@ "options": { "type": "string" } - }, - "required": [ - "id", - "options" - ] + } }, "properties": { "type": "array", @@ -517,25 +299,13 @@ "id": { "type": "string" } - }, - "required": [ - "id", - "value" - ] + } } } - }, - "required": [ - "matcher", - "properties" - ] + } } } - }, - "required": [ - "defaults", - "overrides" - ] + } }, "gridPos": { "type": "object", @@ -552,17 +322,14 @@ "y": { "type": "integer" } - }, - "required": [ - "h", - "w", - "x", - "y" - ] + } }, "id": { "type": "integer" }, + "interval": { + "type": "string" + }, "options": { "type": "object", "properties": { @@ -584,13 +351,7 @@ "showLegend": { "type": "boolean" } - }, - "required": [ - "calcs", - "displayMode", - "placement", - "showLegend" - ] + } }, "tooltip": { "type": "object", @@ -601,11 +362,7 @@ "sort": { "type": "string" } - }, - "required": [ - "mode", - "sort" - ] + } } } }, @@ -626,17 +383,7 @@ "uid": { "type": "string" } - }, - "required": [ - "type", - "uid" - ] - }, - "refId": { - "type": "string" - }, - "hide": { - "type": "boolean" + } }, "disableTextWrap": { "type": "boolean" @@ -647,58 +394,54 @@ "expr": { "type": "string" }, + "format": { + "type": "string" + }, "fullMetaSearch": { "type": "boolean" }, + "hide": { + "type": "boolean" + }, "includeNullMetadata": { "type": "boolean" }, "instant": { "type": "boolean" }, - "legendFormat": { - "type": "string" - }, - "useBackend": { - "type": "boolean" - }, - "format": { - "type": "string" - }, "interval": { "type": "string" }, "intervalFactor": { "type": "integer" + }, + "legendFormat": { + "type": "string" + }, + "refId": { + "type": "string" + }, + "useBackend": { + "type": "boolean" } - }, - "required": [ - "datasource", - "refId" - ] + } } }, "title": { "type": "string" }, - "type": { - "type": "string" - }, "transparent": { "type": "boolean" }, - "interval": { + "type": { "type": "string" } - }, - "required": [ - "gridPos", - "id", - "title", - "type" - ] + } } }, + "preload": { + "type": "boolean" + }, "schemaVersion": { "type": "integer" }, @@ -722,11 +465,7 @@ "selected": { "type": "boolean" } - }, - "required": [ - "text", - "value" - ] + } }, "datasource": { "type": "object", @@ -737,11 +476,7 @@ "uid": { "type": "string" } - }, - "required": [ - "type", - "uid" - ] + } }, "definition": { "type": "string" @@ -775,12 +510,7 @@ "value": { "type": "string" } - }, - "required": [ - "selected", - "text", - "value" - ] + } } }, "query": { @@ -789,10 +519,7 @@ "query": { "type": "string" } - }, - "required": [ - "query" - ] + } }, "refresh": { "type": "integer" @@ -809,20 +536,10 @@ "type": { "type": "string" } - }, - "required": [ - "current", - "name", - "options", - "query", - "type" - ] + } } } - }, - "required": [ - "list" - ] + } }, "time": { "type": "object", @@ -833,11 +550,7 @@ "to": { "type": "string" } - }, - "required": [ - "from", - "to" - ] + } }, "timezone": { "type": "string" @@ -853,35 +566,113 @@ }, "weekStart": { "type": "string" - }, - "preload": { - "type": "boolean" } - }, - "required": [ - "annotations", - "editable", - "fiscalYearStartMonth", - "graphTooltip", - "id", - "links", - "panels", - "schemaVersion", - "tags", - "templating", - "time", - "timepicker", - "timezone", - "title", - "uid", - "version", - "weekStart" - ] + } + }, + "meta": { + "type": "object", + "properties": { + "annotationsPermissions": { + "type": "object", + "properties": { + "dashboard": { + "type": "object", + "properties": { + "canAdd": { + "type": "boolean" + }, + "canDelete": { + "type": "boolean" + }, + "canEdit": { + "type": "boolean" + } + } + }, + "organization": { + "type": "object", + "properties": { + "canAdd": { + "type": "boolean" + }, + "canDelete": { + "type": "boolean" + }, + "canEdit": { + "type": "boolean" + } + } + } + } + }, + "canAdmin": { + "type": "boolean" + }, + "canDelete": { + "type": "boolean" + }, + "canEdit": { + "type": "boolean" + }, + "canSave": { + "type": "boolean" + }, + "canStar": { + "type": "boolean" + }, + "created": { + "type": "string" + }, + "createdBy": { + "type": "string" + }, + "expires": { + "type": "string" + }, + "folderId": { + "type": "integer" + }, + "folderTitle": { + "type": "string" + }, + "folderUid": { + "type": "string" + }, + "folderUrl": { + "type": "string" + }, + "hasAcl": { + "type": "boolean" + }, + "isFolder": { + "type": "boolean" + }, + "provisioned": { + "type": "boolean" + }, + "provisionedExternalId": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "type": { + "type": "string" + }, + "updated": { + "type": "string" + }, + "updatedBy": { + "type": "string" + }, + "url": { + "type": "string" + }, + "version": { + "type": "integer" + } + } } }, - "required": [ - "meta", - "dashboard" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HackerNews/__schema__/v1.0.0/all/getAll.json b/packages/nodes-base/nodes/HackerNews/__schema__/v1.0.0/all/getAll.json index 8888d9a121..380a09cd01 100644 --- a/packages/nodes-base/nodes/HackerNews/__schema__/v1.0.0/all/getAll.json +++ b/packages/nodes-base/nodes/HackerNews/__schema__/v1.0.0/all/getAll.json @@ -13,18 +13,13 @@ "value": { "type": "string" } - }, - "required": [ - "matchLevel", - "matchedWords", - "value" - ] + } }, "title": { "type": "object", "properties": { - "matchLevel": { - "type": "string" + "fullyHighlighted": { + "type": "boolean" }, "matchedWords": { "type": "array", @@ -32,21 +27,19 @@ "type": "string" } }, + "matchLevel": { + "type": "string" + }, "value": { "type": "string" } - }, - "required": [ - "matchLevel", - "matchedWords", - "value" - ] + } }, "url": { "type": "object", "properties": { - "matchLevel": { - "type": "string" + "fullyHighlighted": { + "type": "boolean" }, "matchedWords": { "type": "array", @@ -54,20 +47,15 @@ "type": "string" } }, + "matchLevel": { + "type": "string" + }, "value": { "type": "string" } - }, - "required": [ - "matchLevel", - "matchedWords", - "value" - ] + } } - }, - "required": [ - "author" - ] + } }, "_tags": { "type": "array", @@ -109,15 +97,5 @@ "type": "string" } }, - "required": [ - "_highlightResult", - "_tags", - "author", - "created_at", - "created_at_i", - "objectID", - "story_id", - "updated_at" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HackerNews/__schema__/v1.0.0/article/get.json b/packages/nodes-base/nodes/HackerNews/__schema__/v1.0.0/article/get.json index 1d1c49f76b..e4a376c594 100644 --- a/packages/nodes-base/nodes/HackerNews/__schema__/v1.0.0/article/get.json +++ b/packages/nodes-base/nodes/HackerNews/__schema__/v1.0.0/article/get.json @@ -23,19 +23,5 @@ "type": "string" } }, - "required": [ - "author", - "created_at", - "created_at_i", - "id", - "options", - "parent_id", - "points", - "story_id", - "text", - "title", - "type", - "url" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/client/getAll.json b/packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/client/getAll.json index 8d99a53f25..a3adb1b224 100644 --- a/packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/client/getAll.json +++ b/packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/client/getAll.json @@ -4,20 +4,15 @@ "id": { "type": "integer" }, - "name": { - "type": "string" - }, "is_vip": { "type": "boolean" }, + "name": { + "type": "string" + }, "notes": { "type": "string" } }, - "required": [ - "id", - "name", - "is_vip" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/ticket/getAll.json b/packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/ticket/getAll.json index 4a15f43418..a2e6823fa6 100644 --- a/packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/ticket/getAll.json +++ b/packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/ticket/getAll.json @@ -1,57 +1,15 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "summary": { - "type": "string" - }, - "details": { - "type": "string" - }, "agent_id": { "type": "integer" }, - "targetdate": { - "type": "string" - }, - "dateoccurred": { - "type": "string" - }, - "status_id": { + "appointment_type": { "type": "integer" }, - "tickettype_id": { + "attachment_count": { "type": "integer" }, - "sla_id": { - "type": "integer" - }, - "priority_id": { - "type": "integer" - }, - "client_id": { - "type": "integer" - }, - "client_name": { - "type": "string" - }, - "site_id": { - "type": "integer" - }, - "site_name": { - "type": "string" - }, - "user_id": { - "type": "integer" - }, - "user_name": { - "type": "string" - }, - "team": { - "type": "string" - }, "category_1": { "type": "string" }, @@ -64,85 +22,184 @@ "category_4": { "type": "string" }, - "estimatedays": { - "type": "integer" - }, "child_count": { "type": "integer" }, - "attachment_count": { + "client_id": { "type": "integer" }, - "flagged": { - "type": "boolean" + "client_name": { + "type": "string" }, - "read": { - "type": "boolean" - }, - "enduserstatus": { + "cost": { "type": "integer" }, - "onhold": { - "type": "boolean" - }, - "excludefromsla": { - "type": "boolean" - }, - "site_timezone": { + "dateoccurred": { "type": "string" }, - "lastactiondate": { + "deadlinedate": { "type": "string" }, - "last_update": { - "type": "string" - }, - "organisation_id": { - "type": "integer" - }, "department_id": { "type": "integer" }, - "matched_kb_id": { - "type": "integer" - }, - "product_id": { - "type": "integer" - }, - "release_id": { - "type": "integer" - }, - "release2_id": { - "type": "integer" - }, - "release3_id": { - "type": "integer" - }, - "lastincomingemail": { + "details": { "type": "string" }, - "workflow_id": { + "emailcclist": { + "type": "string" + }, + "emailtolist": { + "type": "string" + }, + "enduserstatus": { "type": "integer" }, - "workflow_step": { + "estimatedays": { "type": "integer" }, - "pipeline_stage_id": { + "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" }, - "inactive": { - "type": "boolean" - }, - "impact": { + "itil_requesttype_id": { "type": "integer" }, - "urgency": { + "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": { @@ -151,27 +208,60 @@ "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" }, - "deadlinedate": { + "team": { "type": "string" }, - "oppcompanyname": { + "ticket_tags": { "type": "string" }, - "oppvalueadjusted": { + "ticketage": { + "type": "number" + }, + "tickettype_id": { "type": "integer" }, - "cost": { + "updateservicestatus": { + "type": "boolean" + }, + "urgency": { "type": "integer" }, - "quantity": { + "use": { + "type": "string" + }, + "useful_count": { "type": "integer" }, + "user_email": { + "type": "string" + }, + "user_id": { + "type": "integer" + }, + "user_name": { + "type": "string" + }, "userdef1": { "type": "string" }, @@ -187,107 +277,12 @@ "userdef5": { "type": "string" }, - "source": { + "workflow_id": { "type": "integer" }, - "release_important": { - "type": "boolean" - }, - "releasenotegroup_id": { + "workflow_step": { "type": "integer" - }, - "supplier_status": { - "type": "integer" - }, - "appointment_type": { - "type": "integer" - }, - "section_timezone": { - "type": "string" - }, - "projectinternaltask": { - "type": "boolean" - }, - "impactlevel": { - "type": "integer" - }, - "guid": { - "type": "string" - }, - "reviewed": { - "type": "boolean" - }, - "merged_into_id": { - "type": "integer" - }, - "table": { - "type": "integer" - }, - "use": { - "type": "string" - }, - "maximumRestrictedPriority": { - "type": "integer" - }, - "idsummary": { - "type": "string" - }, - "ticketage": { - "type": "number" - }, - "useful_count": { - "type": "integer" - }, - "notuseful_count": { - "type": "integer" - }, - "updateservicestatus": { - "type": "boolean" - }, - "servicestatusnote": { - "type": "string" - }, - "itil_requesttype_id": { - "type": "integer" - }, - "ticket_tags": { - "type": "string" - }, - "invoiceseperatelyoverride": { - "type": "boolean" - }, - "purchaseordernumber": { - "type": "string" - }, - "respondbydate": { - "type": "string" - }, - "fixbydate": { - "type": "string" - }, - "responsedate": { - "type": "string" - }, - "slaresponsestate": { - "type": "string" - }, - "reportedby": { - "type": "string" - }, - "emailtolist": { - "type": "string" - }, - "emailcclist": { - "type": "string" - }, - "user_email": { - "type": "string" } }, - "required": [ - "id", - "agent_id", - "targetdate" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/user/getAll.json b/packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/user/getAll.json index f50bf1f34b..a6e4ac3131 100644 --- a/packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/user/getAll.json +++ b/packages/nodes-base/nodes/HaloPSA/__schema__/v1.0.0/user/getAll.json @@ -1,9 +1,15 @@ { "type": "object", "properties": { + "emailaddress": { + "type": "string" + }, "id": { "type": "integer" }, + "inactive": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -12,19 +18,7 @@ }, "surname": { "type": "string" - }, - "emailaddress": { - "type": "string" - }, - "inactive": { - "type": "boolean" } }, - "required": [ - "id", - "name", - "site_id", - "inactive" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/invoice/getAll.json b/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/invoice/getAll.json index bce3847a94..447b6b1d56 100644 --- a/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/invoice/getAll.json +++ b/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/invoice/getAll.json @@ -1,63 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "client_key": { - "type": "string" - }, - "number": { - "type": "string" - }, - "purchase_order": { - "type": "string" - }, - "tax2": { - "type": "null" - }, - "tax2_amount": { - "type": "integer" - }, - "discount_amount": { - "type": "integer" - }, - "subject": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "state": { - "type": "string" - }, - "issue_date": { - "type": "string" - }, - "due_date": { - "type": "string" - }, - "payment_term": { - "type": "string" - }, - "closed_at": { - "type": "null" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "payment_options": { - "type": "array", - "items": { - "type": "string" - } - }, "client": { "type": "object", "properties": { @@ -67,17 +10,16 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] + } }, - "estimate": { + "client_key": { + "type": "string" + }, + "closed_at": { "type": "null" }, - "retainer": { - "type": "null" + "created_at": { + "type": "string" }, "creator": { "type": "object", @@ -88,32 +30,40 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] + } + }, + "currency": { + "type": "string" + }, + "discount_amount": { + "type": "integer" + }, + "due_date": { + "type": "string" + }, + "estimate": { + "type": "null" + }, + "id": { + "type": "integer" + }, + "issue_date": { + "type": "string" }, "line_items": { "type": "array", "items": { "type": "object", "properties": { + "description": { + "type": "string" + }, "id": { "type": "integer" }, "kind": { "type": "string" }, - "description": { - "type": "string" - }, - "taxed": { - "type": "boolean" - }, - "taxed2": { - "type": "boolean" - }, "project": { "type": "object", "properties": { @@ -123,63 +73,53 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name", - "code" - ] + } + }, + "taxed": { + "type": "boolean" + }, + "taxed2": { + "type": "boolean" } - }, - "required": [ - "id", - "kind", - "description", - "quantity", - "unit_price", - "amount", - "taxed", - "taxed2", - "project" - ] + } } + }, + "notes": { + "type": "string" + }, + "number": { + "type": "string" + }, + "payment_options": { + "type": "array", + "items": { + "type": "string" + } + }, + "payment_term": { + "type": "string" + }, + "purchase_order": { + "type": "string" + }, + "retainer": { + "type": "null" + }, + "state": { + "type": "string" + }, + "subject": { + "type": "string" + }, + "tax2": { + "type": "null" + }, + "tax2_amount": { + "type": "integer" + }, + "updated_at": { + "type": "string" } }, - "required": [ - "id", - "client_key", - "number", - "purchase_order", - "amount", - "due_amount", - "tax", - "tax_amount", - "tax2", - "tax2_amount", - "discount", - "discount_amount", - "subject", - "notes", - "state", - "period_start", - "period_end", - "issue_date", - "due_date", - "payment_term", - "sent_at", - "paid_at", - "closed_at", - "recurring_invoice_id", - "created_at", - "updated_at", - "paid_date", - "currency", - "payment_options", - "client", - "estimate", - "retainer", - "creator", - "line_items" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/project/get.json b/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/project/get.json index 4bcdf5dff5..e985ac3c80 100644 --- a/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/project/get.json +++ b/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/project/get.json @@ -1,12 +1,38 @@ { "type": "object", "properties": { + "bill_by": { + "type": "string" + }, + "budget_by": { + "type": "string" + }, + "budget_is_monthly": { + "type": "boolean" + }, + "client": { + "type": "object", + "properties": { + "currency": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + } + } + }, + "cost_budget_include_expenses": { + "type": "boolean" + }, + "created_at": { + "type": "string" + }, "id": { "type": "integer" }, - "name": { - "type": "string" - }, "is_active": { "type": "boolean" }, @@ -16,15 +42,12 @@ "is_fixed_fee": { "type": "boolean" }, - "bill_by": { + "name": { "type": "string" }, - "budget_by": { + "notes": { "type": "string" }, - "budget_is_monthly": { - "type": "boolean" - }, "notify_when_over_budget": { "type": "boolean" }, @@ -34,63 +57,9 @@ "show_budget_to_all": { "type": "boolean" }, - "created_at": { - "type": "string" - }, "updated_at": { "type": "string" - }, - "notes": { - "type": "string" - }, - "cost_budget_include_expenses": { - "type": "boolean" - }, - "client": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "currency": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "currency" - ] } }, - "required": [ - "id", - "name", - "code", - "is_active", - "is_billable", - "is_fixed_fee", - "bill_by", - "budget", - "budget_by", - "budget_is_monthly", - "notify_when_over_budget", - "over_budget_notification_percentage", - "show_budget_to_all", - "created_at", - "updated_at", - "starts_on", - "ends_on", - "over_budget_notification_date", - "notes", - "cost_budget", - "cost_budget_include_expenses", - "hourly_rate", - "fee", - "client" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/project/getAll.json b/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/project/getAll.json index 6d5815a98b..c3bae56aab 100644 --- a/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/project/getAll.json +++ b/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/project/getAll.json @@ -1,12 +1,38 @@ { "type": "object", "properties": { + "bill_by": { + "type": "string" + }, + "budget_by": { + "type": "string" + }, + "budget_is_monthly": { + "type": "boolean" + }, + "client": { + "type": "object", + "properties": { + "currency": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + } + } + }, + "cost_budget_include_expenses": { + "type": "boolean" + }, + "created_at": { + "type": "string" + }, "id": { "type": "integer" }, - "name": { - "type": "string" - }, "is_active": { "type": "boolean" }, @@ -16,15 +42,9 @@ "is_fixed_fee": { "type": "boolean" }, - "bill_by": { + "name": { "type": "string" }, - "budget_by": { - "type": "string" - }, - "budget_is_monthly": { - "type": "boolean" - }, "notify_when_over_budget": { "type": "boolean" }, @@ -34,60 +54,9 @@ "show_budget_to_all": { "type": "boolean" }, - "created_at": { - "type": "string" - }, "updated_at": { "type": "string" - }, - "cost_budget_include_expenses": { - "type": "boolean" - }, - "client": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "currency": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "currency" - ] } }, - "required": [ - "id", - "name", - "code", - "is_active", - "is_billable", - "is_fixed_fee", - "bill_by", - "budget", - "budget_by", - "budget_is_monthly", - "notify_when_over_budget", - "over_budget_notification_percentage", - "show_budget_to_all", - "created_at", - "updated_at", - "starts_on", - "ends_on", - "over_budget_notification_date", - "notes", - "cost_budget", - "cost_budget_include_expenses", - "hourly_rate", - "fee", - "client" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/timeEntry/getAll.json b/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/timeEntry/getAll.json index a25e0f06cc..7e6d277230 100644 --- a/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/timeEntry/getAll.json +++ b/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/timeEntry/getAll.json @@ -1,36 +1,86 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "spent_date": { - "type": "string" - }, - "is_locked": { - "type": "boolean" - }, - "is_closed": { - "type": "boolean" - }, - "is_billed": { - "type": "boolean" - }, - "ended_time": { - "type": "null" - }, - "is_running": { - "type": "boolean" - }, "billable": { "type": "boolean" }, "budgeted": { "type": "boolean" }, + "client": { + "type": "object", + "properties": { + "currency": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + } + } + }, "created_at": { "type": "string" }, + "id": { + "type": "integer" + }, + "is_billed": { + "type": "boolean" + }, + "is_closed": { + "type": "boolean" + }, + "is_locked": { + "type": "boolean" + }, + "is_running": { + "type": "boolean" + }, + "project": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + } + } + }, + "spent_date": { + "type": "string" + }, + "task": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + } + } + }, + "task_assignment": { + "type": "object", + "properties": { + "billable": { + "type": "boolean" + }, + "created_at": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "updated_at": { + "type": "string" + } + } + }, "updated_at": { "type": "string" }, @@ -43,151 +93,31 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] - }, - "client": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "currency": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "currency" - ] - }, - "project": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "code" - ] - }, - "task": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ] + } }, "user_assignment": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "id": { "type": "integer" }, - "is_project_manager": { - "type": "boolean" - }, "is_active": { "type": "boolean" }, + "is_project_manager": { + "type": "boolean" + }, + "updated_at": { + "type": "string" + }, "use_default_rates": { "type": "boolean" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" } - }, - "required": [ - "id", - "is_project_manager", - "is_active", - "use_default_rates", - "budget", - "created_at", - "updated_at", - "hourly_rate" - ] - }, - "task_assignment": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "billable": { - "type": "boolean" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "id", - "billable", - "is_active", - "created_at", - "updated_at", - "hourly_rate", - "budget" - ] + } } }, - "required": [ - "id", - "spent_date", - "hours", - "hours_without_timer", - "rounded_hours", - "notes", - "is_locked", - "locked_reason", - "is_closed", - "is_billed", - "timer_started_at", - "started_time", - "ended_time", - "is_running", - "billable", - "budgeted", - "billable_rate", - "cost_rate", - "created_at", - "updated_at", - "user", - "client", - "project", - "task", - "user_assignment", - "task_assignment", - "invoice", - "external_reference" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/user/getAll.json b/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/user/getAll.json index 5996dfbe9f..1fc11b290a 100644 --- a/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/user/getAll.json +++ b/packages/nodes-base/nodes/Harvest/__schema__/v1.0.0/user/getAll.json @@ -1,91 +1,69 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "telephone": { - "type": "string" - }, - "timezone": { - "type": "string" - }, - "weekly_capacity": { - "type": "integer" - }, - "has_access_to_all_future_projects": { - "type": "boolean" - }, - "is_contractor": { - "type": "boolean" - }, - "is_active": { - "type": "boolean" - }, - "calendar_integration_enabled": { - "type": "boolean" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "can_create_projects": { - "type": "boolean" - }, - "roles": { - "type": "array", - "items": { - "type": "string" - } - }, "access_roles": { "type": "array", "items": { "type": "string" } }, - "permissions_claims": { - "type": "array", - "items": { - "type": "string" - } - }, "avatar_url": { "type": "string" + }, + "calendar_integration_enabled": { + "type": "boolean" + }, + "can_create_projects": { + "type": "boolean" + }, + "created_at": { + "type": "string" + }, + "email": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "has_access_to_all_future_projects": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "is_active": { + "type": "boolean" + }, + "is_contractor": { + "type": "boolean" + }, + "last_name": { + "type": "string" + }, + "permissions_claims": { + "type": "array", + "items": { + "type": "string" + } + }, + "roles": { + "type": "array", + "items": { + "type": "string" + } + }, + "telephone": { + "type": "string" + }, + "timezone": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "weekly_capacity": { + "type": "integer" } }, - "required": [ - "id", - "first_name", - "last_name", - "email", - "telephone", - "timezone", - "weekly_capacity", - "has_access_to_all_future_projects", - "is_contractor", - "is_active", - "calendar_integration_enabled", - "calendar_integration_source", - "created_at", - "updated_at", - "can_create_projects", - "default_hourly_rate", - "roles", - "access_roles", - "permissions_claims", - "avatar_url" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/conversation/create.json b/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/conversation/create.json index 36dd47cd65..16f59fb65e 100644 --- a/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/conversation/create.json +++ b/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/conversation/create.json @@ -1,62 +1,66 @@ { "type": "object", "properties": { - "number": { - "type": "integer" - }, - "threads": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "folderId": { - "type": "integer" - }, - "status": { - "type": "string" - }, - "state": { - "type": "string" - }, - "subject": { - "type": "string" - }, - "mailboxId": { - "type": "integer" - }, - "createdBy": { + "_links": { "type": "object", "properties": { - "id": { - "type": "integer" + "closedBy": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } }, - "type": { - "type": "string" + "createdByUser": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } }, - "first": { - "type": "string" + "mailbox": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } }, - "last": { - "type": "string" + "primaryCustomer": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } }, - "email": { - "type": "string" + "self": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } }, - "photoUrl": { - "type": "string" + "threads": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "web": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } } - }, - "required": [ - "id", - "type", - "first", - "last", - "email" - ] - }, - "createdAt": { - "type": "string" + } }, "closedBy": { "type": "integer" @@ -64,40 +68,88 @@ "closedByUser": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "type": { + "email": { "type": "string" }, "first": { "type": "string" }, + "id": { + "type": "integer" + }, "last": { "type": "string" }, - "email": { + "type": { "type": "string" } - }, - "required": [ - "id", - "type", - "first", - "last", - "email" - ] + } }, - "userUpdatedAt": { + "createdAt": { "type": "string" }, + "createdBy": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "first": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last": { + "type": "string" + }, + "photoUrl": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, "customerWaitingSince": { "type": "object", "properties": { - "time": { + "friendly": { "type": "string" }, - "friendly": { + "time": { + "type": "string" + } + } + }, + "folderId": { + "type": "integer" + }, + "mailboxId": { + "type": "integer" + }, + "number": { + "type": "integer" + }, + "primaryCustomer": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "first": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last": { + "type": "string" + }, + "photoUrl": { + "type": "string" + }, + "type": { "type": "string" } } @@ -111,158 +163,43 @@ "via": { "type": "string" } - }, - "required": [ - "type", - "via" - ] + } + }, + "state": { + "type": "string" + }, + "status": { + "type": "string" + }, + "subject": { + "type": "string" }, "tags": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "integer" - }, "color": { "type": "string" }, + "id": { + "type": "integer" + }, "tag": { "type": "string" } - }, - "required": [ - "id", - "color", - "tag" - ] + } } }, - "primaryCustomer": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "first": { - "type": "string" - }, - "last": { - "type": "string" - }, - "photoUrl": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "id", - "type", - "first", - "last", - "photoUrl", - "email" - ] + "threads": { + "type": "integer" }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "mailbox": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "primaryCustomer": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "createdByUser": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "closedBy": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "threads": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "web": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "required": [ - "self", - "mailbox", - "primaryCustomer", - "closedBy", - "threads", - "web" - ] + "type": { + "type": "string" + }, + "userUpdatedAt": { + "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/conversation/get.json b/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/conversation/get.json new file mode 100644 index 0000000000..ef42929e8b --- /dev/null +++ b/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/conversation/get.json @@ -0,0 +1,262 @@ +{ + "type": "object", + "properties": { + "_links": { + "type": "object", + "properties": { + "assignee": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "closedBy": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "createdByUser": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "mailbox": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "primaryCustomer": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "self": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "threads": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "web": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + } + }, + "assignee": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "first": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "cc": { + "type": "array", + "items": { + "type": "string" + } + }, + "closedBy": { + "type": "integer" + }, + "closedByUser": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "first": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "createdAt": { + "type": "string" + }, + "createdBy": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "first": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "customerWaitingSince": { + "type": "object", + "properties": { + "friendly": { + "type": "string" + }, + "time": { + "type": "string" + } + } + }, + "customFields": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "text": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "folderId": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "mailboxId": { + "type": "integer" + }, + "number": { + "type": "integer" + }, + "preview": { + "type": "string" + }, + "primaryCustomer": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "first": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last": { + "type": "string" + }, + "photoUrl": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "source": { + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "via": { + "type": "string" + } + } + }, + "state": { + "type": "string" + }, + "status": { + "type": "string" + }, + "subject": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "tag": { + "type": "string" + } + } + } + }, + "threads": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "userUpdatedAt": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/conversation/getAll.json b/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/conversation/getAll.json index 8ecf0fe6f4..2f448cb0ed 100644 --- a/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/conversation/getAll.json +++ b/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/conversation/getAll.json @@ -1,158 +1,304 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "number": { - "type": "integer" - }, - "threads": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "folderId": { - "type": "integer" - }, - "status": { - "type": "string" - }, - "state": { - "type": "string" - }, - "subject": { - "type": "string" - }, - "preview": { - "type": "string" - }, - "mailboxId": { - "type": "integer" - }, - "createdBy": { + "_embedded": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "first": { - "type": "string" - }, - "last": { - "type": "string" - }, - "email": { - "type": "string" - }, - "photoUrl": { - "type": "string" - } - }, - "required": [ - "id", - "type", - "first", - "last", - "email" - ] - }, - "createdAt": { - "type": "string" - }, - "closedBy": { - "type": "integer" - }, - "closedByUser": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "first": { - "type": "string" - }, - "last": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "id", - "type", - "first", - "last", - "email" - ] - }, - "userUpdatedAt": { - "type": "string" - }, - "customerWaitingSince": { - "type": "object", - "properties": { - "time": { - "type": "string" - }, - "friendly": { - "type": "string" - } - }, - "required": [ - "time", - "friendly" - ] - }, - "source": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "via": { - "type": "string" - } - }, - "required": [ - "type", - "via" - ] - }, - "tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "color": { - "type": "string" - }, - "tag": { - "type": "string" + "threads": { + "type": "array", + "items": { + "type": "object", + "properties": { + "_embedded": { + "type": "object", + "properties": { + "attachments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "_links": { + "type": "object", + "properties": { + "data": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "self": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "web": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + } + }, + "filename": { + "type": "string" + }, + "height": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "mimeType": { + "type": "string" + }, + "size": { + "type": "integer" + }, + "state": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + } + } + } + }, + "_links": { + "type": "object", + "properties": { + "assignedTo": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "createdByCustomer": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "createdByUser": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "customer": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + } + }, + "action": { + "type": "object", + "properties": { + "associatedEntities": { + "type": "object", + "properties": { + "user": { + "type": "integer" + } + } + }, + "text": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "assignedTo": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "first": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last": { + "type": "string" + }, + "photoUrl": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "body": { + "type": "string" + }, + "createdAt": { + "type": "string" + }, + "createdBy": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "first": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last": { + "type": "string" + }, + "photoUrl": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "customer": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "first": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last": { + "type": "string" + }, + "photoUrl": { + "type": "string" + } + } + }, + "id": { + "type": "integer" + }, + "openedAt": { + "type": "string" + }, + "savedReplyId": { + "type": "integer" + }, + "source": { + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "via": { + "type": "string" + } + } + }, + "state": { + "type": "string" + }, + "status": { + "type": "string" + }, + "to": { + "type": "array", + "items": { + "type": "string" + } + }, + "type": { + "type": "string" + } + } } - }, - "required": [ - "id", - "color", - "tag" - ] + } } }, - "cc": { - "type": "array", - "items": { - "type": "string" + "_links": { + "type": "object", + "properties": { + "closedBy": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "createdByCustomer": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "mailbox": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "primaryCustomer": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "self": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "threads": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "web": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } } }, "bcc": { @@ -161,36 +307,71 @@ "type": "string" } }, - "primaryCustomer": { + "cc": { + "type": "array", + "items": { + "type": "string" + } + }, + "closedBy": { + "type": "integer" + }, + "closedByUser": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "type": { + "email": { "type": "string" }, "first": { "type": "string" }, + "id": { + "type": "integer" + }, + "last": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "createdAt": { + "type": "string" + }, + "createdBy": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "first": { + "type": "string" + }, + "id": { + "type": "integer" + }, "last": { "type": "string" }, "photoUrl": { "type": "string" }, - "email": { + "type": { "type": "string" } - }, - "required": [ - "id", - "type", - "first", - "last", - "photoUrl", - "email" - ] + } + }, + "customerWaitingSince": { + "type": "object", + "properties": { + "friendly": { + "type": "string" + }, + "time": { + "type": "string" + } + } }, "customFields": { "type": "array", @@ -203,452 +384,99 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, "text": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "id", - "name", - "value", - "text" - ] + } } }, - "_embedded": { + "folderId": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "mailboxId": { + "type": "integer" + }, + "number": { + "type": "integer" + }, + "preview": { + "type": "string" + }, + "primaryCustomer": { "type": "object", "properties": { - "threads": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "status": { - "type": "string" - }, - "state": { - "type": "string" - }, - "action": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "associatedEntities": { - "type": "object", - "properties": { - "user": { - "type": "integer" - } - } - } - }, - "required": [ - "type", - "associatedEntities" - ] - }, - "body": { - "type": "string" - }, - "source": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "via": { - "type": "string" - } - }, - "required": [ - "type", - "via" - ] - }, - "customer": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "first": { - "type": "string" - }, - "last": { - "type": "string" - }, - "photoUrl": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "id", - "first", - "last", - "photoUrl", - "email" - ] - }, - "createdBy": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "first": { - "type": "string" - }, - "last": { - "type": "string" - }, - "email": { - "type": "string" - }, - "photoUrl": { - "type": "string" - } - }, - "required": [ - "id", - "type", - "first", - "last", - "email" - ] - }, - "assignedTo": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "first": { - "type": "string" - }, - "last": { - "type": "string" - }, - "email": { - "type": "string" - }, - "type": { - "type": "string" - }, - "photoUrl": { - "type": "string" - } - }, - "required": [ - "id", - "first", - "last", - "email" - ] - }, - "to": { - "type": "array", - "items": { - "type": "string" - } - }, - "createdAt": { - "type": "string" - }, - "_embedded": { - "type": "object", - "properties": { - "attachments": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "filename": { - "type": "string" - }, - "mimeType": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "size": { - "type": "integer" - }, - "state": { - "type": "string" - }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "data": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "web": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "required": [ - "self", - "data", - "web" - ] - } - }, - "required": [ - "id", - "filename", - "mimeType", - "width", - "height", - "size", - "state", - "_links" - ] - } - } - }, - "required": [ - "attachments" - ] - }, - "_links": { - "type": "object", - "properties": { - "assignedTo": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "createdByUser": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "customer": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "createdByCustomer": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - } - }, - "savedReplyId": { - "type": "integer" - } - }, - "required": [ - "id", - "type", - "action", - "source", - "createdBy", - "to", - "cc", - "bcc", - "createdAt", - "_embedded", - "_links" - ] + "email": { + "type": "string" + }, + "first": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last": { + "type": "string" + }, + "photoUrl": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "source": { + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "via": { + "type": "string" + } + } + }, + "state": { + "type": "string" + }, + "status": { + "type": "string" + }, + "subject": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "color": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "tag": { + "type": "string" } } - }, - "required": [ - "threads" - ] + } }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "mailbox": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "primaryCustomer": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "closedBy": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "threads": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "web": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "createdByCustomer": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "required": [ - "self", - "mailbox", - "primaryCustomer", - "closedBy", - "threads", - "web" - ] + "threads": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "userUpdatedAt": { + "type": "string" } }, - "required": [ - "id", - "number", - "threads", - "type", - "folderId", - "status", - "state", - "preview", - "mailboxId", - "createdBy", - "createdAt", - "closedBy", - "closedByUser", - "userUpdatedAt", - "customerWaitingSince", - "source", - "tags", - "cc", - "bcc", - "primaryCustomer", - "customFields", - "_embedded", - "_links" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/mailbox/get.json b/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/mailbox/get.json new file mode 100644 index 0000000000..a0dafa0068 --- /dev/null +++ b/packages/nodes-base/nodes/HelpScout/__schema__/v1.0.0/mailbox/get.json @@ -0,0 +1,53 @@ +{ + "type": "object", + "properties": { + "_links": { + "type": "object", + "properties": { + "fields": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "folders": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + }, + "self": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + } + }, + "createdAt": { + "type": "string" + }, + "email": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "updatedAt": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/HighLevel/__schema__/v1.0.0/contact/lookup.json b/packages/nodes-base/nodes/HighLevel/__schema__/v1.0.0/contact/lookup.json index 5e9365b405..567ddcd92d 100644 --- a/packages/nodes-base/nodes/HighLevel/__schema__/v1.0.0/contact/lookup.json +++ b/packages/nodes-base/nodes/HighLevel/__schema__/v1.0.0/contact/lookup.json @@ -1,16 +1,39 @@ { "type": "object", "properties": { - "id": { + "address1": { "type": "string" }, + "assignedTo": { + "type": "string" + }, + "city": { + "type": "string" + }, + "country": { + "type": "string" + }, + "customField": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, "dateAdded": { "type": "string" }, - "type": { + "email": { "type": "string" }, - "locationId": { + "emailLowerCase": { + "type": "string" + }, + "fingerprint": { "type": "string" }, "firstName": { @@ -22,67 +45,40 @@ "fullNameLowerCase": { "type": "string" }, + "id": { + "type": "string" + }, "lastName": { "type": "string" }, "lastNameLowerCase": { "type": "string" }, - "email": { - "type": "string" - }, - "emailLowerCase": { + "locationId": { "type": "string" }, "phone": { "type": "string" }, - "country": { + "postalCode": { "type": "string" }, "source": { "type": "string" }, + "state": { + "type": "string" + }, "tags": { "type": "array", "items": { "type": "string" } }, - "customField": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id", - "value" - ] - } - }, "timezone": { "type": "string" }, - "fingerprint": { - "type": "string" - }, - "city": { - "type": "string" - }, - "address1": { - "type": "string" - }, - "state": { - "type": "string" - }, - "postalCode": { - "type": "string" - }, - "assignedTo": { + "type": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/calendar/getFreeSlots.json b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/calendar/getFreeSlots.json index 1cecfaca22..4243b9a88d 100644 --- a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/calendar/getFreeSlots.json +++ b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/calendar/getFreeSlots.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "traceId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/create.json b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/create.json index fc8d3ad69b..387871951e 100644 --- a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/create.json +++ b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/create.json @@ -1,46 +1,16 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } - }, - "dateAdded": { - "type": "string" - }, - "type": { - "type": "string" - }, - "locationId": { - "type": "string" - }, - "firstNameLowerCase": { - "type": "string" - }, - "fullNameLowerCase": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "lastNameLowerCase": { - "type": "string" - }, "country": { "type": "string" }, "createdBy": { "type": "object", "properties": { - "source": { + "channel": { "type": "string" }, - "channel": { + "source": { "type": "string" }, "sourceId": { @@ -49,32 +19,8 @@ "timestamp": { "type": "string" } - }, - "required": [ - "source", - "channel", - "sourceId", - "timestamp" - ] - }, - "followers": { - "type": "array", - "items": { - "type": "string" } }, - "firstName": { - "type": "string" - }, - "emailLowerCase": { - "type": "string" - }, - "email": { - "type": "string" - }, - "dateUpdated": { - "type": "string" - }, "customFields": { "type": "array", "items": { @@ -83,11 +29,56 @@ "id": { "type": "string" } - }, - "required": [ - "id" - ] + } } + }, + "dateAdded": { + "type": "string" + }, + "dateUpdated": { + "type": "string" + }, + "email": { + "type": "string" + }, + "emailLowerCase": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "firstNameLowerCase": { + "type": "string" + }, + "followers": { + "type": "array", + "items": { + "type": "string" + } + }, + "fullNameLowerCase": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "lastNameLowerCase": { + "type": "string" + }, + "locationId": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "type": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/get.json b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/get.json index 8b878fb729..2ec43d6c27 100644 --- a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/get.json +++ b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/get.json @@ -1,83 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "dateAdded": { - "type": "string" - }, - "type": { - "type": "string" - }, - "locationId": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "firstNameLowerCase": { - "type": "string" - }, - "fullNameLowerCase": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "lastNameLowerCase": { - "type": "string" - }, - "country": { - "type": "string" - }, - "attributionSource": { - "type": "object", - "properties": { - "sessionSource": { - "type": "string" - }, - "medium": { - "type": "string" - } - }, - "required": [ - "sessionSource", - "medium" - ] - }, - "createdBy": { - "type": "object", - "properties": { - "source": { - "type": "string" - }, - "channel": { - "type": "string" - }, - "sourceId": { - "type": "string" - }, - "timestamp": { - "type": "string" - } - }, - "required": [ - "source", - "channel", - "sourceId", - "timestamp" - ] - }, - "emailLowerCase": { - "type": "string" - }, - "email": { - "type": "string" - }, - "phone": { - "type": "string" - }, "additionalPhones": { "type": "array", "items": { @@ -89,22 +12,40 @@ "phoneLabel": { "type": "string" } + } + } + }, + "attributionSource": { + "type": "object", + "properties": { + "medium": { + "type": "string" }, - "required": [ - "phone", - "phoneLabel" - ] + "sessionSource": { + "type": "string" + } } }, - "tags": { - "type": "array", - "items": { - "type": "string" - } - }, - "dateUpdated": { + "country": { "type": "string" }, + "createdBy": { + "type": "object", + "properties": { + "channel": { + "type": "string" + }, + "source": { + "type": "string" + }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "string" + } + } + }, "customFields": { "type": "array", "items": { @@ -113,12 +54,53 @@ "id": { "type": "string" } - }, - "required": [ - "id", - "value" - ] + } } + }, + "dateAdded": { + "type": "string" + }, + "dateUpdated": { + "type": "string" + }, + "email": { + "type": "string" + }, + "emailLowerCase": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "firstNameLowerCase": { + "type": "string" + }, + "fullNameLowerCase": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "lastNameLowerCase": { + "type": "string" + }, + "locationId": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "type": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/getAll.json b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/getAll.json index fc356a3487..92b210ce9a 100644 --- a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/getAll.json +++ b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/getAll.json @@ -1,56 +1,26 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "locationId": { - "type": "string" - }, - "contactName": { - "type": "string" - }, - "dnd": { - "type": "boolean" - }, - "dateAdded": { - "type": "string" - }, - "dateUpdated": { - "type": "string" - }, - "dateOfBirth": { - "type": "null" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } - }, - "website": { - "type": "null" - }, "attributions": { "type": "array", "items": { "type": "object", "properties": { - "utmSessionSource": { - "type": "string" - }, "isFirst": { "type": "boolean" }, "medium": { "type": "string" + }, + "utmSessionSource": { + "type": "string" } - }, - "required": [ - "utmSessionSource" - ] + } } }, + "contactName": { + "type": "string" + }, "customFields": { "type": "array", "items": { @@ -59,39 +29,30 @@ "id": { "type": "string" } - }, - "required": [ - "id", - "value" - ] + } + } + }, + "dateAdded": { + "type": "string" + }, + "dateUpdated": { + "type": "string" + }, + "dnd": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "locationId": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "string" } } }, - "required": [ - "id", - "locationId", - "contactName", - "firstName", - "lastName", - "companyName", - "email", - "phone", - "dnd", - "dndSettings", - "type", - "source", - "assignedTo", - "city", - "state", - "postalCode", - "address1", - "dateAdded", - "dateUpdated", - "dateOfBirth", - "businessId", - "tags", - "additionalEmails", - "customFields" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/update.json b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/update.json index 8dce14478d..d46d5ef71f 100644 --- a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/update.json +++ b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/contact/update.json @@ -1,61 +1,27 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "tags": { + "additionalPhones": { "type": "array", "items": { - "type": "string" + "type": "object", + "properties": { + "phone": { + "type": "string" + } + } } }, - "dateAdded": { - "type": "string" - }, - "dateUpdated": { - "type": "string" - }, - "type": { - "type": "string" - }, - "locationId": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "firstNameLowerCase": { - "type": "string" - }, - "fullNameLowerCase": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "lastNameLowerCase": { - "type": "string" - }, - "email": { - "type": "string" - }, - "emailLowerCase": { - "type": "string" - }, - "phone": { - "type": "string" - }, "country": { "type": "string" }, "createdBy": { "type": "object", "properties": { - "source": { + "channel": { "type": "string" }, - "channel": { + "source": { "type": "string" }, "sourceId": { @@ -64,18 +30,6 @@ "timestamp": { "type": "string" } - }, - "required": [ - "source", - "channel", - "sourceId", - "timestamp" - ] - }, - "followers": { - "type": "array", - "items": { - "type": "string" } }, "customFields": { @@ -86,27 +40,59 @@ "id": { "type": "string" } - }, - "required": [ - "id", - "value" - ] + } } }, - "additionalPhones": { + "dateAdded": { + "type": "string" + }, + "dateUpdated": { + "type": "string" + }, + "email": { + "type": "string" + }, + "emailLowerCase": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "firstNameLowerCase": { + "type": "string" + }, + "followers": { "type": "array", "items": { - "type": "object", - "properties": { - "phone": { - "type": "string" - } - }, - "required": [ - "phone", - "phoneLabel" - ] + "type": "string" } + }, + "fullNameLowerCase": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "lastNameLowerCase": { + "type": "string" + }, + "locationId": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "type": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/create.json b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/create.json index c9fe7bb6fc..aa3424b459 100644 --- a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/create.json +++ b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/create.json @@ -4,15 +4,91 @@ "opportunity": { "type": "object", "properties": { + "contact": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "followers": { + "type": "array", + "items": { + "type": "string" + } + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "contactId": { + "type": "string" + }, + "createdAt": { + "type": "string" + }, + "followers": { + "type": "array", + "items": { + "type": "string" + } + }, "id": { "type": "string" }, - "name": { + "internalSource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string" + }, + "channel": { + "type": "string" + }, + "id": { + "type": "string" + }, + "source": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "isAttribute": { + "type": "boolean" + }, + "lastActionDate": { + "type": "string" + }, + "lastStageChangeAt": { + "type": "string" + }, + "lastStatusChangeAt": { + "type": "string" + }, + "locationId": { "type": "string" }, "monetaryValue": { "type": "integer" }, + "name": { + "type": "string" + }, "pipelineId": { "type": "string" }, @@ -22,118 +98,10 @@ "status": { "type": "string" }, - "lastStatusChangeAt": { - "type": "string" - }, - "lastStageChangeAt": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, "updatedAt": { "type": "string" - }, - "contactId": { - "type": "string" - }, - "isAttribute": { - "type": "boolean" - }, - "internalSource": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "apiVersion": { - "type": "string" - }, - "channel": { - "type": "string" - }, - "source": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "apiVersion", - "channel", - "source" - ] - }, - "locationId": { - "type": "string" - }, - "lastActionDate": { - "type": "string" - }, - "followers": { - "type": "array", - "items": { - "type": "string" - } - }, - "contact": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } - }, - "followers": { - "type": "array", - "items": { - "type": "string" - } - }, - "phone": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "tags", - "followers" - ] } - }, - "required": [ - "id", - "name", - "monetaryValue", - "pipelineId", - "pipelineStageId", - "status", - "lastStatusChangeAt", - "lastStageChangeAt", - "createdAt", - "updatedAt", - "contactId", - "isAttribute", - "internalSource", - "locationId", - "lastActionDate", - "followers", - "contact" - ] + } }, "traceId": { "type": "string" diff --git a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/get.json b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/get.json index ea4f55b9d7..efa3df38c7 100644 --- a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/get.json +++ b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/get.json @@ -4,9 +4,88 @@ "opportunity": { "type": "object", "properties": { + "contact": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "followers": { + "type": "array", + "items": { + "type": "string" + } + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "contactId": { + "type": "string" + }, + "createdAt": { + "type": "string" + }, + "followers": { + "type": "array", + "items": { + "type": "string" + } + }, "id": { "type": "string" }, + "indexVersion": { + "type": "integer" + }, + "internalSource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string" + }, + "channel": { + "type": "string" + }, + "id": { + "type": "string" + }, + "source": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "isAttribute": { + "type": "boolean" + }, + "lastActionDate": { + "type": "string" + }, + "lastStageChangeAt": { + "type": "string" + }, + "lastStatusChangeAt": { + "type": "string" + }, + "locationId": { + "type": "string" + }, "name": { "type": "string" }, @@ -19,129 +98,14 @@ "status": { "type": "string" }, - "lastStatusChangeAt": { - "type": "string" - }, - "lastStageChangeAt": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, "updatedAt": { "type": "string" - }, - "contactId": { - "type": "string" - }, - "isAttribute": { - "type": "boolean" - }, - "internalSource": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "apiVersion": { - "type": "string" - }, - "channel": { - "type": "string" - }, - "source": { - "type": "string" - } - }, - "required": [ - "type", - "id", - "apiVersion", - "channel", - "source" - ] - }, - "locationId": { - "type": "string" - }, - "lastActionDate": { - "type": "string" - }, - "followers": { - "type": "array", - "items": { - "type": "string" - } - }, - "contact": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } - }, - "followers": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "required": [ - "id", - "name", - "tags", - "followers" - ] - }, - "indexVersion": { - "type": "integer" } - }, - "required": [ - "id", - "name", - "monetaryValue", - "pipelineId", - "pipelineStageId", - "status", - "lastStatusChangeAt", - "lastStageChangeAt", - "createdAt", - "updatedAt", - "contactId", - "isAttribute", - "internalSource", - "locationId", - "lastActionDate", - "followers", - "contact" - ] + } }, "traceId": { "type": "string" } }, - "required": [ - "opportunity", - "traceId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/getAll.json b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/getAll.json index cad45e092c..3ae7253502 100644 --- a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/getAll.json +++ b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/getAll.json @@ -1,110 +1,21 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "pipelineId": { - "type": "string" - }, - "pipelineStageId": { - "type": "string" - }, - "pipelineStageUId": { - "type": "string" - }, - "status": { - "type": "string" - }, - "lastStatusChangeAt": { - "type": "string" - }, - "lastStageChangeAt": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "contactId": { - "type": "string" - }, - "locationId": { - "type": "string" - }, - "customFields": { + "attributions": { "type": "array", "items": { "type": "object", "properties": { - "fieldValueString": { - "type": "string" - }, - "id": { - "type": "string" - }, - "type": { - "type": "string" - } - }, - "required": [ - "id", - "type" - ] - } - }, - "followers": { - "type": "array", - "items": { - "type": "string" - } - }, - "relations": { - "type": "array", - "items": { - "type": "object", - "properties": { - "associationId": { - "type": "string" - }, - "relationId": { - "type": "string" - }, - "primary": { + "isFirst": { "type": "boolean" }, - "objectKey": { + "medium": { "type": "string" }, - "recordId": { + "utmSessionSource": { "type": "string" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } } - }, - "required": [ - "associationId", - "relationId", - "primary", - "objectKey", - "recordId", - "fullName", - "contactName", - "companyName", - "email", - "phone", - "tags", - "attributed" - ] + } } }, "contact": { @@ -122,57 +33,96 @@ "type": "string" } } - }, - "required": [ - "id", - "name", - "tags" - ] + } }, - "attributions": { + "contactId": { + "type": "string" + }, + "createdAt": { + "type": "string" + }, + "customFields": { "type": "array", "items": { "type": "object", "properties": { - "utmSessionSource": { + "fieldValueString": { "type": "string" }, - "isFirst": { - "type": "boolean" + "id": { + "type": "string" }, - "medium": { + "type": { "type": "string" } - }, - "required": [ - "medium" - ] + } } + }, + "followers": { + "type": "array", + "items": { + "type": "string" + } + }, + "id": { + "type": "string" + }, + "lastStageChangeAt": { + "type": "string" + }, + "lastStatusChangeAt": { + "type": "string" + }, + "locationId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "pipelineId": { + "type": "string" + }, + "pipelineStageId": { + "type": "string" + }, + "pipelineStageUId": { + "type": "string" + }, + "relations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "associationId": { + "type": "string" + }, + "objectKey": { + "type": "string" + }, + "primary": { + "type": "boolean" + }, + "recordId": { + "type": "string" + }, + "relationId": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "status": { + "type": "string" + }, + "updatedAt": { + "type": "string" } }, - "required": [ - "id", - "name", - "monetaryValue", - "pipelineId", - "pipelineStageId", - "pipelineStageUId", - "assignedTo", - "status", - "source", - "lastStatusChangeAt", - "lastStageChangeAt", - "createdAt", - "updatedAt", - "contactId", - "locationId", - "customFields", - "lostReasonId", - "followers", - "relations", - "contact", - "sort", - "attributions" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/update.json b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/update.json index cb5c5c2516..00012ad789 100644 --- a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/update.json +++ b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/opportunity/update.json @@ -4,93 +4,18 @@ "opportunity": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "monetaryValue": { - "type": "integer" - }, - "pipelineId": { - "type": "string" - }, - "pipelineStageId": { - "type": "string" - }, - "status": { - "type": "string" - }, - "source": { - "type": "string" - }, - "lastStatusChangeAt": { - "type": "string" - }, - "lastStageChangeAt": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "contactId": { - "type": "string" - }, - "isAttribute": { - "type": "boolean" - }, - "internalSource": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "apiVersion": { - "type": "string" - }, - "channel": { - "type": "string" - }, - "source": { - "type": "string" - } - }, - "required": [ - "type", - "id" - ] - }, - "locationId": { - "type": "string" - }, - "lastActionDate": { - "type": "string" - }, - "followers": { - "type": "array", - "items": { - "type": "string" - } - }, "contact": { "type": "object", "properties": { + "email": { + "type": "string" + }, "id": { "type": "string" }, "name": { "type": "string" }, - "email": { - "type": "string" - }, "phone": { "type": "string" }, @@ -100,37 +25,83 @@ "type": "string" } } - }, - "required": [ - "id", - "name", - "tags", - "followers" - ] + } + }, + "contactId": { + "type": "string" + }, + "createdAt": { + "type": "string" + }, + "followers": { + "type": "array", + "items": { + "type": "string" + } + }, + "id": { + "type": "string" }, "indexVersion": { "type": "integer" + }, + "internalSource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string" + }, + "channel": { + "type": "string" + }, + "id": { + "type": "string" + }, + "source": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "isAttribute": { + "type": "boolean" + }, + "lastActionDate": { + "type": "string" + }, + "lastStageChangeAt": { + "type": "string" + }, + "lastStatusChangeAt": { + "type": "string" + }, + "locationId": { + "type": "string" + }, + "monetaryValue": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "pipelineId": { + "type": "string" + }, + "pipelineStageId": { + "type": "string" + }, + "source": { + "type": "string" + }, + "status": { + "type": "string" + }, + "updatedAt": { + "type": "string" } - }, - "required": [ - "id", - "name", - "monetaryValue", - "pipelineId", - "pipelineStageId", - "status", - "lastStatusChangeAt", - "lastStageChangeAt", - "createdAt", - "updatedAt", - "contactId", - "isAttribute", - "internalSource", - "locationId", - "lastActionDate", - "followers", - "contact" - ] + } }, "traceId": { "type": "string" diff --git a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/task/create.json b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/task/create.json index 7a37c6a1e4..5e36cb2ac0 100644 --- a/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/task/create.json +++ b/packages/nodes-base/nodes/HighLevel/__schema__/v2.0.0/task/create.json @@ -1,16 +1,13 @@ { "type": "object", "properties": { + "contactId": { + "type": "string" + }, "task": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "title": { - "type": "string" - }, - "dueDate": { + "businessId": { "type": "string" }, "completed": { @@ -19,29 +16,20 @@ "contactId": { "type": "string" }, - "businessId": { + "dueDate": { + "type": "string" + }, + "id": { + "type": "string" + }, + "title": { "type": "string" } - }, - "required": [ - "id", - "title", - "dueDate", - "completed", - "contactId" - ] + } }, "traceId": { "type": "string" - }, - "contactId": { - "type": "string" } }, - "required": [ - "task", - "traceId", - "contactId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/service/call.json b/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/service/call.json index a4ca4d7ed0..873baed846 100644 --- a/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/service/call.json +++ b/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/service/call.json @@ -1,31 +1,13 @@ { "type": "object", "properties": { - "entity_id": { - "type": "string" - }, - "state": { - "type": "string" - }, "attributes": { "type": "object", "properties": { "friendly_name": { "type": "string" } - }, - "required": [ - "friendly_name" - ] - }, - "last_changed": { - "type": "string" - }, - "last_reported": { - "type": "string" - }, - "last_updated": { - "type": "string" + } }, "context": { "type": "object", @@ -39,12 +21,22 @@ "user_id": { "type": "string" } - }, - "required": [ - "id", - "parent_id", - "user_id" - ] + } + }, + "entity_id": { + "type": "string" + }, + "last_changed": { + "type": "string" + }, + "last_reported": { + "type": "string" + }, + "last_updated": { + "type": "string" + }, + "state": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/get.json b/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/get.json index 91d37911dc..c070c44f73 100644 --- a/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/get.json +++ b/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/get.json @@ -1,31 +1,33 @@ { "type": "object", "properties": { - "entity_id": { - "type": "string" - }, - "state": { - "type": "string" - }, "attributes": { "type": "object", "properties": { - "friendly_name": { - "type": "string" - }, - "unit_of_measurement": { - "type": "string" - }, "device_class": { "type": "string" }, + "friendly_name": { + "type": "string" + }, "state_class": { "type": "string" + }, + "unit_of_measurement": { + "type": "string" } - }, - "required": [ - "friendly_name" - ] + } + }, + "context": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + }, + "entity_id": { + "type": "string" }, "last_changed": { "type": "string" @@ -36,27 +38,9 @@ "last_updated": { "type": "string" }, - "context": { - "type": "object", - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id", - "parent_id", - "user_id" - ] + "state": { + "type": "string" } }, - "required": [ - "entity_id", - "state", - "attributes", - "last_changed", - "last_updated", - "context" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/getAll.json b/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/getAll.json index 0514a602d2..a659f447cf 100644 --- a/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/getAll.json +++ b/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/getAll.json @@ -1,61 +1,67 @@ { "type": "object", "properties": { - "entity_id": { - "type": "string" - }, - "state": { - "type": "string" - }, "attributes": { "type": "object", "properties": { - "editable": { + "auto_update": { "type": "boolean" }, - "id": { - "type": "string" - }, "device_trackers": { "type": "array", "items": { "type": "string" } }, + "editable": { + "type": "boolean" + }, + "entity_picture": { + "type": "string" + }, + "friendly_name": { + "type": "string" + }, + "id": { + "type": "string" + }, + "in_progress": { + "type": "boolean" + }, + "installed_version": { + "type": "string" + }, + "latest_version": { + "type": "string" + }, "latitude": { "type": "number" }, "longitude": { "type": "number" }, - "gps_accuracy": { - "type": "integer" + "release_summary": { + "type": "null" + }, + "release_url": { + "type": "string" + }, + "skipped_version": { + "type": "null" }, "source": { "type": "string" }, + "supported_features": { + "type": "integer" + }, + "title": { + "type": "string" + }, "user_id": { "type": "string" - }, - "friendly_name": { - "type": "string" - }, - "entity_picture": { - "type": "string" } - }, - "required": [ - "friendly_name" - ] - }, - "last_changed": { - "type": "string" - }, - "last_reported": { - "type": "string" - }, - "last_updated": { - "type": "string" + } }, "context": { "type": "object", @@ -69,22 +75,23 @@ "user_id": { "type": "null" } - }, - "required": [ - "id", - "parent_id", - "user_id" - ] + } + }, + "entity_id": { + "type": "string" + }, + "last_changed": { + "type": "string" + }, + "last_reported": { + "type": "string" + }, + "last_updated": { + "type": "string" + }, + "state": { + "type": "string" } }, - "required": [ - "entity_id", - "state", - "attributes", - "last_changed", - "last_reported", - "last_updated", - "context" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/upsert.json b/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/upsert.json index f9ba36047a..54d27cfc4e 100644 --- a/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/upsert.json +++ b/packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/upsert.json @@ -1,21 +1,6 @@ { "type": "object", "properties": { - "entity_id": { - "type": "string" - }, - "state": { - "type": "string" - }, - "last_changed": { - "type": "string" - }, - "last_reported": { - "type": "string" - }, - "last_updated": { - "type": "string" - }, "context": { "type": "object", "properties": { @@ -28,22 +13,23 @@ "user_id": { "type": "string" } - }, - "required": [ - "id", - "parent_id", - "user_id" - ] + } + }, + "entity_id": { + "type": "string" + }, + "last_changed": { + "type": "string" + }, + "last_reported": { + "type": "string" + }, + "last_updated": { + "type": "string" + }, + "state": { + "type": "string" } }, - "required": [ - "entity_id", - "state", - "attributes", - "last_changed", - "last_reported", - "last_updated", - "context" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/create.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/create.json index 81c233199e..b54be06868 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/create.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/create.json @@ -1,36 +1,36 @@ { "type": "object", "properties": { - "portalId": { - "type": "integer" - }, "companyId": { "type": "integer" }, "isDeleted": { "type": "boolean" }, + "portalId": { + "type": "integer" + }, "properties": { "type": "object", "properties": { - "hs_object_source_id": { + "createdate": { "type": "object", "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, "source": { "type": "string" }, "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "null" }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -39,61 +39,44 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, - "requestId": { + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "value": { "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid", - "requestId" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } }, "hs_lastmodifieddate": { "type": "object", "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, "source": { "type": "string" }, "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "null" }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -102,124 +85,44 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, - "requestId": { - "type": "string" - } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid", - "requestId" - ] - } - } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] - }, - "name": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "source": { - "type": "string" - }, - "sourceId": { - "type": "string" - }, - "updatedByUserId": { - "type": "null" - }, - "versions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "value": { + "sourceId": { "type": "string" }, "timestamp": { "type": "integer" }, - "sourceId": { - "type": "string" - }, - "source": { - "type": "string" - }, - "requestId": { + "value": { "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid", - "requestId" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } }, "hs_object_id": { "type": "object", "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, "source": { "type": "string" }, "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "null" }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -228,187 +131,44 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, - "requestId": { - "type": "string" - } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid", - "requestId" - ] - } - } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] - }, - "hs_pipeline": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "source": { - "type": "string" - }, - "sourceId": { - "type": "string" - }, - "updatedByUserId": { - "type": "null" - }, - "versions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "value": { + "sourceId": { "type": "string" }, "timestamp": { "type": "integer" }, - "sourceId": { - "type": "string" - }, - "source": { - "type": "string" - }, - "requestId": { - "type": "string" - } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid", - "requestId" - ] - } - } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] - }, - "createdate": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "source": { - "type": "string" - }, - "sourceId": { - "type": "string" - }, - "updatedByUserId": { - "type": "null" - }, - "versions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, "value": { "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { - "type": "string" - }, - "source": { - "type": "string" - }, - "requestId": { - "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid", - "requestId" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } }, "hs_object_source": { "type": "object", "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, "source": { "type": "string" }, "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "null" }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -417,61 +177,44 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, - "requestId": { + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "value": { "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid", - "requestId" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } }, - "lifecyclestage": { + "hs_object_source_id": { "type": "object", "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, "source": { "type": "string" }, "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "null" }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -480,61 +223,44 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, - "requestId": { + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "value": { "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid", - "requestId" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } }, "hs_object_source_label": { "type": "object", "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, "source": { "type": "string" }, "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "null" }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -543,54 +269,165 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, - "requestId": { + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "value": { "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid", - "requestId" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } + }, + "hs_pipeline": { + "type": "object", + "properties": { + "source": { + "type": "string" + }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "updatedByUserId": { + "type": "null" + }, + "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" + }, + "value": { + "type": "string" + } + } + } + } + } + }, + "lifecyclestage": { + "type": "object", + "properties": { + "source": { + "type": "string" + }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "updatedByUserId": { + "type": "null" + }, + "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" + }, + "value": { + "type": "string" + } + } + } + } + } + }, + "name": { + "type": "object", + "properties": { + "source": { + "type": "string" + }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "updatedByUserId": { + "type": "null" + }, + "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" + }, + "value": { + "type": "string" + } + } + } + } + } } - }, - "required": [ - "hs_object_source_id", - "hs_lastmodifieddate", - "hs_object_id", - "hs_pipeline", - "createdate", - "hs_object_source", - "lifecyclestage", - "hs_object_source_label" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/getAll.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/getAll.json index 80ae7c38c1..406709c931 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/getAll.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/getAll.json @@ -1,28 +1,28 @@ { "type": "object", "properties": { - "portalId": { - "type": "integer" - }, "companyId": { "type": "integer" }, "isDeleted": { "type": "boolean" }, + "portalId": { + "type": "integer" + }, "properties": { "type": "object", "properties": { "name": { "type": "object", "properties": { - "value": { + "source": { "type": "string" }, "timestamp": { "type": "integer" }, - "source": { + "value": { "type": "string" }, "versions": { @@ -33,46 +33,31 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "integer" }, "useTimestampAsPersistenceTimestamp": { "type": "boolean" }, - "requestId": { + "value": { "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "source", - "sourceVid" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } } } }, @@ -87,22 +72,9 @@ "timestamp": { "type": "integer" } - }, - "required": [ - "changeFlag", - "timestamp" - ] + } } } }, - "required": [ - "portalId", - "companyId", - "isDeleted", - "properties", - "additionalDomains", - "stateChanges", - "mergeAudits" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/searchByDomain.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/searchByDomain.json index bd33cbf45a..1e8c074a4d 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/searchByDomain.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/searchByDomain.json @@ -1,8 +1,25 @@ { "type": "object", "properties": { - "portalId": { - "type": "integer" + "additionalDomains": { + "type": "array", + "items": { + "type": "object", + "properties": { + "domain": { + "type": "string" + }, + "source": { + "type": "string" + }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + } + } + } }, "companyId": { "type": "integer" @@ -10,19 +27,22 @@ "isDeleted": { "type": "boolean" }, + "portalId": { + "type": "integer" + }, "properties": { "type": "object", "properties": { "domain": { "type": "object", "properties": { - "value": { + "source": { "type": "string" }, "timestamp": { "type": "integer" }, - "source": { + "value": { "type": "string" }, "versions": { @@ -33,82 +53,38 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, + "sourceId": { + "type": "string" + }, "sourceVid": { "type": "array", "items": { "type": "integer" } }, - "useTimestampAsPersistenceTimestamp": { - "type": "boolean" - }, - "requestId": { - "type": "string" + "timestamp": { + "type": "integer" }, "updatedByUserId": { "type": "integer" + }, + "useTimestampAsPersistenceTimestamp": { + "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "source", - "sourceVid" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] - } - }, - "required": [ - "domain" - ] - }, - "additionalDomains": { - "type": "array", - "items": { - "type": "object", - "properties": { - "domain": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "source": { - "type": "string" - }, - "sourceId": { - "type": "string" } - }, - "required": [ - "domain", - "timestamp", - "source", - "sourceId" - ] + } } } }, diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/update.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/update.json index 933c593c67..77e39afca8 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/update.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/company/update.json @@ -1,97 +1,36 @@ { "type": "object", "properties": { - "portalId": { - "type": "integer" - }, "companyId": { "type": "integer" }, "isDeleted": { "type": "boolean" }, + "portalId": { + "type": "integer" + }, "properties": { "type": "object", "properties": { - "hs_lastmodifieddate": { + "createdate": { "type": "object", "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "source": { - "type": "string" - }, - "updatedByUserId": { - "type": "null" - }, - "versions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { - "type": "string" - }, - "source": { - "type": "string" - }, - "requestId": { - "type": "string" - }, - "useTimestampAsPersistenceTimestamp": { - "type": "boolean" - } - }, - "required": [ - "name", - "value", - "timestamp", - "source", - "sourceVid" - ] - } - } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] - }, - "hs_object_source_id": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, "source": { "type": "string" }, "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "null" }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -100,63 +39,93 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, - "requestId": { + "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "useTimestampAsPersistenceTimestamp": { "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } + }, + "hs_lastmodifieddate": { + "type": "object", + "properties": { + "source": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "updatedByUserId": { + "type": "null" + }, + "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" + }, + "useTimestampAsPersistenceTimestamp": { + "type": "boolean" + }, + "value": { + "type": "string" + } + } + } + } + } }, "hs_object_id": { "type": "object", "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, "source": { "type": "string" }, "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "null" }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -165,193 +134,47 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, - "requestId": { - "type": "string" - }, - "useTimestampAsPersistenceTimestamp": { - "type": "boolean" - } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid" - ] - } - } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] - }, - "hs_pipeline": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "source": { - "type": "string" - }, - "sourceId": { - "type": "string" - }, - "updatedByUserId": { - "type": "null" - }, - "versions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "value": { + "sourceId": { "type": "string" }, "timestamp": { "type": "integer" }, - "sourceId": { - "type": "string" - }, - "source": { - "type": "string" - }, - "requestId": { - "type": "string" - }, "useTimestampAsPersistenceTimestamp": { "type": "boolean" - } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid" - ] - } - } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] - }, - "createdate": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "source": { - "type": "string" - }, - "sourceId": { - "type": "string" - }, - "updatedByUserId": { - "type": "null" - }, - "versions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" }, "value": { "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { - "type": "string" - }, - "source": { - "type": "string" - }, - "requestId": { - "type": "string" - }, - "useTimestampAsPersistenceTimestamp": { - "type": "boolean" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } }, "hs_object_source": { "type": "object", "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, "source": { "type": "string" }, "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "null" }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -360,63 +183,47 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, - "requestId": { + "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "useTimestampAsPersistenceTimestamp": { "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } }, - "lifecyclestage": { + "hs_object_source_id": { "type": "object", "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, "source": { "type": "string" }, "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "null" }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -425,63 +232,47 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, - "requestId": { + "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "useTimestampAsPersistenceTimestamp": { "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } }, "hs_object_source_label": { "type": "object", "properties": { - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, "source": { "type": "string" }, "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "null" }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -490,56 +281,128 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, - "requestId": { + "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, "useTimestampAsPersistenceTimestamp": { "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } + }, + "hs_pipeline": { + "type": "object", + "properties": { + "source": { + "type": "string" + }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "updatedByUserId": { + "type": "null" + }, + "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" + }, + "useTimestampAsPersistenceTimestamp": { + "type": "boolean" + }, + "value": { + "type": "string" + } + } + } + } + } + }, + "lifecyclestage": { + "type": "object", + "properties": { + "source": { + "type": "string" + }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "updatedByUserId": { + "type": "null" + }, + "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" + }, + "useTimestampAsPersistenceTimestamp": { + "type": "boolean" + }, + "value": { + "type": "string" + } + } + } + } + } } - }, - "required": [ - "hs_lastmodifieddate", - "hs_object_source_id", - "hs_object_id", - "hs_pipeline", - "createdate", - "hs_object_source", - "lifecyclestage", - "hs_object_source_label" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/get.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/get.json index ae616db409..e78408c180 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/get.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/get.json @@ -1,75 +1,110 @@ { "type": "object", "properties": { - "vid": { - "type": "integer" - }, "canonical-vid": { "type": "integer" }, - "portal-id": { - "type": "integer" + "form-submissions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "conversion-id": { + "type": "string" + }, + "form-id": { + "type": "string" + }, + "form-type": { + "type": "string" + }, + "page-title": { + "type": "string" + }, + "page-url": { + "type": "string" + }, + "portal-id": { + "type": "integer" + }, + "timestamp": { + "type": "integer" + }, + "title": { + "type": "string" + } + } + } + }, + "identity-profiles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "deleted-changed-timestamp": { + "type": "integer" + }, + "identities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "is-primary": { + "type": "boolean" + }, + "timestamp": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "saved-at-timestamp": { + "type": "integer" + }, + "vid": { + "type": "integer" + } + } + } }, "is-contact": { "type": "boolean" }, + "list-memberships": { + "type": "array", + "items": { + "type": "object", + "properties": { + "internal-list-id": { + "type": "integer" + }, + "is-member": { + "type": "boolean" + }, + "static-list-id": { + "type": "integer" + }, + "timestamp": { + "type": "integer" + }, + "vid": { + "type": "integer" + } + } + } + }, + "portal-id": { + "type": "integer" + }, "properties": { "type": "object", "properties": { - "lastmodifieddate": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "versions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "source-type": { - "type": "string" - }, - "source-label": { - "type": "null" - }, - "updated-by-user-id": { - "type": "null" - }, - "timestamp": { - "type": "integer" - }, - "selected": { - "type": "boolean" - }, - "data-sensitivity": { - "type": "null" - }, - "is-encrypted": { - "type": "null" - } - }, - "required": [ - "value", - "source-type", - "source-id", - "source-label", - "updated-by-user-id", - "timestamp", - "selected", - "data-sensitivity", - "is-encrypted" - ] - } - } - }, - "required": [ - "value" - ] - }, "hs_is_contact": { "type": "object", "properties": { @@ -81,11 +116,14 @@ "items": { "type": "object", "properties": { - "value": { - "type": "string" + "data-sensitivity": { + "type": "null" }, - "source-type": { - "type": "string" + "is-encrypted": { + "type": "null" + }, + "selected": { + "type": "boolean" }, "source-id": { "type": "null" @@ -93,165 +131,67 @@ "source-label": { "type": "null" }, - "updated-by-user-id": { - "type": "null" + "source-type": { + "type": "string" }, "timestamp": { "type": "integer" }, - "selected": { - "type": "boolean" + "updated-by-user-id": { + "type": "null" }, + "value": { + "type": "string" + } + } + } + } + } + }, + "lastmodifieddate": { + "type": "object", + "properties": { + "value": { + "type": "string" + }, + "versions": { + "type": "array", + "items": { + "type": "object", + "properties": { "data-sensitivity": { "type": "null" }, "is-encrypted": { "type": "null" + }, + "selected": { + "type": "boolean" + }, + "source-label": { + "type": "null" + }, + "source-type": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "updated-by-user-id": { + "type": "null" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "source-type", - "source-id", - "source-label", - "updated-by-user-id", - "timestamp", - "selected", - "data-sensitivity", - "is-encrypted" - ] + } } } - }, - "required": [ - "value" - ] + } } - }, - "required": [ - "hs_is_contact" - ] - }, - "form-submissions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "conversion-id": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "form-id": { - "type": "string" - }, - "portal-id": { - "type": "integer" - }, - "page-url": { - "type": "string" - }, - "page-title": { - "type": "string" - }, - "title": { - "type": "string" - }, - "form-type": { - "type": "string" - } - }, - "required": [ - "conversion-id", - "timestamp", - "form-id", - "portal-id", - "page-url", - "page-title", - "title", - "form-type", - "meta-data" - ] } }, - "list-memberships": { - "type": "array", - "items": { - "type": "object", - "properties": { - "static-list-id": { - "type": "integer" - }, - "internal-list-id": { - "type": "integer" - }, - "timestamp": { - "type": "integer" - }, - "vid": { - "type": "integer" - }, - "is-member": { - "type": "boolean" - } - }, - "required": [ - "static-list-id", - "internal-list-id", - "timestamp", - "vid", - "is-member" - ] - } - }, - "identity-profiles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "vid": { - "type": "integer" - }, - "saved-at-timestamp": { - "type": "integer" - }, - "deleted-changed-timestamp": { - "type": "integer" - }, - "identities": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "is-primary": { - "type": "boolean" - } - }, - "required": [ - "type", - "value", - "timestamp" - ] - } - } - }, - "required": [ - "vid", - "saved-at-timestamp", - "deleted-changed-timestamp", - "identities" - ] - } + "vid": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/getAll.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/getAll.json index 548b7244b3..b2858f5c60 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/getAll.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/getAll.json @@ -1,12 +1,189 @@ { "type": "object", "properties": { - "vid": { + "addedAt": { "type": "integer" }, "canonical-vid": { "type": "integer" }, + "form-submissions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "contact-associated-by": { + "type": "array", + "items": { + "type": "string" + } + }, + "conversion-id": { + "type": "string" + }, + "form-id": { + "type": "string" + }, + "form-type": { + "type": "string" + }, + "page-title": { + "type": "string" + }, + "page-url": { + "type": "string" + }, + "portal-id": { + "type": "integer" + }, + "timestamp": { + "type": "integer" + }, + "title": { + "type": "string" + } + } + } + }, + "identity-profiles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "deleted-changed-timestamp": { + "type": "integer" + }, + "identities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "is-primary": { + "type": "boolean" + }, + "timestamp": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "saved-at-timestamp": { + "type": "integer" + }, + "vid": { + "type": "integer" + } + } + } + }, + "is-contact": { + "type": "boolean" + }, + "merge-audits": { + "type": "array", + "items": { + "type": "object", + "properties": { + "canonical-vid": { + "type": "integer" + }, + "entity-id": { + "type": "string" + }, + "first-name": { + "type": "string" + }, + "is-reverted": { + "type": "boolean" + }, + "last-name": { + "type": "string" + }, + "merged_from_email": { + "type": "object", + "properties": { + "data-sensitivity": { + "type": "null" + }, + "is-encrypted": { + "type": "null" + }, + "selected": { + "type": "boolean" + }, + "source-id": { + "type": "string" + }, + "source-label": { + "type": "null" + }, + "source-type": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "value": { + "type": "string" + } + } + }, + "merged_to_email": { + "type": "object", + "properties": { + "data-sensitivity": { + "type": "null" + }, + "is-encrypted": { + "type": "null" + }, + "selected": { + "type": "boolean" + }, + "source-id": { + "type": "string" + }, + "source-label": { + "type": "null" + }, + "source-type": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "updated-by-user-id": { + "type": "null" + }, + "value": { + "type": "string" + } + } + }, + "num-properties-moved": { + "type": "integer" + }, + "primary-vid-to-merge": { + "type": "integer" + }, + "timestamp": { + "type": "integer" + }, + "user-id": { + "type": "integer" + }, + "vid-to-merge": { + "type": "integer" + } + } + } + }, "merged-vids": { "type": "array", "items": { @@ -16,9 +193,6 @@ "portal-id": { "type": "integer" }, - "is-contact": { - "type": "boolean" - }, "properties": { "type": "object", "properties": { @@ -28,10 +202,7 @@ "value": { "type": "string" } - }, - "required": [ - "value" - ] + } }, "lastmodifieddate": { "type": "object", @@ -39,10 +210,7 @@ "value": { "type": "string" } - }, - "required": [ - "value" - ] + } }, "lastname": { "type": "object", @@ -50,243 +218,13 @@ "value": { "type": "string" } - }, - "required": [ - "value" - ] + } } - }, - "required": [ - "lastmodifieddate" - ] - }, - "form-submissions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "conversion-id": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "form-id": { - "type": "string" - }, - "portal-id": { - "type": "integer" - }, - "page-url": { - "type": "string" - }, - "page-title": { - "type": "string" - }, - "title": { - "type": "string" - }, - "form-type": { - "type": "string" - } - }, - "required": [ - "conversion-id", - "timestamp", - "form-id", - "portal-id", - "title", - "form-type", - "meta-data" - ] } }, - "identity-profiles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "vid": { - "type": "integer" - }, - "saved-at-timestamp": { - "type": "integer" - }, - "deleted-changed-timestamp": { - "type": "integer" - }, - "identities": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "is-primary": { - "type": "boolean" - } - }, - "required": [ - "type", - "value", - "timestamp" - ] - } - } - }, - "required": [ - "vid", - "saved-at-timestamp", - "deleted-changed-timestamp", - "identities" - ] - } - }, - "merge-audits": { - "type": "array", - "items": { - "type": "object", - "properties": { - "canonical-vid": { - "type": "integer" - }, - "primary-vid-to-merge": { - "type": "integer" - }, - "vid-to-merge": { - "type": "integer" - }, - "timestamp": { - "type": "integer" - }, - "entity-id": { - "type": "string" - }, - "user-id": { - "type": "integer" - }, - "num-properties-moved": { - "type": "integer" - }, - "merged_from_email": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "source-type": { - "type": "string" - }, - "source-id": { - "type": "string" - }, - "source-label": { - "type": "null" - }, - "timestamp": { - "type": "integer" - }, - "selected": { - "type": "boolean" - }, - "data-sensitivity": { - "type": "null" - }, - "is-encrypted": { - "type": "null" - } - }, - "required": [ - "value", - "source-type", - "source-id", - "source-label", - "updated-by-user-id", - "timestamp", - "selected", - "data-sensitivity", - "is-encrypted" - ] - }, - "merged_to_email": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "source-type": { - "type": "string" - }, - "source-label": { - "type": "null" - }, - "timestamp": { - "type": "integer" - }, - "selected": { - "type": "boolean" - }, - "data-sensitivity": { - "type": "null" - }, - "is-encrypted": { - "type": "null" - } - }, - "required": [ - "value", - "source-type", - "source-id", - "source-label", - "updated-by-user-id", - "timestamp", - "selected", - "data-sensitivity", - "is-encrypted" - ] - }, - "first-name": { - "type": "string" - }, - "last-name": { - "type": "string" - }, - "is-reverted": { - "type": "boolean" - } - }, - "required": [ - "canonical-vid", - "primary-vid-to-merge", - "vid-to-merge", - "timestamp", - "entity-id", - "num-properties-moved", - "is-reverted" - ] - } - }, - "addedAt": { + "vid": { "type": "integer" } }, - "required": [ - "vid", - "canonical-vid", - "merged-vids", - "portal-id", - "is-contact", - "properties", - "identity-profiles", - "merge-audits", - "addedAt" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/getRecentlyCreatedUpdated.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/getRecentlyCreatedUpdated.json index b16462a5ba..cbe04976cc 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/getRecentlyCreatedUpdated.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/getRecentlyCreatedUpdated.json @@ -1,12 +1,180 @@ { "type": "object", "properties": { - "vid": { + "addedAt": { "type": "integer" }, "canonical-vid": { "type": "integer" }, + "form-submissions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "contact-associated-by": { + "type": "array", + "items": { + "type": "string" + } + }, + "conversion-id": { + "type": "string" + }, + "form-id": { + "type": "string" + }, + "form-type": { + "type": "string" + }, + "page-title": { + "type": "string" + }, + "page-url": { + "type": "string" + }, + "portal-id": { + "type": "integer" + }, + "timestamp": { + "type": "integer" + }, + "title": { + "type": "string" + } + } + } + }, + "identity-profiles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "deleted-changed-timestamp": { + "type": "integer" + }, + "identities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "is-primary": { + "type": "boolean" + }, + "timestamp": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "saved-at-timestamp": { + "type": "integer" + }, + "vid": { + "type": "integer" + } + } + } + }, + "is-contact": { + "type": "boolean" + }, + "merge-audits": { + "type": "array", + "items": { + "type": "object", + "properties": { + "canonical-vid": { + "type": "integer" + }, + "entity-id": { + "type": "string" + }, + "first-name": { + "type": "string" + }, + "is-reverted": { + "type": "boolean" + }, + "last-name": { + "type": "string" + }, + "merged_from_email": { + "type": "object", + "properties": { + "data-sensitivity": { + "type": "null" + }, + "is-encrypted": { + "type": "null" + }, + "selected": { + "type": "boolean" + }, + "source-label": { + "type": "null" + }, + "source-type": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "value": { + "type": "string" + } + } + }, + "merged_to_email": { + "type": "object", + "properties": { + "data-sensitivity": { + "type": "null" + }, + "is-encrypted": { + "type": "null" + }, + "selected": { + "type": "boolean" + }, + "source-label": { + "type": "null" + }, + "source-type": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "value": { + "type": "string" + } + } + }, + "num-properties-moved": { + "type": "integer" + }, + "primary-vid-to-merge": { + "type": "integer" + }, + "timestamp": { + "type": "integer" + }, + "user-id": { + "type": "integer" + }, + "vid-to-merge": { + "type": "integer" + } + } + } + }, "merged-vids": { "type": "array", "items": { @@ -16,33 +184,16 @@ "portal-id": { "type": "integer" }, - "is-contact": { - "type": "boolean" - }, "properties": { "type": "object", "properties": { - "firstname": { + "company": { "type": "object", "properties": { "value": { "type": "string" } - }, - "required": [ - "value" - ] - }, - "lastmodifieddate": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] + } }, "createdate": { "type": "object", @@ -50,10 +201,23 @@ "value": { "type": "string" } - }, - "required": [ - "value" - ] + } + }, + "firstname": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + }, + "lastmodifieddate": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } }, "lastname": { "type": "object", @@ -61,250 +225,13 @@ "value": { "type": "string" } - }, - "required": [ - "value" - ] - }, - "company": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] + } } - }, - "required": [ - "lastmodifieddate", - "createdate" - ] - }, - "form-submissions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "conversion-id": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "form-id": { - "type": "string" - }, - "portal-id": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "form-type": { - "type": "string" - }, - "contact-associated-by": { - "type": "array", - "items": { - "type": "string" - } - }, - "page-url": { - "type": "string" - }, - "page-title": { - "type": "string" - } - }, - "required": [ - "conversion-id", - "timestamp", - "form-id", - "portal-id", - "title", - "form-type", - "meta-data" - ] } }, - "identity-profiles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "vid": { - "type": "integer" - }, - "saved-at-timestamp": { - "type": "integer" - }, - "deleted-changed-timestamp": { - "type": "integer" - }, - "identities": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "is-primary": { - "type": "boolean" - } - }, - "required": [ - "type", - "value", - "timestamp" - ] - } - } - }, - "required": [ - "vid", - "saved-at-timestamp", - "deleted-changed-timestamp", - "identities" - ] - } - }, - "merge-audits": { - "type": "array", - "items": { - "type": "object", - "properties": { - "canonical-vid": { - "type": "integer" - }, - "primary-vid-to-merge": { - "type": "integer" - }, - "vid-to-merge": { - "type": "integer" - }, - "timestamp": { - "type": "integer" - }, - "entity-id": { - "type": "string" - }, - "user-id": { - "type": "integer" - }, - "num-properties-moved": { - "type": "integer" - }, - "merged_from_email": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "source-type": { - "type": "string" - }, - "source-label": { - "type": "null" - }, - "timestamp": { - "type": "integer" - }, - "selected": { - "type": "boolean" - }, - "data-sensitivity": { - "type": "null" - }, - "is-encrypted": { - "type": "null" - } - }, - "required": [ - "value", - "source-type", - "source-id", - "source-label", - "updated-by-user-id", - "timestamp", - "selected", - "data-sensitivity", - "is-encrypted" - ] - }, - "merged_to_email": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "source-type": { - "type": "string" - }, - "source-label": { - "type": "null" - }, - "timestamp": { - "type": "integer" - }, - "selected": { - "type": "boolean" - }, - "data-sensitivity": { - "type": "null" - }, - "is-encrypted": { - "type": "null" - } - }, - "required": [ - "value", - "source-type", - "source-id", - "source-label", - "updated-by-user-id", - "timestamp", - "selected", - "data-sensitivity", - "is-encrypted" - ] - }, - "first-name": { - "type": "string" - }, - "last-name": { - "type": "string" - }, - "is-reverted": { - "type": "boolean" - } - }, - "required": [ - "canonical-vid", - "primary-vid-to-merge", - "vid-to-merge", - "timestamp", - "entity-id", - "num-properties-moved", - "merged_to_email" - ] - } - }, - "addedAt": { + "vid": { "type": "integer" } }, - "required": [ - "properties" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/search.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/search.json index 3f201605ef..f4d947ab94 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/search.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/search.json @@ -1,6 +1,12 @@ { "type": "object", "properties": { + "archived": { + "type": "boolean" + }, + "createdAt": { + "type": "string" + }, "id": { "type": "string" }, @@ -16,21 +22,10 @@ "lastmodifieddate": { "type": "string" } - }, - "required": [ - "createdate", - "hs_object_id", - "lastmodifieddate" - ] - }, - "createdAt": { - "type": "string" + } }, "updatedAt": { "type": "string" - }, - "archived": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/upsert.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/upsert.json index 5d7ccd03e1..5557674bad 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/upsert.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contact/upsert.json @@ -1,11 +1,11 @@ { "type": "object", "properties": { - "vid": { - "type": "integer" - }, "isNew": { "type": "boolean" + }, + "vid": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contactList/add.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contactList/add.json index a6efab81e9..180ccadf63 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contactList/add.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/contactList/add.json @@ -1,29 +1,29 @@ { "type": "object", "properties": { - "updated": { - "type": "array", - "items": { - "type": "integer" - } - }, "discarded": { "type": "array", "items": { "type": "integer" } }, - "invalidVids": { - "type": "array", - "items": { - "type": "integer" - } - }, "invalidEmails": { "type": "array", "items": { "type": "string" } + }, + "invalidVids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "updated": { + "type": "array", + "items": { + "type": "integer" + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/deal/getAll.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/deal/getAll.json index 5241715561..40e381408e 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/deal/getAll.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/deal/getAll.json @@ -1,28 +1,28 @@ { "type": "object", "properties": { - "portalId": { - "type": "integer" - }, "dealId": { "type": "integer" }, "isDeleted": { "type": "boolean" }, + "portalId": { + "type": "integer" + }, "properties": { "type": "object", "properties": { "dealname": { "type": "object", "properties": { - "value": { + "source": { "type": "string" }, "timestamp": { "type": "integer" }, - "source": { + "value": { "type": "string" }, "versions": { @@ -33,43 +33,31 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { + "requestId": { "type": "string" }, "source": { "type": "string" }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, "updatedByUserId": { "type": "integer" }, "useTimestampAsPersistenceTimestamp": { "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "source", - "sourceVid" - ] + } } } - }, - "required": [ - "value", - "timestamp", - "source", - "sourceId", - "updatedByUserId", - "versions" - ] + } } } }, @@ -84,21 +72,9 @@ "timestamp": { "type": "integer" } - }, - "required": [ - "changeFlag", - "timestamp" - ] + } } } }, - "required": [ - "portalId", - "dealId", - "isDeleted", - "associations", - "properties", - "stateChanges" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/deal/search.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/deal/search.json index 2dba18af67..f31f383745 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/deal/search.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/deal/search.json @@ -1,6 +1,12 @@ { "type": "object", "properties": { + "archived": { + "type": "boolean" + }, + "createdAt": { + "type": "string" + }, "id": { "type": "string" }, @@ -18,25 +24,11 @@ }, "hs_object_id": { "type": "string" - }, - "hubspot_owner_id": { - "type": "string" } - }, - "required": [ - "createdate", - "hs_lastmodifieddate", - "hs_object_id" - ] - }, - "createdAt": { - "type": "string" + } }, "updatedAt": { "type": "string" - }, - "archived": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/engagement/create.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/engagement/create.json index a60d5c61f7..f702697ac2 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/engagement/create.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/engagement/create.json @@ -1,62 +1,16 @@ { "type": "object", "properties": { - "engagement": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "portalId": { - "type": "integer" - }, - "active": { - "type": "boolean" - }, - "createdAt": { - "type": "integer" - }, - "lastUpdated": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "bodyPreview": { - "type": "string" - }, - "bodyPreviewIsTruncated": { - "type": "boolean" - }, - "bodyPreviewHtml": { - "type": "string" - } - }, - "required": [ - "id", - "portalId", - "active", - "createdAt", - "lastUpdated", - "type", - "timestamp", - "allAccessibleTeamIds", - "queueMembershipIds" - ] - }, "associations": { "type": "object", "properties": { - "contactIds": { + "companyIds": { "type": "array", "items": { "type": "integer" } }, - "companyIds": { + "contactIds": { "type": "array", "items": { "type": "integer" @@ -80,28 +34,46 @@ "type": "integer" } } - }, - "required": [ - "contactIds", - "companyIds", - "dealIds", - "ownerIds", - "workflowIds", - "ticketIds", - "contentIds", - "quoteIds", - "marketingEventIds", - "partnerClientIds", - "orderIds", - "cartIds" - ] + } + }, + "engagement": { + "type": "object", + "properties": { + "active": { + "type": "boolean" + }, + "bodyPreview": { + "type": "string" + }, + "bodyPreviewHtml": { + "type": "string" + }, + "bodyPreviewIsTruncated": { + "type": "boolean" + }, + "createdAt": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "lastUpdated": { + "type": "integer" + }, + "portalId": { + "type": "integer" + }, + "timestamp": { + "type": "integer" + }, + "type": { + "type": "string" + } + } }, "metadata": { "type": "object", "properties": { - "subject": { - "type": "string" - }, "status": { "type": "string" } diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/engagement/get.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/engagement/get.json index 5804aae991..51222bff71 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/engagement/get.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/engagement/get.json @@ -1,89 +1,16 @@ { "type": "object", "properties": { - "engagement": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "portalId": { - "type": "integer" - }, - "active": { - "type": "boolean" - }, - "createdAt": { - "type": "integer" - }, - "lastUpdated": { - "type": "integer" - }, - "createdBy": { - "type": "integer" - }, - "modifiedBy": { - "type": "integer" - }, - "ownerId": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "source": { - "type": "string" - }, - "allAccessibleTeamIds": { - "type": "array", - "items": { - "type": "integer" - } - }, - "bodyPreview": { - "type": "string" - }, - "queueMembershipIds": { - "type": "array", - "items": { - "type": "integer" - } - }, - "bodyPreviewIsTruncated": { - "type": "boolean" - }, - "bodyPreviewHtml": { - "type": "string" - }, - "uid": { - "type": "string" - } - }, - "required": [ - "id", - "portalId", - "active", - "createdAt", - "lastUpdated", - "type", - "timestamp", - "allAccessibleTeamIds", - "queueMembershipIds" - ] - }, "associations": { "type": "object", "properties": { - "contactIds": { + "companyIds": { "type": "array", "items": { "type": "integer" } }, - "companyIds": { + "contactIds": { "type": "array", "items": { "type": "integer" @@ -107,21 +34,7 @@ "type": "integer" } } - }, - "required": [ - "contactIds", - "companyIds", - "dealIds", - "ownerIds", - "workflowIds", - "ticketIds", - "contentIds", - "quoteIds", - "marketingEventIds", - "partnerClientIds", - "orderIds", - "cartIds" - ] + } }, "attachments": { "type": "array", @@ -131,46 +44,79 @@ "id": { "type": "integer" } + } + } + }, + "engagement": { + "type": "object", + "properties": { + "active": { + "type": "boolean" }, - "required": [ - "id" - ] + "allAccessibleTeamIds": { + "type": "array", + "items": { + "type": "integer" + } + }, + "bodyPreview": { + "type": "string" + }, + "bodyPreviewHtml": { + "type": "string" + }, + "bodyPreviewIsTruncated": { + "type": "boolean" + }, + "createdAt": { + "type": "integer" + }, + "createdBy": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "lastUpdated": { + "type": "integer" + }, + "modifiedBy": { + "type": "integer" + }, + "ownerId": { + "type": "integer" + }, + "portalId": { + "type": "integer" + }, + "queueMembershipIds": { + "type": "array", + "items": { + "type": "integer" + } + }, + "source": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "uid": { + "type": "string" + } } }, "metadata": { "type": "object", "properties": { - "to": { - "type": "array", - "items": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "email": { - "type": "string" - }, - "firstName": { - "type": "string" - }, - "lastName": { - "type": "string" - } - }, - "required": [ - "email" - ] - } - }, "cc": { "type": "array", "items": { "type": "object", "properties": { - "raw": { - "type": "string" - }, "email": { "type": "string" }, @@ -179,22 +125,21 @@ }, "lastName": { "type": "string" + }, + "raw": { + "type": "string" } - }, - "required": [ - "raw", - "email" - ] + } } }, - "subject": { - "type": "string" - }, "html": { "type": "string" }, - "status": { - "type": "string" + "ownerIdsCc": { + "type": "array", + "items": { + "type": "integer" + } }, "ownerIdsFrom": { "type": "array", @@ -208,20 +153,34 @@ "type": "integer" } }, - "ownerIdsCc": { + "status": { + "type": "string" + }, + "subject": { + "type": "string" + }, + "to": { "type": "array", "items": { - "type": "integer" + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "raw": { + "type": "string" + } + } } } } } }, - "required": [ - "engagement", - "associations", - "attachments", - "metadata" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/engagement/getAll.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/engagement/getAll.json index 9832341397..a1e9785aaf 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/engagement/getAll.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/engagement/getAll.json @@ -1,86 +1,16 @@ { "type": "object", "properties": { - "engagement": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "portalId": { - "type": "integer" - }, - "active": { - "type": "boolean" - }, - "createdAt": { - "type": "integer" - }, - "lastUpdated": { - "type": "integer" - }, - "createdBy": { - "type": "integer" - }, - "modifiedBy": { - "type": "integer" - }, - "ownerId": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "source": { - "type": "string" - }, - "allAccessibleTeamIds": { - "type": "array", - "items": { - "type": "integer" - } - }, - "bodyPreview": { - "type": "string" - }, - "queueMembershipIds": { - "type": "array", - "items": { - "type": "integer" - } - }, - "bodyPreviewIsTruncated": { - "type": "boolean" - }, - "bodyPreviewHtml": { - "type": "string" - } - }, - "required": [ - "id", - "portalId", - "active", - "createdAt", - "lastUpdated", - "type", - "timestamp", - "allAccessibleTeamIds", - "queueMembershipIds" - ] - }, "associations": { "type": "object", "properties": { - "contactIds": { + "companyIds": { "type": "array", "items": { "type": "integer" } }, - "companyIds": { + "contactIds": { "type": "array", "items": { "type": "integer" @@ -104,21 +34,7 @@ "type": "integer" } } - }, - "required": [ - "contactIds", - "companyIds", - "dealIds", - "ownerIds", - "workflowIds", - "ticketIds", - "contentIds", - "quoteIds", - "marketingEventIds", - "partnerClientIds", - "orderIds", - "cartIds" - ] + } }, "attachments": { "type": "array", @@ -128,10 +44,66 @@ "id": { "type": "integer" } + } + } + }, + "engagement": { + "type": "object", + "properties": { + "active": { + "type": "boolean" }, - "required": [ - "id" - ] + "allAccessibleTeamIds": { + "type": "array", + "items": { + "type": "integer" + } + }, + "bodyPreview": { + "type": "string" + }, + "bodyPreviewHtml": { + "type": "string" + }, + "bodyPreviewIsTruncated": { + "type": "boolean" + }, + "createdAt": { + "type": "integer" + }, + "createdBy": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "lastUpdated": { + "type": "integer" + }, + "modifiedBy": { + "type": "integer" + }, + "ownerId": { + "type": "integer" + }, + "portalId": { + "type": "integer" + }, + "queueMembershipIds": { + "type": "array", + "items": { + "type": "integer" + } + }, + "source": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "type": { + "type": "string" + } } }, "metadata": { @@ -140,16 +112,13 @@ "body": { "type": "string" }, - "status": { - "type": "string" - }, "forObjectType": { "type": "string" }, - "subject": { - "type": "string" + "isAllDay": { + "type": "boolean" }, - "taskType": { + "priority": { "type": "string" }, "reminders": { @@ -158,14 +127,17 @@ "type": "integer" } }, - "priority": { - "type": "string" - }, - "isAllDay": { - "type": "boolean" - }, "sendDefaultReminder": { "type": "boolean" + }, + "status": { + "type": "string" + }, + "subject": { + "type": "string" + }, + "taskType": { + "type": "string" } } }, @@ -177,12 +149,12 @@ "engagementId": { "type": "integer" }, - "portalId": { - "type": "integer" - }, "engagementType": { "type": "string" }, + "portalId": { + "type": "integer" + }, "taskType": { "type": "string" }, @@ -192,23 +164,9 @@ "uuid": { "type": "string" } - }, - "required": [ - "engagementId", - "portalId", - "engagementType", - "taskType", - "timestamp", - "uuid" - ] + } } } }, - "required": [ - "engagement", - "associations", - "attachments", - "metadata" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/ticket/get.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/ticket/get.json index 666e9e7f42..0b77791495 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/ticket/get.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/ticket/get.json @@ -1,21 +1,36 @@ { "type": "object", "properties": { - "portalId": { + "isDeleted": { + "type": "boolean" + }, + "objectId": { "type": "integer" }, "objectType": { "type": "string" }, - "objectId": { + "portalId": { "type": "integer" }, "properties": { "type": "object", "properties": { - "subject": { + "createdate": { "type": "object", "properties": { + "sensitivityLevel": { + "type": "string" + }, + "source": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -24,200 +39,154 @@ "name": { "type": "string" }, - "value": { + "source": { "type": "string" }, "timestamp": { "type": "integer" }, + "useTimestampAsPersistenceTimestamp": { + "type": "boolean" + }, + "value": { + "type": "string" + } + } + } + } + } + }, + "hs_email_subject": { + "type": "object", + "properties": { + "persistenceTimestamp": { + "type": "integer" + }, + "sensitivityLevel": { + "type": "string" + }, + "source": { + "type": "string" + }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "updatedByUserId": { + "type": "null" + }, + "value": { + "type": "string" + }, + "versions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "persistenceTimestamp": { + "type": "integer" + }, + "source": { + "type": "string" + }, "sourceId": { "type": "string" }, + "timestamp": { + "type": "integer" + }, + "value": { + "type": "string" + } + } + } + } + } + }, + "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" + }, "source": { "type": "string" }, + "sourceId": { + "type": "string" + }, + "sourceLabel": { + "type": "string" + }, "sourceVid": { "type": "array", "items": { "type": "integer" } }, - "persistenceTimestamp": { - "type": "integer" - }, - "sourceLabel": { - "type": "string" - } - }, - "required": [ - "name", - "value", - "timestamp", - "source", - "sourceVid" - ] - } - }, - "value": { - "type": "string" - }, - "source": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sensitivityLevel": { - "type": "string" - }, - "persistenceTimestamp": { - "type": "integer" - } - }, - "required": [ - "versions", - "value", - "source", - "timestamp", - "sourceId", - "updatedByUserId", - "isEncrypted", - "sensitivityLevel", - "persistenceTimestamp" - ] - }, - "hs_email_subject": { - "type": "object", - "properties": { - "versions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "value": { - "type": "string" - }, "timestamp": { "type": "integer" }, - "sourceId": { - "type": "string" - }, - "source": { - "type": "string" - }, - "persistenceTimestamp": { - "type": "integer" - } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "source", - "sourceVid" - ] - } - }, - "value": { - "type": "string" - }, - "source": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sourceId": { - "type": "string" - }, - "updatedByUserId": { - "type": "null" - }, - "sensitivityLevel": { - "type": "string" - }, - "persistenceTimestamp": { - "type": "integer" - } - }, - "required": [ - "versions", - "value", - "source", - "timestamp", - "sourceId", - "updatedByUserId", - "isEncrypted", - "sensitivityLevel", - "persistenceTimestamp" - ] - }, - "createdate": { - "type": "object", - "properties": { - "versions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, "value": { "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "source": { - "type": "string" - }, - "useTimestampAsPersistenceTimestamp": { - "type": "boolean" } - }, - "required": [ - "name", - "value", - "timestamp", - "source", - "sourceVid" - ] + } } - }, - "value": { - "type": "string" - }, - "source": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sensitivityLevel": { - "type": "string" } - }, - "required": [ - "versions", - "value", - "source", - "timestamp", - "sourceId", - "updatedByUserId", - "isEncrypted", - "sensitivityLevel", - "persistenceTimestamp" - ] + } }, "support_form_message": { "type": "object", "properties": { + "persistenceTimestamp": { + "type": "integer" + }, + "sensitivityLevel": { + "type": "string" + }, + "source": { + "type": "string" + }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "updatedByUserId": { + "type": "null" + }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -226,77 +195,53 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { + "persistenceTimestamp": { "type": "integer" }, + "source": { + "type": "string" + }, "sourceId": { "type": "string" }, "sourceLabel": { "type": "string" }, - "source": { - "type": "string" - }, - "persistenceTimestamp": { + "timestamp": { "type": "integer" + }, + "value": { + "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "sourceLabel", - "source", - "sourceVid", - "persistenceTimestamp" - ] + } } - }, - "value": { - "type": "string" - }, - "source": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sensitivityLevel": { - "type": "string" - }, - "sourceId": { - "type": "string" - }, - "updatedByUserId": { - "type": "null" - }, - "isEncrypted": { - "type": "null" - }, - "persistenceTimestamp": { - "type": "integer" } - }, - "required": [ - "versions", - "value", - "source", - "timestamp", - "sensitivityLevel", - "sourceId", - "updatedByUserId", - "isEncrypted", - "persistenceTimestamp" - ] + } }, "support_form_subject": { "type": "object", "properties": { + "persistenceTimestamp": { + "type": "integer" + }, + "sensitivityLevel": { + "type": "string" + }, + "source": { + "type": "string" + }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "updatedByUserId": { + "type": "null" + }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -305,77 +250,53 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { + "persistenceTimestamp": { "type": "integer" }, + "source": { + "type": "string" + }, "sourceId": { "type": "string" }, "sourceLabel": { "type": "string" }, - "source": { - "type": "string" - }, - "persistenceTimestamp": { + "timestamp": { "type": "integer" + }, + "value": { + "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "sourceLabel", - "source", - "sourceVid", - "persistenceTimestamp" - ] + } } - }, - "value": { - "type": "string" - }, - "source": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sensitivityLevel": { - "type": "string" - }, - "sourceId": { - "type": "string" - }, - "updatedByUserId": { - "type": "null" - }, - "isEncrypted": { - "type": "null" - }, - "persistenceTimestamp": { - "type": "integer" } - }, - "required": [ - "versions", - "value", - "source", - "timestamp", - "sensitivityLevel", - "sourceId", - "updatedByUserId", - "isEncrypted", - "persistenceTimestamp" - ] + } }, "support_form_topic": { "type": "object", "properties": { + "persistenceTimestamp": { + "type": "integer" + }, + "sensitivityLevel": { + "type": "string" + }, + "source": { + "type": "string" + }, + "sourceId": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "updatedByUserId": { + "type": "null" + }, + "value": { + "type": "string" + }, "versions": { "type": "array", "items": { @@ -384,78 +305,30 @@ "name": { "type": "string" }, - "value": { - "type": "string" - }, - "timestamp": { + "persistenceTimestamp": { "type": "integer" }, + "source": { + "type": "string" + }, "sourceId": { "type": "string" }, "sourceLabel": { "type": "string" }, - "source": { - "type": "string" - }, - "persistenceTimestamp": { + "timestamp": { "type": "integer" + }, + "value": { + "type": "string" } - }, - "required": [ - "name", - "value", - "timestamp", - "sourceId", - "sourceLabel", - "source", - "sourceVid", - "persistenceTimestamp" - ] + } } - }, - "value": { - "type": "string" - }, - "source": { - "type": "string" - }, - "timestamp": { - "type": "integer" - }, - "sensitivityLevel": { - "type": "string" - }, - "sourceId": { - "type": "string" - }, - "updatedByUserId": { - "type": "null" - }, - "isEncrypted": { - "type": "null" - }, - "persistenceTimestamp": { - "type": "integer" } - }, - "required": [ - "versions", - "value", - "source", - "timestamp", - "sensitivityLevel", - "sourceId", - "updatedByUserId", - "isEncrypted", - "persistenceTimestamp" - ] + } } } - }, - "isDeleted": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/ticket/getAll.json b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/ticket/getAll.json index ca712414fc..165604aa23 100644 --- a/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/ticket/getAll.json +++ b/packages/nodes-base/nodes/Hubspot/__schema__/v2.1.0/ticket/getAll.json @@ -1,25 +1,18 @@ { "type": "object", "properties": { - "portalId": { + "isDeleted": { + "type": "boolean" + }, + "objectId": { "type": "integer" }, "objectType": { "type": "string" }, - "objectId": { + "portalId": { "type": "integer" - }, - "isDeleted": { - "type": "boolean" } }, - "required": [ - "portalId", - "objectType", - "objectId", - "properties", - "isDeleted" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Intercom/__schema__/v1.0.0/lead/create.json b/packages/nodes-base/nodes/Intercom/__schema__/v1.0.0/lead/create.json index 5a1932b05c..b8e636b44d 100644 --- a/packages/nodes-base/nodes/Intercom/__schema__/v1.0.0/lead/create.json +++ b/packages/nodes-base/nodes/Intercom/__schema__/v1.0.0/lead/create.json @@ -1,119 +1,6 @@ { "type": "object", "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "workspace_id": { - "type": "string" - }, - "external_id": { - "type": "null" - }, - "role": { - "type": "string" - }, - "email": { - "type": "string" - }, - "avatar": { - "type": "null" - }, - "owner_id": { - "type": "null" - }, - "social_profiles": { - "type": "object", - "properties": { - "type": { - "type": "string" - } - }, - "required": [ - "type", - "data" - ] - }, - "has_hard_bounced": { - "type": "boolean" - }, - "marked_email_as_spam": { - "type": "boolean" - }, - "unsubscribed_from_emails": { - "type": "boolean" - }, - "created_at": { - "type": "integer" - }, - "updated_at": { - "type": "integer" - }, - "signed_up_at": { - "type": "null" - }, - "last_seen_at": { - "type": "null" - }, - "last_replied_at": { - "type": "null" - }, - "last_contacted_at": { - "type": "null" - }, - "last_email_opened_at": { - "type": "null" - }, - "last_email_clicked_at": { - "type": "null" - }, - "language_override": { - "type": "null" - }, - "browser": { - "type": "null" - }, - "browser_version": { - "type": "null" - }, - "browser_language": { - "type": "null" - }, - "os": { - "type": "null" - }, - "location": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "country": { - "type": "null" - }, - "region": { - "type": "null" - }, - "city": { - "type": "null" - }, - "country_code": { - "type": "null" - }, - "continent_code": { - "type": "null" - } - }, - "required": [ - "type", - "country", - "region", - "city" - ] - }, "android_app_name": { "type": "null" }, @@ -123,15 +10,59 @@ "android_device": { "type": "null" }, + "android_last_seen_at": { + "type": "null" + }, "android_os_version": { "type": "null" }, "android_sdk_version": { "type": "null" }, - "android_last_seen_at": { + "avatar": { "type": "null" }, + "browser": { + "type": "null" + }, + "browser_language": { + "type": "null" + }, + "browser_version": { + "type": "null" + }, + "companies": { + "type": "object", + "properties": { + "has_more": { + "type": "boolean" + }, + "total_count": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "url": { + "type": "string" + } + } + }, + "created_at": { + "type": "integer" + }, + "email": { + "type": "string" + }, + "external_id": { + "type": "null" + }, + "has_hard_bounced": { + "type": "boolean" + }, + "id": { + "type": "string" + }, "ios_app_name": { "type": "null" }, @@ -141,134 +72,164 @@ "ios_device": { "type": "null" }, + "ios_last_seen_at": { + "type": "null" + }, "ios_os_version": { "type": "null" }, "ios_sdk_version": { "type": "null" }, - "ios_last_seen_at": { + "language_override": { "type": "null" }, - "tags": { + "last_contacted_at": { + "type": "null" + }, + "last_email_clicked_at": { + "type": "null" + }, + "last_email_opened_at": { + "type": "null" + }, + "last_replied_at": { + "type": "null" + }, + "last_seen_at": { + "type": "null" + }, + "location": { "type": "object", "properties": { + "city": { + "type": "null" + }, + "continent_code": { + "type": "null" + }, + "country": { + "type": "null" + }, + "country_code": { + "type": "null" + }, + "region": { + "type": "null" + }, "type": { "type": "string" - }, - "url": { - "type": "string" - }, - "total_count": { - "type": "integer" - }, - "has_more": { - "type": "boolean" } - }, - "required": [ - "type", - "data", - "url", - "total_count", - "has_more" - ] + } + }, + "marked_email_as_spam": { + "type": "boolean" }, "notes": { "type": "object", "properties": { + "has_more": { + "type": "boolean" + }, + "total_count": { + "type": "integer" + }, "type": { "type": "string" }, "url": { "type": "string" - }, - "total_count": { - "type": "integer" - }, - "has_more": { - "type": "boolean" } - }, - "required": [ - "type", - "data", - "url", - "total_count", - "has_more" - ] - }, - "companies": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "url": { - "type": "string" - }, - "total_count": { - "type": "integer" - }, - "has_more": { - "type": "boolean" - } - }, - "required": [ - "type", - "data", - "url", - "total_count", - "has_more" - ] - }, - "opted_out_subscription_types": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "url": { - "type": "string" - }, - "total_count": { - "type": "integer" - }, - "has_more": { - "type": "boolean" - } - }, - "required": [ - "type", - "data", - "url", - "total_count", - "has_more" - ] + } }, "opted_in_subscription_types": { "type": "object", "properties": { + "has_more": { + "type": "boolean" + }, + "total_count": { + "type": "integer" + }, "type": { "type": "string" }, "url": { "type": "string" + } + } + }, + "opted_out_subscription_types": { + "type": "object", + "properties": { + "has_more": { + "type": "boolean" }, "total_count": { "type": "integer" }, + "type": { + "type": "string" + }, + "url": { + "type": "string" + } + } + }, + "os": { + "type": "null" + }, + "owner_id": { + "type": "null" + }, + "referrer": { + "type": "null" + }, + "role": { + "type": "string" + }, + "signed_up_at": { + "type": "null" + }, + "sms_consent": { + "type": "boolean" + }, + "social_profiles": { + "type": "object", + "properties": { + "type": { + "type": "string" + } + } + }, + "tags": { + "type": "object", + "properties": { "has_more": { "type": "boolean" + }, + "total_count": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "url": { + "type": "string" } - }, - "required": [ - "type", - "data", - "url", - "total_count", - "has_more" - ] + } + }, + "type": { + "type": "string" + }, + "unsubscribed_from_emails": { + "type": "boolean" + }, + "unsubscribed_from_sms": { + "type": "boolean" + }, + "updated_at": { + "type": "integer" }, "utm_campaign": { "type": "null" @@ -285,14 +246,8 @@ "utm_term": { "type": "null" }, - "referrer": { - "type": "null" - }, - "sms_consent": { - "type": "boolean" - }, - "unsubscribed_from_sms": { - "type": "boolean" + "workspace_id": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/InvoiceNinja/__schema__/v2.0.0/invoice/getAll.json b/packages/nodes-base/nodes/InvoiceNinja/__schema__/v2.0.0/invoice/getAll.json index 69e9056042..6d09c118ef 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/__schema__/v2.0.0/invoice/getAll.json +++ b/packages/nodes-base/nodes/InvoiceNinja/__schema__/v2.0.0/invoice/getAll.json @@ -1,141 +1,24 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "user_id": { - "type": "string" - }, - "project_id": { - "type": "string" + "archived_at": { + "type": "integer" }, "assigned_user_id": { "type": "string" }, + "auto_bill_enabled": { + "type": "boolean" + }, "balance": { "type": "integer" }, "client_id": { "type": "string" }, - "vendor_id": { - "type": "string" - }, - "status_id": { - "type": "string" - }, - "design_id": { - "type": "string" - }, - "recurring_id": { - "type": "string" - }, "created_at": { "type": "integer" }, - "updated_at": { - "type": "integer" - }, - "archived_at": { - "type": "integer" - }, - "is_deleted": { - "type": "boolean" - }, - "number": { - "type": "string" - }, - "discount": { - "type": "integer" - }, - "po_number": { - "type": "string" - }, - "date": { - "type": "string" - }, - "last_sent_date": { - "type": "string" - }, - "next_send_date": { - "type": "string" - }, - "due_date": { - "type": "string" - }, - "terms": { - "type": "string" - }, - "public_notes": { - "type": "string" - }, - "private_notes": { - "type": "string" - }, - "uses_inclusive_taxes": { - "type": "boolean" - }, - "tax_name1": { - "type": "string" - }, - "tax_name2": { - "type": "string" - }, - "tax_rate2": { - "type": "integer" - }, - "tax_name3": { - "type": "string" - }, - "tax_rate3": { - "type": "integer" - }, - "is_amount_discount": { - "type": "boolean" - }, - "footer": { - "type": "string" - }, - "partial": { - "type": "integer" - }, - "partial_due_date": { - "type": "string" - }, - "custom_value1": { - "type": "string" - }, - "custom_value2": { - "type": "string" - }, - "custom_value3": { - "type": "string" - }, - "custom_value4": { - "type": "string" - }, - "has_tasks": { - "type": "boolean" - }, - "has_expenses": { - "type": "boolean" - }, - "custom_surcharge1": { - "type": "integer" - }, - "custom_surcharge2": { - "type": "integer" - }, - "custom_surcharge3": { - "type": "integer" - }, - "custom_surcharge4": { - "type": "integer" - }, - "exchange_rate": { - "type": "integer" - }, "custom_surcharge_tax1": { "type": "boolean" }, @@ -148,6 +31,116 @@ "custom_surcharge_tax4": { "type": "boolean" }, + "custom_surcharge1": { + "type": "integer" + }, + "custom_surcharge2": { + "type": "integer" + }, + "custom_surcharge3": { + "type": "integer" + }, + "custom_surcharge4": { + "type": "integer" + }, + "custom_value1": { + "type": "string" + }, + "custom_value2": { + "type": "string" + }, + "custom_value3": { + "type": "string" + }, + "custom_value4": { + "type": "string" + }, + "date": { + "type": "string" + }, + "design_id": { + "type": "string" + }, + "discount": { + "type": "integer" + }, + "due_date": { + "type": "string" + }, + "entity_type": { + "type": "string" + }, + "exchange_rate": { + "type": "integer" + }, + "footer": { + "type": "string" + }, + "has_expenses": { + "type": "boolean" + }, + "has_tasks": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "invitations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "archived_at": { + "type": "integer" + }, + "client_contact_id": { + "type": "string" + }, + "created_at": { + "type": "integer" + }, + "email_error": { + "type": "string" + }, + "email_status": { + "type": "string" + }, + "id": { + "type": "string" + }, + "key": { + "type": "string" + }, + "link": { + "type": "string" + }, + "message_id": { + "type": "string" + }, + "opened_date": { + "type": "string" + }, + "sent_date": { + "type": "string" + }, + "updated_at": { + "type": "integer" + }, + "viewed_date": { + "type": "string" + } + } + } + }, + "is_amount_discount": { + "type": "boolean" + }, + "is_deleted": { + "type": "boolean" + }, + "last_sent_date": { + "type": "string" + }, "line_items": { "type": "array", "items": { @@ -156,48 +149,6 @@ "_id": { "type": "string" }, - "product_key": { - "type": "string" - }, - "product_cost": { - "type": "integer" - }, - "notes": { - "type": "string" - }, - "discount": { - "type": "integer" - }, - "is_amount_discount": { - "type": "boolean" - }, - "tax_name1": { - "type": "string" - }, - "tax_rate1": { - "type": "integer" - }, - "tax_name2": { - "type": "string" - }, - "tax_rate2": { - "type": "integer" - }, - "tax_name3": { - "type": "string" - }, - "tax_rate3": { - "type": "integer" - }, - "sort_id": { - "type": "string" - }, - "tax_amount": { - "type": "integer" - }, - "date": { - "type": "string" - }, "custom_value1": { "type": "string" }, @@ -210,53 +161,94 @@ "custom_value4": { "type": "string" }, - "type_id": { + "date": { "type": "string" }, - "tax_id": { + "discount": { + "type": "integer" + }, + "expense_id": { + "type": "string" + }, + "is_amount_discount": { + "type": "boolean" + }, + "notes": { + "type": "string" + }, + "product_cost": { + "type": "integer" + }, + "product_key": { + "type": "string" + }, + "sort_id": { "type": "string" }, "task_id": { "type": "string" }, - "expense_id": { + "tax_amount": { + "type": "integer" + }, + "tax_id": { + "type": "string" + }, + "tax_name1": { + "type": "string" + }, + "tax_name2": { + "type": "string" + }, + "tax_name3": { + "type": "string" + }, + "tax_rate1": { + "type": "integer" + }, + "tax_rate2": { + "type": "integer" + }, + "tax_rate3": { + "type": "integer" + }, + "type_id": { "type": "string" }, "unit_code": { "type": "string" } - }, - "required": [ - "quantity", - "cost", - "product_key", - "product_cost", - "notes", - "discount", - "is_amount_discount", - "tax_name1", - "tax_rate1", - "tax_name2", - "tax_rate2", - "tax_name3", - "tax_rate3", - "sort_id", - "line_total", - "tax_amount", - "gross_line_total", - "date", - "custom_value1", - "custom_value2", - "custom_value3", - "custom_value4", - "type_id", - "tax_id", - "task_id", - "expense_id" - ] + } } }, - "entity_type": { + "next_send_date": { + "type": "string" + }, + "number": { + "type": "string" + }, + "partial": { + "type": "integer" + }, + "partial_due_date": { + "type": "string" + }, + "po_number": { + "type": "string" + }, + "private_notes": { + "type": "string" + }, + "project_id": { + "type": "string" + }, + "public_notes": { + "type": "string" + }, + "recurring_id": { + "type": "string" + }, + "reminder_last_sent": { "type": "string" }, "reminder1_sent": { @@ -268,144 +260,42 @@ "reminder3_sent": { "type": "string" }, - "reminder_last_sent": { + "status_id": { "type": "string" }, "subscription_id": { "type": "string" }, - "auto_bill_enabled": { + "tax_name1": { + "type": "string" + }, + "tax_name2": { + "type": "string" + }, + "tax_name3": { + "type": "string" + }, + "tax_rate2": { + "type": "integer" + }, + "tax_rate3": { + "type": "integer" + }, + "terms": { + "type": "string" + }, + "updated_at": { + "type": "integer" + }, + "user_id": { + "type": "string" + }, + "uses_inclusive_taxes": { "type": "boolean" }, - "invitations": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "client_contact_id": { - "type": "string" - }, - "key": { - "type": "string" - }, - "link": { - "type": "string" - }, - "sent_date": { - "type": "string" - }, - "viewed_date": { - "type": "string" - }, - "opened_date": { - "type": "string" - }, - "updated_at": { - "type": "integer" - }, - "archived_at": { - "type": "integer" - }, - "created_at": { - "type": "integer" - }, - "email_status": { - "type": "string" - }, - "email_error": { - "type": "string" - }, - "message_id": { - "type": "string" - } - }, - "required": [ - "id", - "client_contact_id", - "key", - "link", - "sent_date", - "viewed_date", - "opened_date", - "updated_at", - "archived_at", - "created_at", - "email_status", - "email_error", - "message_id" - ] - } + "vendor_id": { + "type": "string" } }, - "required": [ - "id", - "user_id", - "project_id", - "assigned_user_id", - "amount", - "balance", - "client_id", - "vendor_id", - "status_id", - "design_id", - "recurring_id", - "created_at", - "updated_at", - "archived_at", - "is_deleted", - "number", - "discount", - "po_number", - "date", - "last_sent_date", - "next_send_date", - "due_date", - "terms", - "public_notes", - "private_notes", - "uses_inclusive_taxes", - "tax_name1", - "tax_rate1", - "tax_name2", - "tax_rate2", - "tax_name3", - "tax_rate3", - "total_taxes", - "is_amount_discount", - "footer", - "partial", - "partial_due_date", - "custom_value1", - "custom_value2", - "custom_value3", - "custom_value4", - "has_tasks", - "has_expenses", - "custom_surcharge1", - "custom_surcharge2", - "custom_surcharge3", - "custom_surcharge4", - "exchange_rate", - "custom_surcharge_tax1", - "custom_surcharge_tax2", - "custom_surcharge_tax3", - "custom_surcharge_tax4", - "line_items", - "entity_type", - "reminder1_sent", - "reminder2_sent", - "reminder3_sent", - "reminder_last_sent", - "paid_to_date", - "subscription_id", - "auto_bill_enabled", - "tax_info", - "e_invoice", - "invitations", - "documents" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ItemLists/__schema__/v3.1.0/itemList/removeDuplicates.json b/packages/nodes-base/nodes/ItemLists/__schema__/v3.1.0/itemList/removeDuplicates.json index 42eca8bb83..046a7c0a34 100644 --- a/packages/nodes-base/nodes/ItemLists/__schema__/v3.1.0/itemList/removeDuplicates.json +++ b/packages/nodes-base/nodes/ItemLists/__schema__/v3.1.0/itemList/removeDuplicates.json @@ -1,25 +1,13 @@ { "type": "object", "properties": { - "position": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "place_id": { - "type": "string" - }, - "data_id": { + "address": { "type": "string" }, "data_cid": { "type": "string" }, - "reviews_link": { - "type": "string" - }, - "photos_link": { + "data_id": { "type": "string" }, "gps_coordinates": { @@ -31,38 +19,37 @@ "longitude": { "type": "number" } - }, - "required": [ - "latitude", - "longitude" - ] + } + }, + "photos_link": { + "type": "string" + }, + "place_id": { + "type": "string" }, "place_id_search": { "type": "string" }, + "position": { + "type": "integer" + }, "provider_id": { "type": "string" }, - "address": { - "type": "string" - }, - "website": { - "type": "string" - }, - "thumbnail": { - "type": "string" - }, "reviews": { "type": "integer" }, - "type": { + "reviews_link": { "type": "string" }, - "types": { - "type": "array", - "items": { - "type": "string" - } + "thumbnail": { + "type": "string" + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" }, "type_id": { "type": "string" @@ -73,11 +60,17 @@ "type": "string" } }, - "phone": { - "type": "string" + "types": { + "type": "array", + "items": { + "type": "string" + } }, "unclaimed_listing": { "type": "boolean" + }, + "website": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/ItemLists/__schema__/v3.1.0/itemList/sort.json b/packages/nodes-base/nodes/ItemLists/__schema__/v3.1.0/itemList/sort.json index cd673683bf..ee192d18cb 100644 --- a/packages/nodes-base/nodes/ItemLists/__schema__/v3.1.0/itemList/sort.json +++ b/packages/nodes-base/nodes/ItemLists/__schema__/v3.1.0/itemList/sort.json @@ -1,16 +1,13 @@ { "type": "object", "properties": { - "creator": { - "type": "string" + "categories": { + "type": "array", + "items": { + "type": "string" + } }, - "title": { - "type": "string" - }, - "link": { - "type": "string" - }, - "pubDate": { + "content": { "type": "string" }, "content:encoded": { @@ -19,25 +16,28 @@ "content:encodedSnippet": { "type": "string" }, + "contentSnippet": { + "type": "string" + }, + "creator": { + "type": "string" + }, "dc:creator": { "type": "string" }, "guid": { "type": "string" }, - "categories": { - "type": "array", - "items": { - "type": "string" - } - }, "isoDate": { "type": "string" }, - "content": { + "link": { "type": "string" }, - "contentSnippet": { + "pubDate": { + "type": "string" + }, + "title": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/ItemLists/__schema__/v3.1.0/itemList/summarize.json b/packages/nodes-base/nodes/ItemLists/__schema__/v3.1.0/itemList/summarize.json index a613330a38..d2af4104ca 100644 --- a/packages/nodes-base/nodes/ItemLists/__schema__/v3.1.0/itemList/summarize.json +++ b/packages/nodes-base/nodes/ItemLists/__schema__/v3.1.0/itemList/summarize.json @@ -1,14 +1,14 @@ { "type": "object", "properties": { - "content": { - "type": "string" - }, "appended_message_content": { "type": "array", "items": { "type": "string" } + }, + "content": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/changelog.json b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/changelog.json index a50d5b7d46..e8bc09fedd 100644 --- a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/changelog.json +++ b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/changelog.json @@ -1,70 +1,55 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, "author": { "type": "object", "properties": { - "self": { - "type": "string" - }, "accountId": { "type": "string" }, - "emailAddress": { - "type": "string" - }, - "avatarUrls": { - "type": "object", - "properties": { - "48x48": { - "type": "string" - }, - "24x24": { - "type": "string" - }, - "16x16": { - "type": "string" - }, - "32x32": { - "type": "string" - } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - }, - "displayName": { + "accountType": { "type": "string" }, "active": { "type": "boolean" }, - "timeZone": { + "avatarUrls": { + "type": "object", + "properties": { + "16x16": { + "type": "string" + }, + "24x24": { + "type": "string" + }, + "32x32": { + "type": "string" + }, + "48x48": { + "type": "string" + } + } + }, + "displayName": { "type": "string" }, - "accountType": { + "emailAddress": { + "type": "string" + }, + "self": { + "type": "string" + }, + "timeZone": { "type": "string" } - }, - "required": [ - "self", - "accountId", - "avatarUrls", - "displayName", - "active", - "timeZone", - "accountType" - ] + } }, "created": { "type": "string" }, + "id": { + "type": "string" + }, "items": { "type": "array", "items": { @@ -73,28 +58,15 @@ "field": { "type": "string" }, - "fieldtype": { - "type": "string" - }, "fieldId": { "type": "string" + }, + "fieldtype": { + "type": "string" } - }, - "required": [ - "field", - "fieldtype", - "from", - "fromString", - "to" - ] + } } } }, - "required": [ - "id", - "author", - "created", - "items" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/create.json b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/create.json index 612257d23c..150c1a1853 100644 --- a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/create.json +++ b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/create.json @@ -11,10 +11,5 @@ "type": "string" } }, - "required": [ - "id", - "key", - "self" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/get.json b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/get.json index e73ef50e8f..59529e8f30 100644 --- a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/get.json +++ b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/get.json @@ -7,252 +7,12 @@ "id": { "type": "string" }, - "self": { - "type": "string" - }, "key": { "type": "string" }, - "fields": { - "type": "object", - "properties": { - "status": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "description": { - "type": "string" - }, - "iconUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "statusCategory": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "key": { - "type": "string" - }, - "colorName": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "self", - "id", - "key", - "colorName", - "name" - ] - } - }, - "required": [ - "self", - "description", - "iconUrl", - "name", - "id", - "statusCategory" - ] - }, - "summary": { - "type": "string" - }, - "worklog": { - "type": "object", - "properties": { - "startAt": { - "type": "integer" - }, - "maxResults": { - "type": "integer" - }, - "total": { - "type": "integer" - }, - "worklogs": { - "type": "array", - "items": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "author": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "accountId": { - "type": "string" - }, - "avatarUrls": { - "type": "object", - "properties": { - "48x48": { - "type": "string" - }, - "24x24": { - "type": "string" - }, - "16x16": { - "type": "string" - }, - "32x32": { - "type": "string" - } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - }, - "displayName": { - "type": "string" - }, - "active": { - "type": "boolean" - }, - "timeZone": { - "type": "string" - }, - "accountType": { - "type": "string" - } - }, - "required": [ - "self", - "accountId", - "avatarUrls", - "displayName", - "active", - "timeZone", - "accountType" - ] - }, - "updateAuthor": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "accountId": { - "type": "string" - }, - "avatarUrls": { - "type": "object", - "properties": { - "48x48": { - "type": "string" - }, - "24x24": { - "type": "string" - }, - "16x16": { - "type": "string" - }, - "32x32": { - "type": "string" - } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - }, - "displayName": { - "type": "string" - }, - "active": { - "type": "boolean" - }, - "timeZone": { - "type": "string" - }, - "accountType": { - "type": "string" - } - }, - "required": [ - "self", - "accountId", - "avatarUrls", - "displayName", - "active", - "timeZone", - "accountType" - ] - }, - "comment": { - "type": "string" - }, - "created": { - "type": "string" - }, - "updated": { - "type": "string" - }, - "started": { - "type": "string" - }, - "timeSpent": { - "type": "string" - }, - "timeSpentSeconds": { - "type": "integer" - }, - "id": { - "type": "string" - }, - "issueId": { - "type": "string" - } - }, - "required": [ - "self", - "author", - "updateAuthor", - "comment", - "created", - "updated", - "started", - "timeSpent", - "timeSpentSeconds", - "id", - "issueId" - ] - } - } - }, - "required": [ - "startAt", - "maxResults", - "total", - "worklogs" - ] - } - } + "self": { + "type": "string" } - } + }, + "version": 1 } diff --git a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/getAll.json b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/getAll.json index 2904d3a2e9..af9dfd626c 100644 --- a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +++ b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/getAll.json @@ -4,69 +4,444 @@ "expand": { "type": "string" }, - "id": { - "type": "string" - }, - "self": { - "type": "string" - }, - "key": { - "type": "string" - }, "fields": { "type": "object", "properties": { - "summary": { + "aggregateprogress": { + "type": "object", + "properties": { + "progress": { + "type": "integer" + }, + "total": { + "type": "integer" + } + } + }, + "components": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "self": { + "type": "string" + } + } + } + }, + "created": { "type": "string" }, - "statuscategorychangedate": { - "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" + }, + "self": { + "type": "string" + } + } + } + }, + "issuelinks": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "inwardIssue": { + "type": "object", + "properties": { + "fields": { + "type": "object", + "properties": { + "issuetype": { + "type": "object", + "properties": { + "avatarId": { + "type": "integer" + }, + "description": { + "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" + } + } + }, + "outwardIssue": { + "type": "object", + "properties": { + "fields": { + "type": "object", + "properties": { + "issuetype": { + "type": "object", + "properties": { + "avatarId": { + "type": "integer" + }, + "description": { + "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": { - "self": { + "avatarId": { + "type": "integer" + }, + "description": { + "type": "string" + }, + "entityId": { + "type": "string" + }, + "hierarchyLevel": { + "type": "integer" + }, + "iconUrl": { "type": "string" }, "id": { "type": "string" }, - "description": { + "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" }, - "subtask": { - "type": "boolean" - }, - "avatarId": { - "type": "integer" - }, - "hierarchyLevel": { - "type": "integer" - }, - "entityId": { + "self": { "type": "string" } - }, - "required": [ - "self", - "id", - "description", - "iconUrl", - "name", - "subtask" - ] + } + }, + "progress": { + "type": "object", + "properties": { + "progress": { + "type": "integer" + }, + "total": { + "type": "integer" + } + } }, "project": { "type": "object", "properties": { - "self": { - "type": "string" + "avatarUrls": { + "type": "object", + "properties": { + "16x16": { + "type": "string" + }, + "24x24": { + "type": "string" + }, + "32x32": { + "type": "string" + }, + "48x48": { + "type": "string" + } + } }, "id": { "type": "string" @@ -80,351 +455,82 @@ "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": { - "48x48": { + "16x16": { "type": "string" }, "24x24": { "type": "string" }, - "16x16": { - "type": "string" - }, "32x32": { "type": "string" + }, + "48x48": { + "type": "string" } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - } - }, - "required": [ - "self", - "id", - "key", - "name", - "projectTypeKey", - "avatarUrls" - ] - }, - "fixVersions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "id": { - "type": "string" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" - }, - "archived": { - "type": "boolean" - }, - "released": { - "type": "boolean" } }, - "required": [ - "self", - "id", - "name", - "archived", - "released" - ] - } - }, - "workratio": { - "type": "integer" - }, - "watches": { - "type": "object", - "properties": { + "displayName": { + "type": "string" + }, + "emailAddress": { + "type": "string" + }, "self": { "type": "string" }, - "watchCount": { - "type": "integer" - }, - "isWatching": { - "type": "boolean" - } - }, - "required": [ - "self", - "watchCount", - "isWatching" - ] - }, - "created": { - "type": "string" - }, - "priority": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "iconUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { + "timeZone": { "type": "string" } - }, - "required": [ - "self", - "iconUrl", - "name", - "id" - ] - }, - "labels": { - "type": "array", - "items": { - "type": "string" } }, - "issuelinks": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "self": { - "type": "string" - }, - "type": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "inward": { - "type": "string" - }, - "outward": { - "type": "string" - }, - "self": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "inward", - "outward", - "self" - ] - }, - "inwardIssue": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "key": { - "type": "string" - }, - "self": { - "type": "string" - }, - "fields": { - "type": "object", - "properties": { - "summary": { - "type": "string" - }, - "status": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "description": { - "type": "string" - }, - "iconUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "statusCategory": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "key": { - "type": "string" - }, - "colorName": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "self", - "id", - "key", - "colorName", - "name" - ] - } - }, - "required": [ - "self", - "description", - "iconUrl", - "name", - "id", - "statusCategory" - ] - }, - "priority": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "iconUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "self", - "iconUrl", - "name", - "id" - ] - }, - "issuetype": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "id": { - "type": "string" - }, - "description": { - "type": "string" - }, - "iconUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "subtask": { - "type": "boolean" - }, - "avatarId": { - "type": "integer" - }, - "hierarchyLevel": { - "type": "integer" - } - }, - "required": [ - "self", - "id", - "description", - "iconUrl", - "name", - "subtask", - "avatarId", - "hierarchyLevel" - ] - } - }, - "required": [ - "summary", - "status", - "priority", - "issuetype" - ] - } - }, - "required": [ - "id", - "key", - "self", - "fields" - ] - } - }, - "required": [ - "id", - "self", - "type" - ] - } - }, - "updated": { - "type": "string" + "security": { + "type": "null" }, "status": { "type": "object", "properties": { - "self": { - "type": "string" - }, "description": { "type": "string" }, "iconUrl": { "type": "string" }, + "id": { + "type": "string" + }, "name": { "type": "string" }, - "id": { + "self": { "type": "string" }, "statusCategory": { "type": "object", "properties": { - "self": { + "colorName": { "type": "string" }, "id": { @@ -433,157 +539,95 @@ "key": { "type": "string" }, - "colorName": { - "type": "string" - }, "name": { "type": "string" + }, + "self": { + "type": "string" } - }, - "required": [ - "self", - "id", - "key", - "colorName", - "name" - ] - } - }, - "required": [ - "self", - "description", - "iconUrl", - "name", - "id", - "statusCategory" - ] - }, - "components": { - "type": "array", - "items": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" } - }, - "required": [ - "self", - "id", - "name" - ] + } } }, - "customfield_10006": { - "type": "null" - }, - "security": { - "type": "null" - }, - "creator": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "accountId": { - "type": "string" - }, - "avatarUrls": { - "type": "object", - "properties": { - "48x48": { - "type": "string" - }, - "24x24": { - "type": "string" - }, - "16x16": { - "type": "string" - }, - "32x32": { - "type": "string" - } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - }, - "displayName": { - "type": "string" - }, - "active": { - "type": "boolean" - }, - "timeZone": { - "type": "string" - }, - "accountType": { - "type": "string" - }, - "emailAddress": { - "type": "string" - } - }, - "required": [ - "self", - "avatarUrls", - "displayName", - "active", - "timeZone" - ] + "statuscategorychangedate": { + "type": "string" }, "subtasks": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "key": { - "type": "string" - }, - "self": { - "type": "string" - }, "fields": { "type": "object", "properties": { - "summary": { - "type": "string" + "issuetype": { + "type": "object", + "properties": { + "avatarId": { + "type": "integer" + }, + "description": { + "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": { - "self": { - "type": "string" - }, "description": { "type": "string" }, "iconUrl": { "type": "string" }, + "id": { + "type": "string" + }, "name": { "type": "string" }, - "id": { + "self": { "type": "string" }, "statusCategory": { "type": "object", "properties": { - "self": { + "colorName": { "type": "string" }, "id": { @@ -592,269 +636,81 @@ "key": { "type": "string" }, - "colorName": { - "type": "string" - }, "name": { "type": "string" + }, + "self": { + "type": "string" } - }, - "required": [ - "self", - "id", - "key", - "colorName", - "name" - ] + } } - }, - "required": [ - "self", - "description", - "iconUrl", - "name", - "id", - "statusCategory" - ] + } }, - "priority": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "iconUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "self", - "iconUrl", - "name", - "id" - ] - }, - "issuetype": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "id": { - "type": "string" - }, - "description": { - "type": "string" - }, - "iconUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "subtask": { - "type": "boolean" - }, - "avatarId": { - "type": "integer" - }, - "hierarchyLevel": { - "type": "integer" - } - }, - "required": [ - "self", - "id", - "description", - "iconUrl", - "name", - "subtask", - "avatarId", - "hierarchyLevel" - ] + "summary": { + "type": "string" } - }, - "required": [ - "summary", - "status", - "priority", - "issuetype" - ] - } - }, - "required": [ - "id", - "key", - "self", - "fields" - ] - } - }, - "reporter": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "accountId": { - "type": "string" - }, - "avatarUrls": { - "type": "object", - "properties": { - "48x48": { - "type": "string" - }, - "24x24": { - "type": "string" - }, - "16x16": { - "type": "string" - }, - "32x32": { - "type": "string" } }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - }, - "displayName": { - "type": "string" - }, - "active": { - "type": "boolean" - }, - "timeZone": { - "type": "string" - }, - "accountType": { - "type": "string" - }, - "emailAddress": { - "type": "string" + "id": { + "type": "string" + }, + "key": { + "type": "string" + }, + "self": { + "type": "string" + } } - }, - "required": [ - "self", - "avatarUrls", - "displayName", - "active", - "timeZone" - ] + } }, - "aggregateprogress": { - "type": "object", - "properties": { - "progress": { - "type": "integer" - }, - "total": { - "type": "integer" - } - }, - "required": [ - "progress", - "total" - ] + "summary": { + "type": "string" }, - "environment": { - "type": "null" - }, - "progress": { - "type": "object", - "properties": { - "progress": { - "type": "integer" - }, - "total": { - "type": "integer" - } - }, - "required": [ - "progress", - "total" - ] + "updated": { + "type": "string" }, "votes": { "type": "object", "properties": { + "hasVoted": { + "type": "boolean" + }, "self": { "type": "string" }, "votes": { "type": "integer" - }, - "hasVoted": { - "type": "boolean" } - }, - "required": [ - "self", - "votes", - "hasVoted" - ] + } }, - "customfield_10034": { - "type": "null" - }, - "customfield_10028": { - "type": "null" - }, - "customfield_10018": { + "watches": { "type": "object", "properties": { - "hasEpicLinkFieldDependency": { + "isWatching": { "type": "boolean" }, - "showField": { - "type": "boolean" + "self": { + "type": "string" }, - "nonEditableReason": { - "type": "object", - "properties": { - "reason": { - "type": "string" - }, - "message": { - "type": "string" - } - }, - "required": [ - "reason", - "message" - ] + "watchCount": { + "type": "integer" } - }, - "required": [ - "hasEpicLinkFieldDependency", - "showField", - "nonEditableReason" - ] + } }, - "customfield_10010": { - "type": "null" - }, - "customfield_10008": { - "type": "null" + "workratio": { + "type": "integer" } } + }, + "id": { + "type": "string" + }, + "key": { + "type": "string" + }, + "self": { + "type": "string" } }, - "required": [ - "expand", - "id", - "self", - "key" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/transitions.json b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/transitions.json index b872ce4e0e..853b844d04 100644 --- a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/transitions.json +++ b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/transitions.json @@ -1,68 +1,16 @@ { "type": "object", "properties": { + "hasScreen": { + "type": "boolean" + }, "id": { "type": "string" }, - "name": { - "type": "string" + "isAvailable": { + "type": "boolean" }, - "to": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "description": { - "type": "string" - }, - "iconUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "statusCategory": { - "type": "object", - "properties": { - "self": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "key": { - "type": "string" - }, - "colorName": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "self", - "id", - "key", - "colorName", - "name" - ] - } - }, - "required": [ - "self", - "description", - "iconUrl", - "name", - "id", - "statusCategory" - ] - }, - "hasScreen": { + "isConditional": { "type": "boolean" }, "isGlobal": { @@ -71,26 +19,52 @@ "isInitial": { "type": "boolean" }, - "isAvailable": { - "type": "boolean" - }, - "isConditional": { - "type": "boolean" - }, "isLooped": { "type": "boolean" + }, + "name": { + "type": "string" + }, + "to": { + "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" + } + } + } + } } }, - "required": [ - "id", - "name", - "to", - "hasScreen", - "isGlobal", - "isInitial", - "isAvailable", - "isConditional", - "isLooped" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/update.json b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/update.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/update.json +++ b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issue/update.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueAttachment/add.json b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueAttachment/add.json index a28e02c0d7..207f9e81f6 100644 --- a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueAttachment/add.json +++ b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueAttachment/add.json @@ -1,94 +1,70 @@ { "type": "object", "properties": { - "self": { - "type": "string" - }, - "id": { - "type": "string" - }, - "filename": { - "type": "string" - }, "author": { "type": "object", "properties": { - "self": { - "type": "string" - }, "accountId": { "type": "string" }, - "emailAddress": { - "type": "string" - }, - "avatarUrls": { - "type": "object", - "properties": { - "48x48": { - "type": "string" - }, - "24x24": { - "type": "string" - }, - "16x16": { - "type": "string" - }, - "32x32": { - "type": "string" - } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - }, - "displayName": { + "accountType": { "type": "string" }, "active": { "type": "boolean" }, - "timeZone": { + "avatarUrls": { + "type": "object", + "properties": { + "16x16": { + "type": "string" + }, + "24x24": { + "type": "string" + }, + "32x32": { + "type": "string" + }, + "48x48": { + "type": "string" + } + } + }, + "displayName": { "type": "string" }, - "accountType": { + "emailAddress": { + "type": "string" + }, + "self": { + "type": "string" + }, + "timeZone": { "type": "string" } - }, - "required": [ - "self", - "emailAddress", - "avatarUrls", - "displayName", - "active", - "timeZone" - ] + } + }, + "content": { + "type": "string" }, "created": { "type": "string" }, - "size": { - "type": "integer" + "filename": { + "type": "string" + }, + "id": { + "type": "string" }, "mimeType": { "type": "string" }, - "content": { + "self": { "type": "string" + }, + "size": { + "type": "integer" } }, - "required": [ - "self", - "id", - "filename", - "author", - "created", - "size", - "mimeType", - "content" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueAttachment/get.json b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueAttachment/get.json index e41c8156c5..7d2de59273 100644 --- a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueAttachment/get.json +++ b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueAttachment/get.json @@ -1,83 +1,61 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "self": { - "type": "string" - }, - "filename": { - "type": "string" - }, "author": { "type": "object", "properties": { - "self": { - "type": "string" - }, "accountId": { "type": "string" }, + "active": { + "type": "boolean" + }, "avatarUrls": { "type": "object", "properties": { - "48x48": { + "16x16": { "type": "string" }, "24x24": { "type": "string" }, - "16x16": { - "type": "string" - }, "32x32": { "type": "string" + }, + "48x48": { + "type": "string" } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] + } }, "displayName": { "type": "string" }, - "active": { - "type": "boolean" + "self": { + "type": "string" } - }, - "required": [ - "self", - "avatarUrls", - "displayName", - "active" - ] + } + }, + "content": { + "type": "string" }, "created": { "type": "string" }, - "size": { + "filename": { + "type": "string" + }, + "id": { "type": "integer" }, "mimeType": { "type": "string" }, - "content": { + "self": { "type": "string" + }, + "size": { + "type": "integer" } }, - "required": [ - "self", - "filename", - "author", - "created", - "size", - "mimeType", - "properties", - "content" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueAttachment/getAll.json b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueAttachment/getAll.json index cb598a075a..6fbb1f5182 100644 --- a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueAttachment/getAll.json +++ b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueAttachment/getAll.json @@ -1,96 +1,73 @@ { "type": "object", "properties": { - "self": { - "type": "string" - }, - "id": { - "type": "string" - }, - "filename": { - "type": "string" - }, "author": { "type": "object", "properties": { - "self": { - "type": "string" - }, "accountId": { "type": "string" }, - "emailAddress": { - "type": "string" - }, - "avatarUrls": { - "type": "object", - "properties": { - "48x48": { - "type": "string" - }, - "24x24": { - "type": "string" - }, - "16x16": { - "type": "string" - }, - "32x32": { - "type": "string" - } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - }, - "displayName": { + "accountType": { "type": "string" }, "active": { "type": "boolean" }, - "timeZone": { + "avatarUrls": { + "type": "object", + "properties": { + "16x16": { + "type": "string" + }, + "24x24": { + "type": "string" + }, + "32x32": { + "type": "string" + }, + "48x48": { + "type": "string" + } + } + }, + "displayName": { "type": "string" }, - "accountType": { + "emailAddress": { + "type": "string" + }, + "self": { + "type": "string" + }, + "timeZone": { "type": "string" } - }, - "required": [ - "self", - "avatarUrls", - "displayName", - "active", - "timeZone" - ] + } + }, + "content": { + "type": "string" }, "created": { "type": "string" }, + "filename": { + "type": "string" + }, + "id": { + "type": "string" + }, + "mimeType": { + "type": "string" + }, + "self": { + "type": "string" + }, "size": { "type": "integer" }, - "mimeType": { - "type": "string" - }, - "content": { - "type": "string" - }, "thumbnail": { "type": "string" } }, - "required": [ - "self", - "id", - "filename", - "author", - "created", - "size", - "mimeType", - "content" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueComment/add.json b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueComment/add.json index b27e33cd34..8735e2631f 100644 --- a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueComment/add.json +++ b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueComment/add.json @@ -1,192 +1,143 @@ { "type": "object", "properties": { - "self": { - "type": "string" - }, - "id": { - "type": "string" - }, "author": { "type": "object", "properties": { - "self": { - "type": "string" - }, "accountId": { "type": "string" }, - "emailAddress": { - "type": "string" - }, - "avatarUrls": { - "type": "object", - "properties": { - "48x48": { - "type": "string" - }, - "24x24": { - "type": "string" - }, - "16x16": { - "type": "string" - }, - "32x32": { - "type": "string" - } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - }, - "displayName": { + "accountType": { "type": "string" }, "active": { "type": "boolean" }, - "timeZone": { + "avatarUrls": { + "type": "object", + "properties": { + "16x16": { + "type": "string" + }, + "24x24": { + "type": "string" + }, + "32x32": { + "type": "string" + }, + "48x48": { + "type": "string" + } + } + }, + "displayName": { "type": "string" }, - "accountType": { + "emailAddress": { + "type": "string" + }, + "self": { + "type": "string" + }, + "timeZone": { "type": "string" } - }, - "required": [ - "self", - "emailAddress", - "avatarUrls", - "displayName", - "active", - "timeZone" - ] + } }, "body": { "type": "object", "properties": { - "type": { - "type": "string" - }, - "version": { - "type": "integer" - }, "content": { "type": "array", "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, "content": { "type": "array", "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, "text": { "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type" - ] + } } + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "content" - ] + } } + }, + "type": { + "type": "string" + }, + "version": { + "type": "integer" } - }, - "required": [ - "type", - "version", - "content" - ] + } + }, + "created": { + "type": "string" + }, + "id": { + "type": "string" + }, + "jsdPublic": { + "type": "boolean" + }, + "self": { + "type": "string" }, "updateAuthor": { "type": "object", "properties": { - "self": { - "type": "string" - }, "accountId": { "type": "string" }, - "emailAddress": { - "type": "string" - }, - "avatarUrls": { - "type": "object", - "properties": { - "48x48": { - "type": "string" - }, - "24x24": { - "type": "string" - }, - "16x16": { - "type": "string" - }, - "32x32": { - "type": "string" - } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - }, - "displayName": { + "accountType": { "type": "string" }, "active": { "type": "boolean" }, - "timeZone": { + "avatarUrls": { + "type": "object", + "properties": { + "16x16": { + "type": "string" + }, + "24x24": { + "type": "string" + }, + "32x32": { + "type": "string" + }, + "48x48": { + "type": "string" + } + } + }, + "displayName": { "type": "string" }, - "accountType": { + "emailAddress": { + "type": "string" + }, + "self": { + "type": "string" + }, + "timeZone": { "type": "string" } - }, - "required": [ - "self", - "emailAddress", - "avatarUrls", - "displayName", - "active", - "timeZone" - ] - }, - "created": { - "type": "string" + } }, "updated": { "type": "string" - }, - "jsdPublic": { - "type": "boolean" } }, - "required": [ - "self", - "id", - "author", - "body", - "updateAuthor", - "created", - "updated" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueComment/getAll.json b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueComment/getAll.json index c3bc4bd8bb..99df689e73 100644 --- a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueComment/getAll.json +++ b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/issueComment/getAll.json @@ -1,214 +1,160 @@ { "type": "object", "properties": { - "self": { - "type": "string" - }, - "id": { - "type": "string" - }, "author": { "type": "object", "properties": { - "self": { - "type": "string" - }, "accountId": { "type": "string" }, - "avatarUrls": { - "type": "object", - "properties": { - "48x48": { - "type": "string" - }, - "24x24": { - "type": "string" - }, - "16x16": { - "type": "string" - }, - "32x32": { - "type": "string" - } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - }, - "displayName": { - "type": "string" - }, - "active": { - "type": "boolean" - }, - "timeZone": { - "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" } - }, - "required": [ - "self", - "accountId", - "avatarUrls", - "displayName", - "active", - "timeZone", - "accountType" - ] + } }, "body": { "type": "object", "properties": { - "type": { - "type": "string" - }, - "version": { - "type": "integer" - }, "content": { "type": "array", "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, "content": { "type": "array", "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, - "text": { - "type": "string" - }, "attrs": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "text": { - "type": "string" - }, "accessLevel": { "type": "string" }, + "id": { + "type": "string" + }, "localId": { "type": "string" + }, + "text": { + "type": "string" } - }, - "required": [ - "id" - ] + } + }, + "text": { + "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type" - ] + } } + }, + "type": { + "type": "string" } - }, - "required": [ - "type" - ] + } } + }, + "type": { + "type": "string" + }, + "version": { + "type": "integer" } - }, - "required": [ - "type", - "version", - "content" - ] + } + }, + "created": { + "type": "string" + }, + "id": { + "type": "string" + }, + "jsdPublic": { + "type": "boolean" + }, + "self": { + "type": "string" }, "updateAuthor": { "type": "object", "properties": { - "self": { - "type": "string" - }, "accountId": { "type": "string" }, - "avatarUrls": { - "type": "object", - "properties": { - "48x48": { - "type": "string" - }, - "24x24": { - "type": "string" - }, - "16x16": { - "type": "string" - }, - "32x32": { - "type": "string" - } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - }, - "displayName": { - "type": "string" - }, - "active": { - "type": "boolean" - }, - "timeZone": { - "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" } - }, - "required": [ - "self", - "accountId", - "avatarUrls", - "displayName", - "active", - "timeZone", - "accountType" - ] - }, - "created": { - "type": "string" + } }, "updated": { "type": "string" - }, - "jsdPublic": { - "type": "boolean" } }, - "required": [ - "self", - "id", - "author", - "body", - "updateAuthor", - "created", - "updated", - "jsdPublic" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/user/get.json b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/user/get.json index d208d7ee6d..d35efe9f48 100644 --- a/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/user/get.json +++ b/packages/nodes-base/nodes/Jira/__schema__/v1.0.0/user/get.json @@ -1,93 +1,18 @@ { "type": "object", "properties": { - "self": { - "type": "string" - }, "accountId": { "type": "string" }, "accountType": { "type": "string" }, - "emailAddress": { - "type": "string" - }, - "avatarUrls": { - "type": "object", - "properties": { - "48x48": { - "type": "string" - }, - "24x24": { - "type": "string" - }, - "16x16": { - "type": "string" - }, - "32x32": { - "type": "string" - } - }, - "required": [ - "48x48", - "24x24", - "16x16", - "32x32" - ] - }, - "displayName": { - "type": "string" - }, "active": { "type": "boolean" }, - "timeZone": { - "type": "string" - }, - "locale": { - "type": "string" - }, - "groups": { - "type": "object", - "properties": { - "size": { - "type": "integer" - }, - "items": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "groupId": { - "type": "string" - }, - "self": { - "type": "string" - } - }, - "required": [ - "name", - "groupId", - "self" - ] - } - } - }, - "required": [ - "size", - "items" - ] - }, "applicationRoles": { "type": "object", "properties": { - "size": { - "type": "integer" - }, "items": { "type": "array", "items": { @@ -99,35 +24,74 @@ "name": { "type": "string" } - }, - "required": [ - "key", - "name" - ] + } } + }, + "size": { + "type": "integer" } - }, - "required": [ - "size", - "items" - ] + } + }, + "avatarUrls": { + "type": "object", + "properties": { + "16x16": { + "type": "string" + }, + "24x24": { + "type": "string" + }, + "32x32": { + "type": "string" + }, + "48x48": { + "type": "string" + } + } + }, + "displayName": { + "type": "string" + }, + "emailAddress": { + "type": "string" }, "expand": { "type": "string" + }, + "groups": { + "type": "object", + "properties": { + "items": { + "type": "array", + "items": { + "type": "object", + "properties": { + "groupId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "self": { + "type": "string" + } + } + } + }, + "size": { + "type": "integer" + } + } + }, + "locale": { + "type": "string" + }, + "self": { + "type": "string" + }, + "timeZone": { + "type": "string" } }, - "required": [ - "self", - "accountId", - "accountType", - "avatarUrls", - "displayName", - "active", - "timeZone", - "locale", - "groups", - "applicationRoles", - "expand" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Keap/__schema__/v1.0.0/contact/get.json b/packages/nodes-base/nodes/Keap/__schema__/v1.0.0/contact/get.json index 984b5f0615..26a2cb00a5 100644 --- a/packages/nodes-base/nodes/Keap/__schema__/v1.0.0/contact/get.json +++ b/packages/nodes-base/nodes/Keap/__schema__/v1.0.0/contact/get.json @@ -1,33 +1,43 @@ { "type": "object", "properties": { - "tag_ids": { + "addresses": { "type": "array", "items": { - "type": "integer" + "type": "object", + "properties": { + "field": { + "type": "string" + }, + "line1": { + "type": "string" + }, + "locality": { + "type": "string" + }, + "postal_code": { + "type": "string" + } + } } }, - "id": { - "type": "integer" - }, - "email_opted_in": { - "type": "boolean" - }, - "email_status": { + "contact_type": { "type": "string" }, + "custom_fields": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + } + } + } + }, "date_created": { "type": "string" }, - "last_updated": { - "type": "string" - }, - "ScoreValue": { - "type": "string" - }, - "last_updated_utc_millis": { - "type": "integer" - }, "email_addresses": { "type": "array", "items": { @@ -39,106 +49,53 @@ "field": { "type": "string" } - }, - "required": [ - "email", - "field" - ] + } } }, - "addresses": { - "type": "array", - "items": { - "type": "object", - "properties": { - "line1": { - "type": "string" - }, - "locality": { - "type": "string" - }, - "field": { - "type": "string" - }, - "postal_code": { - "type": "string" - } - }, - "required": [ - "line1", - "line2", - "locality", - "region", - "field", - "postal_code", - "zip_code", - "zip_four", - "country_code" - ] - } + "email_opted_in": { + "type": "boolean" + }, + "email_status": { + "type": "string" + }, + "family_name": { + "type": "string" + }, + "given_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last_updated": { + "type": "string" + }, + "last_updated_utc_millis": { + "type": "integer" }, "phone_numbers": { "type": "array", "items": { "type": "object", "properties": { - "number": { - "type": "string" - }, "field": { "type": "string" + }, + "number": { + "type": "string" } - }, - "required": [ - "number", - "extension", - "field", - "type" - ] + } } }, - "given_name": { + "ScoreValue": { "type": "string" }, - "family_name": { - "type": "string" - }, - "custom_fields": { + "tag_ids": { "type": "array", "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - } - }, - "required": [ - "id", - "content" - ] + "type": "integer" } - }, - "contact_type": { - "type": "string" } }, - "required": [ - "tag_ids", - "id", - "company", - "email_opted_in", - "email_status", - "date_created", - "last_updated", - "ScoreValue", - "last_updated_utc_millis", - "email_addresses", - "addresses", - "phone_numbers", - "given_name", - "family_name", - "middle_name", - "owner_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Keap/__schema__/v1.0.0/contact/getAll.json b/packages/nodes-base/nodes/Keap/__schema__/v1.0.0/contact/getAll.json index b7c3a87480..213d3b390e 100644 --- a/packages/nodes-base/nodes/Keap/__schema__/v1.0.0/contact/getAll.json +++ b/packages/nodes-base/nodes/Keap/__schema__/v1.0.0/contact/getAll.json @@ -1,24 +1,29 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "email_opted_in": { - "type": "boolean" + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "field": { + "type": "string" + }, + "line1": { + "type": "string" + }, + "locality": { + "type": "string" + }, + "postal_code": { + "type": "string" + } + } + } }, "date_created": { "type": "string" }, - "last_updated": { - "type": "string" - }, - "ScoreValue": { - "type": "null" - }, - "last_updated_utc_millis": { - "type": "integer" - }, "email_addresses": { "type": "array", "items": { @@ -30,91 +35,47 @@ "field": { "type": "string" } - }, - "required": [ - "email", - "field" - ] + } } }, - "addresses": { - "type": "array", - "items": { - "type": "object", - "properties": { - "line1": { - "type": "string" - }, - "locality": { - "type": "string" - }, - "field": { - "type": "string" - }, - "postal_code": { - "type": "string" - } - }, - "required": [ - "line1", - "line2", - "locality", - "region", - "field", - "postal_code", - "zip_code", - "zip_four", - "country_code" - ] - } + "email_opted_in": { + "type": "boolean" + }, + "family_name": { + "type": "string" + }, + "given_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last_updated": { + "type": "string" + }, + "last_updated_utc_millis": { + "type": "integer" }, "phone_numbers": { "type": "array", "items": { "type": "object", "properties": { - "number": { + "field": { "type": "string" }, - "field": { + "number": { "type": "string" }, "number_e164": { "type": "null" } - }, - "required": [ - "number", - "extension", - "field", - "type" - ] + } } }, - "given_name": { - "type": "string" - }, - "family_name": { - "type": "string" + "ScoreValue": { + "type": "null" } }, - "required": [ - "tag_ids", - "id", - "company", - "email_opted_in", - "email_status", - "date_created", - "last_updated", - "ScoreValue", - "last_updated_utc_millis", - "email_addresses", - "addresses", - "phone_numbers", - "given_name", - "family_name", - "middle_name", - "owner_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Keap/__schema__/v1.0.0/contact/upsert.json b/packages/nodes-base/nodes/Keap/__schema__/v1.0.0/contact/upsert.json new file mode 100644 index 0000000000..49a06dfd2d --- /dev/null +++ b/packages/nodes-base/nodes/Keap/__schema__/v1.0.0/contact/upsert.json @@ -0,0 +1,87 @@ +{ + "type": "object", + "properties": { + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "field": { + "type": "string" + }, + "locality": { + "type": "string" + }, + "postal_code": { + "type": "string" + } + } + } + }, + "date_created": { + "type": "string" + }, + "email_addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "field": { + "type": "string" + } + } + } + }, + "email_opted_in": { + "type": "boolean" + }, + "email_status": { + "type": "string" + }, + "family_name": { + "type": "string" + }, + "given_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last_updated": { + "type": "string" + }, + "last_updated_utc_millis": { + "type": "integer" + }, + "phone_numbers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "field": { + "type": "string" + }, + "number": { + "type": "string" + }, + "number_e164": { + "type": "null" + } + } + } + }, + "ScoreValue": { + "type": "null" + }, + "tag_ids": { + "type": "array", + "items": { + "type": "integer" + } + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/KoBoToolbox/__schema__/v1.0.0/submission/getAll.json b/packages/nodes-base/nodes/KoBoToolbox/__schema__/v1.0.0/submission/getAll.json index 83539fd094..5d381e2a58 100644 --- a/packages/nodes-base/nodes/KoBoToolbox/__schema__/v1.0.0/submission/getAll.json +++ b/packages/nodes-base/nodes/KoBoToolbox/__schema__/v1.0.0/submission/getAll.json @@ -1,38 +1,14 @@ { "type": "object", "properties": { - "_id": { - "type": "integer" - }, - "formhub/uuid": { - "type": "string" - }, - "start": { - "type": "string" - }, - "end": { - "type": "string" - }, "__version__": { "type": "string" }, - "meta/instanceID": { - "type": "string" - }, - "_xform_id_string": { - "type": "string" - }, - "_uuid": { - "type": "string" - }, "_attachments": { "type": "array", "items": { "type": "object", "properties": { - "download_url": { - "type": "string" - }, "download_large_url": { "type": "string" }, @@ -42,54 +18,45 @@ "download_small_url": { "type": "string" }, - "mimetype": { + "download_url": { "type": "string" }, "filename": { "type": "string" }, - "instance": { - "type": "integer" - }, - "xform": { - "type": "integer" - }, "id": { "type": "integer" }, + "instance": { + "type": "integer" + }, + "mimetype": { + "type": "string" + }, "question_xpath": { "type": "string" + }, + "xform": { + "type": "integer" } - }, - "required": [ - "download_url", - "download_large_url", - "download_medium_url", - "download_small_url", - "mimetype", - "filename", - "instance", - "xform", - "id", - "question_xpath" - ] + } } }, + "_id": { + "type": "integer" + }, "_status": { "type": "string" }, "_submission_time": { "type": "string" }, + "_uuid": { + "type": "string" + }, "_validation_status": { "type": "object", "properties": { - "timestamp": { - "type": "integer" - }, - "uid": { - "type": "string" - }, "by_whom": { "type": "string" }, @@ -98,66 +65,66 @@ }, "label": { "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "uid": { + "type": "string" } } }, + "_xform_id_string": { + "type": "string" + }, + "description": { + "type": "string" + }, + "deviceid": { + "type": "string" + }, + "end": { + "type": "string" + }, + "formhub/uuid": { + "type": "string" + }, + "gps_note": { + "type": "string" + }, + "infra_categ": { + "type": "string" + }, + "infra_subtype": { + "type": "string" + }, + "location": { + "type": "string" + }, + "meta/instanceID": { + "type": "string" + }, + "personal_QR_code": { + "type": "string" + }, + "pic1": { + "type": "string" + }, + "pic2": { + "type": "string" + }, + "q2nd_pic": { + "type": "string" + }, + "start": { + "type": "string" + }, "today": { "type": "string" }, "username": { "type": "string" - }, - "deviceid": { - "type": "string" - }, - "personal_QR_code": { - "type": "string" - }, - "infra_categ": { - "type": "string" - }, - "location": { - "type": "string" - }, - "gps_note": { - "type": "string" - }, - "infra_subtype": { - "type": "string" - }, - "pic1": { - "type": "string" - }, - "description": { - "type": "string" - }, - "q2nd_pic": { - "type": "string" - }, - "pic2": { - "type": "string" - }, - "Validation_comments": { - "type": "string" } }, - "required": [ - "_id", - "formhub/uuid", - "start", - "end", - "__version__", - "meta/instanceID", - "_xform_id_string", - "_uuid", - "_attachments", - "_status", - "_geolocation", - "_submission_time", - "_tags", - "_notes", - "_validation_status", - "_submitted_by" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/activity/getAll.json b/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/activity/getAll.json index 8be05a455f..992057178a 100644 --- a/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/activity/getAll.json +++ b/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/activity/getAll.json @@ -4,28 +4,99 @@ "_id": { "type": "string" }, - "type": { + "bot": { + "type": "boolean" + }, + "campaignId": { + "type": "string" + }, + "campaignName": { + "type": "string" + }, + "companyName": { + "type": "string" + }, + "contactId": { + "type": "string" + }, + "createdAt": { + "type": "string" + }, + "createdBy": { + "type": "string" + }, + "email": { + "type": "string" + }, + "emailTemplateId": { + "type": "string" + }, + "emailTemplateName": { + "type": "string" + }, + "firstName": { "type": "string" }, "isFirst": { "type": "boolean" }, - "stopped": { - "type": "boolean" - }, - "createdAt": { + "lastName": { "type": "string" }, - "bot": { - "type": "boolean" + "leadCompanyName": { + "type": "string" }, - "teamId": { + "leadEmail": { + "type": "string" + }, + "leadFirstName": { "type": "string" }, "leadId": { "type": "string" }, - "campaignId": { + "leadLastName": { + "type": "string" + }, + "leadPhone": { + "type": "string" + }, + "linkedinUrl": { + "type": "string" + }, + "metaData": { + "type": "object", + "properties": { + "campaignId": { + "type": "string" + }, + "createdBy": { + "type": "string" + }, + "leadId": { + "type": "string" + }, + "taskId": { + "type": "string" + }, + "teamId": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "relatedSentAt": { + "type": "string" + }, + "sendUserName": { "type": "string" }, "sequenceId": { @@ -34,114 +105,21 @@ "sequenceStep": { "type": "integer" }, - "createdBy": { + "sequenceTested": { + "type": "string" + }, + "stopped": { + "type": "boolean" + }, + "teamId": { "type": "string" }, "totalSequenceStep": { "type": "integer" }, - "name": { - "type": "string" - }, - "sendUserName": { - "type": "string" - }, - "leadFirstName": { - "type": "string" - }, - "leadLastName": { - "type": "string" - }, - "leadCompanyName": { - "type": "string" - }, - "contactId": { - "type": "string" - }, - "metaData": { - "type": "object", - "properties": { - "teamId": { - "type": "string" - }, - "campaignId": { - "type": "string" - }, - "leadId": { - "type": "string" - }, - "type": { - "type": "string" - }, - "createdBy": { - "type": "string" - }, - "taskId": { - "type": "string" - } - }, - "required": [ - "teamId", - "campaignId", - "leadId", - "type", - "createdBy" - ] - }, - "firstName": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "linkedinUrl": { - "type": "string" - }, - "companyName": { - "type": "string" - }, - "campaignName": { - "type": "string" - }, - "sequenceTested": { - "type": "string" - }, - "emailTemplateId": { - "type": "string" - }, - "leadEmail": { - "type": "string" - }, - "email": { - "type": "string" - }, - "emailTemplateName": { - "type": "string" - }, - "relatedSentAt": { - "type": "string" - }, - "leadPhone": { - "type": "string" - }, - "phone": { + "type": { "type": "string" } }, - "required": [ - "_id", - "type", - "createdAt", - "bot", - "teamId", - "leadId", - "campaignId", - "createdBy", - "sendUserId", - "name", - "contactId", - "metaData", - "campaignName" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/campaign/getAll.json b/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/campaign/getAll.json index c250e433d1..d1810dc6d6 100644 --- a/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/campaign/getAll.json +++ b/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/campaign/getAll.json @@ -4,26 +4,26 @@ "_id": { "type": "string" }, - "name": { - "type": "string" - }, "createdAt": { "type": "string" }, "createdBy": { "type": "string" }, - "status": { - "type": "string" - }, - "hasError": { - "type": "boolean" - }, "errors": { "type": "array", "items": { "type": "string" } + }, + "hasError": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "status": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/enrich/get.json b/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/enrich/get.json index dbdcf374aa..c1b5a9faaf 100644 --- a/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/enrich/get.json +++ b/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/enrich/get.json @@ -1,32 +1,6 @@ { "type": "object", "properties": { - "enrichmentId": { - "type": "string" - }, - "enrichmentStatus": { - "type": "string" - }, - "input": { - "type": "object", - "properties": { - "firstName": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "linkedinUrl": { - "type": "string" - }, - "companyName": { - "type": "string" - }, - "companyDomain": { - "type": "string" - } - } - }, "data": { "type": "object", "properties": { @@ -39,15 +13,35 @@ "notFound": { "type": "boolean" } - }, - "required": [ - "notFound" - ] + } } - }, - "required": [ - "email" - ] + } + }, + "enrichmentId": { + "type": "string" + }, + "enrichmentStatus": { + "type": "string" + }, + "input": { + "type": "object", + "properties": { + "companyDomain": { + "type": "string" + }, + "companyName": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "linkedinUrl": { + "type": "string" + } + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/lead/create.json b/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/lead/create.json index 890de541e1..e0b68c073e 100644 --- a/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/lead/create.json +++ b/packages/nodes-base/nodes/Lemlist/__schema__/v2.0.0/lead/create.json @@ -1,29 +1,29 @@ { "type": "object", "properties": { + "_id": { + "type": "string" + }, "campaignId": { "type": "string" }, "campaignName": { "type": "string" }, + "email": { + "type": "string" + }, "firstName": { "type": "string" }, + "isPaused": { + "type": "boolean" + }, "lastName": { "type": "string" }, "linkedinUrl": { "type": "string" - }, - "email": { - "type": "string" - }, - "_id": { - "type": "string" - }, - "isPaused": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/create.json b/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/create.json index 361de60706..471ed7762c 100644 --- a/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/create.json +++ b/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/create.json @@ -1,21 +1,24 @@ { "type": "object", "properties": { + "archivedAt": { + "type": "null" + }, + "createdAt": { + "type": "string" + }, + "dueDate": { + "type": "null" + }, "id": { "type": "string" }, "identifier": { "type": "string" }, - "title": { - "type": "string" - }, "priority": { "type": "integer" }, - "archivedAt": { - "type": "null" - }, "state": { "type": "object", "properties": { @@ -25,47 +28,11 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] + } }, - "createdAt": { + "title": { "type": "string" - }, - "creator": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "displayName": { - "type": "string" - } - }, - "required": [ - "id", - "displayName" - ] - }, - "dueDate": { - "type": "null" } }, - "required": [ - "id", - "identifier", - "title", - "priority", - "archivedAt", - "assignee", - "state", - "createdAt", - "creator", - "description", - "dueDate", - "cycle" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/get.json b/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/get.json index 407b3190c7..ef5c495965 100644 --- a/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/get.json +++ b/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/get.json @@ -1,33 +1,29 @@ { "type": "object", "properties": { + "createdAt": { + "type": "string" + }, + "creator": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "id": { + "type": "string" + } + } + }, "id": { "type": "string" }, "identifier": { "type": "string" }, - "title": { - "type": "string" - }, "priority": { "type": "integer" }, - "assignee": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "displayName": { - "type": "string" - } - }, - "required": [ - "id", - "displayName" - ] - }, "state": { "type": "object", "properties": { @@ -37,44 +33,11 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] + } }, - "createdAt": { + "title": { "type": "string" - }, - "creator": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "displayName": { - "type": "string" - } - }, - "required": [ - "id", - "displayName" - ] } }, - "required": [ - "id", - "identifier", - "title", - "priority", - "archivedAt", - "assignee", - "state", - "createdAt", - "creator", - "description", - "dueDate", - "cycle" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/getAll.json b/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/getAll.json index 9bf3c80f64..1356f7c02c 100644 --- a/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/getAll.json +++ b/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/getAll.json @@ -1,21 +1,32 @@ { "type": "object", "properties": { + "archivedAt": { + "type": "null" + }, + "createdAt": { + "type": "string" + }, + "creator": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "id": { + "type": "string" + } + } + }, "id": { "type": "string" }, "identifier": { "type": "string" }, - "title": { - "type": "string" - }, "priority": { "type": "integer" }, - "archivedAt": { - "type": "null" - }, "state": { "type": "object", "properties": { @@ -25,28 +36,11 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] + } }, - "createdAt": { + "title": { "type": "string" } }, - "required": [ - "id", - "title", - "priority", - "archivedAt", - "assignee", - "state", - "createdAt", - "creator", - "description", - "dueDate", - "cycle" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/update.json b/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/update.json index 407b3190c7..ef5c495965 100644 --- a/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/update.json +++ b/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/issue/update.json @@ -1,33 +1,29 @@ { "type": "object", "properties": { + "createdAt": { + "type": "string" + }, + "creator": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "id": { + "type": "string" + } + } + }, "id": { "type": "string" }, "identifier": { "type": "string" }, - "title": { - "type": "string" - }, "priority": { "type": "integer" }, - "assignee": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "displayName": { - "type": "string" - } - }, - "required": [ - "id", - "displayName" - ] - }, "state": { "type": "object", "properties": { @@ -37,44 +33,11 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] + } }, - "createdAt": { + "title": { "type": "string" - }, - "creator": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "displayName": { - "type": "string" - } - }, - "required": [ - "id", - "displayName" - ] } }, - "required": [ - "id", - "identifier", - "title", - "priority", - "archivedAt", - "assignee", - "state", - "createdAt", - "creator", - "description", - "dueDate", - "cycle" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/notification/send.json b/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/notification/send.json index f1ee490120..4c8f3ea254 100644 --- a/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/notification/send.json +++ b/packages/nodes-base/nodes/Linear/__schema__/v1.0.0/notification/send.json @@ -1,16 +1,12 @@ { "type": "object", "properties": { - "status": { - "type": "integer" - }, "message": { "type": "string" + }, + "status": { + "type": "integer" } }, - "required": [ - "status", - "message" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Magento/__schema__/v1.0.0/product/get.json b/packages/nodes-base/nodes/Magento/__schema__/v1.0.0/product/get.json index dece7b47c4..60096c2d38 100644 --- a/packages/nodes-base/nodes/Magento/__schema__/v1.0.0/product/get.json +++ b/packages/nodes-base/nodes/Magento/__schema__/v1.0.0/product/get.json @@ -1,56 +1,37 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "sku": { - "type": "string" - }, - "name": { - "type": "string" - }, "attribute_set_id": { "type": "integer" }, - "status": { - "type": "integer" - }, - "visibility": { - "type": "integer" - }, - "type_id": { - "type": "string" - }, "created_at": { "type": "string" }, - "updated_at": { - "type": "string" + "custom_attributes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "attribute_code": { + "type": "string" + } + } + } }, "extension_attributes": { "type": "object", "properties": { - "website_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, "stock_item": { "type": "object", "properties": { - "item_id": { + "backorders": { "type": "integer" }, - "product_id": { - "type": "integer" + "enable_qty_increments": { + "type": "boolean" }, - "stock_id": { - "type": "integer" - }, - "qty": { - "type": "integer" + "is_decimal_divided": { + "type": "boolean" }, "is_in_stock": { "type": "boolean" @@ -58,106 +39,116 @@ "is_qty_decimal": { "type": "boolean" }, - "show_default_notification_message": { - "type": "boolean" - }, - "use_config_min_qty": { - "type": "boolean" - }, - "min_qty": { + "item_id": { "type": "integer" }, - "use_config_min_sale_qty": { - "type": "integer" - }, - "min_sale_qty": { - "type": "integer" - }, - "use_config_max_sale_qty": { + "manage_stock": { "type": "boolean" }, "max_sale_qty": { "type": "integer" }, - "use_config_backorders": { - "type": "boolean" - }, - "backorders": { + "min_qty": { "type": "integer" }, - "use_config_notify_stock_qty": { - "type": "boolean" + "min_sale_qty": { + "type": "integer" }, "notify_stock_qty": { "type": "integer" }, - "use_config_qty_increments": { - "type": "boolean" + "product_id": { + "type": "integer" + }, + "qty": { + "type": "integer" }, "qty_increments": { "type": "integer" }, - "use_config_enable_qty_inc": { + "show_default_notification_message": { "type": "boolean" }, - "enable_qty_increments": { + "stock_id": { + "type": "integer" + }, + "stock_status_changed_auto": { + "type": "integer" + }, + "use_config_backorders": { + "type": "boolean" + }, + "use_config_enable_qty_inc": { "type": "boolean" }, "use_config_manage_stock": { "type": "boolean" }, - "manage_stock": { + "use_config_max_sale_qty": { "type": "boolean" }, - "is_decimal_divided": { + "use_config_min_qty": { "type": "boolean" }, - "stock_status_changed_auto": { + "use_config_min_sale_qty": { "type": "integer" + }, + "use_config_notify_stock_qty": { + "type": "boolean" + }, + "use_config_qty_increments": { + "type": "boolean" } - }, - "required": [ - "item_id", - "product_id", - "stock_id", - "qty", - "is_in_stock", - "is_qty_decimal", - "show_default_notification_message", - "use_config_min_qty", - "min_qty", - "use_config_min_sale_qty", - "min_sale_qty", - "use_config_max_sale_qty", - "max_sale_qty", - "use_config_backorders", - "backorders", - "use_config_notify_stock_qty", - "notify_stock_qty", - "use_config_qty_increments", - "qty_increments", - "use_config_enable_qty_inc", - "enable_qty_increments", - "use_config_manage_stock", - "manage_stock", - "low_stock_date", - "is_decimal_divided", - "stock_status_changed_auto" - ] + } + }, + "website_ids": { + "type": "array", + "items": { + "type": "integer" + } } - }, - "required": [ - "website_ids" - ] + } + }, + "id": { + "type": "integer" + }, + "media_gallery_entries": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabled": { + "type": "boolean" + }, + "file": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "media_type": { + "type": "string" + }, + "position": { + "type": "integer" + }, + "types": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "name": { + "type": "string" }, "product_links": { "type": "array", "items": { "type": "object", "properties": { - "sku": { - "type": "string" - }, "link_type": { "type": "string" }, @@ -169,54 +160,18 @@ }, "position": { "type": "integer" + }, + "sku": { + "type": "string" } - }, - "required": [ - "sku", - "link_type", - "linked_product_sku", - "linked_product_type", - "position" - ] + } } }, - "media_gallery_entries": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "media_type": { - "type": "string" - }, - "position": { - "type": "integer" - }, - "disabled": { - "type": "boolean" - }, - "types": { - "type": "array", - "items": { - "type": "string" - } - }, - "file": { - "type": "string" - } - }, - "required": [ - "id", - "media_type", - "label", - "position", - "disabled", - "types", - "file" - ] - } + "sku": { + "type": "string" + }, + "status": { + "type": "integer" }, "tier_prices": { "type": "array", @@ -226,12 +181,6 @@ "customer_group_id": { "type": "integer" }, - "qty": { - "type": "integer" - }, - "value": { - "type": "number" - }, "extension_attributes": { "type": "object", "properties": { @@ -241,54 +190,26 @@ "website_id": { "type": "integer" } - }, - "required": [ - "percentage_value", - "website_id" - ] + } + }, + "qty": { + "type": "integer" + }, + "value": { + "type": "number" } - }, - "required": [ - "customer_group_id", - "qty", - "value", - "extension_attributes" - ] + } } }, - "custom_attributes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "attribute_code": { - "type": "string" - } - }, - "required": [ - "attribute_code", - "value" - ] - } + "type_id": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "visibility": { + "type": "integer" } }, - "required": [ - "id", - "sku", - "name", - "attribute_set_id", - "price", - "status", - "visibility", - "type_id", - "created_at", - "updated_at", - "extension_attributes", - "product_links", - "options", - "media_gallery_entries", - "tier_prices", - "custom_attributes" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/campaign/getAll.json b/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/campaign/getAll.json index b4e0498623..a3b8919646 100644 --- a/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/campaign/getAll.json +++ b/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/campaign/getAll.json @@ -4,64 +4,49 @@ "id": { "type": "string" }, - "status": { - "type": "string" - }, "settings": { "type": "object", "properties": { - "title": { - "type": "string" - }, "from_name": { "type": "string" }, "reply_to": { "type": "string" + }, + "title": { + "type": "string" } - }, - "required": [ - "title" - ] + } + }, + "status": { + "type": "string" }, "tracking": { "type": "object", "properties": { - "opens": { - "type": "boolean" + "clicktale": { + "type": "string" }, - "html_clicks": { - "type": "boolean" - }, - "text_clicks": { + "ecomm360": { "type": "boolean" }, "goal_tracking": { "type": "boolean" }, - "ecomm360": { - "type": "boolean" - }, "google_analytics": { "type": "string" }, - "clicktale": { - "type": "string" + "html_clicks": { + "type": "boolean" + }, + "opens": { + "type": "boolean" + }, + "text_clicks": { + "type": "boolean" } - }, - "required": [ - "opens", - "html_clicks", - "text_clicks", - "goal_tracking", - "ecomm360", - "google_analytics", - "clicktale" - ] + } } }, - "required": [ - "settings" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/create.json b/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/create.json index f201b3a3d8..fcff85247e 100644 --- a/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/create.json +++ b/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/create.json @@ -1,42 +1,88 @@ { "type": "object", "properties": { - "id": { + "_links": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "method": { + "type": "string" + }, + "rel": { + "type": "string" + }, + "schema": { + "type": "string" + }, + "targetSchema": { + "type": "string" + } + } + } + }, + "consents_to_one_to_one_messaging": { + "type": "boolean" + }, + "contact_id": { "type": "string" }, "email_address": { "type": "string" }, - "unique_email_id": { + "email_client": { "type": "string" }, - "contact_id": { + "email_type": { "type": "string" }, "full_name": { "type": "string" }, - "web_id": { + "id": { + "type": "string" + }, + "ip_opt": { + "type": "string" + }, + "ip_signup": { + "type": "string" + }, + "language": { + "type": "string" + }, + "last_changed": { + "type": "string" + }, + "list_id": { + "type": "string" + }, + "location": { + "type": "object", + "properties": { + "country_code": { + "type": "string" + }, + "dstoff": { + "type": "integer" + }, + "gmtoff": { + "type": "integer" + }, + "region": { + "type": "string" + }, + "timezone": { + "type": "string" + } + } + }, + "member_rating": { "type": "integer" }, - "email_type": { - "type": "string" - }, - "status": { - "type": "string" - }, - "consents_to_one_to_one_messaging": { - "type": "boolean" - }, - "sms_phone_number": { - "type": "string" - }, - "sms_subscription_status": { - "type": "string" - }, - "sms_subscription_last_updated": { - "type": "string" - }, "merge_fields": { "type": "object", "properties": { @@ -48,67 +94,20 @@ } } }, - "ip_signup": { + "sms_phone_number": { "type": "string" }, - "timestamp_signup": { + "sms_subscription_last_updated": { "type": "string" }, - "ip_opt": { + "sms_subscription_status": { "type": "string" }, - "timestamp_opt": { - "type": "string" - }, - "member_rating": { - "type": "integer" - }, - "last_changed": { - "type": "string" - }, - "language": { - "type": "string" - }, - "vip": { - "type": "boolean" - }, - "email_client": { - "type": "string" - }, - "location": { - "type": "object", - "properties": { - "gmtoff": { - "type": "integer" - }, - "dstoff": { - "type": "integer" - }, - "country_code": { - "type": "string" - }, - "timezone": { - "type": "string" - }, - "region": { - "type": "string" - } - }, - "required": [ - "latitude", - "longitude", - "gmtoff", - "dstoff", - "country_code", - "timezone", - "region" - ] - }, "source": { "type": "string" }, - "tags_count": { - "type": "integer" + "status": { + "type": "string" }, "tags": { "type": "array", @@ -121,43 +120,26 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] + } } }, - "list_id": { + "tags_count": { + "type": "integer" + }, + "timestamp_opt": { "type": "string" }, - "_links": { - "type": "array", - "items": { - "type": "object", - "properties": { - "rel": { - "type": "string" - }, - "href": { - "type": "string" - }, - "method": { - "type": "string" - }, - "targetSchema": { - "type": "string" - }, - "schema": { - "type": "string" - } - }, - "required": [ - "rel", - "href", - "method" - ] - } + "timestamp_signup": { + "type": "string" + }, + "unique_email_id": { + "type": "string" + }, + "vip": { + "type": "boolean" + }, + "web_id": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/get.json b/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/get.json index e41b6c1b86..1443814e3b 100644 --- a/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/get.json +++ b/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/get.json @@ -1,42 +1,88 @@ { "type": "object", "properties": { - "id": { + "_links": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "method": { + "type": "string" + }, + "rel": { + "type": "string" + }, + "schema": { + "type": "string" + }, + "targetSchema": { + "type": "string" + } + } + } + }, + "consents_to_one_to_one_messaging": { + "type": "boolean" + }, + "contact_id": { "type": "string" }, "email_address": { "type": "string" }, - "unique_email_id": { + "email_client": { "type": "string" }, - "contact_id": { + "email_type": { "type": "string" }, "full_name": { "type": "string" }, - "web_id": { + "id": { + "type": "string" + }, + "ip_opt": { + "type": "string" + }, + "ip_signup": { + "type": "string" + }, + "language": { + "type": "string" + }, + "last_changed": { + "type": "string" + }, + "list_id": { + "type": "string" + }, + "location": { + "type": "object", + "properties": { + "country_code": { + "type": "string" + }, + "dstoff": { + "type": "integer" + }, + "gmtoff": { + "type": "integer" + }, + "region": { + "type": "string" + }, + "timezone": { + "type": "string" + } + } + }, + "member_rating": { "type": "integer" }, - "email_type": { - "type": "string" - }, - "status": { - "type": "string" - }, - "consents_to_one_to_one_messaging": { - "type": "boolean" - }, - "sms_phone_number": { - "type": "string" - }, - "sms_subscription_status": { - "type": "string" - }, - "sms_subscription_last_updated": { - "type": "string" - }, "merge_fields": { "type": "object", "properties": { @@ -51,67 +97,20 @@ } } }, - "ip_signup": { + "sms_phone_number": { "type": "string" }, - "timestamp_signup": { + "sms_subscription_last_updated": { "type": "string" }, - "ip_opt": { + "sms_subscription_status": { "type": "string" }, - "timestamp_opt": { - "type": "string" - }, - "member_rating": { - "type": "integer" - }, - "last_changed": { - "type": "string" - }, - "language": { - "type": "string" - }, - "vip": { - "type": "boolean" - }, - "email_client": { - "type": "string" - }, - "location": { - "type": "object", - "properties": { - "gmtoff": { - "type": "integer" - }, - "dstoff": { - "type": "integer" - }, - "country_code": { - "type": "string" - }, - "timezone": { - "type": "string" - }, - "region": { - "type": "string" - } - }, - "required": [ - "latitude", - "longitude", - "gmtoff", - "dstoff", - "country_code", - "timezone", - "region" - ] - }, "source": { "type": "string" }, - "tags_count": { - "type": "integer" + "status": { + "type": "string" }, "tags": { "type": "array", @@ -124,43 +123,26 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] + } } }, - "list_id": { + "tags_count": { + "type": "integer" + }, + "timestamp_opt": { "type": "string" }, - "_links": { - "type": "array", - "items": { - "type": "object", - "properties": { - "rel": { - "type": "string" - }, - "href": { - "type": "string" - }, - "method": { - "type": "string" - }, - "targetSchema": { - "type": "string" - }, - "schema": { - "type": "string" - } - }, - "required": [ - "rel", - "href", - "method" - ] - } + "timestamp_signup": { + "type": "string" + }, + "unique_email_id": { + "type": "string" + }, + "vip": { + "type": "boolean" + }, + "web_id": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/getAll.json b/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/getAll.json index df4dff3140..8e4e05634d 100644 --- a/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/getAll.json +++ b/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/getAll.json @@ -1,42 +1,88 @@ { "type": "object", "properties": { - "id": { + "_links": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "method": { + "type": "string" + }, + "rel": { + "type": "string" + }, + "schema": { + "type": "string" + }, + "targetSchema": { + "type": "string" + } + } + } + }, + "consents_to_one_to_one_messaging": { + "type": "boolean" + }, + "contact_id": { "type": "string" }, "email_address": { "type": "string" }, - "unique_email_id": { + "email_client": { "type": "string" }, - "contact_id": { + "email_type": { "type": "string" }, "full_name": { "type": "string" }, - "web_id": { + "id": { + "type": "string" + }, + "ip_opt": { + "type": "string" + }, + "ip_signup": { + "type": "string" + }, + "language": { + "type": "string" + }, + "last_changed": { + "type": "string" + }, + "list_id": { + "type": "string" + }, + "location": { + "type": "object", + "properties": { + "country_code": { + "type": "string" + }, + "dstoff": { + "type": "integer" + }, + "gmtoff": { + "type": "integer" + }, + "region": { + "type": "string" + }, + "timezone": { + "type": "string" + } + } + }, + "member_rating": { "type": "integer" }, - "email_type": { - "type": "string" - }, - "status": { - "type": "string" - }, - "consents_to_one_to_one_messaging": { - "type": "boolean" - }, - "sms_phone_number": { - "type": "string" - }, - "sms_subscription_status": { - "type": "string" - }, - "sms_subscription_last_updated": { - "type": "string" - }, "merge_fields": { "type": "object", "properties": { @@ -49,73 +95,22 @@ "PHONE": { "type": "string" } - }, - "required": [ - "FNAME", - "LNAME" - ] + } }, - "ip_signup": { + "sms_phone_number": { "type": "string" }, - "timestamp_signup": { + "sms_subscription_last_updated": { "type": "string" }, - "ip_opt": { + "sms_subscription_status": { "type": "string" }, - "timestamp_opt": { - "type": "string" - }, - "member_rating": { - "type": "integer" - }, - "last_changed": { - "type": "string" - }, - "language": { - "type": "string" - }, - "vip": { - "type": "boolean" - }, - "email_client": { - "type": "string" - }, - "location": { - "type": "object", - "properties": { - "gmtoff": { - "type": "integer" - }, - "dstoff": { - "type": "integer" - }, - "country_code": { - "type": "string" - }, - "timezone": { - "type": "string" - }, - "region": { - "type": "string" - } - }, - "required": [ - "latitude", - "longitude", - "gmtoff", - "dstoff", - "country_code", - "timezone", - "region" - ] - }, "source": { "type": "string" }, - "tags_count": { - "type": "integer" + "status": { + "type": "string" }, "tags": { "type": "array", @@ -125,75 +120,27 @@ "id": { "type": "integer" } - }, - "required": [ - "id", - "name" - ] + } } }, - "list_id": { + "tags_count": { + "type": "integer" + }, + "timestamp_opt": { "type": "string" }, - "_links": { - "type": "array", - "items": { - "type": "object", - "properties": { - "rel": { - "type": "string" - }, - "href": { - "type": "string" - }, - "method": { - "type": "string" - }, - "targetSchema": { - "type": "string" - }, - "schema": { - "type": "string" - } - }, - "required": [ - "rel", - "href", - "method" - ] - } + "timestamp_signup": { + "type": "string" + }, + "unique_email_id": { + "type": "string" + }, + "vip": { + "type": "boolean" + }, + "web_id": { + "type": "integer" } }, - "required": [ - "id", - "email_address", - "unique_email_id", - "contact_id", - "full_name", - "web_id", - "email_type", - "status", - "consents_to_one_to_one_messaging", - "sms_phone_number", - "sms_subscription_status", - "sms_subscription_last_updated", - "merge_fields", - "stats", - "ip_signup", - "timestamp_signup", - "ip_opt", - "timestamp_opt", - "member_rating", - "last_changed", - "language", - "vip", - "email_client", - "location", - "source", - "tags_count", - "tags", - "list_id", - "_links" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/update.json b/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/update.json index fac99e5d04..c755da3fca 100644 --- a/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/update.json +++ b/packages/nodes-base/nodes/Mailchimp/__schema__/v1.0.0/member/update.json @@ -1,45 +1,94 @@ { "type": "object", "properties": { - "id": { + "_links": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "method": { + "type": "string" + }, + "rel": { + "type": "string" + }, + "schema": { + "type": "string" + }, + "targetSchema": { + "type": "string" + } + } + } + }, + "consents_to_one_to_one_messaging": { + "type": "boolean" + }, + "contact_id": { "type": "string" }, "email_address": { "type": "string" }, - "unique_email_id": { + "email_client": { "type": "string" }, - "contact_id": { + "email_type": { "type": "string" }, "full_name": { "type": "string" }, - "web_id": { + "id": { + "type": "string" + }, + "ip_opt": { + "type": "string" + }, + "ip_signup": { + "type": "string" + }, + "language": { + "type": "string" + }, + "last_changed": { + "type": "string" + }, + "list_id": { + "type": "string" + }, + "location": { + "type": "object", + "properties": { + "country_code": { + "type": "string" + }, + "dstoff": { + "type": "integer" + }, + "gmtoff": { + "type": "integer" + }, + "region": { + "type": "string" + }, + "timezone": { + "type": "string" + } + } + }, + "member_rating": { "type": "integer" }, - "email_type": { - "type": "string" - }, - "status": { - "type": "string" - }, - "consents_to_one_to_one_messaging": { - "type": "boolean" - }, - "sms_phone_number": { - "type": "string" - }, - "sms_subscription_status": { - "type": "string" - }, - "sms_subscription_last_updated": { - "type": "string" - }, "merge_fields": { "type": "object", "properties": { + "BIRTHDAY": { + "type": "string" + }, "FNAME": { "type": "string" }, @@ -48,73 +97,23 @@ }, "PHONE": { "type": "string" - }, - "BIRTHDAY": { - "type": "string" } } }, - "ip_signup": { + "sms_phone_number": { "type": "string" }, - "timestamp_signup": { + "sms_subscription_last_updated": { "type": "string" }, - "ip_opt": { + "sms_subscription_status": { "type": "string" }, - "timestamp_opt": { - "type": "string" - }, - "member_rating": { - "type": "integer" - }, - "last_changed": { - "type": "string" - }, - "language": { - "type": "string" - }, - "vip": { - "type": "boolean" - }, - "email_client": { - "type": "string" - }, - "location": { - "type": "object", - "properties": { - "gmtoff": { - "type": "integer" - }, - "dstoff": { - "type": "integer" - }, - "country_code": { - "type": "string" - }, - "timezone": { - "type": "string" - }, - "region": { - "type": "string" - } - }, - "required": [ - "latitude", - "longitude", - "gmtoff", - "dstoff", - "country_code", - "timezone", - "region" - ] - }, "source": { "type": "string" }, - "tags_count": { - "type": "integer" + "status": { + "type": "string" }, "tags": { "type": "array", @@ -127,43 +126,26 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] + } } }, - "list_id": { + "tags_count": { + "type": "integer" + }, + "timestamp_opt": { "type": "string" }, - "_links": { - "type": "array", - "items": { - "type": "object", - "properties": { - "rel": { - "type": "string" - }, - "href": { - "type": "string" - }, - "method": { - "type": "string" - }, - "targetSchema": { - "type": "string" - }, - "schema": { - "type": "string" - } - }, - "required": [ - "rel", - "href", - "method" - ] - } + "timestamp_signup": { + "type": "string" + }, + "unique_email_id": { + "type": "string" + }, + "vip": { + "type": "boolean" + }, + "web_id": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/MailerLite/__schema__/v2.0.0/subscriber/create.json b/packages/nodes-base/nodes/MailerLite/__schema__/v2.0.0/subscriber/create.json index 862a804ec0..894bc39c6e 100644 --- a/packages/nodes-base/nodes/MailerLite/__schema__/v2.0.0/subscriber/create.json +++ b/packages/nodes-base/nodes/MailerLite/__schema__/v2.0.0/subscriber/create.json @@ -1,46 +1,22 @@ { "type": "object", "properties": { - "id": { + "clicks_count": { + "type": "integer" + }, + "created_at": { "type": "string" }, "email": { "type": "string" }, - "status": { - "type": "string" - }, - "source": { - "type": "string" - }, - "sent": { - "type": "integer" - }, - "opens_count": { - "type": "integer" - }, - "clicks_count": { - "type": "integer" - }, - "subscribed_at": { - "type": "string" - }, - "unsubscribed_at": { - "type": "null" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, "fields": { "type": "object", "properties": { - "country": { + "city": { "type": "null" }, - "city": { + "country": { "type": "null" }, "state": { @@ -49,51 +25,17 @@ "z_i_p": { "type": "null" } - }, - "required": [ - "name", - "last_name", - "company", - "country", - "city", - "phone", - "state", - "z_i_p" - ] + } }, "groups": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, "active_count": { "type": "integer" }, - "sent_count": { - "type": "integer" - }, - "opens_count": { - "type": "integer" - }, - "open_rate": { - "type": "object", - "properties": { - "string": { - "type": "string" - } - }, - "required": [ - "float", - "string" - ] - }, - "clicks_count": { + "bounced_count": { "type": "integer" }, "click_rate": { @@ -102,50 +44,75 @@ "string": { "type": "string" } - }, - "required": [ - "float", - "string" - ] + } }, - "unsubscribed_count": { + "clicks_count": { + "type": "integer" + }, + "created_at": { + "type": "string" + }, + "id": { + "type": "string" + }, + "junk_count": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "open_rate": { + "type": "object", + "properties": { + "string": { + "type": "string" + } + } + }, + "opens_count": { + "type": "integer" + }, + "sent_count": { "type": "integer" }, "unconfirmed_count": { "type": "integer" }, - "bounced_count": { + "unsubscribed_count": { "type": "integer" - }, - "junk_count": { - "type": "integer" - }, - "created_at": { - "type": "string" } - }, - "required": [ - "id", - "name", - "active_count", - "sent_count", - "opens_count", - "open_rate", - "clicks_count", - "click_rate", - "unsubscribed_count", - "unconfirmed_count", - "bounced_count", - "junk_count", - "created_at" - ] + } } }, + "id": { + "type": "string" + }, + "opens_count": { + "type": "integer" + }, "opted_in_at": { "type": "null" }, "optin_ip": { "type": "null" + }, + "sent": { + "type": "integer" + }, + "source": { + "type": "string" + }, + "status": { + "type": "string" + }, + "subscribed_at": { + "type": "string" + }, + "unsubscribed_at": { + "type": "null" + }, + "updated_at": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Mailjet/__schema__/v1.0.0/email/send.json b/packages/nodes-base/nodes/Mailjet/__schema__/v1.0.0/email/send.json index 8175c11c1e..173b321001 100644 --- a/packages/nodes-base/nodes/Mailjet/__schema__/v1.0.0/email/send.json +++ b/packages/nodes-base/nodes/Mailjet/__schema__/v1.0.0/email/send.json @@ -1,13 +1,7 @@ { "type": "object", "properties": { - "Status": { - "type": "string" - }, - "CustomID": { - "type": "string" - }, - "To": { + "Bcc": { "type": "array", "items": { "type": "object", @@ -15,22 +9,16 @@ "Email": { "type": "string" }, - "MessageUUID": { + "MessageHref": { "type": "string" }, "MessageID": { "type": "integer" }, - "MessageHref": { + "MessageUUID": { "type": "string" } - }, - "required": [ - "Email", - "MessageUUID", - "MessageID", - "MessageHref" - ] + } } }, "Cc": { @@ -41,25 +29,25 @@ "Email": { "type": "string" }, - "MessageUUID": { + "MessageHref": { "type": "string" }, "MessageID": { "type": "integer" }, - "MessageHref": { + "MessageUUID": { "type": "string" } - }, - "required": [ - "Email", - "MessageUUID", - "MessageID", - "MessageHref" - ] + } } }, - "Bcc": { + "CustomID": { + "type": "string" + }, + "Status": { + "type": "string" + }, + "To": { "type": "array", "items": { "type": "object", @@ -67,22 +55,16 @@ "Email": { "type": "string" }, - "MessageUUID": { + "MessageHref": { "type": "string" }, "MessageID": { "type": "integer" }, - "MessageHref": { + "MessageUUID": { "type": "string" } - }, - "required": [ - "Email", - "MessageUUID", - "MessageID", - "MessageHref" - ] + } } } }, diff --git a/packages/nodes-base/nodes/Mailjet/__schema__/v1.0.0/email/sendTemplate.json b/packages/nodes-base/nodes/Mailjet/__schema__/v1.0.0/email/sendTemplate.json index de97f6776a..173b321001 100644 --- a/packages/nodes-base/nodes/Mailjet/__schema__/v1.0.0/email/sendTemplate.json +++ b/packages/nodes-base/nodes/Mailjet/__schema__/v1.0.0/email/sendTemplate.json @@ -1,13 +1,7 @@ { "type": "object", "properties": { - "Status": { - "type": "string" - }, - "CustomID": { - "type": "string" - }, - "To": { + "Bcc": { "type": "array", "items": { "type": "object", @@ -15,22 +9,16 @@ "Email": { "type": "string" }, - "MessageUUID": { + "MessageHref": { "type": "string" }, "MessageID": { "type": "integer" }, - "MessageHref": { + "MessageUUID": { "type": "string" } - }, - "required": [ - "Email", - "MessageUUID", - "MessageID", - "MessageHref" - ] + } } }, "Cc": { @@ -41,25 +29,25 @@ "Email": { "type": "string" }, - "MessageUUID": { + "MessageHref": { "type": "string" }, "MessageID": { "type": "integer" }, - "MessageHref": { + "MessageUUID": { "type": "string" } - }, - "required": [ - "Email", - "MessageUUID", - "MessageID", - "MessageHref" - ] + } } }, - "Bcc": { + "CustomID": { + "type": "string" + }, + "Status": { + "type": "string" + }, + "To": { "type": "array", "items": { "type": "object", @@ -67,31 +55,18 @@ "Email": { "type": "string" }, - "MessageUUID": { + "MessageHref": { "type": "string" }, "MessageID": { "type": "integer" }, - "MessageHref": { + "MessageUUID": { "type": "string" } - }, - "required": [ - "Email", - "MessageUUID", - "MessageID", - "MessageHref" - ] + } } } }, - "required": [ - "Status", - "CustomID", - "To", - "Cc", - "Bcc" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Mandrill/__schema__/v1.0.0/message/sendHtml.json b/packages/nodes-base/nodes/Mandrill/__schema__/v1.0.0/message/sendHtml.json index beb0d36741..0ed1e26f7a 100644 --- a/packages/nodes-base/nodes/Mandrill/__schema__/v1.0.0/message/sendHtml.json +++ b/packages/nodes-base/nodes/Mandrill/__schema__/v1.0.0/message/sendHtml.json @@ -1,20 +1,15 @@ { "type": "object", "properties": { + "_id": { + "type": "string" + }, "email": { "type": "string" }, "status": { "type": "string" - }, - "_id": { - "type": "string" } }, - "required": [ - "email", - "status", - "_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Mandrill/__schema__/v1.0.0/message/sendTemplate.json b/packages/nodes-base/nodes/Mandrill/__schema__/v1.0.0/message/sendTemplate.json index beb0d36741..0ed1e26f7a 100644 --- a/packages/nodes-base/nodes/Mandrill/__schema__/v1.0.0/message/sendTemplate.json +++ b/packages/nodes-base/nodes/Mandrill/__schema__/v1.0.0/message/sendTemplate.json @@ -1,20 +1,15 @@ { "type": "object", "properties": { + "_id": { + "type": "string" + }, "email": { "type": "string" }, "status": { "type": "string" - }, - "_id": { - "type": "string" } }, - "required": [ - "email", - "status", - "_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Marketstack/__schema__/v1.0.0/endOfDayData/getAll.json b/packages/nodes-base/nodes/Marketstack/__schema__/v1.0.0/endOfDayData/getAll.json index 1ed9e42327..1510f24f94 100644 --- a/packages/nodes-base/nodes/Marketstack/__schema__/v1.0.0/endOfDayData/getAll.json +++ b/packages/nodes-base/nodes/Marketstack/__schema__/v1.0.0/endOfDayData/getAll.json @@ -1,41 +1,24 @@ { "type": "object", "properties": { - "volume": { - "type": "integer" - }, - "split_factor": { - "type": "integer" + "date": { + "type": "string" }, "dividend": { "type": "integer" }, + "exchange": { + "type": "string" + }, + "split_factor": { + "type": "integer" + }, "symbol": { "type": "string" }, - "exchange": { - "type": "string" - }, - "date": { - "type": "string" + "volume": { + "type": "integer" } }, - "required": [ - "open", - "high", - "low", - "close", - "volume", - "adj_high", - "adj_low", - "adj_close", - "adj_open", - "adj_volume", - "split_factor", - "dividend", - "symbol", - "exchange", - "date" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Marketstack/__schema__/v1.0.0/ticker/get.json b/packages/nodes-base/nodes/Marketstack/__schema__/v1.0.0/ticker/get.json new file mode 100644 index 0000000000..fb86e3205d --- /dev/null +++ b/packages/nodes-base/nodes/Marketstack/__schema__/v1.0.0/ticker/get.json @@ -0,0 +1,44 @@ +{ + "type": "object", + "properties": { + "country": { + "type": "null" + }, + "has_eod": { + "type": "boolean" + }, + "has_intraday": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "stock_exchange": { + "type": "object", + "properties": { + "acronym": { + "type": "string" + }, + "city": { + "type": "string" + }, + "country_code": { + "type": "string" + }, + "mic": { + "type": "string" + }, + "name": { + "type": "string" + }, + "website": { + "type": "string" + } + } + }, + "symbol": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Matrix/__schema__/v1.0.0/message/create.json b/packages/nodes-base/nodes/Matrix/__schema__/v1.0.0/message/create.json index ce130c5e47..fbb079cf01 100644 --- a/packages/nodes-base/nodes/Matrix/__schema__/v1.0.0/message/create.json +++ b/packages/nodes-base/nodes/Matrix/__schema__/v1.0.0/message/create.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "event_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Matrix/__schema__/v1.0.0/message/getAll.json b/packages/nodes-base/nodes/Matrix/__schema__/v1.0.0/message/getAll.json index 51199ae95d..3c39665dd5 100644 --- a/packages/nodes-base/nodes/Matrix/__schema__/v1.0.0/message/getAll.json +++ b/packages/nodes-base/nodes/Matrix/__schema__/v1.0.0/message/getAll.json @@ -1,59 +1,23 @@ { "type": "object", "properties": { + "age": { + "type": "integer" + }, "content": { "type": "object", "properties": { - "msgtype": { - "type": "string" - }, "body": { "type": "string" }, - "com.beeper.linkpreviews": { - "type": "array", - "items": { - "type": "object", - "properties": { - "og:url": { - "type": "string" - }, - "og:title": { - "type": "string" - }, - "og:image": { - "type": "string" - }, - "matrix:image:size": { - "type": "integer" - }, - "og:image:width": { - "type": "integer" - }, - "og:image:height": { - "type": "integer" - }, - "og:image:type": { - "type": "string" - }, - "matched_url": { - "type": "string" - } - }, - "required": [ - "og:url", - "og:title", - "og:image", - "matrix:image:size", - "og:image:width", - "og:image:height", - "og:image:type", - "matched_url" - ] - } + "msgtype": { + "type": "string" } } }, + "event_id": { + "type": "string" + }, "origin_server_ts": { "type": "integer" }, @@ -71,21 +35,15 @@ "properties": { "age": { "type": "integer" + }, + "membership": { + "type": "string" } } }, - "event_id": { - "type": "string" - }, "user_id": { "type": "string" - }, - "age": { - "type": "integer" } }, - "required": [ - "event_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Mattermost/__schema__/v1.0.0/message/post.json b/packages/nodes-base/nodes/Mattermost/__schema__/v1.0.0/message/post.json index 466311d610..33e6a7516b 100644 --- a/packages/nodes-base/nodes/Mattermost/__schema__/v1.0.0/message/post.json +++ b/packages/nodes-base/nodes/Mattermost/__schema__/v1.0.0/message/post.json @@ -1,70 +1,32 @@ { "type": "object", "properties": { - "id": { + "channel_id": { "type": "string" }, "create_at": { "type": "integer" }, - "update_at": { + "delete_at": { "type": "integer" }, "edit_at": { "type": "integer" }, - "delete_at": { - "type": "integer" + "hashtags": { + "type": "string" + }, + "id": { + "type": "string" }, "is_pinned": { "type": "boolean" }, - "user_id": { - "type": "string" - }, - "channel_id": { - "type": "string" - }, - "root_id": { - "type": "string" - }, - "original_id": { - "type": "string" - }, - "message": { - "type": "string" - }, - "type": { - "type": "string" - }, - "props": { - "type": "object", - "properties": { - "from_bot": { - "type": "string" - } - }, - "required": [ - "attachments" - ] - }, - "hashtags": { - "type": "string" - }, - "pending_post_id": { - "type": "string" - }, - "remote_id": { - "type": "string" - }, - "reply_count": { - "type": "integer" - }, "last_reply_at": { "type": "integer" }, - "participants": { - "type": "null" + "message": { + "type": "string" }, "metadata": { "type": "object", @@ -77,16 +39,45 @@ "type": { "type": "string" } - }, - "required": [ - "type" - ] + } } } - }, - "required": [ - "embeds" - ] + } + }, + "original_id": { + "type": "string" + }, + "participants": { + "type": "null" + }, + "pending_post_id": { + "type": "string" + }, + "props": { + "type": "object", + "properties": { + "from_bot": { + "type": "string" + } + } + }, + "remote_id": { + "type": "string" + }, + "reply_count": { + "type": "integer" + }, + "root_id": { + "type": "string" + }, + "type": { + "type": "string" + }, + "update_at": { + "type": "integer" + }, + "user_id": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Medium/__schema__/v1.0.0/post/create.json b/packages/nodes-base/nodes/Medium/__schema__/v1.0.0/post/create.json index d67475948e..db21b71857 100644 --- a/packages/nodes-base/nodes/Medium/__schema__/v1.0.0/post/create.json +++ b/packages/nodes-base/nodes/Medium/__schema__/v1.0.0/post/create.json @@ -1,22 +1,13 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "title": { - "type": "string" - }, "authorId": { "type": "string" }, - "url": { - "type": "string" - }, "canonicalUrl": { "type": "string" }, - "publishStatus": { + "id": { "type": "string" }, "license": { @@ -25,14 +16,23 @@ "licenseUrl": { "type": "string" }, + "publishedAt": { + "type": "integer" + }, + "publishStatus": { + "type": "string" + }, "tags": { "type": "array", "items": { "type": "string" } }, - "publishedAt": { - "type": "integer" + "title": { + "type": "string" + }, + "url": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Metabase/__schema__/v1.0.0/questions/get.json b/packages/nodes-base/nodes/Metabase/__schema__/v1.0.0/questions/get.json index 50c57c8c19..d824737ce8 100644 --- a/packages/nodes-base/nodes/Metabase/__schema__/v1.0.0/questions/get.json +++ b/packages/nodes-base/nodes/Metabase/__schema__/v1.0.0/questions/get.json @@ -4,146 +4,17 @@ "archived": { "type": "boolean" }, - "creator": { - "type": "object", - "properties": { - "email": { - "type": "string" - }, - "first_name": { - "type": "string" - }, - "last_login": { - "type": "string" - }, - "is_qbnewb": { - "type": "boolean" - }, - "is_superuser": { - "type": "boolean" - }, - "id": { - "type": "integer" - }, - "date_joined": { - "type": "string" - }, - "common_name": { - "type": "string" - } - }, - "required": [ - "email", - "first_name", - "last_login", - "is_qbnewb", - "is_superuser", - "id", - "last_name", - "date_joined", - "common_name" - ] - }, - "can_write": { - "type": "boolean" - }, - "database_id": { - "type": "integer" - }, - "enable_embedding": { - "type": "boolean" - }, - "query_type": { - "type": "string" - }, - "name": { - "type": "string" - }, - "dashboard_count": { - "type": "integer" - }, - "creator_id": { - "type": "integer" - }, - "updated_at": { - "type": "string" - }, - "embedding_params": { + "cache_invalidated_at": { "type": "null" }, "cache_ttl": { "type": "null" }, - "dataset_query": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "native": { - "type": "object", - "properties": { - "query": { - "type": "string" - } - }, - "required": [ - "query", - "template-tags" - ] - }, - "database": { - "type": "integer" - } - }, - "required": [ - "type", - "database" - ] - }, - "id": { - "type": "integer" - }, - "display": { - "type": "string" - }, - "collection_preview": { + "can_run_adhoc_query": { "type": "boolean" }, - "last-edit-info": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "email": { - "type": "string" - }, - "first_name": { - "type": "string" - }, - "timestamp": { - "type": "string" - } - }, - "required": [ - "id", - "email", - "first_name", - "last_name", - "timestamp" - ] - }, - "visualization_settings": { - "type": "object", - "properties": { - "table.pivot_column": { - "type": "string" - }, - "table.cell_column": { - "type": "string" - } - } + "can_write": { + "type": "boolean" }, "collection": { "type": "object", @@ -151,84 +22,156 @@ "archived": { "type": "boolean" }, - "slug": { + "created_at": { + "type": "string" + }, + "is_personal": { + "type": "boolean" + }, + "is_sample": { + "type": "boolean" + }, + "location": { "type": "string" }, "name": { "type": "string" }, - "location": { - "type": "string" - }, "namespace": { "type": "null" }, - "created_at": { + "slug": { "type": "string" }, "type": { "type": "null" - }, - "is_sample": { - "type": "boolean" - }, - "is_personal": { - "type": "boolean" } - }, - "required": [ - "name", - "id" - ] + } + }, + "collection_preview": { + "type": "boolean" }, "created_at": { "type": "string" }, + "creator": { + "type": "object", + "properties": { + "common_name": { + "type": "string" + }, + "date_joined": { + "type": "string" + }, + "email": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "is_qbnewb": { + "type": "boolean" + }, + "is_superuser": { + "type": "boolean" + }, + "last_login": { + "type": "string" + } + } + }, + "creator_id": { + "type": "integer" + }, + "dashboard_count": { + "type": "integer" + }, + "database_id": { + "type": "integer" + }, + "dataset_query": { + "type": "object", + "properties": { + "database": { + "type": "integer" + }, + "native": { + "type": "object", + "properties": { + "query": { + "type": "string" + } + } + }, + "type": { + "type": "string" + } + } + }, + "display": { + "type": "string" + }, + "embedding_params": { + "type": "null" + }, + "enable_embedding": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "initially_published_at": { + "type": "null" + }, + "last-edit-info": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "timestamp": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, "parameter_usage_count": { "type": "integer" }, - "cache_invalidated_at": { - "type": "null" + "query_type": { + "type": "string" + }, + "type": { + "type": "string" + }, + "updated_at": { + "type": "string" }, "view_count": { "type": "integer" }, - "can_run_adhoc_query": { - "type": "boolean" - }, - "initially_published_at": { - "type": "null" - }, - "type": { - "type": "string" + "visualization_settings": { + "type": "object", + "properties": { + "table.cell_column": { + "type": "string" + }, + "table.pivot_column": { + "type": "string" + } + } } }, - "required": [ - "description", - "archived", - "collection_position", - "table_id", - "result_metadata", - "creator", - "can_write", - "database_id", - "enable_embedding", - "collection_id", - "query_type", - "name", - "dashboard_count", - "creator_id", - "updated_at", - "made_public_by_id", - "embedding_params", - "cache_ttl", - "dataset_query", - "id", - "display", - "visualization_settings", - "collection", - "created_at", - "public_uuid" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Entra/__schema__/v1.0.0/user/create.json b/packages/nodes-base/nodes/Microsoft/Entra/__schema__/v1.0.0/user/create.json index 058720cb9c..20fc73211a 100644 --- a/packages/nodes-base/nodes/Microsoft/Entra/__schema__/v1.0.0/user/create.json +++ b/packages/nodes-base/nodes/Microsoft/Entra/__schema__/v1.0.0/user/create.json @@ -4,10 +4,10 @@ "@odata.context": { "type": "string" }, - "id": { + "displayName": { "type": "string" }, - "displayName": { + "id": { "type": "string" }, "mobilePhone": { @@ -16,37 +16,20 @@ "officeLocation": { "type": "null" }, - "preferredLanguage": { - "type": "null" - }, - "userPrincipalName": { - "type": "string" - }, "passwordProfile": { "type": "object", "properties": { "forceChangePasswordNextSignIn": { "type": "boolean" } - }, - "required": [ - "forceChangePasswordNextSignIn" - ] + } + }, + "preferredLanguage": { + "type": "null" + }, + "userPrincipalName": { + "type": "string" } }, - "required": [ - "@odata.context", - "id", - "businessPhones", - "displayName", - "givenName", - "jobTitle", - "mail", - "mobilePhone", - "officeLocation", - "preferredLanguage", - "surname", - "userPrincipalName" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Entra/__schema__/v1.0.0/user/get.json b/packages/nodes-base/nodes/Microsoft/Entra/__schema__/v1.0.0/user/get.json index 12ca48980f..527385e7a0 100644 --- a/packages/nodes-base/nodes/Microsoft/Entra/__schema__/v1.0.0/user/get.json +++ b/packages/nodes-base/nodes/Microsoft/Entra/__schema__/v1.0.0/user/get.json @@ -4,22 +4,24 @@ "@odata.context": { "type": "string" }, - "id": { - "type": "string" - }, "createdDateTime": { "type": "string" }, "displayName": { "type": "string" }, + "id": { + "type": "string" + }, + "mailNickname": { + "type": "string" + }, + "securityIdentifier": { + "type": "string" + }, "userPrincipalName": { "type": "string" } }, - "required": [ - "@odata.context", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Entra/__schema__/v1.0.0/user/getAll.json b/packages/nodes-base/nodes/Microsoft/Entra/__schema__/v1.0.0/user/getAll.json index 7307817f10..48cc14ccc2 100644 --- a/packages/nodes-base/nodes/Microsoft/Entra/__schema__/v1.0.0/user/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/Entra/__schema__/v1.0.0/user/getAll.json @@ -1,16 +1,13 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, "createdDateTime": { "type": "string" }, "displayName": { "type": "string" }, - "userPrincipalName": { + "id": { "type": "string" }, "mailNickname": { @@ -18,10 +15,10 @@ }, "securityIdentifier": { "type": "string" + }, + "userPrincipalName": { + "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/download.json b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/download.json index 689a0be327..085d53b32e 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/download.json +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/download.json @@ -7,59 +7,14 @@ "lastModifiedDateTime": { "type": "string" }, - "webUrl": { + "name": { "type": "string" }, "size": { "type": "integer" }, - "parentReference": { - "type": "object", - "properties": { - "driveType": { - "type": "string" - }, - "driveId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "path": { - "type": "string" - }, - "siteId": { - "type": "string" - } - }, - "required": [ - "id" - ] - }, - "file": { - "type": "object", - "properties": { - "mimeType": { - "type": "string" - }, - "hashes": { - "type": "object", - "properties": { - "quickXorHash": { - "type": "string" - } - }, - "required": [ - "quickXorHash" - ] - } - }, - "required": [ - "mimeType" - ] + "webUrl": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/get.json b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/get.json index eabc2d1688..1cc5d46984 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/get.json +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/get.json @@ -1,59 +1,78 @@ { "type": "object", "properties": { - "@odata.context": { + "@microsoft.graph.downloadUrl": { "type": "string" }, - "@microsoft.graph.downloadUrl": { + "@odata.context": { "type": "string" }, "createdBy": { "type": "object", "properties": { + "application": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "id": { + "type": "string" + } + } + }, "user": { "type": "object", "properties": { + "displayName": { + "type": "string" + }, "email": { "type": "string" }, "id": { "type": "string" - }, - "displayName": { - "type": "string" } - }, - "required": [ - "id", - "displayName" - ] - }, - "application": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "displayName": { - "type": "string" - } - }, - "required": [ - "id", - "displayName" - ] + } } - }, - "required": [ - "user" - ] + } }, "createdDateTime": { "type": "string" }, + "cTag": { + "type": "string" + }, "eTag": { "type": "string" }, + "file": { + "type": "object", + "properties": { + "hashes": { + "type": "object", + "properties": { + "quickXorHash": { + "type": "string" + } + } + }, + "mimeType": { + "type": "string" + } + } + }, + "fileSystemInfo": { + "type": "object", + "properties": { + "createdDateTime": { + "type": "string" + }, + "lastModifiedDateTime": { + "type": "string" + } + } + }, "id": { "type": "string" }, @@ -63,25 +82,18 @@ "user": { "type": "object", "properties": { + "displayName": { + "type": "string" + }, "email": { "type": "string" }, "id": { "type": "string" - }, - "displayName": { - "type": "string" } - }, - "required": [ - "id", - "displayName" - ] + } } - }, - "required": [ - "user" - ] + } }, "lastModifiedDateTime": { "type": "string" @@ -92,10 +104,10 @@ "parentReference": { "type": "object", "properties": { - "driveType": { + "driveId": { "type": "string" }, - "driveId": { + "driveType": { "type": "string" }, "id": { @@ -110,76 +122,22 @@ "siteId": { "type": "string" } - }, - "required": [ - "driveType", - "driveId" - ] + } }, - "webUrl": { - "type": "string" - }, - "cTag": { - "type": "string" - }, - "file": { + "shared": { "type": "object", "properties": { - "hashes": { - "type": "object", - "properties": { - "quickXorHash": { - "type": "string" - }, - "sha1Hash": { - "type": "string" - }, - "sha256Hash": { - "type": "string" - } - }, - "required": [ - "quickXorHash" - ] - }, - "mimeType": { + "scope": { "type": "string" } - }, - "required": [ - "hashes", - "mimeType" - ] - }, - "fileSystemInfo": { - "type": "object", - "properties": { - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - } - }, - "required": [ - "createdDateTime", - "lastModifiedDateTime" - ] + } }, "size": { "type": "integer" + }, + "webUrl": { + "type": "string" } }, - "required": [ - "@odata.context", - "createdDateTime", - "id", - "lastModifiedDateTime", - "name", - "parentReference", - "webUrl", - "fileSystemInfo", - "size" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/rename.json b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/rename.json index 907458c89f..cbcad40cf9 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/rename.json +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/rename.json @@ -1,34 +1,10 @@ { "type": "object", "properties": { - "@odata.context": { - "type": "string" - }, "@microsoft.graph.downloadUrl": { "type": "string" }, - "createdDateTime": { - "type": "string" - }, - "cTag": { - "type": "string" - }, - "eTag": { - "type": "string" - }, - "id": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "name": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "webUrl": { + "@odata.context": { "type": "string" }, "createdBy": { @@ -43,11 +19,7 @@ "id": { "type": "string" } - }, - "required": [ - "displayName", - "id" - ] + } }, "user": { "type": "object", @@ -55,22 +27,54 @@ "displayName": { "type": "string" }, - "id": { - "type": "string" - }, "email": { "type": "string" + }, + "id": { + "type": "string" } - }, - "required": [ - "displayName", - "id" - ] + } } - }, - "required": [ - "user" - ] + } + }, + "createdDateTime": { + "type": "string" + }, + "cTag": { + "type": "string" + }, + "eTag": { + "type": "string" + }, + "file": { + "type": "object", + "properties": { + "hashes": { + "type": "object", + "properties": { + "quickXorHash": { + "type": "string" + } + } + }, + "mimeType": { + "type": "string" + } + } + }, + "fileSystemInfo": { + "type": "object", + "properties": { + "createdDateTime": { + "type": "string" + }, + "lastModifiedDateTime": { + "type": "string" + } + } + }, + "id": { + "type": "string" }, "lastModifiedBy": { "type": "object", @@ -84,11 +88,7 @@ "id": { "type": "string" } - }, - "required": [ - "displayName", - "id" - ] + } }, "user": { "type": "object", @@ -96,22 +96,21 @@ "displayName": { "type": "string" }, - "id": { - "type": "string" - }, "email": { "type": "string" + }, + "id": { + "type": "string" } - }, - "required": [ - "displayName", - "id" - ] + } } - }, - "required": [ - "user" - ] + } + }, + "lastModifiedDateTime": { + "type": "string" + }, + "name": { + "type": "string" }, "parentReference": { "type": "object", @@ -134,52 +133,13 @@ "siteId": { "type": "string" } - }, - "required": [ - "driveId", - "driveType", - "id", - "name", - "path" - ] + } }, - "file": { - "type": "object", - "properties": { - "mimeType": { - "type": "string" - }, - "hashes": { - "type": "object", - "properties": { - "quickXorHash": { - "type": "string" - } - }, - "required": [ - "quickXorHash" - ] - } - }, - "required": [ - "mimeType", - "hashes" - ] + "size": { + "type": "integer" }, - "fileSystemInfo": { - "type": "object", - "properties": { - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - } - }, - "required": [ - "createdDateTime", - "lastModifiedDateTime" - ] + "webUrl": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/search.json b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/search.json index 53945ab19d..8efc500b74 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/search.json +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/search.json @@ -1,89 +1,24 @@ { "type": "object", "properties": { - "createdDateTime": { - "type": "string" - }, - "id": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "name": { - "type": "string" - }, - "webUrl": { - "type": "string" - }, - "size": { - "type": "integer" - }, "createdBy": { "type": "object", "properties": { "user": { "type": "object", "properties": { - "email": { - "type": "string" - }, "displayName": { "type": "string" - } - }, - "required": [ - "displayName" - ] - } - }, - "required": [ - "user" - ] - }, - "lastModifiedBy": { - "type": "object", - "properties": { - "user": { - "type": "object", - "properties": { + }, "email": { "type": "string" - }, - "displayName": { - "type": "string" } - }, - "required": [ - "displayName" - ] + } } - }, - "required": [ - "user" - ] + } }, - "parentReference": { - "type": "object", - "properties": { - "driveType": { - "type": "string" - }, - "driveId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "siteId": { - "type": "string" - } - }, - "required": [ - "driveType", - "driveId", - "id" - ] + "createdDateTime": { + "type": "string" }, "file": { "type": "object", @@ -91,10 +26,7 @@ "mimeType": { "type": "string" } - }, - "required": [ - "mimeType" - ] + } }, "fileSystemInfo": { "type": "object", @@ -105,11 +37,55 @@ "lastModifiedDateTime": { "type": "string" } - }, - "required": [ - "createdDateTime", - "lastModifiedDateTime" - ] + } + }, + "id": { + "type": "string" + }, + "lastModifiedBy": { + "type": "object", + "properties": { + "user": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "email": { + "type": "string" + } + } + } + } + }, + "lastModifiedDateTime": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentReference": { + "type": "object", + "properties": { + "driveId": { + "type": "string" + }, + "driveType": { + "type": "string" + }, + "id": { + "type": "string" + }, + "siteId": { + "type": "string" + } + } + }, + "size": { + "type": "integer" + }, + "webUrl": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/share.json b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/share.json index c389e63401..5fccef4c9a 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/share.json +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/share.json @@ -4,9 +4,29 @@ "@odata.context": { "type": "string" }, + "hasPassword": { + "type": "boolean" + }, "id": { "type": "string" }, + "link": { + "type": "object", + "properties": { + "preventsDownload": { + "type": "boolean" + }, + "scope": { + "type": "string" + }, + "type": { + "type": "string" + }, + "webUrl": { + "type": "string" + } + } + }, "roles": { "type": "array", "items": { @@ -15,30 +35,6 @@ }, "shareId": { "type": "string" - }, - "hasPassword": { - "type": "boolean" - }, - "link": { - "type": "object", - "properties": { - "scope": { - "type": "string" - }, - "type": { - "type": "string" - }, - "webUrl": { - "type": "string" - }, - "preventsDownload": { - "type": "boolean" - } - }, - "required": [ - "type", - "webUrl" - ] } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/upload.json b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/upload.json index 30d890d1c6..cbcad40cf9 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/upload.json +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/upload.json @@ -1,76 +1,80 @@ { "type": "object", "properties": { - "@odata.context": { - "type": "string" - }, "@microsoft.graph.downloadUrl": { "type": "string" }, - "createdDateTime": { + "@odata.context": { "type": "string" }, - "eTag": { - "type": "string" - }, - "id": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "name": { - "type": "string" - }, - "webUrl": { - "type": "string" - }, - "cTag": { - "type": "string" - }, - "size": { - "type": "integer" - }, "createdBy": { "type": "object", "properties": { "application": { "type": "object", "properties": { - "id": { - "type": "string" - }, "displayName": { "type": "string" + }, + "id": { + "type": "string" } - }, - "required": [ - "id", - "displayName" - ] + } }, "user": { "type": "object", "properties": { + "displayName": { + "type": "string" + }, "email": { "type": "string" }, "id": { "type": "string" - }, - "displayName": { + } + } + } + } + }, + "createdDateTime": { + "type": "string" + }, + "cTag": { + "type": "string" + }, + "eTag": { + "type": "string" + }, + "file": { + "type": "object", + "properties": { + "hashes": { + "type": "object", + "properties": { + "quickXorHash": { "type": "string" } - }, - "required": [ - "id", - "displayName" - ] + } + }, + "mimeType": { + "type": "string" } - }, - "required": [ - "user" - ] + } + }, + "fileSystemInfo": { + "type": "object", + "properties": { + "createdDateTime": { + "type": "string" + }, + "lastModifiedDateTime": { + "type": "string" + } + } + }, + "id": { + "type": "string" }, "lastModifiedBy": { "type": "object", @@ -78,49 +82,43 @@ "application": { "type": "object", "properties": { - "id": { - "type": "string" - }, "displayName": { "type": "string" + }, + "id": { + "type": "string" } - }, - "required": [ - "id", - "displayName" - ] + } }, "user": { "type": "object", "properties": { + "displayName": { + "type": "string" + }, "email": { "type": "string" }, "id": { "type": "string" - }, - "displayName": { - "type": "string" } - }, - "required": [ - "id", - "displayName" - ] + } } - }, - "required": [ - "application", - "user" - ] + } + }, + "lastModifiedDateTime": { + "type": "string" + }, + "name": { + "type": "string" }, "parentReference": { "type": "object", "properties": { - "driveType": { + "driveId": { "type": "string" }, - "driveId": { + "driveType": { "type": "string" }, "id": { @@ -135,52 +133,13 @@ "siteId": { "type": "string" } - }, - "required": [ - "driveType", - "driveId", - "id", - "name", - "path" - ] + } }, - "file": { - "type": "object", - "properties": { - "mimeType": { - "type": "string" - }, - "hashes": { - "type": "object", - "properties": { - "quickXorHash": { - "type": "string" - } - }, - "required": [ - "quickXorHash" - ] - } - }, - "required": [ - "mimeType", - "hashes" - ] + "size": { + "type": "integer" }, - "fileSystemInfo": { - "type": "object", - "properties": { - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - } - }, - "required": [ - "createdDateTime", - "lastModifiedDateTime" - ] + "webUrl": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/create.json b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/create.json index e04da4fdd7..49a4ecdb1c 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/create.json +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/create.json @@ -7,30 +7,6 @@ "@odata.etag": { "type": "string" }, - "createdDateTime": { - "type": "string" - }, - "eTag": { - "type": "string" - }, - "id": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "name": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "webUrl": { - "type": "string" - }, - "cTag": { - "type": "string" - }, "commentSettings": { "type": "object", "properties": { @@ -40,15 +16,9 @@ "isDisabled": { "type": "boolean" } - }, - "required": [ - "isDisabled" - ] + } } - }, - "required": [ - "commentingDisabled" - ] + } }, "createdBy": { "type": "object", @@ -62,11 +32,7 @@ "id": { "type": "string" } - }, - "required": [ - "displayName", - "id" - ] + } }, "user": { "type": "object", @@ -80,16 +46,54 @@ "id": { "type": "string" } - }, - "required": [ - "displayName" - ] + } } - }, - "required": [ - "application", - "user" - ] + } + }, + "createdDateTime": { + "type": "string" + }, + "cTag": { + "type": "string" + }, + "eTag": { + "type": "string" + }, + "fileSystemInfo": { + "type": "object", + "properties": { + "createdDateTime": { + "type": "string" + }, + "lastModifiedDateTime": { + "type": "string" + } + } + }, + "folder": { + "type": "object", + "properties": { + "childCount": { + "type": "integer" + }, + "view": { + "type": "object", + "properties": { + "sortBy": { + "type": "string" + }, + "sortOrder": { + "type": "string" + }, + "viewType": { + "type": "string" + } + } + } + } + }, + "id": { + "type": "string" }, "lastModifiedBy": { "type": "object", @@ -103,11 +107,7 @@ "id": { "type": "string" } - }, - "required": [ - "displayName", - "id" - ] + } }, "user": { "type": "object", @@ -121,16 +121,15 @@ "id": { "type": "string" } - }, - "required": [ - "displayName" - ] + } } - }, - "required": [ - "application", - "user" - ] + } + }, + "lastModifiedDateTime": { + "type": "string" + }, + "name": { + "type": "string" }, "parentReference": { "type": "object", @@ -168,69 +167,15 @@ "webId": { "type": "string" } - }, - "required": [ - "listId", - "listItemUniqueId", - "siteId", - "siteUrl", - "tenantId", - "webId" - ] + } } - }, - "required": [ - "driveId", - "driveType", - "id", - "path" - ] + } }, - "fileSystemInfo": { - "type": "object", - "properties": { - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - } - }, - "required": [ - "createdDateTime", - "lastModifiedDateTime" - ] + "size": { + "type": "integer" }, - "folder": { - "type": "object", - "properties": { - "childCount": { - "type": "integer" - }, - "view": { - "type": "object", - "properties": { - "sortBy": { - "type": "string" - }, - "sortOrder": { - "type": "string" - }, - "viewType": { - "type": "string" - } - }, - "required": [ - "sortBy", - "sortOrder", - "viewType" - ] - } - }, - "required": [ - "childCount", - "view" - ] + "webUrl": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/getChildren.json b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/getChildren.json index 679349e16a..2de215d7bf 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/getChildren.json +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/getChildren.json @@ -10,58 +10,87 @@ "user": { "type": "object", "properties": { + "displayName": { + "type": "string" + }, "email": { "type": "string" }, "id": { "type": "string" - }, - "displayName": { - "type": "string" } - }, - "required": [ - "displayName" - ] + } } - }, - "required": [ - "user" - ] + } }, "createdDateTime": { "type": "string" }, + "cTag": { + "type": "string" + }, "eTag": { "type": "string" }, + "file": { + "type": "object", + "properties": { + "hashes": { + "type": "object", + "properties": { + "quickXorHash": { + "type": "string" + } + } + }, + "mimeType": { + "type": "string" + } + } + }, + "fileSystemInfo": { + "type": "object", + "properties": { + "createdDateTime": { + "type": "string" + }, + "lastModifiedDateTime": { + "type": "string" + } + } + }, "id": { "type": "string" }, "lastModifiedBy": { "type": "object", "properties": { + "application": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "id": { + "type": "string" + } + } + }, "user": { "type": "object", "properties": { + "displayName": { + "type": "string" + }, "email": { "type": "string" }, "id": { "type": "string" - }, - "displayName": { - "type": "string" } - }, - "required": [ - "displayName" - ] + } } - }, - "required": [ - "user" - ] + } }, "lastModifiedDateTime": { "type": "string" @@ -72,10 +101,10 @@ "parentReference": { "type": "object", "properties": { - "driveType": { + "driveId": { "type": "string" }, - "driveId": { + "driveType": { "type": "string" }, "id": { @@ -90,76 +119,22 @@ "siteId": { "type": "string" } - }, - "required": [ - "driveType", - "driveId", - "id", - "name", - "path" - ] + } }, - "webUrl": { - "type": "string" - }, - "cTag": { - "type": "string" - }, - "file": { + "shared": { "type": "object", "properties": { - "hashes": { - "type": "object", - "properties": { - "quickXorHash": { - "type": "string" - } - }, - "required": [ - "quickXorHash" - ] - }, - "mimeType": { + "scope": { "type": "string" } - }, - "required": [ - "hashes", - "mimeType" - ] - }, - "fileSystemInfo": { - "type": "object", - "properties": { - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - } - }, - "required": [ - "createdDateTime", - "lastModifiedDateTime" - ] + } }, "size": { "type": "integer" + }, + "webUrl": { + "type": "string" } }, - "required": [ - "createdBy", - "createdDateTime", - "eTag", - "id", - "lastModifiedBy", - "lastModifiedDateTime", - "name", - "parentReference", - "webUrl", - "cTag", - "fileSystemInfo", - "size" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/search.json b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/search.json index dc61441a07..8a7a874afc 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/search.json +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/search.json @@ -1,89 +1,24 @@ { "type": "object", "properties": { - "createdDateTime": { - "type": "string" - }, - "id": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "name": { - "type": "string" - }, - "webUrl": { - "type": "string" - }, - "size": { - "type": "integer" - }, "createdBy": { "type": "object", "properties": { "user": { "type": "object", "properties": { - "email": { - "type": "string" - }, "displayName": { "type": "string" - } - }, - "required": [ - "displayName" - ] - } - }, - "required": [ - "user" - ] - }, - "lastModifiedBy": { - "type": "object", - "properties": { - "user": { - "type": "object", - "properties": { + }, "email": { "type": "string" - }, - "displayName": { - "type": "string" } - }, - "required": [ - "displayName" - ] + } } - }, - "required": [ - "user" - ] + } }, - "parentReference": { - "type": "object", - "properties": { - "driveType": { - "type": "string" - }, - "driveId": { - "type": "string" - }, - "id": { - "type": "string" - }, - "siteId": { - "type": "string" - } - }, - "required": [ - "driveType", - "driveId", - "id" - ] + "createdDateTime": { + "type": "string" }, "fileSystemInfo": { "type": "object", @@ -94,11 +29,7 @@ "lastModifiedDateTime": { "type": "string" } - }, - "required": [ - "createdDateTime", - "lastModifiedDateTime" - ] + } }, "folder": { "type": "object", @@ -106,10 +37,55 @@ "childCount": { "type": "integer" } - }, - "required": [ - "childCount" - ] + } + }, + "id": { + "type": "string" + }, + "lastModifiedBy": { + "type": "object", + "properties": { + "user": { + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "email": { + "type": "string" + } + } + } + } + }, + "lastModifiedDateTime": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentReference": { + "type": "object", + "properties": { + "driveId": { + "type": "string" + }, + "driveType": { + "type": "string" + }, + "id": { + "type": "string" + }, + "siteId": { + "type": "string" + } + } + }, + "size": { + "type": "integer" + }, + "webUrl": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/calendar/create.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/calendar/create.json index da30732f05..be616c4e68 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/calendar/create.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/calendar/create.json @@ -4,62 +4,58 @@ "@odata.context": { "type": "string" }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "hexColor": { - "type": "string" - }, - "isDefaultCalendar": { - "type": "boolean" - }, - "changeKey": { - "type": "string" - }, - "canShare": { - "type": "boolean" - }, - "canViewPrivateItems": { - "type": "boolean" - }, - "canEdit": { - "type": "boolean" - }, "allowedOnlineMeetingProviders": { "type": "array", "items": { "type": "string" } }, + "canEdit": { + "type": "boolean" + }, + "canShare": { + "type": "boolean" + }, + "canViewPrivateItems": { + "type": "boolean" + }, + "changeKey": { + "type": "string" + }, + "color": { + "type": "string" + }, "defaultOnlineMeetingProvider": { "type": "string" }, - "isTallyingResponses": { + "hexColor": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isDefaultCalendar": { "type": "boolean" }, "isRemovable": { "type": "boolean" }, + "isTallyingResponses": { + "type": "boolean" + }, + "name": { + "type": "string" + }, "owner": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/calendar/get.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/calendar/get.json index 25a43c76f6..be616c4e68 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/calendar/get.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/calendar/get.json @@ -4,80 +4,59 @@ "@odata.context": { "type": "string" }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "hexColor": { - "type": "string" - }, - "isDefaultCalendar": { - "type": "boolean" - }, - "changeKey": { - "type": "string" - }, - "canShare": { - "type": "boolean" - }, - "canViewPrivateItems": { - "type": "boolean" - }, - "canEdit": { - "type": "boolean" - }, "allowedOnlineMeetingProviders": { "type": "array", "items": { "type": "string" } }, + "canEdit": { + "type": "boolean" + }, + "canShare": { + "type": "boolean" + }, + "canViewPrivateItems": { + "type": "boolean" + }, + "changeKey": { + "type": "string" + }, + "color": { + "type": "string" + }, "defaultOnlineMeetingProvider": { "type": "string" }, - "isTallyingResponses": { + "hexColor": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isDefaultCalendar": { "type": "boolean" }, "isRemovable": { "type": "boolean" }, + "isTallyingResponses": { + "type": "boolean" + }, + "name": { + "type": "string" + }, "owner": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } }, - "required": [ - "@odata.context", - "id", - "name", - "color", - "hexColor", - "isDefaultCalendar", - "changeKey", - "canShare", - "canViewPrivateItems", - "canEdit", - "allowedOnlineMeetingProviders", - "defaultOnlineMeetingProvider", - "isTallyingResponses", - "isRemovable", - "owner" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/calendar/getAll.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/calendar/getAll.json index 7f73772d15..3a84a10e07 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/calendar/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/calendar/getAll.json @@ -1,62 +1,58 @@ { "type": "object", "properties": { - "id": { - "type": "string" + "allowedOnlineMeetingProviders": { + "type": "array", + "items": { + "type": "string" + } }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "hexColor": { - "type": "string" - }, - "isDefaultCalendar": { + "canEdit": { "type": "boolean" }, - "changeKey": { - "type": "string" - }, "canShare": { "type": "boolean" }, "canViewPrivateItems": { "type": "boolean" }, - "canEdit": { - "type": "boolean" + "changeKey": { + "type": "string" }, - "allowedOnlineMeetingProviders": { - "type": "array", - "items": { - "type": "string" - } + "color": { + "type": "string" }, "defaultOnlineMeetingProvider": { "type": "string" }, - "isTallyingResponses": { + "hexColor": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isDefaultCalendar": { "type": "boolean" }, "isRemovable": { "type": "boolean" }, + "isTallyingResponses": { + "type": "boolean" + }, + "name": { + "type": "string" + }, "owner": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/create.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/create.json index 1465f5f1a5..81d56f79b7 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/create.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/create.json @@ -7,73 +7,19 @@ "@odata.etag": { "type": "string" }, - "id": { - "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "changeKey": { - "type": "string" - }, - "parentFolderId": { - "type": "string" - }, - "birthday": { - "type": "null" - }, - "fileAs": { - "type": "string" - }, - "displayName": { - "type": "string" - }, - "initials": { - "type": "null" - }, - "middleName": { - "type": "null" - }, - "nickName": { - "type": "null" - }, - "yomiGivenName": { - "type": "null" - }, - "yomiSurname": { - "type": "null" - }, - "yomiCompanyName": { - "type": "null" - }, - "generation": { - "type": "null" - }, - "profession": { - "type": "null" - }, - "manager": { - "type": "null" - }, - "homePhones": { - "type": "array", - "items": { - "type": "string" - } - }, "businessPhones": { "type": "array", "items": { "type": "string" } }, - "spouseName": { - "type": "null" + "changeKey": { + "type": "string" }, - "personalNotes": { + "createdDateTime": { + "type": "string" + }, + "displayName": { "type": "string" }, "emailAddresses": { @@ -87,54 +33,57 @@ "name": { "type": "string" } - }, - "required": [ - "address" - ] + } } + }, + "fileAs": { + "type": "string" + }, + "generation": { + "type": "null" + }, + "homePhones": { + "type": "array", + "items": { + "type": "string" + } + }, + "id": { + "type": "string" + }, + "initials": { + "type": "null" + }, + "lastModifiedDateTime": { + "type": "string" + }, + "middleName": { + "type": "null" + }, + "nickName": { + "type": "null" + }, + "parentFolderId": { + "type": "string" + }, + "personalNotes": { + "type": "string" + }, + "profession": { + "type": "null" + }, + "spouseName": { + "type": "null" + }, + "yomiCompanyName": { + "type": "null" + }, + "yomiGivenName": { + "type": "null" + }, + "yomiSurname": { + "type": "null" } }, - "required": [ - "@odata.context", - "@odata.etag", - "id", - "createdDateTime", - "lastModifiedDateTime", - "changeKey", - "categories", - "parentFolderId", - "birthday", - "fileAs", - "displayName", - "givenName", - "initials", - "middleName", - "nickName", - "surname", - "title", - "yomiGivenName", - "yomiSurname", - "yomiCompanyName", - "generation", - "imAddresses", - "jobTitle", - "companyName", - "department", - "officeLocation", - "profession", - "businessHomePage", - "assistantName", - "manager", - "homePhones", - "mobilePhone", - "businessPhones", - "spouseName", - "personalNotes", - "children", - "emailAddresses", - "homeAddress", - "businessAddress", - "otherAddress" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/get.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/get.json index 2419e1cba6..f9360cb9a1 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/get.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/get.json @@ -7,39 +7,32 @@ "@odata.etag": { "type": "string" }, - "id": { - "type": "string" - }, - "displayName": { - "type": "string" - }, "businessPhones": { "type": "array", "items": { "type": "string" } }, + "displayName": { + "type": "string" + }, "emailAddresses": { "type": "array", "items": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } + }, + "id": { + "type": "string" } }, - "required": [ - "@odata.context" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/getAll.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/getAll.json index 272fd12425..fadbb2771d 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/getAll.json @@ -4,39 +4,32 @@ "@odata.etag": { "type": "string" }, - "id": { - "type": "string" - }, - "displayName": { - "type": "string" - }, "businessPhones": { "type": "array", "items": { "type": "string" } }, + "displayName": { + "type": "string" + }, "emailAddresses": { "type": "array", "items": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "address" - ] + } } + }, + "id": { + "type": "string" } }, - "required": [ - "@odata.etag", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/create.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/create.json index 977640ff86..a2ce8bedbb 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/create.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/create.json @@ -7,132 +7,6 @@ "@odata.etag": { "type": "string" }, - "id": { - "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "changeKey": { - "type": "string" - }, - "categories": { - "type": "array", - "items": { - "type": "string" - } - }, - "receivedDateTime": { - "type": "string" - }, - "sentDateTime": { - "type": "string" - }, - "hasAttachments": { - "type": "boolean" - }, - "internetMessageId": { - "type": "string" - }, - "bodyPreview": { - "type": "string" - }, - "importance": { - "type": "string" - }, - "parentFolderId": { - "type": "string" - }, - "conversationId": { - "type": "string" - }, - "conversationIndex": { - "type": "string" - }, - "isDeliveryReceiptRequested": { - "type": "boolean" - }, - "isReadReceiptRequested": { - "type": "boolean" - }, - "isRead": { - "type": "boolean" - }, - "isDraft": { - "type": "boolean" - }, - "webLink": { - "type": "string" - }, - "inferenceClassification": { - "type": "string" - }, - "body": { - "type": "object", - "properties": { - "contentType": { - "type": "string" - }, - "content": { - "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] - }, - "toRecipients": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - } - } - }, - "required": [ - "emailAddress" - ] - } - }, - "ccRecipients": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] - } - }, "bccRecipients": { "type": "array", "items": { @@ -141,24 +15,93 @@ "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } - }, - "required": [ - "emailAddress" - ] + } } }, + "body": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "contentType": { + "type": "string" + } + } + }, + "bodyPreview": { + "type": "string" + }, + "categories": { + "type": "array", + "items": { + "type": "string" + } + }, + "changeKey": { + "type": "string" + }, + "conversationId": { + "type": "string" + }, + "conversationIndex": { + "type": "string" + }, + "createdDateTime": { + "type": "string" + }, + "flag": { + "type": "object", + "properties": { + "flagStatus": { + "type": "string" + } + } + }, + "hasAttachments": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "importance": { + "type": "string" + }, + "inferenceClassification": { + "type": "string" + }, + "internetMessageId": { + "type": "string" + }, + "isDeliveryReceiptRequested": { + "type": "boolean" + }, + "isDraft": { + "type": "boolean" + }, + "isRead": { + "type": "boolean" + }, + "isReadReceiptRequested": { + "type": "boolean" + }, + "lastModifiedDateTime": { + "type": "string" + }, + "parentFolderId": { + "type": "string" + }, + "receivedDateTime": { + "type": "string" + }, "replyTo": { "type": "array", "items": { @@ -167,66 +110,42 @@ "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } - }, - "required": [ - "emailAddress" - ] + } } }, - "flag": { - "type": "object", - "properties": { - "flagStatus": { - "type": "string" + "sentDateTime": { + "type": "string" + }, + "toRecipients": { + "type": "array", + "items": { + "type": "object", + "properties": { + "emailAddress": { + "type": "object", + "properties": { + "address": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } } - }, - "required": [ - "flagStatus" - ] + } + }, + "webLink": { + "type": "string" } }, - "required": [ - "@odata.context", - "@odata.etag", - "id", - "createdDateTime", - "lastModifiedDateTime", - "changeKey", - "categories", - "receivedDateTime", - "sentDateTime", - "hasAttachments", - "internetMessageId", - "subject", - "bodyPreview", - "importance", - "parentFolderId", - "conversationId", - "conversationIndex", - "isDeliveryReceiptRequested", - "isReadReceiptRequested", - "isRead", - "isDraft", - "webLink", - "inferenceClassification", - "body", - "toRecipients", - "ccRecipients", - "bccRecipients", - "replyTo", - "flag" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/get.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/get.json index d61ad46dae..65fe1f5469 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/get.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/get.json @@ -1,21 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "conversationId": { - "type": "string" - }, - "subject": { - "type": "string" - }, - "bodyPreview": { - "type": "string" - }, - "hasAttachments": { - "type": "boolean" - }, "@odata.context": { "type": "string" }, @@ -25,17 +10,28 @@ "body": { "type": "object", "properties": { - "contentType": { - "type": "string" - }, "content": { "type": "string" + }, + "contentType": { + "type": "string" } - }, - "required": [ - "contentType", - "content" - ] + } + }, + "bodyPreview": { + "type": "string" + }, + "conversationId": { + "type": "string" + }, + "hasAttachments": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "subject": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/send.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/send.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/send.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/send.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/update.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/update.json index 7a1c0ff341..84d67f4c70 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/update.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/update.json @@ -7,150 +7,20 @@ "@odata.etag": { "type": "string" }, - "id": { - "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "changeKey": { - "type": "string" - }, - "receivedDateTime": { - "type": "string" - }, - "sentDateTime": { - "type": "string" - }, - "hasAttachments": { - "type": "boolean" - }, - "internetMessageId": { - "type": "string" - }, - "subject": { - "type": "string" - }, - "bodyPreview": { - "type": "string" - }, - "importance": { - "type": "string" - }, - "parentFolderId": { - "type": "string" - }, - "conversationId": { - "type": "string" - }, - "conversationIndex": { - "type": "string" - }, - "isReadReceiptRequested": { - "type": "boolean" - }, - "isRead": { - "type": "boolean" - }, - "isDraft": { - "type": "boolean" - }, - "webLink": { - "type": "string" - }, - "inferenceClassification": { - "type": "string" - }, "body": { "type": "object", "properties": { - "contentType": { - "type": "string" - }, "content": { "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] - }, - "sender": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] - }, - "from": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] - }, - "toRecipients": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } }, - "required": [ - "emailAddress" - ] + "contentType": { + "type": "string" + } } }, + "bodyPreview": { + "type": "string" + }, "ccRecipients": { "type": "array", "items": { @@ -159,24 +29,86 @@ "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } - }, - "required": [ - "emailAddress" - ] + } } }, + "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": { @@ -185,66 +117,61 @@ "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } - }, - "required": [ - "emailAddress" - ] + } } }, - "flag": { + "sender": { "type": "object", "properties": { - "flagStatus": { - "type": "string" + "emailAddress": { + "type": "object", + "properties": { + "address": { + "type": "string" + }, + "name": { + "type": "string" + } + } } - }, - "required": [ - "flagStatus" - ] + } + }, + "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" } }, - "required": [ - "@odata.context", - "@odata.etag", - "id", - "createdDateTime", - "lastModifiedDateTime", - "changeKey", - "categories", - "receivedDateTime", - "sentDateTime", - "hasAttachments", - "internetMessageId", - "subject", - "bodyPreview", - "importance", - "parentFolderId", - "conversationId", - "conversationIndex", - "isDeliveryReceiptRequested", - "isReadReceiptRequested", - "isRead", - "isDraft", - "webLink", - "inferenceClassification", - "body", - "toRecipients", - "ccRecipients", - "bccRecipients", - "replyTo", - "flag" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/create.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/create.json index 70712486b2..84dccdc0a2 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/create.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/create.json @@ -7,16 +7,21 @@ "@odata.etag": { "type": "string" }, - "id": { - "type": "string" + "allowNewTimeProposals": { + "type": "boolean" }, - "createdDateTime": { - "type": "string" + "body": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "contentType": { + "type": "string" + } + } }, - "lastModifiedDateTime": { - "type": "string" - }, - "changeKey": { + "bodyPreview": { "type": "string" }, "categories": { @@ -25,126 +30,12 @@ "type": "string" } }, - "transactionId": { - "type": "null" - }, - "originalStartTimeZone": { + "changeKey": { "type": "string" }, - "originalEndTimeZone": { + "createdDateTime": { "type": "string" }, - "iCalUId": { - "type": "string" - }, - "uid": { - "type": "string" - }, - "reminderMinutesBeforeStart": { - "type": "integer" - }, - "isReminderOn": { - "type": "boolean" - }, - "hasAttachments": { - "type": "boolean" - }, - "bodyPreview": { - "type": "string" - }, - "importance": { - "type": "string" - }, - "sensitivity": { - "type": "string" - }, - "isAllDay": { - "type": "boolean" - }, - "isCancelled": { - "type": "boolean" - }, - "isOrganizer": { - "type": "boolean" - }, - "responseRequested": { - "type": "boolean" - }, - "seriesMasterId": { - "type": "null" - }, - "showAs": { - "type": "string" - }, - "type": { - "type": "string" - }, - "webLink": { - "type": "string" - }, - "isOnlineMeeting": { - "type": "boolean" - }, - "onlineMeetingProvider": { - "type": "string" - }, - "allowNewTimeProposals": { - "type": "boolean" - }, - "occurrenceId": { - "type": "null" - }, - "isDraft": { - "type": "boolean" - }, - "hideAttendees": { - "type": "boolean" - }, - "responseStatus": { - "type": "object", - "properties": { - "response": { - "type": "string" - }, - "time": { - "type": "string" - } - }, - "required": [ - "response", - "time" - ] - }, - "body": { - "type": "object", - "properties": { - "contentType": { - "type": "string" - }, - "content": { - "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] - }, - "start": { - "type": "object", - "properties": { - "dateTime": { - "type": "string" - }, - "timeZone": { - "type": "string" - } - }, - "required": [ - "dateTime", - "timeZone" - ] - }, "end": { "type": "object", "properties": { @@ -154,11 +45,43 @@ "timeZone": { "type": "string" } - }, - "required": [ - "dateTime", - "timeZone" - ] + } + }, + "hasAttachments": { + "type": "boolean" + }, + "hideAttendees": { + "type": "boolean" + }, + "iCalUId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "importance": { + "type": "string" + }, + "isAllDay": { + "type": "boolean" + }, + "isCancelled": { + "type": "boolean" + }, + "isDraft": { + "type": "boolean" + }, + "isOnlineMeeting": { + "type": "boolean" + }, + "isOrganizer": { + "type": "boolean" + }, + "isReminderOn": { + "type": "boolean" + }, + "lastModifiedDateTime": { + "type": "string" }, "location": { "type": "object", @@ -172,12 +95,7 @@ "uniqueIdType": { "type": "string" } - }, - "required": [ - "displayName", - "locationType", - "uniqueIdType" - ] + } }, "locations": { "type": "array", @@ -196,40 +114,88 @@ "uniqueIdType": { "type": "string" } - }, - "required": [ - "displayName", - "locationType", - "uniqueId", - "uniqueIdType" - ] + } } }, - "recurrence": { + "occurrenceId": { "type": "null" }, + "onlineMeetingProvider": { + "type": "string" + }, "organizer": { "type": "object", "properties": { "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } - }, - "required": [ - "emailAddress" - ] + } + }, + "originalEndTimeZone": { + "type": "string" + }, + "originalStartTimeZone": { + "type": "string" + }, + "recurrence": { + "type": "null" + }, + "reminderMinutesBeforeStart": { + "type": "integer" + }, + "responseRequested": { + "type": "boolean" + }, + "responseStatus": { + "type": "object", + "properties": { + "response": { + "type": "string" + }, + "time": { + "type": "string" + } + } + }, + "sensitivity": { + "type": "string" + }, + "seriesMasterId": { + "type": "null" + }, + "showAs": { + "type": "string" + }, + "start": { + "type": "object", + "properties": { + "dateTime": { + "type": "string" + }, + "timeZone": { + "type": "string" + } + } + }, + "transactionId": { + "type": "null" + }, + "type": { + "type": "string" + }, + "uid": { + "type": "string" + }, + "webLink": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/get.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/get.json index 3c8254629e..63968b0e7d 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/get.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/get.json @@ -7,10 +7,46 @@ "@odata.etag": { "type": "string" }, - "id": { + "attendees": { + "type": "array", + "items": { + "type": "object", + "properties": { + "emailAddress": { + "type": "object", + "properties": { + "address": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "status": { + "type": "object", + "properties": { + "response": { + "type": "string" + }, + "time": { + "type": "string" + } + } + }, + "type": { + "type": "string" + } + } + } + }, + "bodyPreview": { "type": "string" }, - "subject": { + "calendar@odata.associationLink": { + "type": "string" + }, + "calendar@odata.navigationLink": { "type": "string" }, "end": { @@ -22,23 +58,26 @@ "timeZone": { "type": "string" } - }, - "required": [ - "dateTime", - "timeZone" - ] + } }, - "calendar@odata.associationLink": { + "id": { "type": "string" }, - "calendar@odata.navigationLink": { - "type": "string" - }, - "bodyPreview": { - "type": "string" - }, - "webLink": { - "type": "string" + "organizer": { + "type": "object", + "properties": { + "emailAddress": { + "type": "object", + "properties": { + "address": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + } }, "start": { "type": "object", @@ -49,84 +88,14 @@ "timeZone": { "type": "string" } - }, - "required": [ - "dateTime", - "timeZone" - ] - }, - "attendees": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "status": { - "type": "object", - "properties": { - "response": { - "type": "string" - }, - "time": { - "type": "string" - } - }, - "required": [ - "response", - "time" - ] - }, - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "type", - "status", - "emailAddress" - ] } }, - "organizer": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] + "subject": { + "type": "string" + }, + "webLink": { + "type": "string" } }, - "required": [ - "@odata.context" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/getAll.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/getAll.json index c0bddb5f0f..f78d78248a 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/getAll.json @@ -4,55 +4,21 @@ "@odata.etag": { "type": "string" }, - "id": { - "type": "string" - }, - "subject": { - "type": "string" - }, - "bodyPreview": { - "type": "string" - }, - "webLink": { - "type": "string" - }, - "start": { - "type": "object", - "properties": { - "dateTime": { - "type": "string" - }, - "timeZone": { - "type": "string" - } - }, - "required": [ - "dateTime", - "timeZone" - ] - }, - "end": { - "type": "object", - "properties": { - "dateTime": { - "type": "string" - }, - "timeZone": { - "type": "string" - } - }, - "required": [ - "dateTime", - "timeZone" - ] - }, "attendees": { "type": "array", "items": { "type": "object", "properties": { - "type": { - "type": "string" + "emailAddress": { + "type": "object", + "properties": { + "address": { + "type": "string" + }, + "name": { + "type": "string" + } + } }, "status": { "type": "object", @@ -63,62 +29,61 @@ "time": { "type": "string" } - }, - "required": [ - "response", - "time" - ] + } }, - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] + "type": { + "type": "string" } - }, - "required": [ - "type", - "status", - "emailAddress" - ] + } } }, + "bodyPreview": { + "type": "string" + }, + "end": { + "type": "object", + "properties": { + "dateTime": { + "type": "string" + }, + "timeZone": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, "organizer": { "type": "object", "properties": { "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } - }, - "required": [ - "emailAddress" - ] + } + }, + "start": { + "type": "object", + "properties": { + "dateTime": { + "type": "string" + }, + "timeZone": { + "type": "string" + } + } + }, + "webLink": { + "type": "string" } }, - "required": [ - "@odata.etag", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/update.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/update.json index 660b128ff5..a2635cd4c8 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/update.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/update.json @@ -7,16 +7,54 @@ "@odata.etag": { "type": "string" }, - "id": { - "type": "string" + "allowNewTimeProposals": { + "type": "boolean" }, - "createdDateTime": { - "type": "string" + "attendees": { + "type": "array", + "items": { + "type": "object", + "properties": { + "emailAddress": { + "type": "object", + "properties": { + "address": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "status": { + "type": "object", + "properties": { + "response": { + "type": "string" + }, + "time": { + "type": "string" + } + } + }, + "type": { + "type": "string" + } + } + } }, - "lastModifiedDateTime": { - "type": "string" + "body": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "contentType": { + "type": "string" + } + } }, - "changeKey": { + "bodyPreview": { "type": "string" }, "categories": { @@ -25,126 +63,12 @@ "type": "string" } }, - "originalStartTimeZone": { + "changeKey": { "type": "string" }, - "originalEndTimeZone": { + "createdDateTime": { "type": "string" }, - "iCalUId": { - "type": "string" - }, - "uid": { - "type": "string" - }, - "reminderMinutesBeforeStart": { - "type": "integer" - }, - "isReminderOn": { - "type": "boolean" - }, - "hasAttachments": { - "type": "boolean" - }, - "subject": { - "type": "string" - }, - "bodyPreview": { - "type": "string" - }, - "importance": { - "type": "string" - }, - "sensitivity": { - "type": "string" - }, - "isAllDay": { - "type": "boolean" - }, - "isCancelled": { - "type": "boolean" - }, - "isOrganizer": { - "type": "boolean" - }, - "responseRequested": { - "type": "boolean" - }, - "seriesMasterId": { - "type": "null" - }, - "showAs": { - "type": "string" - }, - "type": { - "type": "string" - }, - "webLink": { - "type": "string" - }, - "isOnlineMeeting": { - "type": "boolean" - }, - "onlineMeetingProvider": { - "type": "string" - }, - "allowNewTimeProposals": { - "type": "boolean" - }, - "occurrenceId": { - "type": "null" - }, - "isDraft": { - "type": "boolean" - }, - "hideAttendees": { - "type": "boolean" - }, - "responseStatus": { - "type": "object", - "properties": { - "response": { - "type": "string" - }, - "time": { - "type": "string" - } - }, - "required": [ - "response", - "time" - ] - }, - "body": { - "type": "object", - "properties": { - "contentType": { - "type": "string" - }, - "content": { - "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] - }, - "start": { - "type": "object", - "properties": { - "dateTime": { - "type": "string" - }, - "timeZone": { - "type": "string" - } - }, - "required": [ - "dateTime", - "timeZone" - ] - }, "end": { "type": "object", "properties": { @@ -154,11 +78,43 @@ "timeZone": { "type": "string" } - }, - "required": [ - "dateTime", - "timeZone" - ] + } + }, + "hasAttachments": { + "type": "boolean" + }, + "hideAttendees": { + "type": "boolean" + }, + "iCalUId": { + "type": "string" + }, + "id": { + "type": "string" + }, + "importance": { + "type": "string" + }, + "isAllDay": { + "type": "boolean" + }, + "isCancelled": { + "type": "boolean" + }, + "isDraft": { + "type": "boolean" + }, + "isOnlineMeeting": { + "type": "boolean" + }, + "isOrganizer": { + "type": "boolean" + }, + "isReminderOn": { + "type": "boolean" + }, + "lastModifiedDateTime": { + "type": "string" }, "location": { "type": "object", @@ -172,12 +128,7 @@ "uniqueIdType": { "type": "string" } - }, - "required": [ - "displayName", - "locationType", - "uniqueIdType" - ] + } }, "locations": { "type": "array", @@ -196,63 +147,14 @@ "uniqueIdType": { "type": "string" } - }, - "required": [ - "displayName", - "locationType", - "uniqueId", - "uniqueIdType" - ] + } } }, - "recurrence": { + "occurrenceId": { "type": "null" }, - "attendees": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "status": { - "type": "object", - "properties": { - "response": { - "type": "string" - }, - "time": { - "type": "string" - } - }, - "required": [ - "response", - "time" - ] - }, - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "type", - "status", - "emailAddress" - ] - } + "onlineMeetingProvider": { + "type": "string" }, "organizer": { "type": "object", @@ -260,22 +162,73 @@ "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } - }, - "required": [ - "emailAddress" - ] + } + }, + "originalEndTimeZone": { + "type": "string" + }, + "originalStartTimeZone": { + "type": "string" + }, + "recurrence": { + "type": "null" + }, + "reminderMinutesBeforeStart": { + "type": "integer" + }, + "responseRequested": { + "type": "boolean" + }, + "responseStatus": { + "type": "object", + "properties": { + "response": { + "type": "string" + }, + "time": { + "type": "string" + } + } + }, + "sensitivity": { + "type": "string" + }, + "seriesMasterId": { + "type": "null" + }, + "showAs": { + "type": "string" + }, + "start": { + "type": "object", + "properties": { + "dateTime": { + "type": "string" + }, + "timeZone": { + "type": "string" + } + } + }, + "subject": { + "type": "string" + }, + "type": { + "type": "string" + }, + "uid": { + "type": "string" + }, + "webLink": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/create.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/create.json index 703c45f818..e820975da8 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/create.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/create.json @@ -4,29 +4,29 @@ "@odata.context": { "type": "string" }, - "id": { - "type": "string" + "childFolderCount": { + "type": "integer" }, "displayName": { "type": "string" }, + "id": { + "type": "string" + }, + "isHidden": { + "type": "boolean" + }, "parentFolderId": { "type": "string" }, - "childFolderCount": { - "type": "integer" - }, - "unreadItemCount": { + "sizeInBytes": { "type": "integer" }, "totalItemCount": { "type": "integer" }, - "sizeInBytes": { + "unreadItemCount": { "type": "integer" - }, - "isHidden": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/get.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/get.json index bca84e3db8..e820975da8 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/get.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/get.json @@ -4,34 +4,30 @@ "@odata.context": { "type": "string" }, - "id": { - "type": "string" + "childFolderCount": { + "type": "integer" }, "displayName": { "type": "string" }, + "id": { + "type": "string" + }, + "isHidden": { + "type": "boolean" + }, "parentFolderId": { "type": "string" }, - "childFolderCount": { - "type": "integer" - }, - "unreadItemCount": { + "sizeInBytes": { "type": "integer" }, "totalItemCount": { "type": "integer" }, - "sizeInBytes": { + "unreadItemCount": { "type": "integer" - }, - "isHidden": { - "type": "boolean" } }, - "required": [ - "@odata.context", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/getAll.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/getAll.json index 8c21aba0cc..83313e796e 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/getAll.json @@ -1,29 +1,29 @@ { "type": "object", "properties": { - "id": { - "type": "string" + "childFolderCount": { + "type": "integer" }, "displayName": { "type": "string" }, + "id": { + "type": "string" + }, + "isHidden": { + "type": "boolean" + }, "parentFolderId": { "type": "string" }, - "childFolderCount": { - "type": "integer" - }, - "unreadItemCount": { + "sizeInBytes": { "type": "integer" }, "totalItemCount": { "type": "integer" }, - "sizeInBytes": { + "unreadItemCount": { "type": "integer" - }, - "isHidden": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folderMessage/getAll.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folderMessage/getAll.json index 6889d3af2a..a10e1dc5ff 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folderMessage/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/folderMessage/getAll.json @@ -1,136 +1,23 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "conversationId": { - "type": "string" - }, - "subject": { - "type": "string" - }, - "bodyPreview": { - "type": "string" - }, - "categories": { - "type": "array", - "items": { - "type": "string" - } - }, - "hasAttachments": { - "type": "boolean" - }, "@odata.etag": { "type": "string" }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "changeKey": { - "type": "string" - }, - "receivedDateTime": { - "type": "string" - }, - "sentDateTime": { - "type": "string" - }, - "internetMessageId": { - "type": "string" - }, - "importance": { - "type": "string" - }, - "parentFolderId": { - "type": "string" - }, - "conversationIndex": { - "type": "string" - }, - "isReadReceiptRequested": { - "type": "boolean" - }, - "isRead": { - "type": "boolean" - }, - "isDraft": { - "type": "boolean" - }, - "webLink": { - "type": "string" - }, - "inferenceClassification": { - "type": "string" - }, "body": { "type": "object", "properties": { - "contentType": { - "type": "string" - }, "content": { "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] - }, - "sender": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] - }, - "toRecipients": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } }, - "required": [ - "emailAddress" - ] + "contentType": { + "type": "string" + } } }, + "bodyPreview": { + "type": "string" + }, "ccRecipients": { "type": "array", "items": { @@ -139,24 +26,86 @@ "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } - }, - "required": [ - "emailAddress" - ] + } } }, + "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": { @@ -165,38 +114,61 @@ "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } - }, - "required": [ - "emailAddress" - ] + } } }, - "flag": { + "sender": { "type": "object", "properties": { - "flagStatus": { - "type": "string" + "emailAddress": { + "type": "object", + "properties": { + "address": { + "type": "string" + }, + "name": { + "type": "string" + } + } } - }, - "required": [ - "flagStatus" - ] + } + }, + "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" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json index bbae41bf60..422cd0230e 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json @@ -7,7 +7,7 @@ "@odata.etag": { "type": "string" }, - "id": { + "bodyPreview": { "type": "string" }, "categories": { @@ -16,35 +16,17 @@ "type": "string" } }, - "hasAttachments": { - "type": "boolean" - }, - "subject": { - "type": "string" - }, - "bodyPreview": { - "type": "string" - }, "conversationId": { "type": "string" }, - "webLink": { + "hasAttachments": { + "type": "boolean" + }, + "id": { "type": "string" }, - "body": { - "type": "object", - "properties": { - "contentType": { - "type": "string" - }, - "content": { - "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] + "subject": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json index 38f1a2e737..a9d400c93a 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json @@ -1,10 +1,7 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "conversationId": { + "@odata.etag": { "type": "string" }, "bodyPreview": { @@ -16,184 +13,15 @@ "type": "string" } }, + "conversationId": { + "type": "string" + }, "hasAttachments": { "type": "boolean" }, - "@odata.etag": { + "id": { "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "changeKey": { - "type": "string" - }, - "receivedDateTime": { - "type": "string" - }, - "sentDateTime": { - "type": "string" - }, - "internetMessageId": { - "type": "string" - }, - "importance": { - "type": "string" - }, - "parentFolderId": { - "type": "string" - }, - "conversationIndex": { - "type": "string" - }, - "isReadReceiptRequested": { - "type": "boolean" - }, - "isRead": { - "type": "boolean" - }, - "isDraft": { - "type": "boolean" - }, - "webLink": { - "type": "string" - }, - "inferenceClassification": { - "type": "string" - }, - "body": { - "type": "object", - "properties": { - "contentType": { - "type": "string" - }, - "content": { - "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] - }, - "sender": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] - }, - "toRecipients": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] - } - }, - "ccRecipients": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] - } - }, - "replyTo": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] - } - }, - "flag": { - "type": "object", - "properties": { - "flagStatus": { - "type": "string" - } - }, - "required": [ - "flagStatus" - ] } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/reply.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/reply.json index a4f3fd9c8e..9f916f95c0 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/reply.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/reply.json @@ -7,40 +7,21 @@ "@odata.etag": { "type": "string" }, - "id": { - "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "changeKey": { - "type": "string" - }, - "receivedDateTime": { - "type": "string" - }, - "sentDateTime": { - "type": "string" - }, - "hasAttachments": { - "type": "boolean" - }, - "internetMessageId": { - "type": "string" - }, - "subject": { - "type": "string" + "body": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "contentType": { + "type": "string" + } + } }, "bodyPreview": { "type": "string" }, - "importance": { - "type": "string" - }, - "parentFolderId": { + "changeKey": { "type": "string" }, "conversationId": { @@ -49,61 +30,16 @@ "conversationIndex": { "type": "string" }, - "isDeliveryReceiptRequested": { - "type": "boolean" - }, - "isReadReceiptRequested": { - "type": "boolean" - }, - "isRead": { - "type": "boolean" - }, - "isDraft": { - "type": "boolean" - }, - "webLink": { + "createdDateTime": { "type": "string" }, - "inferenceClassification": { - "type": "string" - }, - "body": { + "flag": { "type": "object", "properties": { - "contentType": { - "type": "string" - }, - "content": { + "flagStatus": { "type": "string" } - }, - "required": [ - "contentType", - "content" - ] - }, - "sender": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] + } }, "from": { "type": "object", @@ -111,73 +47,51 @@ "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name" - ] + } } - }, - "required": [ - "emailAddress" - ] - }, - "toRecipients": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] } }, - "ccRecipients": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] - } + "hasAttachments": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "importance": { + "type": "string" + }, + "inferenceClassification": { + "type": "string" + }, + "internetMessageId": { + "type": "string" + }, + "isDeliveryReceiptRequested": { + "type": "boolean" + }, + "isDraft": { + "type": "boolean" + }, + "isRead": { + "type": "boolean" + }, + "isReadReceiptRequested": { + "type": "boolean" + }, + "lastModifiedDateTime": { + "type": "string" + }, + "parentFolderId": { + "type": "string" + }, + "receivedDateTime": { + "type": "string" }, "replyTo": { "type": "array", @@ -187,34 +101,60 @@ "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } - }, - "required": [ - "emailAddress" - ] + } } }, - "flag": { + "sender": { "type": "object", "properties": { - "flagStatus": { - "type": "string" + "emailAddress": { + "type": "object", + "properties": { + "address": { + "type": "string" + }, + "name": { + "type": "string" + } + } } - }, - "required": [ - "flagStatus" - ] + } + }, + "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": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/send.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/send.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/send.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/send.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/update.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/update.json index 8eb5656753..465c6a3d7c 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/update.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/update.json @@ -7,16 +7,18 @@ "@odata.etag": { "type": "string" }, - "id": { - "type": "string" + "body": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "contentType": { + "type": "string" + } + } }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "changeKey": { + "bodyPreview": { "type": "string" }, "categories": { @@ -25,138 +27,6 @@ "type": "string" } }, - "receivedDateTime": { - "type": "string" - }, - "sentDateTime": { - "type": "string" - }, - "hasAttachments": { - "type": "boolean" - }, - "internetMessageId": { - "type": "string" - }, - "subject": { - "type": "string" - }, - "bodyPreview": { - "type": "string" - }, - "importance": { - "type": "string" - }, - "parentFolderId": { - "type": "string" - }, - "conversationId": { - "type": "string" - }, - "conversationIndex": { - "type": "string" - }, - "isReadReceiptRequested": { - "type": "boolean" - }, - "isRead": { - "type": "boolean" - }, - "isDraft": { - "type": "boolean" - }, - "webLink": { - "type": "string" - }, - "inferenceClassification": { - "type": "string" - }, - "body": { - "type": "object", - "properties": { - "contentType": { - "type": "string" - }, - "content": { - "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] - }, - "sender": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] - }, - "from": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] - }, - "toRecipients": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emailAddress": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "required": [ - "name", - "address" - ] - } - }, - "required": [ - "emailAddress" - ] - } - }, "ccRecipients": { "type": "array", "items": { @@ -165,24 +35,86 @@ "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } - }, - "required": [ - "emailAddress" - ] + } } }, + "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": { @@ -191,34 +123,60 @@ "emailAddress": { "type": "object", "properties": { - "name": { - "type": "string" - }, "address": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "address" - ] + } } - }, - "required": [ - "emailAddress" - ] + } } }, - "flag": { + "sender": { "type": "object", "properties": { - "flagStatus": { - "type": "string" + "emailAddress": { + "type": "object", + "properties": { + "address": { + "type": "string" + }, + "name": { + "type": "string" + } + } } - }, - "required": [ - "flagStatus" - ] + } + }, + "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": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/download.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/download.json index d9fa3c474c..194cad4e93 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/download.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/download.json @@ -1,29 +1,29 @@ { "type": "object", "properties": { + "@odata.mediaContentType": { + "type": "string" + }, "@odata.type": { "type": "string" }, - "@odata.mediaContentType": { + "contentType": { "type": "string" }, "id": { "type": "string" }, + "isInline": { + "type": "boolean" + }, "lastModifiedDateTime": { "type": "string" }, "name": { "type": "string" }, - "contentType": { - "type": "string" - }, "size": { "type": "integer" - }, - "isInline": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/get.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/get.json index 1d99ce2ae1..965658c120 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/get.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/get.json @@ -4,47 +4,14 @@ "@odata.context": { "type": "string" }, - "value": { - "type": "array", - "items": { - "type": "object", - "properties": { - "@odata.type": { - "type": "string" - }, - "@odata.mediaContentType": { - "type": "string" - }, - "id": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "name": { - "type": "string" - }, - "contentType": { - "type": "string" - }, - "size": { - "type": "integer" - }, - "isInline": { - "type": "boolean" - } - }, - "required": [ - "@odata.type", - "@odata.mediaContentType", - "id", - "lastModifiedDateTime", - "name", - "contentType", - "size", - "isInline" - ] - } + "@odata.mediaContentType": { + "type": "string" + }, + "@odata.type": { + "type": "string" + }, + "id": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/getAll.json b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/getAll.json index cacb32c9c0..194cad4e93 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/getAll.json @@ -1,15 +1,21 @@ { "type": "object", "properties": { + "@odata.mediaContentType": { + "type": "string" + }, "@odata.type": { "type": "string" }, - "@odata.mediaContentType": { + "contentType": { "type": "string" }, "id": { "type": "string" }, + "isInline": { + "type": "boolean" + }, "lastModifiedDateTime": { "type": "string" }, @@ -18,14 +24,7 @@ }, "size": { "type": "integer" - }, - "isInline": { - "type": "boolean" } }, - "required": [ - "@odata.type", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/get.json b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/get.json index 00ef4ea70c..f736f8ff22 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/get.json +++ b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/get.json @@ -4,40 +4,27 @@ "@odata.context": { "type": "string" }, - "id": { - "type": "string" - }, "createdDateTime": { "type": "string" }, "displayName": { "type": "string" }, + "id": { + "type": "string" + }, + "isArchived": { + "type": "boolean" + }, + "membershipType": { + "type": "string" + }, "tenantId": { "type": "string" }, "webUrl": { "type": "string" - }, - "membershipType": { - "type": "string" - }, - "isArchived": { - "type": "boolean" } }, - "required": [ - "@odata.context", - "id", - "createdDateTime", - "displayName", - "description", - "isFavoriteByDefault", - "email", - "tenantId", - "webUrl", - "membershipType", - "isArchived" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/getAll.json b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/getAll.json index 5227812ba7..08a7fbcc1d 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/getAll.json @@ -1,39 +1,27 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, "createdDateTime": { "type": "string" }, "displayName": { "type": "string" }, + "id": { + "type": "string" + }, + "isArchived": { + "type": "boolean" + }, + "membershipType": { + "type": "string" + }, "tenantId": { "type": "string" }, "webUrl": { "type": "string" - }, - "membershipType": { - "type": "string" - }, - "isArchived": { - "type": "boolean" } }, - "required": [ - "id", - "createdDateTime", - "displayName", - "description", - "isFavoriteByDefault", - "email", - "tenantId", - "webUrl", - "membershipType", - "isArchived" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channelMessage/create.json b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channelMessage/create.json index 15c76e6d0c..39e607d033 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channelMessage/create.json +++ b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channelMessage/create.json @@ -4,50 +4,39 @@ "@odata.context": { "type": "string" }, - "id": { - "type": "string" + "body": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "contentType": { + "type": "string" + } + } }, - "etag": { - "type": "string" - }, - "messageType": { - "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "lastEditedDateTime": { - "type": "null" - }, - "deletedDateTime": { - "type": "null" - }, - "subject": { - "type": "null" - }, - "summary": { - "type": "null" + "channelIdentity": { + "type": "object", + "properties": { + "channelId": { + "type": "string" + }, + "teamId": { + "type": "string" + } + } }, "chatId": { "type": "null" }, - "importance": { + "createdDateTime": { "type": "string" }, - "locale": { - "type": "string" - }, - "webUrl": { - "type": "string" - }, - "onBehalfOf": { + "deletedDateTime": { "type": "null" }, - "policyViolation": { - "type": "null" + "etag": { + "type": "string" }, "eventDetail": { "type": "null" @@ -67,90 +56,55 @@ "@odata.type": { "type": "string" }, - "id": { - "type": "string" - }, "displayName": { "type": "string" }, - "userIdentityType": { + "id": { "type": "string" }, "tenantId": { "type": "string" + }, + "userIdentityType": { + "type": "string" } - }, - "required": [ - "@odata.type", - "id", - "displayName", - "userIdentityType", - "tenantId" - ] + } } - }, - "required": [ - "application", - "device", - "user" - ] + } }, - "body": { - "type": "object", - "properties": { - "contentType": { - "type": "string" - }, - "content": { - "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] + "id": { + "type": "string" }, - "channelIdentity": { - "type": "object", - "properties": { - "teamId": { - "type": "string" - }, - "channelId": { - "type": "string" - } - }, - "required": [ - "teamId", - "channelId" - ] + "importance": { + "type": "string" + }, + "lastEditedDateTime": { + "type": "null" + }, + "lastModifiedDateTime": { + "type": "string" + }, + "locale": { + "type": "string" + }, + "messageType": { + "type": "string" + }, + "onBehalfOf": { + "type": "null" + }, + "policyViolation": { + "type": "null" + }, + "subject": { + "type": "null" + }, + "summary": { + "type": "null" + }, + "webUrl": { + "type": "string" } }, - "required": [ - "@odata.context", - "id", - "replyToId", - "etag", - "messageType", - "createdDateTime", - "lastModifiedDateTime", - "lastEditedDateTime", - "deletedDateTime", - "subject", - "summary", - "chatId", - "importance", - "locale", - "webUrl", - "onBehalfOf", - "policyViolation", - "eventDetail", - "from", - "body", - "channelIdentity", - "attachments", - "mentions", - "reactions" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channelMessage/getAll.json b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channelMessage/getAll.json index 4cbd111579..47917f1986 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channelMessage/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/channelMessage/getAll.json @@ -1,39 +1,54 @@ { "type": "object", "properties": { - "id": { - "type": "string" + "attachments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "contentType": { + "type": "string" + }, + "id": { + "type": "string" + }, + "teamsAppId": { + "type": "null" + }, + "thumbnailUrl": { + "type": "null" + } + } + } }, - "replyToId": { - "type": "null" + "body": { + "type": "object", + "properties": { + "contentType": { + "type": "string" + } + } }, - "etag": { - "type": "string" - }, - "messageType": { - "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" + "channelIdentity": { + "type": "object", + "properties": { + "channelId": { + "type": "string" + }, + "teamId": { + "type": "string" + } + } }, "chatId": { "type": "null" }, - "importance": { + "createdDateTime": { "type": "string" }, - "locale": { + "etag": { "type": "string" }, - "webUrl": { - "type": "string" - }, - "policyViolation": { - "type": "null" - }, "from": { "type": "object", "properties": { @@ -46,84 +61,34 @@ "@odata.type": { "type": "string" }, - "id": { + "displayName": { "type": "string" }, - "userIdentityType": { + "id": { "type": "string" }, "tenantId": { "type": "string" + }, + "userIdentityType": { + "type": "string" } - }, - "required": [ - "@odata.type", - "id", - "displayName", - "userIdentityType", - "tenantId" - ] - } - }, - "required": [ - "application", - "device", - "user" - ] - }, - "body": { - "type": "object", - "properties": { - "contentType": { - "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] - }, - "channelIdentity": { - "type": "object", - "properties": { - "teamId": { - "type": "string" - }, - "channelId": { - "type": "string" - } - }, - "required": [ - "teamId", - "channelId" - ] - }, - "attachments": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "contentType": { - "type": "string" - }, - "thumbnailUrl": { - "type": "null" } - }, - "required": [ - "id", - "contentType", - "contentUrl", - "content", - "name", - "thumbnailUrl", - "teamsAppId" - ] + } } }, + "id": { + "type": "string" + }, + "importance": { + "type": "string" + }, + "lastModifiedDateTime": { + "type": "string" + }, + "locale": { + "type": "string" + }, "mentions": { "type": "array", "items": { @@ -132,15 +97,15 @@ "id": { "type": "integer" }, - "mentionText": { - "type": "string" - }, "mentioned": { "type": "object", "properties": { "application": { "type": "null" }, + "conversation": { + "type": "null" + }, "device": { "type": "null" }, @@ -153,49 +118,40 @@ "@odata.type": { "type": "string" }, - "id": { - "type": "string" - }, "displayName": { "type": "string" }, - "userIdentityType": { + "id": { "type": "string" }, "tenantId": { "type": "string" + }, + "userIdentityType": { + "type": "string" } - }, - "required": [ - "@odata.type", - "id", - "displayName", - "userIdentityType" - ] + } } - }, - "required": [ - "application", - "device", - "conversation", - "tag", - "user" - ] + } + }, + "mentionText": { + "type": "string" } - }, - "required": [ - "id", - "mentionText", - "mentioned" - ] + } } }, + "messageType": { + "type": "string" + }, + "policyViolation": { + "type": "null" + }, "reactions": { "type": "array", "items": { "type": "object", "properties": { - "reactionType": { + "createdDateTime": { "type": "string" }, "displayName": { @@ -204,7 +160,7 @@ "reactionContentUrl": { "type": "null" }, - "createdDateTime": { + "reactionType": { "type": "string" }, "user": { @@ -222,42 +178,30 @@ "@odata.type": { "type": "string" }, - "id": { - "type": "string" - }, "displayName": { "type": "null" }, - "userIdentityType": { + "id": { "type": "string" }, "tenantId": { "type": "string" + }, + "userIdentityType": { + "type": "string" } - }, - "required": [ - "@odata.type", - "id", - "displayName", - "userIdentityType" - ] + } } - }, - "required": [ - "application", - "device", - "user" - ] + } } - }, - "required": [ - "reactionType", - "displayName", - "reactionContentUrl", - "createdDateTime", - "user" - ] + } } + }, + "replyToId": { + "type": "null" + }, + "webUrl": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/chatMessage/create.json b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/chatMessage/create.json index dfa5489723..6f0748d4c9 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/chatMessage/create.json +++ b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/chatMessage/create.json @@ -4,54 +4,32 @@ "@odata.context": { "type": "string" }, - "id": { - "type": "string" + "body": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "contentType": { + "type": "string" + } + } }, - "replyToId": { - "type": "null" - }, - "etag": { - "type": "string" - }, - "messageType": { - "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "lastEditedDateTime": { - "type": "null" - }, - "deletedDateTime": { - "type": "null" - }, - "subject": { - "type": "null" - }, - "summary": { + "channelIdentity": { "type": "null" }, "chatId": { "type": "string" }, - "importance": { + "createdDateTime": { "type": "string" }, - "locale": { + "deletedDateTime": { + "type": "null" + }, + "etag": { "type": "string" }, - "webUrl": { - "type": "null" - }, - "channelIdentity": { - "type": "null" - }, - "policyViolation": { - "type": "null" - }, "eventDetail": { "type": "null" }, @@ -70,48 +48,54 @@ "@odata.type": { "type": "string" }, - "id": { - "type": "string" - }, "displayName": { "type": "string" }, - "userIdentityType": { + "id": { "type": "string" }, "tenantId": { "type": "string" + }, + "userIdentityType": { + "type": "string" } - }, - "required": [ - "@odata.type", - "id", - "displayName", - "userIdentityType", - "tenantId" - ] + } } - }, - "required": [ - "application", - "device", - "user" - ] + } }, - "body": { - "type": "object", - "properties": { - "contentType": { - "type": "string" - }, - "content": { - "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] + "id": { + "type": "string" + }, + "importance": { + "type": "string" + }, + "lastEditedDateTime": { + "type": "null" + }, + "lastModifiedDateTime": { + "type": "string" + }, + "locale": { + "type": "string" + }, + "messageType": { + "type": "string" + }, + "policyViolation": { + "type": "null" + }, + "replyToId": { + "type": "null" + }, + "subject": { + "type": "null" + }, + "summary": { + "type": "null" + }, + "webUrl": { + "type": "null" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/chatMessage/get.json b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/chatMessage/get.json index 8987c72cde..53e04e9953 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/chatMessage/get.json +++ b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/chatMessage/get.json @@ -4,48 +4,58 @@ "@odata.context": { "type": "string" }, - "id": { - "type": "string" + "attachments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "contentType": { + "type": "string" + }, + "contentUrl": { + "type": "null" + }, + "id": { + "type": "string" + }, + "name": { + "type": "null" + }, + "teamsAppId": { + "type": "null" + }, + "thumbnailUrl": { + "type": "null" + } + } + } }, - "replyToId": { - "type": "null" + "body": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "contentType": { + "type": "string" + } + } }, - "etag": { - "type": "string" - }, - "messageType": { - "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "lastEditedDateTime": { - "type": "null" - }, - "summary": { + "channelIdentity": { "type": "null" }, "chatId": { "type": "string" }, - "importance": { + "createdDateTime": { "type": "string" }, - "locale": { + "etag": { "type": "string" }, - "webUrl": { - "type": "null" - }, - "channelIdentity": { - "type": "null" - }, - "policyViolation": { - "type": "null" - }, "from": { "type": "object", "properties": { @@ -58,87 +68,37 @@ "@odata.type": { "type": "string" }, - "id": { - "type": "string" - }, "displayName": { "type": "string" }, - "userIdentityType": { + "id": { "type": "string" }, "tenantId": { "type": "string" + }, + "userIdentityType": { + "type": "string" } - }, - "required": [ - "@odata.type", - "id", - "displayName", - "userIdentityType", - "tenantId" - ] - } - }, - "required": [ - "application", - "device", - "user" - ] - }, - "body": { - "type": "object", - "properties": { - "contentType": { - "type": "string" - }, - "content": { - "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] - }, - "attachments": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "contentType": { - "type": "string" - }, - "contentUrl": { - "type": "null" - }, - "content": { - "type": "string" - }, - "name": { - "type": "null" - }, - "thumbnailUrl": { - "type": "null" - }, - "teamsAppId": { - "type": "null" } - }, - "required": [ - "id", - "contentType", - "contentUrl", - "content", - "name", - "thumbnailUrl", - "teamsAppId" - ] + } } }, + "id": { + "type": "string" + }, + "importance": { + "type": "string" + }, + "lastEditedDateTime": { + "type": "null" + }, + "lastModifiedDateTime": { + "type": "string" + }, + "locale": { + "type": "string" + }, "mentions": { "type": "array", "items": { @@ -147,70 +107,58 @@ "id": { "type": "integer" }, - "mentionText": { - "type": "string" - }, "mentioned": { "type": "object", "properties": { - "device": { - "type": "null" - }, - "user": { - "type": "null" - }, - "conversation": { - "type": "null" - }, - "tag": { - "type": "null" - }, "application": { "type": "object", "properties": { "@odata.type": { "type": "string" }, - "id": { + "applicationIdentityType": { "type": "string" }, "displayName": { "type": "string" }, - "applicationIdentityType": { + "id": { "type": "string" } - }, - "required": [ - "@odata.type", - "id", - "displayName", - "applicationIdentityType" - ] + } + }, + "conversation": { + "type": "null" + }, + "device": { + "type": "null" + }, + "tag": { + "type": "null" + }, + "user": { + "type": "null" } - }, - "required": [ - "device", - "user", - "conversation", - "tag", - "application" - ] + } + }, + "mentionText": { + "type": "string" } - }, - "required": [ - "id", - "mentionText", - "mentioned" - ] + } } }, + "messageType": { + "type": "string" + }, + "policyViolation": { + "type": "null" + }, "reactions": { "type": "array", "items": { "type": "object", "properties": { - "reactionType": { + "createdDateTime": { "type": "string" }, "displayName": { @@ -219,7 +167,7 @@ "reactionContentUrl": { "type": "null" }, - "createdDateTime": { + "reactionType": { "type": "string" }, "user": { @@ -237,43 +185,31 @@ "@odata.type": { "type": "string" }, - "id": { - "type": "string" - }, "displayName": { "type": "null" }, + "id": { + "type": "string" + }, "userIdentityType": { "type": "string" } - }, - "required": [ - "@odata.type", - "id", - "displayName", - "userIdentityType" - ] + } } - }, - "required": [ - "application", - "device", - "user" - ] + } } - }, - "required": [ - "reactionType", - "displayName", - "reactionContentUrl", - "createdDateTime", - "user" - ] + } } + }, + "replyToId": { + "type": "null" + }, + "summary": { + "type": "null" + }, + "webUrl": { + "type": "null" } }, - "required": [ - "@odata.context" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/chatMessage/getAll.json b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/chatMessage/getAll.json index af168f0ded..4e33b03a29 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/chatMessage/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/chatMessage/getAll.json @@ -1,99 +1,61 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "replyToId": { - "type": "null" - }, - "etag": { - "type": "string" - }, - "messageType": { - "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "chatId": { - "type": "string" - }, - "importance": { - "type": "string" - }, - "locale": { - "type": "string" - }, - "webUrl": { - "type": "null" - }, - "channelIdentity": { - "type": "null" - }, - "policyViolation": { - "type": "null" - }, - "from": { - "type": "object", - "properties": { - "device": { - "type": "null" - } - }, - "required": [ - "application", - "device", - "user" - ] - }, - "body": { - "type": "object", - "properties": { - "contentType": { - "type": "string" - }, - "content": { - "type": "string" - } - }, - "required": [ - "contentType", - "content" - ] - }, "attachments": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, "contentType": { "type": "string" }, - "thumbnailUrl": { - "type": "null" + "id": { + "type": "string" }, "teamsAppId": { "type": "null" + }, + "thumbnailUrl": { + "type": "null" } - }, - "required": [ - "id", - "contentType", - "contentUrl", - "content", - "name", - "thumbnailUrl", - "teamsAppId" - ] + } } }, + "body": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "contentType": { + "type": "string" + } + } + }, + "channelIdentity": { + "type": "null" + }, + "chatId": { + "type": "string" + }, + "createdDateTime": { + "type": "string" + }, + "etag": { + "type": "string" + }, + "id": { + "type": "string" + }, + "importance": { + "type": "string" + }, + "lastModifiedDateTime": { + "type": "string" + }, + "locale": { + "type": "string" + }, "mentions": { "type": "array", "items": { @@ -102,15 +64,9 @@ "id": { "type": "integer" }, - "mentionText": { - "type": "string" - }, "mentioned": { "type": "object", "properties": { - "application": { - "type": "null" - }, "device": { "type": "null" }, @@ -123,49 +79,40 @@ "@odata.type": { "type": "string" }, - "id": { - "type": "string" - }, "displayName": { "type": "string" }, - "userIdentityType": { + "id": { "type": "string" }, "tenantId": { "type": "string" + }, + "userIdentityType": { + "type": "string" } - }, - "required": [ - "@odata.type", - "id", - "displayName", - "userIdentityType" - ] + } } - }, - "required": [ - "application", - "device", - "conversation", - "tag", - "user" - ] + } + }, + "mentionText": { + "type": "string" } - }, - "required": [ - "id", - "mentionText", - "mentioned" - ] + } } }, + "messageType": { + "type": "string" + }, + "policyViolation": { + "type": "null" + }, "reactions": { "type": "array", "items": { "type": "object", "properties": { - "reactionType": { + "createdDateTime": { "type": "string" }, "displayName": { @@ -174,7 +121,7 @@ "reactionContentUrl": { "type": "null" }, - "createdDateTime": { + "reactionType": { "type": "string" }, "user": { @@ -192,42 +139,30 @@ "@odata.type": { "type": "string" }, - "id": { - "type": "string" - }, "displayName": { "type": "null" }, - "userIdentityType": { + "id": { "type": "string" }, "tenantId": { "type": "string" + }, + "userIdentityType": { + "type": "string" } - }, - "required": [ - "@odata.type", - "id", - "displayName", - "userIdentityType" - ] + } } - }, - "required": [ - "application", - "device", - "user" - ] + } } - }, - "required": [ - "reactionType", - "displayName", - "reactionContentUrl", - "createdDateTime", - "user" - ] + } } + }, + "replyToId": { + "type": "null" + }, + "webUrl": { + "type": "null" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/task/create.json b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/task/create.json index 5732dfca45..3c835b0638 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/task/create.json +++ b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/task/create.json @@ -7,60 +7,27 @@ "@odata.etag": { "type": "string" }, - "planId": { + "activeChecklistItemCount": { + "type": "integer" + }, + "assigneePriority": { "type": "string" }, "bucketId": { "type": "string" }, - "title": { - "type": "string" - }, - "orderHint": { - "type": "string" - }, - "assigneePriority": { - "type": "string" - }, - "percentComplete": { + "checklistItemCount": { "type": "integer" }, - "startDateTime": { + "completedBy": { "type": "null" }, - "createdDateTime": { - "type": "string" - }, - "hasDescription": { - "type": "boolean" - }, - "previewType": { - "type": "string" - }, "completedDateTime": { "type": "null" }, - "referenceCount": { - "type": "integer" - }, - "checklistItemCount": { - "type": "integer" - }, - "activeChecklistItemCount": { - "type": "integer" - }, "conversationThreadId": { "type": "null" }, - "priority": { - "type": "integer" - }, - "id": { - "type": "string" - }, - "completedBy": { - "type": "null" - }, "createdBy": { "type": "object", "properties": { @@ -73,11 +40,7 @@ "id": { "type": "string" } - }, - "required": [ - "displayName", - "id" - ] + } }, "user": { "type": "object", @@ -88,44 +51,43 @@ "id": { "type": "string" } - }, - "required": [ - "displayName", - "id" - ] + } } - }, - "required": [ - "application", - "user" - ] + } + }, + "createdDateTime": { + "type": "string" + }, + "hasDescription": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "orderHint": { + "type": "string" + }, + "percentComplete": { + "type": "integer" + }, + "planId": { + "type": "string" + }, + "previewType": { + "type": "string" + }, + "priority": { + "type": "integer" + }, + "referenceCount": { + "type": "integer" + }, + "startDateTime": { + "type": "null" + }, + "title": { + "type": "string" } }, - "required": [ - "@odata.context", - "@odata.etag", - "planId", - "bucketId", - "title", - "orderHint", - "assigneePriority", - "percentComplete", - "startDateTime", - "createdDateTime", - "dueDateTime", - "hasDescription", - "previewType", - "completedDateTime", - "referenceCount", - "checklistItemCount", - "activeChecklistItemCount", - "conversationThreadId", - "priority", - "id", - "completedBy", - "createdBy", - "appliedCategories", - "assignments" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/task/getAll.json b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/task/getAll.json index cb99de0409..dc7acd5c4e 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/task/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/Teams/__schema__/v2.0.0/task/getAll.json @@ -4,45 +4,15 @@ "@odata.etag": { "type": "string" }, - "planId": { - "type": "string" - }, - "title": { - "type": "string" - }, - "orderHint": { - "type": "string" + "activeChecklistItemCount": { + "type": "integer" }, "assigneePriority": { "type": "string" }, - "percentComplete": { - "type": "integer" - }, - "createdDateTime": { - "type": "string" - }, - "hasDescription": { - "type": "boolean" - }, - "previewType": { - "type": "string" - }, - "referenceCount": { - "type": "integer" - }, "checklistItemCount": { "type": "integer" }, - "activeChecklistItemCount": { - "type": "integer" - }, - "priority": { - "type": "integer" - }, - "id": { - "type": "string" - }, "createdBy": { "type": "object", "properties": { @@ -55,11 +25,7 @@ "id": { "type": "string" } - }, - "required": [ - "displayName", - "id" - ] + } }, "user": { "type": "object", @@ -70,42 +36,40 @@ "id": { "type": "string" } - }, - "required": [ - "displayName", - "id" - ] + } } - }, - "required": [ - "user" - ] + } + }, + "createdDateTime": { + "type": "string" + }, + "hasDescription": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "orderHint": { + "type": "string" + }, + "percentComplete": { + "type": "integer" + }, + "planId": { + "type": "string" + }, + "previewType": { + "type": "string" + }, + "priority": { + "type": "integer" + }, + "referenceCount": { + "type": "integer" + }, + "title": { + "type": "string" } }, - "required": [ - "@odata.etag", - "planId", - "bucketId", - "title", - "orderHint", - "assigneePriority", - "percentComplete", - "startDateTime", - "createdDateTime", - "dueDateTime", - "hasDescription", - "previewType", - "completedDateTime", - "referenceCount", - "checklistItemCount", - "activeChecklistItemCount", - "conversationThreadId", - "priority", - "id", - "completedBy", - "createdBy", - "appliedCategories", - "assignments" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/create.json b/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/create.json index 6577b2d0d6..b35165fe85 100644 --- a/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/create.json +++ b/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/create.json @@ -10,6 +10,9 @@ "displayName": { "type": "string" }, + "id": { + "type": "string" + }, "isOwner": { "type": "boolean" }, @@ -18,19 +21,7 @@ }, "wellknownListName": { "type": "string" - }, - "id": { - "type": "string" } }, - "required": [ - "@odata.context", - "@odata.etag", - "displayName", - "isOwner", - "isShared", - "wellknownListName", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/getAll.json b/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/getAll.json index ac40ed6f16..f506ab7977 100644 --- a/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/getAll.json @@ -7,6 +7,9 @@ "displayName": { "type": "string" }, + "id": { + "type": "string" + }, "isOwner": { "type": "boolean" }, @@ -15,18 +18,7 @@ }, "wellknownListName": { "type": "string" - }, - "id": { - "type": "string" } }, - "required": [ - "@odata.etag", - "displayName", - "isOwner", - "isShared", - "wellknownListName", - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/create.json b/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/create.json index c9f0708796..9f0518bd05 100644 --- a/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/create.json +++ b/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/create.json @@ -7,30 +7,6 @@ "@odata.etag": { "type": "string" }, - "importance": { - "type": "string" - }, - "isReminderOn": { - "type": "boolean" - }, - "status": { - "type": "string" - }, - "title": { - "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "hasAttachments": { - "type": "boolean" - }, - "id": { - "type": "string" - }, "body": { "type": "object", "properties": { @@ -40,11 +16,31 @@ "contentType": { "type": "string" } - }, - "required": [ - "content", - "contentType" - ] + } + }, + "createdDateTime": { + "type": "string" + }, + "hasAttachments": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "importance": { + "type": "string" + }, + "isReminderOn": { + "type": "boolean" + }, + "lastModifiedDateTime": { + "type": "string" + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/getAll.json b/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/getAll.json index 5ecd88f824..a2d1c2c855 100644 --- a/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/getAll.json +++ b/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/getAll.json @@ -4,36 +4,6 @@ "@odata.etag": { "type": "string" }, - "importance": { - "type": "string" - }, - "isReminderOn": { - "type": "boolean" - }, - "status": { - "type": "string" - }, - "title": { - "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "hasAttachments": { - "type": "boolean" - }, - "categories": { - "type": "array", - "items": { - "type": "string" - } - }, - "id": { - "type": "string" - }, "body": { "type": "object", "properties": { @@ -43,40 +13,38 @@ "contentType": { "type": "string" } - }, - "required": [ - "content", - "contentType" - ] + } }, - "completedDateTime": { - "type": "object", - "properties": { - "dateTime": { - "type": "string" - }, - "timeZone": { - "type": "string" - } - }, - "required": [ - "dateTime", - "timeZone" - ] + "categories": { + "type": "array", + "items": { + "type": "string" + } + }, + "createdDateTime": { + "type": "string" + }, + "hasAttachments": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "importance": { + "type": "string" + }, + "isReminderOn": { + "type": "boolean" + }, + "lastModifiedDateTime": { + "type": "string" + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" } }, - "required": [ - "@odata.etag", - "importance", - "isReminderOn", - "status", - "title", - "createdDateTime", - "lastModifiedDateTime", - "hasAttachments", - "categories", - "id", - "body" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/update.json b/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/update.json index 629f971f23..9f0518bd05 100644 --- a/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/update.json +++ b/packages/nodes-base/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/update.json @@ -7,30 +7,6 @@ "@odata.etag": { "type": "string" }, - "importance": { - "type": "string" - }, - "isReminderOn": { - "type": "boolean" - }, - "status": { - "type": "string" - }, - "title": { - "type": "string" - }, - "createdDateTime": { - "type": "string" - }, - "lastModifiedDateTime": { - "type": "string" - }, - "hasAttachments": { - "type": "boolean" - }, - "id": { - "type": "string" - }, "body": { "type": "object", "properties": { @@ -40,26 +16,32 @@ "contentType": { "type": "string" } - }, - "required": [ - "content", - "contentType" - ] + } + }, + "createdDateTime": { + "type": "string" + }, + "hasAttachments": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "importance": { + "type": "string" + }, + "isReminderOn": { + "type": "boolean" + }, + "lastModifiedDateTime": { + "type": "string" + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" } }, - "required": [ - "@odata.context", - "@odata.etag", - "importance", - "isReminderOn", - "status", - "title", - "createdDateTime", - "lastModifiedDateTime", - "hasAttachments", - "categories", - "id", - "body" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Mindee/__schema__/v3.0.0/invoice/predict.json b/packages/nodes-base/nodes/Mindee/__schema__/v3.0.0/invoice/predict.json index 62dd6c08c7..7c4b15d90e 100644 --- a/packages/nodes-base/nodes/Mindee/__schema__/v3.0.0/invoice/predict.json +++ b/packages/nodes-base/nodes/Mindee/__schema__/v3.0.0/invoice/predict.json @@ -1,16 +1,25 @@ { "type": "object", "properties": { + "currency": { + "type": "string" + }, + "customer_name": { + "type": "string" + }, + "date": { + "type": "string" + }, + "document_type": { + "type": "string" + }, + "due_date": { + "type": "string" + }, "id": { "type": "string" }, - "name": { - "type": "string" - }, - "number_of_pages": { - "type": "integer" - }, - "document_type": { + "invoice_number": { "type": "string" }, "line_items": { @@ -21,50 +30,24 @@ "description": { "type": "string" } - }, - "required": [ - "description", - "product_code", - "quantity", - "tax_amount", - "tax_rate", - "total_amount", - "unit_price" - ] + } } }, - "currency": { + "name": { "type": "string" }, - "supplier_name": { - "type": "string" - }, - "customer_name": { - "type": "string" - }, - "date": { - "type": "string" - }, - "due_date": { - "type": "string" - }, - "invoice_number": { - "type": "string" + "number_of_pages": { + "type": "integer" }, "payment_date": { "type": "string" }, "supplier_address": { "type": "string" + }, + "supplier_name": { + "type": "string" } }, - "required": [ - "id", - "name", - "number_of_pages", - "document_type", - "line_items", - "currency" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Mindee/__schema__/v3.0.0/receipt/predict.json b/packages/nodes-base/nodes/Mindee/__schema__/v3.0.0/receipt/predict.json index 83332ff27a..822568b655 100644 --- a/packages/nodes-base/nodes/Mindee/__schema__/v3.0.0/receipt/predict.json +++ b/packages/nodes-base/nodes/Mindee/__schema__/v3.0.0/receipt/predict.json @@ -1,6 +1,18 @@ { "type": "object", "properties": { + "category": { + "type": "string" + }, + "currency": { + "type": "string" + }, + "date": { + "type": "string" + }, + "document_type": { + "type": "string" + }, "id": { "type": "string" }, @@ -10,16 +22,7 @@ "number_of_pages": { "type": "integer" }, - "category": { - "type": "string" - }, - "date": { - "type": "string" - }, - "document_type": { - "type": "string" - }, - "currency": { + "subcategory": { "type": "string" }, "supplier": { @@ -27,9 +30,6 @@ }, "time": { "type": "string" - }, - "subcategory": { - "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/board/create.json b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/board/create.json index 9db482b639..d590d8cf9d 100644 --- a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/board/create.json +++ b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/board/create.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/board/get.json b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/board/get.json index 5f3b8c39a4..94b4eb4b51 100644 --- a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/board/get.json +++ b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/board/get.json @@ -1,18 +1,15 @@ { "type": "object", "properties": { + "board_kind": { + "type": "string" + }, "id": { "type": "string" }, "name": { "type": "string" }, - "state": { - "type": "string" - }, - "board_kind": { - "type": "string" - }, "owners": { "type": "array", "items": { @@ -21,21 +18,12 @@ "id": { "type": "string" } - }, - "required": [ - "id" - ] + } } + }, + "state": { + "type": "string" } }, - "required": [ - "id", - "name", - "description", - "state", - "board_folder_id", - "board_kind", - "owners" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/board/getAll.json b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/board/getAll.json index 5f3b8c39a4..94b4eb4b51 100644 --- a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/board/getAll.json +++ b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/board/getAll.json @@ -1,18 +1,15 @@ { "type": "object", "properties": { + "board_kind": { + "type": "string" + }, "id": { "type": "string" }, "name": { "type": "string" }, - "state": { - "type": "string" - }, - "board_kind": { - "type": "string" - }, "owners": { "type": "array", "items": { @@ -21,21 +18,12 @@ "id": { "type": "string" } - }, - "required": [ - "id" - ] + } } + }, + "state": { + "type": "string" } }, - "required": [ - "id", - "name", - "description", - "state", - "board_folder_id", - "board_kind", - "owners" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardColumn/create.json b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardColumn/create.json index 9db482b639..d590d8cf9d 100644 --- a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardColumn/create.json +++ b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardColumn/create.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardColumn/getAll.json b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardColumn/getAll.json index 1ac2475172..57f2d9d181 100644 --- a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardColumn/getAll.json +++ b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardColumn/getAll.json @@ -1,28 +1,21 @@ { "type": "object", "properties": { + "archived": { + "type": "boolean" + }, "id": { "type": "string" }, + "settings_str": { + "type": "string" + }, "title": { "type": "string" }, "type": { "type": "string" - }, - "settings_str": { - "type": "string" - }, - "archived": { - "type": "boolean" } }, - "required": [ - "id", - "title", - "type", - "settings_str", - "archived" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardGroup/getAll.json b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardGroup/getAll.json index 5318fe5e4b..1bf9384ed0 100644 --- a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardGroup/getAll.json +++ b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardGroup/getAll.json @@ -1,28 +1,21 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "title": { - "type": "string" + "archived": { + "type": "boolean" }, "color": { "type": "string" }, + "id": { + "type": "string" + }, "position": { "type": "string" }, - "archived": { - "type": "boolean" + "title": { + "type": "string" } }, - "required": [ - "id", - "title", - "color", - "position", - "archived" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/addUpdate.json b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/addUpdate.json index 9db482b639..d590d8cf9d 100644 --- a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/addUpdate.json +++ b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/addUpdate.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/changeMultipleColumnValues.json b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/changeMultipleColumnValues.json index 9db482b639..d590d8cf9d 100644 --- a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/changeMultipleColumnValues.json +++ b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/changeMultipleColumnValues.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/get.json b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/get.json index d19f6fd755..495e2ced51 100644 --- a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/get.json +++ b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/get.json @@ -1,66 +1,46 @@ { "type": "object", "properties": { + "column_values": { + "type": "array", + "items": { + "type": "object", + "properties": { + "column": { + "type": "object", + "properties": { + "archived": { + "type": "boolean" + }, + "settings_str": { + "type": "string" + }, + "title": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "created_at": { + "type": "string" + }, "id": { "type": "string" }, "name": { "type": "string" }, - "created_at": { - "type": "string" - }, "state": { "type": "string" - }, - "column_values": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "string" - }, - "column": { - "type": "object", - "properties": { - "title": { - "type": "string" - }, - "archived": { - "type": "boolean" - }, - "settings_str": { - "type": "string" - } - }, - "required": [ - "title", - "archived", - "description", - "settings_str" - ] - } - }, - "required": [ - "id", - "text", - "type", - "value", - "column" - ] - } } }, - "required": [ - "id", - "name", - "created_at", - "state", - "column_values" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/getAll.json b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/getAll.json index d19f6fd755..495e2ced51 100644 --- a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/getAll.json +++ b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/getAll.json @@ -1,66 +1,46 @@ { "type": "object", "properties": { + "column_values": { + "type": "array", + "items": { + "type": "object", + "properties": { + "column": { + "type": "object", + "properties": { + "archived": { + "type": "boolean" + }, + "settings_str": { + "type": "string" + }, + "title": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "created_at": { + "type": "string" + }, "id": { "type": "string" }, "name": { "type": "string" }, - "created_at": { - "type": "string" - }, "state": { "type": "string" - }, - "column_values": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "string" - }, - "column": { - "type": "object", - "properties": { - "title": { - "type": "string" - }, - "archived": { - "type": "boolean" - }, - "settings_str": { - "type": "string" - } - }, - "required": [ - "title", - "archived", - "description", - "settings_str" - ] - } - }, - "required": [ - "id", - "text", - "type", - "value", - "column" - ] - } } }, - "required": [ - "id", - "name", - "created_at", - "state", - "column_values" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/getByColumnValue.json b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/getByColumnValue.json index f77f881685..786462eedc 100644 --- a/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/getByColumnValue.json +++ b/packages/nodes-base/nodes/MondayCom/__schema__/v1.0.0/boardItem/getByColumnValue.json @@ -1,78 +1,54 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "state": { - "type": "string" - }, "board": { "type": "object", "properties": { "id": { "type": "string" } - }, - "required": [ - "id" - ] + } }, "column_values": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "string" - }, "column": { "type": "object", "properties": { - "title": { - "type": "string" - }, "archived": { "type": "boolean" }, "settings_str": { "type": "string" + }, + "title": { + "type": "string" } - }, - "required": [ - "title", - "archived", - "description", - "settings_str" - ] + } + }, + "id": { + "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "id", - "text", - "type", - "value", - "column" - ] + } } + }, + "created_at": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "state": { + "type": "string" } }, - "required": [ - "id", - "name", - "created_at", - "state", - "board", - "column_values" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/audit/generate.json b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/audit/generate.json index cb4e9514d2..1cc25be163 100644 --- a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/audit/generate.json +++ b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/audit/generate.json @@ -12,51 +12,36 @@ "items": { "type": "object", "properties": { - "title": { - "type": "string" - }, "description": { "type": "string" }, - "recommendation": { - "type": "string" - }, "location": { "type": "array", "items": { "type": "object", "properties": { - "kind": { + "id": { "type": "string" }, - "id": { + "kind": { "type": "string" }, "name": { "type": "string" } - }, - "required": [ - "kind", - "id", - "name" - ] + } } + }, + "recommendation": { + "type": "string" + }, + "title": { + "type": "string" } - }, - "required": [ - "title", - "description", - "recommendation", - "location" - ] + } } } - }, - "required": [ - "risk", - "sections" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/credential/create.json b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/credential/create.json index 51f2ddf915..d56b57793e 100644 --- a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/credential/create.json +++ b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/credential/create.json @@ -1,31 +1,24 @@ { "type": "object", "properties": { + "createdAt": { + "type": "string" + }, + "id": { + "type": "string" + }, + "isManaged": { + "type": "boolean" + }, "name": { "type": "string" }, "type": { "type": "string" }, - "id": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, "updatedAt": { "type": "string" - }, - "isManaged": { - "type": "boolean" } }, - "required": [ - "name", - "type", - "id", - "createdAt", - "updatedAt" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/credential/getSchema.json b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/credential/getSchema.json index 8589ae7285..cf1d20f4b9 100644 --- a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/credential/getSchema.json +++ b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/credential/getSchema.json @@ -4,21 +4,15 @@ "additionalProperties": { "type": "boolean" }, - "type": { - "type": "string" - }, "required": { "type": "array", "items": { "type": "string" } + }, + "type": { + "type": "string" } }, - "required": [ - "additionalProperties", - "type", - "properties", - "required" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/get.json b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/get.json index bcbc3842f9..ac1a914212 100644 --- a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/get.json +++ b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/get.json @@ -1,29 +1,29 @@ { "type": "object", "properties": { - "id": { + "createdAt": { "type": "string" }, + "deletedAt": { + "type": "null" + }, "finished": { "type": "boolean" }, + "id": { + "type": "string" + }, "mode": { "type": "string" }, "retrySuccessId": { "type": "null" }, - "status": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, "startedAt": { "type": "string" }, - "deletedAt": { - "type": "null" + "status": { + "type": "string" }, "workflowId": { "type": "string" diff --git a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/getAll.json b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/getAll.json index 664cf99eba..512371ffa2 100644 --- a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/getAll.json +++ b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/getAll.json @@ -1,12 +1,12 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, "finished": { "type": "boolean" }, + "id": { + "type": "string" + }, "mode": { "type": "string" }, diff --git a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/activate.json b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/activate.json index 5cf161dec5..a4f151c6a5 100644 --- a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/activate.json +++ b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/activate.json @@ -1,67 +1,58 @@ { "type": "object", "properties": { - "createdAt": { - "type": "string" + "active": { + "type": "boolean" }, - "updatedAt": { + "createdAt": { "type": "string" }, "id": { "type": "string" }, + "meta": { + "type": "object", + "properties": { + "templateCredsSetupCompleted": { + "type": "boolean" + } + } + }, "name": { "type": "string" }, - "active": { - "type": "boolean" - }, "nodes": { "type": "array", "items": { "type": "object", "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, "parameters": { "type": "object", "properties": { "operation": { "type": "string" - }, - "path": { - "type": "string" - }, - "authentication": { - "type": "string" } } }, - "type": { - "type": "string" - }, "position": { "type": "array", "items": { "type": "integer" } }, - "id": { - "type": "string" - }, - "name": { + "type": { "type": "string" }, "webhookId": { "type": "string" } - }, - "required": [ - "parameters", - "type", - "typeVersion", - "position", - "id", - "name" - ] + } } }, "settings": { @@ -70,27 +61,7 @@ "executionOrder": { "type": "string" } - }, - "required": [ - "executionOrder" - ] - }, - "meta": { - "type": "object", - "properties": { - "templateCredsSetupCompleted": { - "type": "boolean" - } - }, - "required": [ - "templateCredsSetupCompleted" - ] - }, - "versionId": { - "type": "string" - }, - "triggerCount": { - "type": "integer" + } }, "shared": { "type": "array", @@ -100,36 +71,18 @@ "createdAt": { "type": "string" }, - "updatedAt": { - "type": "string" - }, - "role": { - "type": "string" - }, - "workflowId": { - "type": "string" - }, - "projectId": { - "type": "string" - }, "project": { "type": "object", "properties": { "createdAt": { "type": "string" }, - "updatedAt": { - "type": "string" - }, "id": { "type": "string" }, "name": { "type": "string" }, - "type": { - "type": "string" - }, "projectRelations": { "type": "array", "items": { @@ -138,16 +91,13 @@ "createdAt": { "type": "string" }, - "updatedAt": { + "projectId": { "type": "string" }, "role": { "type": "string" }, - "userId": { - "type": "string" - }, - "projectId": { + "updatedAt": { "type": "string" }, "user": { @@ -156,11 +106,8 @@ "createdAt": { "type": "string" }, - "updatedAt": { - "type": "string" - }, - "id": { - "type": "string" + "disabled": { + "type": "boolean" }, "email": { "type": "string" @@ -168,123 +115,98 @@ "firstName": { "type": "string" }, - "lastName": { + "id": { "type": "string" }, - "settings": { - "type": "object", - "properties": { - "userActivated": { - "type": "boolean" - }, - "firstSuccessfulWorkflowId": { - "type": "string" - }, - "userActivatedAt": { - "type": "integer" - }, - "npsSurvey": { - "type": "object", - "properties": { - "lastShownAt": { - "type": "integer" - }, - "waitingForResponse": { - "type": "boolean" - }, - "ignoredCount": { - "type": "integer" - } - }, - "required": [ - "lastShownAt" - ] - } - }, - "required": [ - "userActivated" - ] - }, - "role": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "mfaEnabled": { + "isOwner": { "type": "boolean" }, "isPending": { "type": "boolean" }, - "isOwner": { + "lastName": { + "type": "string" + }, + "mfaEnabled": { "type": "boolean" + }, + "role": { + "type": "string" + }, + "settings": { + "type": "object", + "properties": { + "easyAIWorkflowOnboarded": { + "type": "boolean" + }, + "firstSuccessfulWorkflowId": { + "type": "string" + }, + "npsSurvey": { + "type": "object", + "properties": { + "ignoredCount": { + "type": "integer" + }, + "lastShownAt": { + "type": "integer" + }, + "waitingForResponse": { + "type": "boolean" + } + } + }, + "userActivated": { + "type": "boolean" + }, + "userActivatedAt": { + "type": "integer" + } + } + }, + "updatedAt": { + "type": "string" } - }, - "required": [ - "createdAt", - "updatedAt", - "id", - "email", - "firstName", - "lastName", - "personalizationAnswers", - "settings", - "role", - "disabled", - "mfaEnabled", - "isPending", - "isOwner" - ] + } + }, + "userId": { + "type": "string" } - }, - "required": [ - "createdAt", - "updatedAt", - "role", - "userId", - "projectId", - "user" - ] + } } + }, + "type": { + "type": "string" + }, + "updatedAt": { + "type": "string" } - }, - "required": [ - "createdAt", - "updatedAt", - "id", - "name", - "type", - "projectRelations" - ] + } + }, + "projectId": { + "type": "string" + }, + "role": { + "type": "string" + }, + "updatedAt": { + "type": "string" + }, + "workflowId": { + "type": "string" } - }, - "required": [ - "createdAt", - "updatedAt", - "role", - "workflowId", - "projectId", - "project" - ] + } } + }, + "triggerCount": { + "type": "integer" + }, + "updatedAt": { + "type": "string" + }, + "versionId": { + "type": "string" } }, - "required": [ - "createdAt", - "updatedAt", - "id", - "name", - "active", - "nodes", - "connections", - "settings", - "staticData", - "meta", - "pinData", - "versionId", - "triggerCount", - "shared" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/create.json b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/create.json index 6207389522..3f67b81c51 100644 --- a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/create.json +++ b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/create.json @@ -1,47 +1,10 @@ { "type": "object", "properties": { - "name": { - "type": "string" - }, - "nodes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "parameters": { - "type": "object", - "properties": { - "operation": { - "type": "string" - } - } - }, - "name": { - "type": "string" - }, - "type": { - "type": "string" - }, - "position": { - "type": "array", - "items": { - "type": "integer" - } - }, - "id": { - "type": "string" - } - }, - "required": [ - "id" - ] - } - }, "active": { "type": "boolean" }, - "versionId": { + "createdAt": { "type": "string" }, "id": { @@ -50,17 +13,37 @@ "meta": { "type": "null" }, + "name": { + "type": "string" + }, + "nodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, "pinData": { "type": "null" }, - "createdAt": { - "type": "string" + "triggerCount": { + "type": "integer" }, "updatedAt": { "type": "string" }, - "triggerCount": { - "type": "integer" + "versionId": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/get.json b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/get.json index 0ded019d47..e977ba436e 100644 --- a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/get.json +++ b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/get.json @@ -1,26 +1,37 @@ { "type": "object", "properties": { - "createdAt": { - "type": "string" + "active": { + "type": "boolean" }, - "updatedAt": { + "createdAt": { "type": "string" }, "id": { "type": "string" }, + "meta": { + "type": "object", + "properties": { + "templateCredsSetupCompleted": { + "type": "boolean" + } + } + }, "name": { "type": "string" }, - "active": { - "type": "boolean" - }, "nodes": { "type": "array", "items": { "type": "object", "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, "parameters": { "type": "object", "properties": { @@ -31,22 +42,8 @@ }, "type": { "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" } - }, - "required": [ - "parameters", - "type", - "typeVersion", - "position", - "id", - "name" - ] + } } }, "settings": { @@ -57,20 +54,6 @@ } } }, - "meta": { - "type": "object", - "properties": { - "templateCredsSetupCompleted": { - "type": "boolean" - } - } - }, - "versionId": { - "type": "string" - }, - "triggerCount": { - "type": "integer" - }, "shared": { "type": "array", "items": { @@ -79,36 +62,18 @@ "createdAt": { "type": "string" }, - "updatedAt": { - "type": "string" - }, - "role": { - "type": "string" - }, - "workflowId": { - "type": "string" - }, - "projectId": { - "type": "string" - }, "project": { "type": "object", "properties": { "createdAt": { "type": "string" }, - "updatedAt": { - "type": "string" - }, "id": { "type": "string" }, "name": { "type": "string" }, - "type": { - "type": "string" - }, "projectRelations": { "type": "array", "items": { @@ -117,16 +82,13 @@ "createdAt": { "type": "string" }, - "updatedAt": { + "projectId": { "type": "string" }, "role": { "type": "string" }, - "userId": { - "type": "string" - }, - "projectId": { + "updatedAt": { "type": "string" }, "user": { @@ -135,11 +97,8 @@ "createdAt": { "type": "string" }, - "updatedAt": { - "type": "string" - }, - "id": { - "type": "string" + "disabled": { + "type": "boolean" }, "email": { "type": "string" @@ -147,102 +106,81 @@ "firstName": { "type": "string" }, - "lastName": { + "id": { "type": "string" }, - "settings": { - "type": "object", - "properties": { - "userActivated": { - "type": "boolean" - }, - "firstSuccessfulWorkflowId": { - "type": "string" - }, - "userActivatedAt": { - "type": "integer" - }, - "npsSurvey": { - "type": "object", - "properties": { - "responded": { - "type": "boolean" - }, - "lastShownAt": { - "type": "integer" - } - }, - "required": [ - "lastShownAt" - ] - } - }, - "required": [ - "userActivated" - ] - }, - "role": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "mfaEnabled": { + "isOwner": { "type": "boolean" }, "isPending": { "type": "boolean" }, - "isOwner": { + "lastName": { + "type": "string" + }, + "mfaEnabled": { "type": "boolean" + }, + "role": { + "type": "string" + }, + "settings": { + "type": "object", + "properties": { + "firstSuccessfulWorkflowId": { + "type": "string" + }, + "npsSurvey": { + "type": "object", + "properties": { + "lastShownAt": { + "type": "integer" + }, + "responded": { + "type": "boolean" + } + } + }, + "userActivated": { + "type": "boolean" + }, + "userActivatedAt": { + "type": "integer" + } + } + }, + "updatedAt": { + "type": "string" } - }, - "required": [ - "createdAt", - "updatedAt", - "id", - "email", - "firstName", - "lastName", - "personalizationAnswers", - "settings", - "role", - "disabled", - "mfaEnabled", - "isPending", - "isOwner" - ] + } + }, + "userId": { + "type": "string" } - }, - "required": [ - "createdAt", - "updatedAt", - "role", - "userId", - "projectId", - "user" - ] + } } + }, + "type": { + "type": "string" + }, + "updatedAt": { + "type": "string" } - }, - "required": [ - "createdAt", - "updatedAt", - "id", - "name", - "type", - "projectRelations" - ] + } + }, + "projectId": { + "type": "string" + }, + "role": { + "type": "string" + }, + "updatedAt": { + "type": "string" + }, + "workflowId": { + "type": "string" } - }, - "required": [ - "createdAt", - "updatedAt", - "role", - "workflowId", - "projectId", - "project" - ] + } } }, "tags": { @@ -253,23 +191,26 @@ "createdAt": { "type": "string" }, - "updatedAt": { - "type": "string" - }, "id": { "type": "string" }, "name": { "type": "string" + }, + "updatedAt": { + "type": "string" } - }, - "required": [ - "createdAt", - "updatedAt", - "id", - "name" - ] + } } + }, + "triggerCount": { + "type": "integer" + }, + "updatedAt": { + "type": "string" + }, + "versionId": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/getAll.json b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/getAll.json index 8ea48b283c..d5c56d5b88 100644 --- a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/getAll.json +++ b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/getAll.json @@ -1,32 +1,40 @@ { "type": "object", "properties": { - "createdAt": { - "type": "string" + "active": { + "type": "boolean" }, - "updatedAt": { + "createdAt": { "type": "string" }, "id": { "type": "string" }, + "meta": { + "type": "object", + "properties": { + "templateCredsSetupCompleted": { + "type": "boolean" + } + } + }, "name": { "type": "string" }, - "active": { - "type": "boolean" - }, "nodes": { "type": "array", "items": { "type": "object", "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, "parameters": { "type": "object", "properties": { - "url": { - "type": "string" - }, "assignments": { "type": "object", "properties": { @@ -44,30 +52,24 @@ "type": { "type": "string" } - }, - "required": [ - "id", - "name", - "value", - "type" - ] + } } } - }, - "required": [ - "assignments" - ] + } }, - "path": { - "type": "string" - }, - "operation": { + "authentication": { "type": "string" }, "jsCode": { "type": "string" }, - "authentication": { + "operation": { + "type": "string" + }, + "path": { + "type": "string" + }, + "url": { "type": "string" } } @@ -75,22 +77,10 @@ "type": { "type": "string" }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, "webhookId": { "type": "string" } - }, - "required": [ - "parameters", - "type", - "position", - "name" - ] + } } }, "settings": { @@ -99,13 +89,7 @@ "executionOrder": { "type": "string" } - }, - "required": [ - "executionOrder" - ] - }, - "triggerCount": { - "type": "integer" + } }, "tags": { "type": "array", @@ -115,23 +99,23 @@ "createdAt": { "type": "string" }, - "updatedAt": { - "type": "string" - }, "id": { "type": "string" }, "name": { "type": "string" + }, + "updatedAt": { + "type": "string" } - }, - "required": [ - "createdAt", - "updatedAt", - "id", - "name" - ] + } } + }, + "triggerCount": { + "type": "integer" + }, + "updatedAt": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/update.json b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/update.json index 0bb9536818..60fa08f579 100644 --- a/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/update.json +++ b/packages/nodes-base/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/update.json @@ -1,10 +1,10 @@ { "type": "object", "properties": { - "createdAt": { - "type": "string" + "active": { + "type": "boolean" }, - "updatedAt": { + "createdAt": { "type": "string" }, "id": { @@ -13,14 +13,17 @@ "name": { "type": "string" }, - "active": { - "type": "boolean" - }, "nodes": { "type": "array", "items": { "type": "object", "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, "parameters": { "type": "object", "properties": { @@ -29,26 +32,16 @@ } } }, - "type": { - "type": "string" - }, "position": { "type": "array", "items": { "type": "integer" } }, - "id": { - "type": "string" - }, - "name": { + "type": { "type": "string" } - }, - "required": [ - "parameters", - "id" - ] + } } }, "settings": { @@ -57,32 +50,17 @@ "executionOrder": { "type": "string" } - }, - "required": [ - "executionOrder" - ] - }, - "versionId": { - "type": "string" + } }, "triggerCount": { "type": "integer" + }, + "updatedAt": { + "type": "string" + }, + "versionId": { + "type": "string" } }, - "required": [ - "createdAt", - "updatedAt", - "id", - "name", - "active", - "nodes", - "connections", - "settings", - "staticData", - "meta", - "pinData", - "versionId", - "triggerCount" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Nasa/__schema__/v1.0.0/astronomyPictureOfTheDay/get.json b/packages/nodes-base/nodes/Nasa/__schema__/v1.0.0/astronomyPictureOfTheDay/get.json index 78867a4727..b35ba9825f 100644 --- a/packages/nodes-base/nodes/Nasa/__schema__/v1.0.0/astronomyPictureOfTheDay/get.json +++ b/packages/nodes-base/nodes/Nasa/__schema__/v1.0.0/astronomyPictureOfTheDay/get.json @@ -1,6 +1,9 @@ { "type": "object", "properties": { + "copyright": { + "type": "string" + }, "date": { "type": "string" }, @@ -21,9 +24,6 @@ }, "url": { "type": "string" - }, - "copyright": { - "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Nasa/__schema__/v1.0.0/donkiCoronalMassEjection/get.json b/packages/nodes-base/nodes/Nasa/__schema__/v1.0.0/donkiCoronalMassEjection/get.json index bb56fbfeff..3682506817 100644 --- a/packages/nodes-base/nodes/Nasa/__schema__/v1.0.0/donkiCoronalMassEjection/get.json +++ b/packages/nodes-base/nodes/Nasa/__schema__/v1.0.0/donkiCoronalMassEjection/get.json @@ -7,8 +7,58 @@ "catalog": { "type": "string" }, - "startTime": { - "type": "string" + "cmeAnalyses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "featureCode": { + "type": "string" + }, + "halfAngle": { + "type": "integer" + }, + "imageType": { + "type": "string" + }, + "isMostAccurate": { + "type": "boolean" + }, + "latitude": { + "type": "integer" + }, + "levelOfData": { + "type": "integer" + }, + "link": { + "type": "string" + }, + "measurementTechnique": { + "type": "string" + }, + "minorHalfWidth": { + "type": "null" + }, + "note": { + "type": "string" + }, + "speed": { + "type": "integer" + }, + "submissionTime": { + "type": "string" + }, + "tilt": { + "type": "null" + }, + "time21_5": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } }, "instruments": { "type": "array", @@ -18,16 +68,19 @@ "displayName": { "type": "string" } - }, - "required": [ - "displayName" - ] + } } }, + "link": { + "type": "string" + }, + "note": { + "type": "string" + }, "sourceLocation": { "type": "string" }, - "note": { + "startTime": { "type": "string" }, "submissionTime": { @@ -35,97 +88,7 @@ }, "versionId": { "type": "integer" - }, - "link": { - "type": "string" - }, - "cmeAnalyses": { - "type": "array", - "items": { - "type": "object", - "properties": { - "isMostAccurate": { - "type": "boolean" - }, - "time21_5": { - "type": "string" - }, - "latitude": { - "type": "integer" - }, - "halfAngle": { - "type": "integer" - }, - "speed": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "featureCode": { - "type": "string" - }, - "imageType": { - "type": "string" - }, - "measurementTechnique": { - "type": "string" - }, - "note": { - "type": "string" - }, - "levelOfData": { - "type": "integer" - }, - "tilt": { - "type": "null" - }, - "minorHalfWidth": { - "type": "null" - }, - "submissionTime": { - "type": "string" - }, - "link": { - "type": "string" - } - }, - "required": [ - "isMostAccurate", - "time21_5", - "latitude", - "longitude", - "halfAngle", - "speed", - "type", - "featureCode", - "imageType", - "measurementTechnique", - "note", - "levelOfData", - "tilt", - "minorHalfWidth", - "speedMeasuredAtHeight", - "submissionTime", - "link", - "enlilList" - ] - } } }, - "required": [ - "activityID", - "catalog", - "startTime", - "instruments", - "sourceLocation", - "activeRegionNum", - "note", - "submissionTime", - "versionId", - "link", - "cmeAnalyses", - "linkedEvents" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Nasa/__schema__/v1.0.0/donkiSolarFlare/get.json b/packages/nodes-base/nodes/Nasa/__schema__/v1.0.0/donkiSolarFlare/get.json index 6815175ba0..597c78a25e 100644 --- a/packages/nodes-base/nodes/Nasa/__schema__/v1.0.0/donkiSolarFlare/get.json +++ b/packages/nodes-base/nodes/Nasa/__schema__/v1.0.0/donkiSolarFlare/get.json @@ -1,12 +1,21 @@ { "type": "object", "properties": { - "flrID": { + "beginTime": { "type": "string" }, "catalog": { "type": "string" }, + "classType": { + "type": "string" + }, + "endTime": { + "type": "string" + }, + "flrID": { + "type": "string" + }, "instruments": { "type": "array", "items": { @@ -15,55 +24,27 @@ "displayName": { "type": "string" } - }, - "required": [ - "displayName" - ] + } } }, - "beginTime": { + "link": { + "type": "string" + }, + "note": { "type": "string" }, "peakTime": { "type": "string" }, - "endTime": { - "type": "string" - }, - "classType": { - "type": "string" - }, "sourceLocation": { "type": "string" }, - "note": { - "type": "string" - }, "submissionTime": { "type": "string" }, "versionId": { "type": "integer" - }, - "link": { - "type": "string" } }, - "required": [ - "flrID", - "catalog", - "instruments", - "beginTime", - "peakTime", - "endTime", - "classType", - "sourceLocation", - "activeRegionNum", - "note", - "submissionTime", - "versionId", - "link", - "linkedEvents" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/NextCloud/__schema__/v1.0.0/file/download.json b/packages/nodes-base/nodes/NextCloud/__schema__/v1.0.0/file/download.json index 9f00ad3ed9..df5ff09537 100644 --- a/packages/nodes-base/nodes/NextCloud/__schema__/v1.0.0/file/download.json +++ b/packages/nodes-base/nodes/NextCloud/__schema__/v1.0.0/file/download.json @@ -1,38 +1,38 @@ { "type": "object", "properties": { - "timestamp": { - "type": "string" - }, - "Readable date": { - "type": "string" - }, - "Readable time": { + "Day of month": { "type": "string" }, "Day of week": { "type": "string" }, - "Year": { - "type": "string" - }, - "Month": { - "type": "string" - }, - "Day of month": { - "type": "string" - }, "Hour": { "type": "string" }, "Minute": { "type": "string" }, + "Month": { + "type": "string" + }, + "Readable date": { + "type": "string" + }, + "Readable time": { + "type": "string" + }, "Second": { "type": "string" }, + "timestamp": { + "type": "string" + }, "Timezone": { "type": "string" + }, + "Year": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/NextCloud/__schema__/v1.0.0/folder/create.json b/packages/nodes-base/nodes/NextCloud/__schema__/v1.0.0/folder/create.json index 0d1dd35817..6b7bfdb35f 100644 --- a/packages/nodes-base/nodes/NextCloud/__schema__/v1.0.0/folder/create.json +++ b/packages/nodes-base/nodes/NextCloud/__schema__/v1.0.0/folder/create.json @@ -5,7 +5,5 @@ "type": "string" } }, - "required": [ - "error" - ] + "version": 1 } diff --git a/packages/nodes-base/nodes/NextCloud/__schema__/v1.0.0/folder/list.json b/packages/nodes-base/nodes/NextCloud/__schema__/v1.0.0/folder/list.json index 4c8606b8c8..6dac5f760a 100644 --- a/packages/nodes-base/nodes/NextCloud/__schema__/v1.0.0/folder/list.json +++ b/packages/nodes-base/nodes/NextCloud/__schema__/v1.0.0/folder/list.json @@ -1,30 +1,24 @@ { "type": "object", "properties": { - "path": { - "type": "string" - }, - "lastModified": { - "type": "string" - }, "contentLength": { "type": "string" }, "contentType": { "type": "string" }, - "type": { + "eTag": { "type": "string" }, - "eTag": { + "lastModified": { + "type": "string" + }, + "path": { + "type": "string" + }, + "type": { "type": "string" } }, - "required": [ - "path", - "lastModified", - "type", - "eTag" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Notion/__schema__/v1.0.0/page/get.json b/packages/nodes-base/nodes/Notion/__schema__/v1.0.0/page/get.json index 9db482b639..d590d8cf9d 100644 --- a/packages/nodes-base/nodes/Notion/__schema__/v1.0.0/page/get.json +++ b/packages/nodes-base/nodes/Notion/__schema__/v1.0.0/page/get.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/block/append.json b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/block/append.json index bcdb0062c4..a70595528c 100644 --- a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/block/append.json +++ b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/block/append.json @@ -1,80 +1,61 @@ { "type": "object", "properties": { + "has_more": { + "type": "boolean" + }, "object": { "type": "string" }, + "request_id": { + "type": "string" + }, "results": { "type": "array", "items": { "type": "object", "properties": { - "object": { - "type": "string" - }, - "id": { - "type": "string" - }, - "parent": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "page_id": { - "type": "string" - } - }, - "required": [ - "type" - ] - }, - "created_time": { - "type": "string" - }, - "last_edited_time": { - "type": "string" + "archived": { + "type": "boolean" }, "created_by": { "type": "object", "properties": { - "object": { - "type": "string" - }, "id": { "type": "string" + }, + "object": { + "type": "string" } - }, - "required": [ - "object", - "id" - ] + } }, - "last_edited_by": { - "type": "object", - "properties": { - "object": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "object", - "id" - ] + "created_time": { + "type": "string" }, "has_children": { "type": "boolean" }, - "archived": { - "type": "boolean" + "id": { + "type": "string" }, "in_trash": { "type": "boolean" }, - "type": { + "last_edited_by": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "object": { + "type": "string" + } + } + }, + "last_edited_time": { + "type": "string" + }, + "object": { "type": "string" }, "paragraph": { @@ -88,27 +69,18 @@ "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, - "text": { - "type": "object", - "properties": { - "content": { - "type": "string" - } - }, - "required": [ - "content", - "link" - ] - }, "annotations": { "type": "object", "properties": { "bold": { "type": "boolean" }, + "code": { + "type": "boolean" + }, + "color": { + "type": "string" + }, "italic": { "type": "boolean" }, @@ -117,62 +89,44 @@ }, "underline": { "type": "boolean" - }, - "code": { - "type": "boolean" - }, - "color": { - "type": "string" } - }, - "required": [ - "bold", - "italic", - "strikethrough", - "underline", - "code", - "color" - ] + } }, "plain_text": { "type": "string" + }, + "text": { + "type": "object", + "properties": { + "content": { + "type": "string" + } + } + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "annotations", - "plain_text", - "href" - ] + } } } - }, - "required": [ - "color", - "text" - ] + } + }, + "parent": { + "type": "object", + "properties": { + "page_id": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "type": { + "type": "string" } - }, - "required": [ - "object", - "id", - "parent", - "created_time", - "last_edited_time", - "created_by", - "last_edited_by", - "has_children", - "archived", - "in_trash", - "type" - ] + } } - }, - "has_more": { - "type": "boolean" - }, - "request_id": { - "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/block/getAll.json b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/block/getAll.json index cfe3146113..0444c238e9 100644 --- a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/block/getAll.json +++ b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/block/getAll.json @@ -1,73 +1,55 @@ { "type": "object", "properties": { - "object": { + "archived": { + "type": "boolean" + }, + "content": { "type": "string" }, - "parent_id": { - "type": "string" + "has_children": { + "type": "boolean" }, "id": { "type": "string" }, + "in_trash": { + "type": "boolean" + }, + "last_edited_by": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "object": { + "type": "string" + } + } + }, + "object": { + "type": "string" + }, "parent": { "type": "object", "properties": { - "type": { - "type": "string" - }, "page_id": { "type": "string" - } - }, - "required": [ - "type" - ] - }, - "last_edited_by": { - "type": "object", - "properties": { - "object": { - "type": "string" }, - "id": { + "type": { "type": "string" } - }, - "required": [ - "object", - "id" - ] + } }, - "has_children": { - "type": "boolean" - }, - "archived": { - "type": "boolean" - }, - "in_trash": { - "type": "boolean" - }, - "type": { + "parent_id": { "type": "string" }, "root_id": { "type": "string" }, - "content": { + "type": { "type": "string" } }, - "required": [ - "object", - "parent_id", - "id", - "parent", - "last_edited_by", - "has_children", - "archived", - "in_trash", - "type" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/database/search.json b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/database/search.json index 62b3e5c3a1..0726e5e4f7 100644 --- a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/database/search.json +++ b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/database/search.json @@ -4,16 +4,12 @@ "id": { "type": "string" }, - "url": { + "name": { "type": "string" }, - "name": { + "url": { "type": "string" } }, - "required": [ - "id", - "url" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/databasePage/create.json b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/databasePage/create.json index 0726e5e4f7..0905a8cfd6 100644 --- a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/databasePage/create.json +++ b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/databasePage/create.json @@ -7,6 +7,9 @@ "name": { "type": "string" }, + "property_name": { + "type": "string" + }, "url": { "type": "string" } diff --git a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/databasePage/getAll.json b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/databasePage/getAll.json index 0726e5e4f7..0905a8cfd6 100644 --- a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/databasePage/getAll.json +++ b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/databasePage/getAll.json @@ -7,6 +7,9 @@ "name": { "type": "string" }, + "property_name": { + "type": "string" + }, "url": { "type": "string" } diff --git a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/page/search.json b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/page/search.json index 3a1305292d..0726e5e4f7 100644 --- a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/page/search.json +++ b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/page/search.json @@ -11,9 +11,5 @@ "type": "string" } }, - "required": [ - "id", - "url" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/user/get.json b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/user/get.json index aa144c13dd..eeb11a5baf 100644 --- a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/user/get.json +++ b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/user/get.json @@ -1,16 +1,13 @@ { "type": "object", "properties": { - "object": { - "type": "string" - }, "id": { "type": "string" }, "name": { "type": "string" }, - "type": { + "object": { "type": "string" }, "person": { @@ -19,22 +16,14 @@ "email": { "type": "string" } - }, - "required": [ - "email" - ] + } }, "request_id": { "type": "string" + }, + "type": { + "type": "string" } }, - "required": [ - "object", - "id", - "name", - "avatar_url", - "type", - "person" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/user/getAll.json b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/user/getAll.json index d3604d5744..8213f99ec1 100644 --- a/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/user/getAll.json +++ b/packages/nodes-base/nodes/Notion/__schema__/v2.2.0/user/getAll.json @@ -1,16 +1,13 @@ { "type": "object", "properties": { - "object": { - "type": "string" - }, "id": { "type": "string" }, "name": { "type": "string" }, - "type": { + "object": { "type": "string" }, "person": { @@ -19,10 +16,10 @@ "email": { "type": "string" } - }, - "required": [ - "email" - ] + } + }, + "type": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/custom/delete.json b/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/custom/delete.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/custom/delete.json +++ b/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/custom/delete.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/custom/get.json b/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/custom/get.json index 89580bf567..d5a1d297c5 100644 --- a/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/custom/get.json +++ b/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/custom/get.json @@ -3,6 +3,9 @@ "properties": { "id": { "type": "integer" + }, + "name": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/opportunity/create.json b/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/opportunity/create.json index 8e31678dae..89580bf567 100644 --- a/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/opportunity/create.json +++ b/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/opportunity/create.json @@ -5,8 +5,5 @@ "type": "integer" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/opportunity/get.json b/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/opportunity/get.json index 2031510b69..4da7b19a00 100644 --- a/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/opportunity/get.json +++ b/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/opportunity/get.json @@ -1,34 +1,31 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "website_message_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "name": { + "__last_update": { "type": "string" }, "active": { "type": "boolean" }, - "type": { - "type": "string" - }, - "priority": { - "type": "string" + "id": { + "type": "integer" }, "kanban_state": { "type": "string" }, - "write_date": { + "lost_reason": { + "type": "boolean" + }, + "name": { "type": "string" }, - "won_status": { + "order_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "priority": { "type": "string" }, "sale_amount_total": { @@ -37,21 +34,21 @@ "sale_order_count": { "type": "integer" }, - "order_ids": { + "type": { + "type": "string" + }, + "website_message_ids": { "type": "array", "items": { "type": "integer" } }, - "__last_update": { + "won_status": { "type": "string" }, - "lost_reason": { - "type": "boolean" + "write_date": { + "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/opportunity/getAll.json b/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/opportunity/getAll.json index 5d6bb50710..8003576b11 100644 --- a/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/opportunity/getAll.json +++ b/packages/nodes-base/nodes/Odoo/__schema__/v1.0.0/opportunity/getAll.json @@ -8,8 +8,5 @@ "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Okta/__schema__/v1.0.0/user/get.json b/packages/nodes-base/nodes/Okta/__schema__/v1.0.0/user/get.json index 703efb45cc..166f56dbf9 100644 --- a/packages/nodes-base/nodes/Okta/__schema__/v1.0.0/user/get.json +++ b/packages/nodes-base/nodes/Okta/__schema__/v1.0.0/user/get.json @@ -1,21 +1,21 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "status": { - "type": "string" - }, "created": { "type": "string" }, + "id": { + "type": "string" + }, "lastUpdated": { "type": "string" }, "profile": { "type": "object", "properties": { + "email": { + "type": "string" + }, "firstName": { "type": "string" }, @@ -24,28 +24,12 @@ }, "login": { "type": "string" - }, - "email": { - "type": "string" } - }, - "required": [ - "firstName", - "lastName", - "login", - "email" - ] + } + }, + "status": { + "type": "string" } }, - "required": [ - "id", - "status", - "created", - "activated", - "lastLogin", - "lastUpdated", - "passwordChanged", - "profile" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Okta/__schema__/v1.0.0/user/getAll.json b/packages/nodes-base/nodes/Okta/__schema__/v1.0.0/user/getAll.json new file mode 100644 index 0000000000..e27e746610 --- /dev/null +++ b/packages/nodes-base/nodes/Okta/__schema__/v1.0.0/user/getAll.json @@ -0,0 +1,108 @@ +{ + "type": "object", + "properties": { + "_links": { + "type": "object", + "properties": { + "self": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + } + }, + "created": { + "type": "string" + }, + "credentials": { + "type": "object", + "properties": { + "provider": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + } + }, + "id": { + "type": "string" + }, + "lastUpdated": { + "type": "string" + }, + "profile": { + "type": "object", + "properties": { + "CA_ContractTerminationDate": { + "type": "string" + }, + "CA_ContractType": { + "type": "string" + }, + "CA_FullRemote": { + "type": "string" + }, + "CA_HireDate": { + "type": "string" + }, + "CA_PersonioEmployeeStatus": { + "type": "string" + }, + "CA_Team": { + "type": "string" + }, + "city": { + "type": "string" + }, + "department": { + "type": "string" + }, + "displayName": { + "type": "string" + }, + "email": { + "type": "string" + }, + "employeeNumber": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "login": { + "type": "string" + }, + "manager": { + "type": "string" + }, + "title": { + "type": "string" + } + } + }, + "status": { + "type": "string" + }, + "type": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Onfleet/__schema__/v1.0.0/task/getAll.json b/packages/nodes-base/nodes/Onfleet/__schema__/v1.0.0/task/getAll.json index 62df1898d0..16d341a005 100644 --- a/packages/nodes-base/nodes/Onfleet/__schema__/v1.0.0/task/getAll.json +++ b/packages/nodes-base/nodes/Onfleet/__schema__/v1.0.0/task/getAll.json @@ -1,199 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "timeCreated": { - "type": "integer" - }, - "timeLastModified": { - "type": "integer" - }, - "organization": { - "type": "string" - }, - "shortId": { - "type": "string" - }, - "orderShortId": { - "type": "null" - }, - "trackingURL": { - "type": "string" - }, - "worker": { - "type": "string" - }, - "merchant": { - "type": "string" - }, - "executor": { - "type": "string" - }, - "creator": { - "type": "string" - }, - "dependencies": { - "type": "array", - "items": { - "type": "string" - } - }, - "state": { - "type": "integer" - }, - "pickupTask": { - "type": "boolean" - }, - "type": { - "type": "integer" - }, - "notes": { - "type": "string" - }, - "completionDetails": { - "type": "object", - "properties": { - "success": { - "type": "boolean" - }, - "notes": { - "type": "string" - }, - "events": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "time": { - "type": "integer" - }, - "location": { - "type": "array", - "items": { - "type": "number" - } - } - }, - "required": [ - "name", - "time" - ] - } - }, - "failureNotes": { - "type": "string" - }, - "successNotes": { - "type": "string" - }, - "failureReason": { - "type": "string" - }, - "actions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "createdAt": { - "type": "string" - }, - "actionType": { - "type": "string" - }, - "adminId": { - "type": "string" - }, - "prevState": { - "type": "object", - "properties": { - "success": { - "type": "boolean" - }, - "notes": { - "type": "string" - }, - "failureNotes": { - "type": "string" - }, - "successNotes": { - "type": "string" - } - }, - "required": [ - "success", - "notes", - "failureNotes", - "successNotes" - ] - } - }, - "required": [ - "createdAt", - "actionType", - "adminId", - "prevState" - ] - } - }, - "firstLocation": { - "type": "array", - "items": { - "type": "number" - } - }, - "lastLocation": { - "type": "array", - "items": { - "type": "number" - } - } - }, - "required": [ - "time", - "events", - "failureNotes", - "successNotes", - "failureReason", - "actions", - "signatureUploadId", - "photoUploadId", - "photoUploadIds", - "firstLocation", - "lastLocation", - "unavailableAttachments" - ] - }, - "feedback": { - "type": "array", - "items": { - "type": "object", - "properties": { - "comments": { - "type": "string" - }, - "time": { - "type": "string" - }, - "recipient": { - "type": "string" - }, - "rating": { - "type": "integer" - } - }, - "required": [ - "comments", - "time", - "recipient", - "rating" - ] - } - }, "additionalQuantities": { "type": "object", "properties": { @@ -206,30 +13,7 @@ "quantityC": { "type": "integer" } - }, - "required": [ - "quantityA", - "quantityB", - "quantityC" - ] - }, - "serviceTime": { - "type": "integer" - }, - "identity": { - "type": "object", - "properties": { - "failedScanCount": { - "type": "integer" - }, - "checksum": { - "type": "null" - } - }, - "required": [ - "failedScanCount", - "checksum" - ] + } }, "appearance": { "type": "object", @@ -237,26 +21,225 @@ "triangleColor": { "type": "null" } - }, - "required": [ - "triangleColor" - ] + } }, - "scanOnlyRequiredBarcodes": { - "type": "boolean" + "completionDetails": { + "type": "object", + "properties": { + "actions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "actionType": { + "type": "string" + }, + "adminId": { + "type": "string" + }, + "createdAt": { + "type": "string" + }, + "prevState": { + "type": "object", + "properties": { + "failureNotes": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "success": { + "type": "boolean" + }, + "successNotes": { + "type": "string" + } + } + } + } + } + }, + "events": { + "type": "array", + "items": { + "type": "object", + "properties": { + "location": { + "type": "array", + "items": { + "type": "number" + } + }, + "name": { + "type": "string" + }, + "time": { + "type": "integer" + } + } + } + }, + "failureNotes": { + "type": "string" + }, + "failureReason": { + "type": "string" + }, + "firstLocation": { + "type": "array", + "items": { + "type": "number" + } + }, + "lastLocation": { + "type": "array", + "items": { + "type": "number" + } + }, + "notes": { + "type": "string" + }, + "success": { + "type": "boolean" + }, + "successNotes": { + "type": "string" + } + } }, - "trackingViewed": { - "type": "boolean" + "creator": { + "type": "string" }, - "estimatedCompletionTime": { - "type": "null" + "dependencies": { + "type": "array", + "items": { + "type": "string" + } + }, + "destination": { + "type": "object", + "properties": { + "address": { + "type": "object", + "properties": { + "apartment": { + "type": "string" + }, + "city": { + "type": "string" + }, + "country": { + "type": "string" + }, + "name": { + "type": "string" + }, + "number": { + "type": "string" + }, + "postalCode": { + "type": "string" + }, + "state": { + "type": "string" + }, + "street": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, + "location": { + "type": "array", + "items": { + "type": "number" + } + }, + "notes": { + "type": "string" + }, + "timeCreated": { + "type": "integer" + }, + "timeLastModified": { + "type": "integer" + }, + "useGPS": { + "type": "boolean" + }, + "warnings": { + "type": "array", + "items": { + "type": "string" + } + } + } }, "estimatedArrivalTime": { "type": "null" }, + "estimatedCompletionTime": { + "type": "null" + }, "eta": { "type": "null" }, + "executor": { + "type": "string" + }, + "feedback": { + "type": "array", + "items": { + "type": "object", + "properties": { + "comments": { + "type": "string" + }, + "rating": { + "type": "integer" + }, + "recipient": { + "type": "string" + }, + "time": { + "type": "string" + } + } + } + }, + "id": { + "type": "string" + }, + "identity": { + "type": "object", + "properties": { + "checksum": { + "type": "null" + }, + "failedScanCount": { + "type": "integer" + } + } + }, + "merchant": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "orderShortId": { + "type": "null" + }, + "organization": { + "type": "string" + }, + "pickupTask": { + "type": "boolean" + }, "recipients": { "type": "array", "items": { @@ -265,157 +248,60 @@ "id": { "type": "string" }, - "timeCreated": { - "type": "integer" - }, - "timeLastModified": { - "type": "integer" - }, "name": { "type": "string" }, - "phone": { + "notes": { "type": "string" }, "organization": { "type": "string" }, + "phone": { + "type": "string" + }, "skipSMSNotifications": { "type": "boolean" }, - "notes": { - "type": "string" + "timeCreated": { + "type": "integer" + }, + "timeLastModified": { + "type": "integer" } - }, - "required": [ - "id", - "timeCreated", - "timeLastModified", - "name", - "phone", - "organization", - "skipSMSNotifications", - "metadata" - ] + } } }, - "destination": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "timeCreated": { - "type": "integer" - }, - "timeLastModified": { - "type": "integer" - }, - "location": { - "type": "array", - "items": { - "type": "number" - } - }, - "address": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "number": { - "type": "string" - }, - "street": { - "type": "string" - }, - "apartment": { - "type": "string" - }, - "city": { - "type": "string" - }, - "state": { - "type": "string" - }, - "postalCode": { - "type": "string" - }, - "country": { - "type": "string" - } - }, - "required": [ - "apartment", - "city", - "state", - "postalCode", - "country" - ] - }, - "notes": { - "type": "string" - }, - "warnings": { - "type": "array", - "items": { - "type": "string" - } - }, - "useGPS": { - "type": "boolean" - } - }, - "required": [ - "id", - "timeCreated", - "timeLastModified", - "location", - "address", - "notes", - "metadata", - "googlePlaceId", - "warnings", - "useGPS" - ] + "scanOnlyRequiredBarcodes": { + "type": "boolean" + }, + "serviceTime": { + "type": "integer" + }, + "shortId": { + "type": "string" + }, + "state": { + "type": "integer" + }, + "timeCreated": { + "type": "integer" + }, + "timeLastModified": { + "type": "integer" + }, + "trackingURL": { + "type": "string" + }, + "trackingViewed": { + "type": "boolean" + }, + "type": { + "type": "integer" + }, + "worker": { + "type": "string" } }, - "required": [ - "id", - "timeCreated", - "timeLastModified", - "organization", - "shortId", - "orderShortId", - "trackingURL", - "worker", - "merchant", - "executor", - "creator", - "dependencies", - "state", - "completeAfter", - "completeBefore", - "pickupTask", - "notes", - "completionDetails", - "feedback", - "metadata", - "overrides", - "quantity", - "additionalQuantities", - "serviceTime", - "identity", - "appearance", - "scanOnlyRequiredBarcodes", - "customFields", - "trackingViewed", - "delayTime", - "estimatedCompletionTime", - "estimatedArrivalTime", - "eta", - "recipients", - "destination" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Onfleet/__schema__/v1.0.0/team/getAll.json b/packages/nodes-base/nodes/Onfleet/__schema__/v1.0.0/team/getAll.json new file mode 100644 index 0000000000..aa11ea9db4 --- /dev/null +++ b/packages/nodes-base/nodes/Onfleet/__schema__/v1.0.0/team/getAll.json @@ -0,0 +1,39 @@ +{ + "type": "object", + "properties": { + "enableSelfAssignment": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "managers": { + "type": "array", + "items": { + "type": "string" + } + }, + "name": { + "type": "string" + }, + "tasks": { + "type": "array", + "items": { + "type": "string" + } + }, + "timeCreated": { + "type": "integer" + }, + "timeLastModified": { + "type": "integer" + }, + "workers": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/OpenAi/__schema__/v1.1.0/chat/complete.json b/packages/nodes-base/nodes/OpenAi/__schema__/v1.1.0/chat/complete.json index 30d39250b7..bf88d19013 100644 --- a/packages/nodes-base/nodes/OpenAi/__schema__/v1.1.0/chat/complete.json +++ b/packages/nodes-base/nodes/OpenAi/__schema__/v1.1.0/chat/complete.json @@ -1,33 +1,56 @@ { "type": "object", "properties": { + "finish_reason": { + "type": "string" + }, "index": { "type": "integer" }, + "logprobs": { + "type": "null" + }, "message": { "type": "object", "properties": { - "role": { - "type": "string" + "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" }, "refusal": { "type": "null" + }, + "role": { + "type": "string" } - }, - "required": [ - "role", - "content", - "refusal" - ] - }, - "logprobs": { - "type": "null" - }, - "finish_reason": { - "type": "string" + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/OpenAi/__schema__/v1.1.0/text/complete.json b/packages/nodes-base/nodes/OpenAi/__schema__/v1.1.0/text/complete.json index b628f73f44..8f090d9a8a 100644 --- a/packages/nodes-base/nodes/OpenAi/__schema__/v1.1.0/text/complete.json +++ b/packages/nodes-base/nodes/OpenAi/__schema__/v1.1.0/text/complete.json @@ -1,13 +1,13 @@ { "type": "object", "properties": { - "text": { + "finish_reason": { "type": "string" }, "index": { "type": "integer" }, - "finish_reason": { + "text": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/profile/get.json b/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/profile/get.json index b99073f079..62a0f95f0f 100644 --- a/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/profile/get.json +++ b/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/profile/get.json @@ -1,32 +1,24 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, "age": { "type": "integer" }, - "weight": { - "type": "number" - }, - "height": { - "type": "number" - }, "biological_sex": { "type": "string" }, "email": { "type": "string" + }, + "height": { + "type": "number" + }, + "id": { + "type": "string" + }, + "weight": { + "type": "number" } }, - "required": [ - "id", - "age", - "weight", - "height", - "biological_sex", - "email" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/summary/getActivity.json b/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/summary/getActivity.json index b01eb2d19c..96e70ce38f 100644 --- a/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/summary/getActivity.json +++ b/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/summary/getActivity.json @@ -1,21 +1,15 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "class_5_min": { - "type": "string" - }, - "score": { - "type": "integer" - }, "active_calories": { "type": "integer" }, "average_met_minutes": { "type": "number" }, + "class_5_min": { + "type": "string" + }, "contributors": { "type": "object", "properties": { @@ -37,15 +31,10 @@ "training_volume": { "type": "integer" } - }, - "required": [ - "meet_daily_targets", - "move_every_hour", - "recovery_time", - "stay_active", - "training_frequency", - "training_volume" - ] + } + }, + "day": { + "type": "string" }, "equivalent_walking_distance": { "type": "integer" @@ -56,6 +45,9 @@ "high_activity_time": { "type": "integer" }, + "id": { + "type": "string" + }, "inactivity_alerts": { "type": "integer" }, @@ -86,12 +78,7 @@ "timestamp": { "type": "string" } - }, - "required": [ - "interval", - "items", - "timestamp" - ] + } }, "meters_to_target": { "type": "integer" @@ -102,6 +89,9 @@ "resting_time": { "type": "integer" }, + "score": { + "type": "integer" + }, "sedentary_met_minutes": { "type": "integer" }, @@ -117,43 +107,12 @@ "target_meters": { "type": "integer" }, - "total_calories": { - "type": "integer" - }, - "day": { - "type": "string" - }, "timestamp": { "type": "string" + }, + "total_calories": { + "type": "integer" } }, - "required": [ - "id", - "class_5_min", - "score", - "active_calories", - "average_met_minutes", - "contributors", - "equivalent_walking_distance", - "high_activity_met_minutes", - "high_activity_time", - "inactivity_alerts", - "low_activity_met_minutes", - "low_activity_time", - "medium_activity_met_minutes", - "medium_activity_time", - "met", - "meters_to_target", - "non_wear_time", - "resting_time", - "sedentary_met_minutes", - "sedentary_time", - "steps", - "target_calories", - "target_meters", - "total_calories", - "day", - "timestamp" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/summary/getReadiness.json b/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/summary/getReadiness.json index 18efe75e5d..acd3e88508 100644 --- a/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/summary/getReadiness.json +++ b/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/summary/getReadiness.json @@ -1,9 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, "contributors": { "type": "object", "properties": { @@ -22,21 +19,14 @@ "resting_heart_rate": { "type": "integer" } - }, - "required": [ - "activity_balance", - "body_temperature", - "hrv_balance", - "previous_day_activity", - "previous_night", - "recovery_index", - "resting_heart_rate", - "sleep_balance" - ] + } }, "day": { "type": "string" }, + "id": { + "type": "string" + }, "score": { "type": "integer" }, @@ -47,14 +37,5 @@ "type": "string" } }, - "required": [ - "id", - "contributors", - "day", - "score", - "temperature_deviation", - "temperature_trend_deviation", - "timestamp" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/summary/getSleep.json b/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/summary/getSleep.json index 0eb2af2f8a..a06a694a81 100644 --- a/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/summary/getSleep.json +++ b/packages/nodes-base/nodes/Oura/__schema__/v1.0.0/summary/getSleep.json @@ -1,9 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, "contributors": { "type": "object", "properties": { @@ -28,20 +25,14 @@ "total_sleep": { "type": "integer" } - }, - "required": [ - "deep_sleep", - "efficiency", - "latency", - "rem_sleep", - "restfulness", - "timing", - "total_sleep" - ] + } }, "day": { "type": "string" }, + "id": { + "type": "string" + }, "score": { "type": "integer" }, @@ -49,12 +40,5 @@ "type": "string" } }, - "required": [ - "id", - "contributors", - "day", - "score", - "timestamp" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Phantombuster/__schema__/v1.0.0/agent/get.json b/packages/nodes-base/nodes/Phantombuster/__schema__/v1.0.0/agent/get.json index 9b208a8b38..2e7b3f25eb 100644 --- a/packages/nodes-base/nodes/Phantombuster/__schema__/v1.0.0/agent/get.json +++ b/packages/nodes-base/nodes/Phantombuster/__schema__/v1.0.0/agent/get.json @@ -1,61 +1,55 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "scriptOrgName": { - "type": "string" - }, - "scriptId": { - "type": "string" - }, - "script": { + "argument": { "type": "string" }, "branch": { "type": "string" }, - "environment": { - "type": "string" - }, - "argument": { - "type": "string" - }, "code": { "type": "null" }, - "launchType": { - "type": "string" - }, - "nbLaunches": { - "type": "integer" - }, - "s3Folder": { - "type": "string" - }, - "orgS3Folder": { - "type": "string" - }, - "updatedAt": { - "type": "integer" - }, - "name": { + "environment": { "type": "string" }, "fileMgmt": { "type": "string" }, + "id": { + "type": "string" + }, + "lastEndType": { + "type": "string" + }, + "launchType": { + "type": "string" + }, "maxParallelism": { "type": "integer" }, + "name": { + "type": "string" + }, + "nbLaunches": { + "type": "integer" + }, "notifications": { "type": "object", "properties": { - "mailManualExitError": { + "mailAutomaticExitError": { "type": "boolean" }, - "mailManualTimeError": { + "mailAutomaticExitSuccess": { + "type": "boolean" + }, + "mailAutomaticLaunchError": { + "type": "boolean" + }, + "mailAutomaticTimeError": { + "type": "boolean" + }, + "mailManualExitError": { "type": "boolean" }, "mailManualExitSuccess": { @@ -64,53 +58,32 @@ "mailManualLaunchError": { "type": "boolean" }, - "mailAutomaticExitError": { - "type": "boolean" - }, - "mailAutomaticTimeError": { - "type": "boolean" - }, - "mailAutomaticExitSuccess": { - "type": "boolean" - }, - "mailAutomaticLaunchError": { + "mailManualTimeError": { "type": "boolean" } - }, - "required": [ - "mailManualExitError", - "mailManualTimeError", - "mailManualExitSuccess", - "mailManualLaunchError", - "mailAutomaticExitError", - "mailAutomaticTimeError", - "mailAutomaticExitSuccess", - "mailAutomaticLaunchError" - ] + } }, - "lastEndType": { + "orgS3Folder": { "type": "string" }, + "s3Folder": { + "type": "string" + }, + "script": { + "type": "string" + }, + "scriptId": { + "type": "string" + }, + "scriptOrgName": { + "type": "string" + }, + "updatedAt": { + "type": "integer" + }, "wasSetupValidWhenSubmittedByTheFrontend": { "type": "boolean" } }, - "required": [ - "id", - "scriptOrgName", - "scriptId", - "script", - "branch", - "environment", - "argument", - "code", - "launchType", - "nbLaunches", - "s3Folder", - "orgS3Folder", - "updatedAt", - "name", - "fileMgmt" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Phantombuster/__schema__/v1.0.0/agent/getOutput.json b/packages/nodes-base/nodes/Phantombuster/__schema__/v1.0.0/agent/getOutput.json index e8b6a49c7f..023368fc96 100644 --- a/packages/nodes-base/nodes/Phantombuster/__schema__/v1.0.0/agent/getOutput.json +++ b/packages/nodes-base/nodes/Phantombuster/__schema__/v1.0.0/agent/getOutput.json @@ -1,11 +1,17 @@ { "type": "object", "properties": { - "timestamp": { + "firstName": { + "type": "string" + }, + "lastName": { "type": "string" }, "profileUrl": { "type": "string" + }, + "timestamp": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Phantombuster/__schema__/v1.0.0/agent/launch.json b/packages/nodes-base/nodes/Phantombuster/__schema__/v1.0.0/agent/launch.json index 229a2bef1b..dea1561964 100644 --- a/packages/nodes-base/nodes/Phantombuster/__schema__/v1.0.0/agent/launch.json +++ b/packages/nodes-base/nodes/Phantombuster/__schema__/v1.0.0/agent/launch.json @@ -1,23 +1,23 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, "createdAt": { "type": "integer" }, + "id": { + "type": "string" + }, "launchedAt": { "type": "integer" }, - "status": { - "type": "string" - }, "launchType": { "type": "string" }, "retryNumber": { "type": "integer" + }, + "status": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/PhilipsHue/__schema__/v1.0.0/light/get.json b/packages/nodes-base/nodes/PhilipsHue/__schema__/v1.0.0/light/get.json index 38ce1b650e..e73fa45717 100644 --- a/packages/nodes-base/nodes/PhilipsHue/__schema__/v1.0.0/light/get.json +++ b/packages/nodes-base/nodes/PhilipsHue/__schema__/v1.0.0/light/get.json @@ -1,90 +1,6 @@ { "type": "object", "properties": { - "state": { - "type": "object", - "properties": { - "on": { - "type": "boolean" - }, - "bri": { - "type": "integer" - }, - "hue": { - "type": "integer" - }, - "sat": { - "type": "integer" - }, - "effect": { - "type": "string" - }, - "xy": { - "type": "array", - "items": { - "type": "number" - } - }, - "ct": { - "type": "integer" - }, - "alert": { - "type": "string" - }, - "colormode": { - "type": "string" - }, - "mode": { - "type": "string" - }, - "reachable": { - "type": "boolean" - } - }, - "required": [ - "on", - "bri", - "hue", - "sat", - "effect", - "xy", - "ct", - "alert", - "colormode", - "mode", - "reachable" - ] - }, - "swupdate": { - "type": "object", - "properties": { - "state": { - "type": "string" - }, - "lastinstall": { - "type": "string" - } - }, - "required": [ - "state", - "lastinstall" - ] - }, - "type": { - "type": "string" - }, - "name": { - "type": "string" - }, - "modelid": { - "type": "string" - }, - "manufacturername": { - "type": "string" - }, - "productname": { - "type": "string" - }, "capabilities": { "type": "object", "properties": { @@ -94,15 +10,6 @@ "control": { "type": "object", "properties": { - "mindimlevel": { - "type": "integer" - }, - "maxlumen": { - "type": "integer" - }, - "colorgamuttype": { - "type": "string" - }, "colorgamut": { "type": "array", "items": { @@ -112,51 +19,40 @@ } } }, + "colorgamuttype": { + "type": "string" + }, "ct": { "type": "object", "properties": { - "min": { - "type": "integer" - }, "max": { "type": "integer" + }, + "min": { + "type": "integer" } - }, - "required": [ - "min", - "max" - ] + } + }, + "maxlumen": { + "type": "integer" + }, + "mindimlevel": { + "type": "integer" } - }, - "required": [ - "mindimlevel", - "maxlumen", - "colorgamuttype", - "colorgamut", - "ct" - ] + } }, "streaming": { "type": "object", "properties": { - "renderer": { - "type": "boolean" - }, "proxy": { "type": "boolean" + }, + "renderer": { + "type": "boolean" } - }, - "required": [ - "renderer", - "proxy" - ] + } } - }, - "required": [ - "certified", - "control", - "streaming" - ] + } }, "config": { "type": "object", @@ -164,45 +60,102 @@ "archetype": { "type": "string" }, - "function": { + "direction": { "type": "string" }, - "direction": { + "function": { "type": "string" }, "startup": { "type": "object", "properties": { - "mode": { - "type": "string" - }, "configured": { "type": "boolean" + }, + "mode": { + "type": "string" } - }, - "required": [ - "mode", - "configured" - ] + } } - }, - "required": [ - "archetype", - "function", - "direction", - "startup" - ] + } }, - "uniqueid": { + "manufacturername": { "type": "string" }, - "swversion": { + "modelid": { "type": "string" }, + "name": { + "type": "string" + }, + "productid": { + "type": "string" + }, + "productname": { + "type": "string" + }, + "state": { + "type": "object", + "properties": { + "alert": { + "type": "string" + }, + "bri": { + "type": "integer" + }, + "colormode": { + "type": "string" + }, + "ct": { + "type": "integer" + }, + "effect": { + "type": "string" + }, + "hue": { + "type": "integer" + }, + "mode": { + "type": "string" + }, + "on": { + "type": "boolean" + }, + "reachable": { + "type": "boolean" + }, + "sat": { + "type": "integer" + }, + "xy": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, "swconfigid": { "type": "string" }, - "productid": { + "swupdate": { + "type": "object", + "properties": { + "lastinstall": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "swversion": { + "type": "string" + }, + "type": { + "type": "string" + }, + "uniqueid": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/PhilipsHue/__schema__/v1.0.0/light/getAll.json b/packages/nodes-base/nodes/PhilipsHue/__schema__/v1.0.0/light/getAll.json index 29f4d20576..cf83e7e866 100644 --- a/packages/nodes-base/nodes/PhilipsHue/__schema__/v1.0.0/light/getAll.json +++ b/packages/nodes-base/nodes/PhilipsHue/__schema__/v1.0.0/light/getAll.json @@ -1,80 +1,6 @@ { "type": "object", "properties": { - "state": { - "type": "object", - "properties": { - "on": { - "type": "boolean" - }, - "bri": { - "type": "integer" - }, - "hue": { - "type": "integer" - }, - "sat": { - "type": "integer" - }, - "effect": { - "type": "string" - }, - "xy": { - "type": "array", - "items": { - "type": "number" - } - }, - "ct": { - "type": "integer" - }, - "alert": { - "type": "string" - }, - "colormode": { - "type": "string" - }, - "mode": { - "type": "string" - }, - "reachable": { - "type": "boolean" - } - }, - "required": [ - "on", - "alert", - "mode", - "reachable" - ] - }, - "swupdate": { - "type": "object", - "properties": { - "state": { - "type": "string" - } - }, - "required": [ - "state", - "lastinstall" - ] - }, - "type": { - "type": "string" - }, - "name": { - "type": "string" - }, - "modelid": { - "type": "string" - }, - "manufacturername": { - "type": "string" - }, - "productname": { - "type": "string" - }, "capabilities": { "type": "object", "properties": { @@ -84,15 +10,6 @@ "control": { "type": "object", "properties": { - "mindimlevel": { - "type": "integer" - }, - "maxlumen": { - "type": "integer" - }, - "colorgamuttype": { - "type": "string" - }, "colorgamut": { "type": "array", "items": { @@ -102,48 +19,40 @@ } } }, + "colorgamuttype": { + "type": "string" + }, "ct": { "type": "object", "properties": { - "min": { - "type": "integer" - }, "max": { "type": "integer" + }, + "min": { + "type": "integer" } - }, - "required": [ - "min", - "max" - ] + } + }, + "maxlumen": { + "type": "integer" + }, + "mindimlevel": { + "type": "integer" } - }, - "required": [ - "mindimlevel", - "maxlumen" - ] + } }, "streaming": { "type": "object", "properties": { - "renderer": { - "type": "boolean" - }, "proxy": { "type": "boolean" + }, + "renderer": { + "type": "boolean" } - }, - "required": [ - "renderer", - "proxy" - ] + } } - }, - "required": [ - "certified", - "control", - "streaming" - ] + } }, "config": { "type": "object", @@ -151,59 +60,101 @@ "archetype": { "type": "string" }, - "function": { + "direction": { "type": "string" }, - "direction": { + "function": { "type": "string" }, "startup": { "type": "object", "properties": { - "mode": { - "type": "string" - }, "configured": { "type": "boolean" + }, + "mode": { + "type": "string" } - }, - "required": [ - "mode", - "configured" - ] + } } - }, - "required": [ - "archetype", - "function", - "direction" - ] + } }, - "uniqueid": { + "manufacturername": { "type": "string" }, - "swversion": { + "modelid": { "type": "string" }, - "swconfigid": { + "name": { "type": "string" }, "productid": { "type": "string" + }, + "productname": { + "type": "string" + }, + "state": { + "type": "object", + "properties": { + "alert": { + "type": "string" + }, + "bri": { + "type": "integer" + }, + "colormode": { + "type": "string" + }, + "ct": { + "type": "integer" + }, + "effect": { + "type": "string" + }, + "hue": { + "type": "integer" + }, + "mode": { + "type": "string" + }, + "on": { + "type": "boolean" + }, + "reachable": { + "type": "boolean" + }, + "sat": { + "type": "integer" + }, + "xy": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "swconfigid": { + "type": "string" + }, + "swupdate": { + "type": "object", + "properties": { + "state": { + "type": "string" + } + } + }, + "swversion": { + "type": "string" + }, + "type": { + "type": "string" + }, + "uniqueid": { + "type": "string" } }, - "required": [ - "state", - "swupdate", - "type", - "name", - "modelid", - "manufacturername", - "productname", - "capabilities", - "config", - "uniqueid", - "swversion" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/create.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/create.json index a35b005015..04e3bee3e7 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/create.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/create.json @@ -1,30 +1,42 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "user_id": { - "type": "integer" - }, - "done": { + "active_flag": { "type": "boolean" }, - "type": { + "add_time": { "type": "string" }, - "reference_type": { + "assigned_to_user_id": { + "type": "integer" + }, + "attendees": { "type": "null" }, - "reference_id": { + "busy_flag": { + "type": "boolean" + }, + "calendar_sync_include_context": { "type": "null" }, + "company_id": { + "type": "integer" + }, "conference_meeting_client": { "type": "null" }, + "conference_meeting_id": { + "type": "null" + }, "conference_meeting_url": { "type": "null" }, + "created_by_user_id": { + "type": "integer" + }, + "done": { + "type": "boolean" + }, "due_date": { "type": "string" }, @@ -34,14 +46,11 @@ "duration": { "type": "string" }, - "busy_flag": { - "type": "boolean" + "id": { + "type": "integer" }, - "add_time": { - "type": "string" - }, - "marked_as_done_time": { - "type": "string" + "is_recurring": { + "type": "null" }, "last_notification_time": { "type": "null" @@ -49,72 +58,9 @@ "last_notification_user_id": { "type": "null" }, - "notification_language_id": { - "type": "null" - }, - "subject": { - "type": "string" - }, - "public_description": { - "type": "null" - }, - "calendar_sync_include_context": { - "type": "null" - }, "location": { "type": "null" }, - "active_flag": { - "type": "boolean" - }, - "update_time": { - "type": "string" - }, - "update_user_id": { - "type": "null" - }, - "source_timezone": { - "type": "null" - }, - "rec_rule": { - "type": "null" - }, - "rec_rule_extension": { - "type": "null" - }, - "rec_master_activity_id": { - "type": "null" - }, - "conference_meeting_id": { - "type": "null" - }, - "original_start_time": { - "type": "null" - }, - "private": { - "type": "boolean" - }, - "priority": { - "type": "null" - }, - "created_by_user_id": { - "type": "integer" - }, - "location_subpremise": { - "type": "null" - }, - "location_street_number": { - "type": "null" - }, - "location_route": { - "type": "null" - }, - "location_sublocality": { - "type": "null" - }, - "location_locality": { - "type": "null" - }, "location_admin_area_level_1": { "type": "null" }, @@ -124,31 +70,85 @@ "location_country": { "type": "null" }, - "location_postal_code": { - "type": "null" - }, "location_formatted_address": { "type": "null" }, - "attendees": { + "location_locality": { "type": "null" }, - "series": { + "location_postal_code": { "type": "null" }, - "is_recurring": { + "location_route": { + "type": "null" + }, + "location_street_number": { + "type": "null" + }, + "location_sublocality": { + "type": "null" + }, + "location_subpremise": { + "type": "null" + }, + "marked_as_done_time": { + "type": "string" + }, + "notification_language_id": { + "type": "null" + }, + "original_start_time": { "type": "null" }, "owner_name": { "type": "string" }, - "assigned_to_user_id": { - "type": "integer" + "priority": { + "type": "null" + }, + "private": { + "type": "boolean" + }, + "public_description": { + "type": "null" + }, + "rec_master_activity_id": { + "type": "null" + }, + "rec_rule": { + "type": "null" + }, + "rec_rule_extension": { + "type": "null" + }, + "reference_id": { + "type": "null" + }, + "reference_type": { + "type": "null" + }, + "series": { + "type": "null" + }, + "source_timezone": { + "type": "null" + }, + "subject": { + "type": "string" + }, + "type": { + "type": "string" }, "type_name": { "type": "string" }, - "company_id": { + "update_time": { + "type": "string" + }, + "update_user_id": { + "type": "null" + }, + "user_id": { "type": "integer" } }, diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/get.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/get.json index f0f441c102..3255c3e191 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/get.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/get.json @@ -1,69 +1,42 @@ { "type": "object", "properties": { - "reference_id": { - "type": "null" - }, - "last_notification_user_id": { - "type": "null" - }, "active_flag": { "type": "boolean" }, - "rec_rule": { - "type": "null" - }, - "rec_rule_extension": { - "type": "null" - }, - "rec_master_activity_id": { - "type": "null" - }, - "conference_meeting_id": { - "type": "null" - }, - "original_start_time": { - "type": "null" - }, - "private": { - "type": "boolean" - }, - "series": { - "type": "null" - }, - "is_recurring": { - "type": "null" - }, - "lead_title": { - "type": "null" - }, - "owner_name": { + "Add time": { "type": "string" }, + "Apartment/suite no of Location": { + "type": "null" + }, + "Assigned to user": { + "type": "integer" + }, "assigned_to_user_id": { "type": "integer" }, - "type_name": { - "type": "string" - }, - "lead": { + "City/town/village/locality of Location": { "type": "null" }, "company_id": { "type": "integer" }, - "ID": { - "type": "integer" - }, - "Type": { - "type": "string" - }, - "Lead": { + "conference_meeting_id": { "type": "null" }, - "Assigned to user": { + "Contact person": { "type": "integer" }, + "Country of Location": { + "type": "null" + }, + "Creator": { + "type": "integer" + }, + "District/sublocality of Location": { + "type": "null" + }, "Done": { "type": "string" }, @@ -79,102 +52,96 @@ "Free/busy": { "type": "string" }, - "Add time": { - "type": "string" - }, - "Marked as done time": { - "type": "string" - }, - "Last notification time": { - "type": "null" - }, - "Subject": { - "type": "string" - }, - "Location": { - "type": "null" - }, - "Organisation": { - "type": "integer" - }, - "Contact person": { - "type": "integer" - }, - "Update time": { - "type": "string" - }, - "Priority": { - "type": "null" - }, - "Note": { - "type": "string" - }, - "Creator": { - "type": "integer" - }, - "Apartment/suite no of Location": { + "Full/combined address of Location": { "type": "null" }, "House number of Location": { "type": "null" }, - "Street/road name of Location": { + "ID": { + "type": "integer" + }, + "is_recurring": { "type": "null" }, - "District/sublocality of Location": { + "Last notification time": { "type": "null" }, - "City/town/village/locality of Location": { + "last_notification_user_id": { "type": "null" }, - "State/county of Location": { + "lead": { + "type": "null" + }, + "Lead": { + "type": "null" + }, + "lead_title": { + "type": "null" + }, + "Location": { + "type": "null" + }, + "Marked as done time": { + "type": "string" + }, + "Note": { + "type": "string" + }, + "Organisation": { + "type": "integer" + }, + "original_start_time": { + "type": "null" + }, + "owner_name": { + "type": "string" + }, + "Priority": { + "type": "null" + }, + "private": { + "type": "boolean" + }, + "rec_master_activity_id": { + "type": "null" + }, + "rec_rule": { + "type": "null" + }, + "rec_rule_extension": { + "type": "null" + }, + "reference_id": { "type": "null" }, "Region of Location": { "type": "null" }, - "Country of Location": { + "series": { "type": "null" }, + "State/county of Location": { + "type": "null" + }, + "Street/road name of Location": { + "type": "null" + }, + "Subject": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "type_name": { + "type": "string" + }, + "Update time": { + "type": "string" + }, "ZIP/Postal code of Location": { "type": "null" - }, - "Full/combined address of Location": { - "type": "null" } }, - "required": [ - "reference_type", - "reference_id", - "conference_meeting_client", - "conference_meeting_url", - "last_notification_user_id", - "notification_language_id", - "calendar_sync_include_context", - "active_flag", - "update_user_id", - "source_timezone", - "rec_rule", - "rec_rule_extension", - "rec_master_activity_id", - "conference_meeting_id", - "original_start_time", - "private", - "attendees", - "participants", - "series", - "is_recurring", - "org_name", - "person_name", - "deal_title", - "lead_title", - "owner_name", - "person_dropbox_bcc", - "deal_dropbox_bcc", - "assigned_to_user_id", - "type_name", - "lead", - "company_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/getAll.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/getAll.json index 7ac080b454..c6b3d9ad54 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/getAll.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/getAll.json @@ -1,21 +1,27 @@ { "type": "object", "properties": { - "id": { + "active_flag": { + "type": "boolean" + }, + "add_time": { + "type": "string" + }, + "assigned_to_user_id": { "type": "integer" }, - "user_id": { + "busy_flag": { + "type": "boolean" + }, + "company_id": { + "type": "integer" + }, + "created_by_user_id": { "type": "integer" }, "done": { "type": "boolean" }, - "type": { - "type": "string" - }, - "reference_id": { - "type": "null" - }, "due_date": { "type": "string" }, @@ -25,11 +31,11 @@ "duration": { "type": "string" }, - "busy_flag": { - "type": "boolean" + "id": { + "type": "integer" }, - "add_time": { - "type": "string" + "is_recurring": { + "type": "null" }, "last_notification_time": { "type": "null" @@ -37,51 +43,6 @@ "last_notification_user_id": { "type": "null" }, - "notification_language_id": { - "type": "null" - }, - "subject": { - "type": "string" - }, - "active_flag": { - "type": "boolean" - }, - "update_time": { - "type": "string" - }, - "rec_rule": { - "type": "null" - }, - "rec_rule_extension": { - "type": "null" - }, - "conference_meeting_id": { - "type": "null" - }, - "original_start_time": { - "type": "null" - }, - "private": { - "type": "boolean" - }, - "created_by_user_id": { - "type": "integer" - }, - "location_subpremise": { - "type": "null" - }, - "location_street_number": { - "type": "null" - }, - "location_route": { - "type": "null" - }, - "location_sublocality": { - "type": "null" - }, - "location_locality": { - "type": "null" - }, "location_admin_area_level_1": { "type": "null" }, @@ -91,61 +52,57 @@ "location_country": { "type": "null" }, - "location_postal_code": { - "type": "null" - }, "location_formatted_address": { "type": "null" }, - "series": { + "location_locality": { "type": "null" }, - "is_recurring": { + "location_postal_code": { + "type": "null" + }, + "location_route": { + "type": "null" + }, + "location_street_number": { + "type": "null" + }, + "location_sublocality": { + "type": "null" + }, + "location_subpremise": { + "type": "null" + }, + "notification_language_id": { + "type": "null" + }, + "original_start_time": { "type": "null" }, "owner_name": { "type": "string" }, - "assigned_to_user_id": { - "type": "integer" + "private": { + "type": "boolean" }, - "company_id": { + "reference_id": { + "type": "null" + }, + "series": { + "type": "null" + }, + "subject": { + "type": "string" + }, + "type": { + "type": "string" + }, + "update_time": { + "type": "string" + }, + "user_id": { "type": "integer" } }, - "required": [ - "reference_type", - "reference_id", - "conference_meeting_client", - "conference_meeting_url", - "last_notification_user_id", - "notification_language_id", - "calendar_sync_include_context", - "deal_id", - "active_flag", - "update_user_id", - "source_timezone", - "rec_rule", - "rec_rule_extension", - "rec_master_activity_id", - "conference_meeting_id", - "original_start_time", - "private", - "attendees", - "participants", - "series", - "is_recurring", - "org_name", - "person_name", - "deal_title", - "lead_title", - "owner_name", - "person_dropbox_bcc", - "deal_dropbox_bcc", - "assigned_to_user_id", - "type_name", - "lead", - "company_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/update.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/update.json index c28ff6e151..e8434282c4 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/update.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/activity/update.json @@ -1,21 +1,30 @@ { "type": "object", "properties": { - "id": { + "active_flag": { + "type": "boolean" + }, + "add_time": { + "type": "string" + }, + "assigned_to_user_id": { "type": "integer" }, - "user_id": { + "busy_flag": { + "type": "boolean" + }, + "company_id": { + "type": "integer" + }, + "conference_meeting_id": { + "type": "null" + }, + "created_by_user_id": { "type": "integer" }, "done": { "type": "boolean" }, - "type": { - "type": "string" - }, - "reference_id": { - "type": "null" - }, "due_date": { "type": "string" }, @@ -25,14 +34,11 @@ "duration": { "type": "string" }, - "busy_flag": { - "type": "boolean" + "id": { + "type": "integer" }, - "add_time": { - "type": "string" - }, - "marked_as_done_time": { - "type": "string" + "is_recurring": { + "type": "null" }, "last_notification_time": { "type": "null" @@ -40,58 +46,13 @@ "last_notification_user_id": { "type": "null" }, - "notification_language_id": { + "lead": { "type": "null" }, - "subject": { - "type": "string" - }, "lead_id": { "type": "null" }, - "active_flag": { - "type": "boolean" - }, - "update_time": { - "type": "string" - }, - "update_user_id": { - "type": "integer" - }, - "rec_rule": { - "type": "null" - }, - "rec_rule_extension": { - "type": "null" - }, - "rec_master_activity_id": { - "type": "null" - }, - "conference_meeting_id": { - "type": "null" - }, - "original_start_time": { - "type": "null" - }, - "private": { - "type": "boolean" - }, - "created_by_user_id": { - "type": "integer" - }, - "location_subpremise": { - "type": "null" - }, - "location_street_number": { - "type": "null" - }, - "location_route": { - "type": "null" - }, - "location_sublocality": { - "type": "null" - }, - "location_locality": { + "lead_title": { "type": "null" }, "location_admin_area_level_1": { @@ -103,101 +64,75 @@ "location_country": { "type": "null" }, - "location_postal_code": { - "type": "null" - }, "location_formatted_address": { "type": "null" }, - "series": { + "location_locality": { "type": "null" }, - "is_recurring": { + "location_postal_code": { "type": "null" }, - "lead_title": { + "location_route": { + "type": "null" + }, + "location_street_number": { + "type": "null" + }, + "location_sublocality": { + "type": "null" + }, + "location_subpremise": { + "type": "null" + }, + "marked_as_done_time": { + "type": "string" + }, + "notification_language_id": { + "type": "null" + }, + "original_start_time": { "type": "null" }, "owner_name": { "type": "string" }, - "assigned_to_user_id": { - "type": "integer" + "private": { + "type": "boolean" + }, + "rec_master_activity_id": { + "type": "null" + }, + "rec_rule": { + "type": "null" + }, + "rec_rule_extension": { + "type": "null" + }, + "reference_id": { + "type": "null" + }, + "series": { + "type": "null" + }, + "subject": { + "type": "string" + }, + "type": { + "type": "string" }, "type_name": { "type": "string" }, - "lead": { - "type": "null" + "update_time": { + "type": "string" }, - "company_id": { + "update_user_id": { + "type": "integer" + }, + "user_id": { "type": "integer" } }, - "required": [ - "id", - "user_id", - "done", - "type", - "reference_type", - "reference_id", - "conference_meeting_client", - "conference_meeting_url", - "due_date", - "due_time", - "duration", - "busy_flag", - "add_time", - "marked_as_done_time", - "last_notification_time", - "last_notification_user_id", - "notification_language_id", - "subject", - "public_description", - "calendar_sync_include_context", - "location", - "org_id", - "person_id", - "deal_id", - "lead_id", - "active_flag", - "update_time", - "update_user_id", - "source_timezone", - "rec_rule", - "rec_rule_extension", - "rec_master_activity_id", - "conference_meeting_id", - "original_start_time", - "private", - "priority", - "note", - "created_by_user_id", - "location_subpremise", - "location_street_number", - "location_route", - "location_sublocality", - "location_locality", - "location_admin_area_level_1", - "location_admin_area_level_2", - "location_country", - "location_postal_code", - "location_formatted_address", - "attendees", - "participants", - "series", - "is_recurring", - "org_name", - "person_name", - "deal_title", - "lead_title", - "owner_name", - "person_dropbox_bcc", - "deal_dropbox_bcc", - "assigned_to_user_id", - "type_name", - "lead", - "company_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/create.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/create.json index 89e21078a6..8d1841ad31 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/create.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/create.json @@ -1,160 +1,89 @@ { "type": "object", "properties": { - "id": { + "active": { + "type": "boolean" + }, + "activities_count": { "type": "integer" }, - "creator_user_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] + "acv": { + "type": "null" }, - "user_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, - "stage_id": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "currency": { - "type": "string" + "acv_currency": { + "type": "null" }, "add_time": { "type": "string" }, - "update_time": { - "type": "string" - }, - "stage_change_time": { + "arr": { "type": "null" }, - "active": { - "type": "boolean" + "arr_currency": { + "type": "null" + }, + "cc_email": { + "type": "string" + }, + "creator_user_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } + } + }, + "currency": { + "type": "string" }, "deleted": { "type": "boolean" }, - "status": { - "type": "string" - }, - "probability": { - "type": "null" - }, - "next_activity_date": { - "type": "null" - }, - "next_activity_time": { - "type": "null" - }, - "next_activity_id": { - "type": "null" - }, - "last_activity_id": { - "type": "null" - }, - "last_activity_date": { - "type": "null" - }, - "lost_reason": { - "type": "null" - }, - "visible_to": { - "type": "string" - }, - "pipeline_id": { - "type": "integer" - }, - "lost_time": { - "type": "null" - }, - "products_count": { - "type": "integer" - }, - "files_count": { - "type": "integer" - }, - "notes_count": { - "type": "integer" - }, - "followers_count": { + "done_activities_count": { "type": "integer" }, "email_messages_count": { "type": "integer" }, - "activities_count": { - "type": "integer" - }, - "done_activities_count": { - "type": "integer" - }, - "undone_activities_count": { - "type": "integer" - }, - "participants_count": { - "type": "integer" - }, "expected_close_date": { "type": "null" }, + "files_count": { + "type": "integer" + }, + "followers_count": { + "type": "integer" + }, + "formatted_value": { + "type": "string" + }, + "formatted_weighted_value": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last_activity_date": { + "type": "null" + }, + "last_activity_id": { + "type": "null" + }, "last_incoming_mail_time": { "type": "null" }, @@ -164,129 +93,116 @@ "local_lost_date": { "type": "null" }, - "origin": { - "type": "string" - }, - "stage_order_nr": { - "type": "integer" - }, - "next_activity_subject": { + "lost_reason": { "type": "null" }, - "next_activity_type": { - "type": "null" - }, - "next_activity_duration": { - "type": "null" - }, - "next_activity_note": { - "type": "null" - }, - "formatted_value": { - "type": "string" - }, - "formatted_weighted_value": { - "type": "string" - }, - "weighted_value_currency": { - "type": "string" - }, - "owner_name": { - "type": "string" - }, - "cc_email": { - "type": "string" - }, - "org_hidden": { - "type": "boolean" - }, - "person_hidden": { - "type": "boolean" - }, - "acv": { + "lost_time": { "type": "null" }, "mrr": { "type": "null" }, - "arr": { - "type": "null" - }, - "acv_currency": { - "type": "null" - }, "mrr_currency": { "type": "null" }, - "arr_currency": { + "next_activity_date": { "type": "null" + }, + "next_activity_duration": { + "type": "null" + }, + "next_activity_id": { + "type": "null" + }, + "next_activity_note": { + "type": "null" + }, + "next_activity_subject": { + "type": "null" + }, + "next_activity_time": { + "type": "null" + }, + "next_activity_type": { + "type": "null" + }, + "notes_count": { + "type": "integer" + }, + "org_hidden": { + "type": "boolean" + }, + "origin": { + "type": "string" + }, + "owner_name": { + "type": "string" + }, + "participants_count": { + "type": "integer" + }, + "person_hidden": { + "type": "boolean" + }, + "pipeline_id": { + "type": "integer" + }, + "probability": { + "type": "null" + }, + "products_count": { + "type": "integer" + }, + "stage_change_time": { + "type": "null" + }, + "stage_id": { + "type": "integer" + }, + "stage_order_nr": { + "type": "integer" + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" + }, + "undone_activities_count": { + "type": "integer" + }, + "update_time": { + "type": "string" + }, + "user_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } + } + }, + "visible_to": { + "type": "string" + }, + "weighted_value_currency": { + "type": "string" } }, - "required": [ - "id", - "creator_user_id", - "user_id", - "person_id", - "org_id", - "stage_id", - "title", - "value", - "currency", - "add_time", - "update_time", - "stage_change_time", - "active", - "deleted", - "status", - "probability", - "next_activity_date", - "next_activity_time", - "next_activity_id", - "last_activity_id", - "last_activity_date", - "lost_reason", - "visible_to", - "close_time", - "pipeline_id", - "won_time", - "first_won_time", - "lost_time", - "products_count", - "files_count", - "notes_count", - "followers_count", - "email_messages_count", - "activities_count", - "done_activities_count", - "undone_activities_count", - "participants_count", - "expected_close_date", - "last_incoming_mail_time", - "last_outgoing_mail_time", - "label", - "local_won_date", - "local_lost_date", - "local_close_date", - "origin", - "origin_id", - "channel", - "channel_id", - "stage_order_nr", - "person_name", - "org_name", - "next_activity_subject", - "next_activity_type", - "next_activity_duration", - "next_activity_note", - "formatted_value", - "weighted_value", - "formatted_weighted_value", - "weighted_value_currency", - "rotten_time", - "owner_name", - "cc_email", - "org_hidden", - "person_hidden" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/get.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/get.json index fd657421ff..9f27280532 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/get.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/get.json @@ -1,17 +1,108 @@ { "type": "object", "properties": { - "id": { + "0bb28fa193c6b091813e9ba57a42aae322b1f098": { + "type": "string" + }, + "0d2381bc2f18042052f532661380b2526d5d1418": { + "type": "string" + }, + "2b88250c8fe6de6a9c18a843012c3be4120bc977": { + "type": "string" + }, + "509080cf228cf9363d8d822ae4e7391e42b46bd0": { + "type": "string" + }, + "5a3096c3afe73de34f661fb2f39fd1730b8b9a14": { "type": "integer" }, + "5bf837804980758d9b007751a08a0282c400d7d8": { + "type": "string" + }, + "6978a0bb41b5952de4d88d432af93fcd1cee3c48": { + "type": "string" + }, + "6ed765e95e07cb884c5ca83bed7f9129687b06f1": { + "type": "string" + }, + "861f700a2a00ee759b696c61c68ad81d6add71b8": { + "type": "string" + }, + "943fc1f0be467988db62ed6e53b7662a9e03da71": { + "type": "string" + }, + "active": { + "type": "boolean" + }, + "activities_count": { + "type": "integer" + }, + "add_time": { + "type": "string" + }, + "age": { + "type": "object", + "properties": { + "d": { + "type": "integer" + }, + "h": { + "type": "integer" + }, + "i": { + "type": "integer" + }, + "m": { + "type": "integer" + }, + "s": { + "type": "integer" + }, + "total_seconds": { + "type": "integer" + }, + "y": { + "type": "integer" + } + } + }, + "average_stage_progress": { + "type": "integer" + }, + "average_time_to_won": { + "type": "object", + "properties": { + "d": { + "type": "integer" + }, + "h": { + "type": "integer" + }, + "i": { + "type": "integer" + }, + "m": { + "type": "integer" + }, + "s": { + "type": "integer" + }, + "total_seconds": { + "type": "integer" + }, + "y": { + "type": "integer" + } + } + }, + "cc_email": { + "type": "string" + }, "creator_user_id": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" + "active_flag": { + "type": "boolean" }, "email": { "type": "string" @@ -19,54 +110,67 @@ "has_pic": { "type": "integer" }, - "active_flag": { - "type": "boolean" + "id": { + "type": "integer" + }, + "name": { + "type": "string" }, "value": { "type": "integer" } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] + } }, - "user_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] + "currency": { + "type": "string" + }, + "deleted": { + "type": "boolean" + }, + "done_activities_count": { + "type": "integer" + }, + "email_messages_count": { + "type": "integer" + }, + "files_count": { + "type": "integer" + }, + "followers_count": { + "type": "integer" + }, + "formatted_value": { + "type": "string" + }, + "formatted_weighted_value": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "next_activity_duration": { + "type": "null" + }, + "next_activity_note": { + "type": "null" + }, + "next_activity_time": { + "type": "null" + }, + "notes_count": { + "type": "integer" + }, + "org_hidden": { + "type": "boolean" + }, + "owner_name": { + "type": "string" + }, + "participants_count": { + "type": "integer" + }, + "person_hidden": { + "type": "boolean" }, "person_id": { "type": "object", @@ -74,9 +178,6 @@ "active_flag": { "type": "boolean" }, - "name": { - "type": "string" - }, "email": { "type": "array", "items": { @@ -85,82 +186,39 @@ "label": { "type": "string" }, - "value": { - "type": "string" - }, "primary": { "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "primary" - ] + } } }, + "name": { + "type": "string" + }, + "owner_id": { + "type": "integer" + }, "phone": { "type": "array", "items": { "type": "object", "properties": { - "value": { - "type": "string" - }, "primary": { "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "primary" - ] + } } }, - "owner_id": { - "type": "integer" - }, "value": { "type": "integer" } - }, - "required": [ - "active_flag", - "name", - "email", - "phone", - "owner_id", - "value" - ] - }, - "stage_id": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "add_time": { - "type": "string" - }, - "update_time": { - "type": "string" - }, - "active": { - "type": "boolean" - }, - "deleted": { - "type": "boolean" - }, - "status": { - "type": "string" - }, - "next_activity_time": { - "type": "null" - }, - "visible_to": { - "type": "string" + } }, "pipeline_id": { "type": "integer" @@ -168,133 +226,15 @@ "products_count": { "type": "integer" }, - "files_count": { - "type": "integer" - }, - "notes_count": { - "type": "integer" - }, - "followers_count": { - "type": "integer" - }, - "email_messages_count": { - "type": "integer" - }, - "activities_count": { - "type": "integer" - }, - "done_activities_count": { - "type": "integer" - }, - "undone_activities_count": { - "type": "integer" - }, - "participants_count": { + "stage_id": { "type": "integer" }, "stage_order_nr": { "type": "integer" }, - "next_activity_duration": { - "type": "null" - }, - "next_activity_note": { - "type": "null" - }, - "formatted_value": { + "status": { "type": "string" }, - "formatted_weighted_value": { - "type": "string" - }, - "weighted_value_currency": { - "type": "string" - }, - "owner_name": { - "type": "string" - }, - "cc_email": { - "type": "string" - }, - "org_hidden": { - "type": "boolean" - }, - "person_hidden": { - "type": "boolean" - }, - "average_time_to_won": { - "type": "object", - "properties": { - "y": { - "type": "integer" - }, - "m": { - "type": "integer" - }, - "d": { - "type": "integer" - }, - "h": { - "type": "integer" - }, - "i": { - "type": "integer" - }, - "s": { - "type": "integer" - }, - "total_seconds": { - "type": "integer" - } - }, - "required": [ - "y", - "m", - "d", - "h", - "i", - "s", - "total_seconds" - ] - }, - "average_stage_progress": { - "type": "integer" - }, - "age": { - "type": "object", - "properties": { - "y": { - "type": "integer" - }, - "m": { - "type": "integer" - }, - "d": { - "type": "integer" - }, - "h": { - "type": "integer" - }, - "i": { - "type": "integer" - }, - "s": { - "type": "integer" - }, - "total_seconds": { - "type": "integer" - } - }, - "required": [ - "y", - "m", - "d", - "h", - "i", - "s", - "total_seconds" - ] - }, "stay_in_pipeline_stages": { "type": "object", "properties": { @@ -304,43 +244,44 @@ "type": "integer" } } - }, - "required": [ - "times_in_stages", - "order_of_stages" - ] + } }, - "6ed765e95e07cb884c5ca83bed7f9129687b06f1": { + "title": { "type": "string" }, - "6978a0bb41b5952de4d88d432af93fcd1cee3c48": { - "type": "string" - }, - "5a3096c3afe73de34f661fb2f39fd1730b8b9a14": { + "undone_activities_count": { "type": "integer" }, - "0d2381bc2f18042052f532661380b2526d5d1418": { + "update_time": { "type": "string" }, - "861f700a2a00ee759b696c61c68ad81d6add71b8": { + "user_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } + } + }, + "visible_to": { "type": "string" }, - "4d2ee5efefb51e5c4c85f5aaee8a1080a3db2303": { - "type": "string" - }, - "943fc1f0be467988db62ed6e53b7662a9e03da71": { - "type": "string" - }, - "2b88250c8fe6de6a9c18a843012c3be4120bc977": { - "type": "string" - }, - "5bf837804980758d9b007751a08a0282c400d7d8": { - "type": "string" - }, - "509080cf228cf9363d8d822ae4e7391e42b46bd0": { - "type": "string" - }, - "0bb28fa193c6b091813e9ba57a42aae322b1f098": { + "weighted_value_currency": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/getAll.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/getAll.json index 7eae4ddbb2..6f79cb9cdc 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/getAll.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/getAll.json @@ -1,253 +1,60 @@ { "type": "object", "properties": { - "id": { + "active": { + "type": "boolean" + }, + "activities_count": { "type": "integer" }, - "creator_user_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, - "user_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, - "person_id": { - "type": "object", - "properties": { - "active_flag": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "email": { - "type": "array", - "items": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "value": { - "type": "string" - }, - "primary": { - "type": "boolean" - } - }, - "required": [ - "value", - "primary" - ] - } - }, - "phone": { - "type": "array", - "items": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "value": { - "type": "string" - }, - "primary": { - "type": "boolean" - } - }, - "required": [ - "value", - "primary" - ] - } - }, - "owner_id": { - "type": "integer" - }, - "company_id": { - "type": "integer" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "active_flag", - "name", - "email", - "phone", - "owner_id", - "value" - ] - }, - "org_id": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "people_count": { - "type": "integer" - }, - "owner_id": { - "type": "integer" - }, - "label_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "active_flag": { - "type": "boolean" - }, - "cc_email": { - "type": "string" - }, - "owner_name": { - "type": "string" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "name", - "people_count", - "owner_id", - "address", - "label_ids", - "active_flag", - "cc_email", - "owner_name", - "value" - ] - }, - "stage_id": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "currency": { - "type": "string" - }, "add_time": { "type": "string" }, - "update_time": { + "archive_time": { + "type": "null" + }, + "cc_email": { "type": "string" }, - "active": { - "type": "boolean" + "creator_user_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } + } + }, + "currency": { + "type": "string" }, "deleted": { "type": "boolean" }, - "status": { - "type": "string" - }, - "visible_to": { - "type": "string" - }, - "pipeline_id": { - "type": "integer" - }, - "products_count": { - "type": "integer" - }, - "files_count": { - "type": "integer" - }, - "notes_count": { - "type": "integer" - }, - "followers_count": { + "done_activities_count": { "type": "integer" }, "email_messages_count": { "type": "integer" }, - "activities_count": { + "files_count": { "type": "integer" }, - "done_activities_count": { - "type": "integer" - }, - "undone_activities_count": { - "type": "integer" - }, - "participants_count": { - "type": "integer" - }, - "origin": { - "type": "string" - }, - "is_archived": { - "type": "boolean" - }, - "archive_time": { - "type": "null" - }, - "stage_order_nr": { + "followers_count": { "type": "integer" }, "formatted_value": { @@ -256,55 +63,115 @@ "formatted_weighted_value": { "type": "string" }, - "weighted_value_currency": { + "id": { + "type": "integer" + }, + "is_archived": { + "type": "boolean" + }, + "notes_count": { + "type": "integer" + }, + "org_hidden": { + "type": "boolean" + }, + "org_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "cc_email": { + "type": "string" + }, + "label_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "name": { + "type": "string" + }, + "owner_id": { + "type": "integer" + }, + "owner_name": { + "type": "string" + }, + "people_count": { + "type": "integer" + }, + "value": { + "type": "integer" + } + } + }, + "origin": { "type": "string" }, "owner_name": { "type": "string" }, - "cc_email": { - "type": "string" - }, - "org_hidden": { - "type": "boolean" + "participants_count": { + "type": "integer" }, "person_hidden": { "type": "boolean" + }, + "pipeline_id": { + "type": "integer" + }, + "products_count": { + "type": "integer" + }, + "stage_id": { + "type": "integer" + }, + "stage_order_nr": { + "type": "integer" + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" + }, + "undone_activities_count": { + "type": "integer" + }, + "update_time": { + "type": "string" + }, + "user_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } + } + }, + "visible_to": { + "type": "string" + }, + "weighted_value_currency": { + "type": "string" } }, - "required": [ - "stage_id", - "active", - "deleted", - "status", - "next_activity_time", - "next_activity_id", - "last_activity_id", - "pipeline_id", - "first_won_time", - "products_count", - "files_count", - "notes_count", - "followers_count", - "participants_count", - "local_won_date", - "local_lost_date", - "local_close_date", - "is_archived", - "archive_time", - "stage_order_nr", - "person_name", - "org_name", - "next_activity_subject", - "next_activity_type", - "next_activity_duration", - "next_activity_note", - "formatted_value", - "rotten_time", - "owner_name", - "cc_email", - "org_hidden", - "person_hidden" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/search.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/search.json index eef0838a1b..89de217eef 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/search.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/search.json @@ -1,26 +1,28 @@ { "type": "object", "properties": { - "result_score": { - "type": "number" + "currency": { + "type": "string" }, "id": { "type": "integer" }, - "type": { - "type": "string" + "notes": { + "type": "array", + "items": { + "type": "string" + } }, - "title": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "status": { - "type": "string" - }, - "visible_to": { - "type": "integer" + "organization": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + } + } }, "owner": { "type": "object", @@ -28,10 +30,21 @@ "id": { "type": "integer" } - }, - "required": [ - "id" - ] + } + }, + "person": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + } + } + }, + "result_score": { + "type": "number" }, "stage": { "type": "object", @@ -42,17 +55,19 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] - }, - "notes": { - "type": "array", - "items": { - "type": "string" } + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "visible_to": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/update.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/update.json index 15a0aa3c27..46061aa410 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/update.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/deal/update.json @@ -1,198 +1,57 @@ { "type": "object", "properties": { - "id": { + "active": { + "type": "boolean" + }, + "activities_count": { "type": "integer" }, - "creator_user_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, - "user_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, - "person_id": { - "type": "object", - "properties": { - "active_flag": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "email": { - "type": "array", - "items": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "primary": { - "type": "boolean" - }, - "label": { - "type": "string" - } - }, - "required": [ - "value", - "primary" - ] - } - }, - "phone": { - "type": "array", - "items": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "primary": { - "type": "boolean" - }, - "label": { - "type": "string" - } - }, - "required": [ - "value", - "primary" - ] - } - }, - "owner_id": { - "type": "integer" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "active_flag", - "name", - "email", - "phone", - "owner_id", - "value" - ] - }, - "stage_id": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "currency": { - "type": "string" - }, "add_time": { "type": "string" }, - "update_time": { + "cc_email": { "type": "string" }, - "active": { - "type": "boolean" + "creator_user_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } + } + }, + "currency": { + "type": "string" }, "deleted": { "type": "boolean" }, - "status": { - "type": "string" - }, - "visible_to": { - "type": "string" - }, - "pipeline_id": { - "type": "integer" - }, - "products_count": { - "type": "integer" - }, - "files_count": { - "type": "integer" - }, - "notes_count": { - "type": "integer" - }, - "followers_count": { + "done_activities_count": { "type": "integer" }, "email_messages_count": { "type": "integer" }, - "activities_count": { + "files_count": { "type": "integer" }, - "done_activities_count": { - "type": "integer" - }, - "undone_activities_count": { - "type": "integer" - }, - "participants_count": { - "type": "integer" - }, - "stage_order_nr": { + "followers_count": { "type": "integer" }, "formatted_value": { @@ -201,20 +60,127 @@ "formatted_weighted_value": { "type": "string" }, - "weighted_value_currency": { - "type": "string" + "id": { + "type": "integer" }, - "owner_name": { - "type": "string" - }, - "cc_email": { - "type": "string" + "notes_count": { + "type": "integer" }, "org_hidden": { "type": "boolean" }, + "owner_name": { + "type": "string" + }, + "participants_count": { + "type": "integer" + }, "person_hidden": { "type": "boolean" + }, + "person_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "array", + "items": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "primary": { + "type": "boolean" + }, + "value": { + "type": "string" + } + } + } + }, + "name": { + "type": "string" + }, + "owner_id": { + "type": "integer" + }, + "phone": { + "type": "array", + "items": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "primary": { + "type": "boolean" + }, + "value": { + "type": "string" + } + } + } + }, + "value": { + "type": "integer" + } + } + }, + "pipeline_id": { + "type": "integer" + }, + "products_count": { + "type": "integer" + }, + "stage_id": { + "type": "integer" + }, + "stage_order_nr": { + "type": "integer" + }, + "status": { + "type": "string" + }, + "title": { + "type": "string" + }, + "undone_activities_count": { + "type": "integer" + }, + "update_time": { + "type": "string" + }, + "user_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } + } + }, + "visible_to": { + "type": "string" + }, + "weighted_value_currency": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/dealActivity/getAll.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/dealActivity/getAll.json index ca6931a61c..d4410f1bbf 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/dealActivity/getAll.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/dealActivity/getAll.json @@ -1,27 +1,48 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "user_id": { - "type": "integer" - }, - "done": { + "active_flag": { "type": "boolean" }, - "type": { + "add_time": { "type": "string" }, - "reference_id": { + "assigned_to_user_id": { + "type": "integer" + }, + "attendees": { "type": "null" }, + "busy_flag": { + "type": "boolean" + }, + "company_id": { + "type": "integer" + }, "conference_meeting_client": { "type": "null" }, + "conference_meeting_id": { + "type": "null" + }, "conference_meeting_url": { "type": "null" }, + "created_by_user_id": { + "type": "integer" + }, + "deal_dropbox_bcc": { + "type": "string" + }, + "deal_id": { + "type": "integer" + }, + "deal_title": { + "type": "string" + }, + "done": { + "type": "boolean" + }, "due_date": { "type": "string" }, @@ -31,14 +52,11 @@ "duration": { "type": "string" }, - "busy_flag": { - "type": "boolean" + "id": { + "type": "integer" }, - "add_time": { - "type": "string" - }, - "marked_as_done_time": { - "type": "string" + "is_recurring": { + "type": "null" }, "last_notification_time": { "type": "null" @@ -46,58 +64,13 @@ "last_notification_user_id": { "type": "null" }, - "subject": { - "type": "string" - }, - "deal_id": { - "type": "integer" + "lead": { + "type": "null" }, "lead_id": { "type": "null" }, - "active_flag": { - "type": "boolean" - }, - "update_time": { - "type": "string" - }, - "source_timezone": { - "type": "null" - }, - "rec_rule": { - "type": "null" - }, - "rec_rule_extension": { - "type": "null" - }, - "rec_master_activity_id": { - "type": "null" - }, - "conference_meeting_id": { - "type": "null" - }, - "original_start_time": { - "type": "null" - }, - "private": { - "type": "boolean" - }, - "created_by_user_id": { - "type": "integer" - }, - "location_subpremise": { - "type": "null" - }, - "location_street_number": { - "type": "null" - }, - "location_route": { - "type": "null" - }, - "location_sublocality": { - "type": "null" - }, - "location_locality": { + "lead_title": { "type": "null" }, "location_admin_area_level_1": { @@ -109,111 +82,72 @@ "location_country": { "type": "null" }, - "location_postal_code": { - "type": "null" - }, "location_formatted_address": { "type": "null" }, - "attendees": { + "location_locality": { "type": "null" }, - "series": { + "location_postal_code": { "type": "null" }, - "is_recurring": { + "location_route": { "type": "null" }, - "deal_title": { + "location_street_number": { + "type": "null" + }, + "location_sublocality": { + "type": "null" + }, + "location_subpremise": { + "type": "null" + }, + "marked_as_done_time": { "type": "string" }, - "lead_title": { + "original_start_time": { "type": "null" }, "owner_name": { "type": "string" }, - "deal_dropbox_bcc": { + "private": { + "type": "boolean" + }, + "rec_master_activity_id": { + "type": "null" + }, + "rec_rule": { + "type": "null" + }, + "rec_rule_extension": { + "type": "null" + }, + "reference_id": { + "type": "null" + }, + "series": { + "type": "null" + }, + "source_timezone": { + "type": "null" + }, + "subject": { "type": "string" }, - "assigned_to_user_id": { - "type": "integer" + "type": { + "type": "string" }, "type_name": { "type": "string" }, - "lead": { - "type": "null" + "update_time": { + "type": "string" }, - "company_id": { + "user_id": { "type": "integer" } }, - "required": [ - "id", - "user_id", - "done", - "type", - "reference_type", - "reference_id", - "conference_meeting_client", - "conference_meeting_url", - "due_date", - "due_time", - "duration", - "busy_flag", - "add_time", - "marked_as_done_time", - "last_notification_time", - "last_notification_user_id", - "notification_language_id", - "subject", - "public_description", - "calendar_sync_include_context", - "location", - "org_id", - "person_id", - "deal_id", - "lead_id", - "active_flag", - "update_time", - "update_user_id", - "source_timezone", - "rec_rule", - "rec_rule_extension", - "rec_master_activity_id", - "conference_meeting_id", - "original_start_time", - "private", - "priority", - "note", - "created_by_user_id", - "location_subpremise", - "location_street_number", - "location_route", - "location_sublocality", - "location_locality", - "location_admin_area_level_1", - "location_admin_area_level_2", - "location_country", - "location_postal_code", - "location_formatted_address", - "attendees", - "participants", - "series", - "is_recurring", - "note_clean", - "org_name", - "person_name", - "deal_title", - "lead_title", - "owner_name", - "person_dropbox_bcc", - "deal_dropbox_bcc", - "assigned_to_user_id", - "type_name", - "lead", - "company_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/dealProduct/getAll.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/dealProduct/getAll.json index 9b600bd3b8..e4f97195c5 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/dealProduct/getAll.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/dealProduct/getAll.json @@ -1,38 +1,50 @@ { "type": "object", "properties": { - "id": { - "type": "integer" + "active_flag": { + "type": "boolean" + }, + "add_time": { + "type": "string" + }, + "billing_frequency": { + "type": "string" + }, + "currency": { + "type": "string" }, "deal_id": { "type": "integer" }, - "product_id": { + "discount": { "type": "integer" }, + "discount_type": { + "type": "string" + }, + "enabled_flag": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "last_edit": { + "type": "string" + }, "name": { "type": "string" }, "order_nr": { "type": "integer" }, - "quantity": { + "product": { + "type": "null" + }, + "product_id": { "type": "integer" }, - "currency": { - "type": "string" - }, - "active_flag": { - "type": "boolean" - }, - "enabled_flag": { - "type": "boolean" - }, - "add_time": { - "type": "string" - }, - "last_edit": { - "type": "string" + "quantity": { + "type": "integer" }, "quantity_formatted": { "type": "string" @@ -42,46 +54,7 @@ }, "tax_method": { "type": "string" - }, - "discount": { - "type": "integer" - }, - "discount_type": { - "type": "string" - }, - "billing_frequency": { - "type": "string" - }, - "product": { - "type": "null" } }, - "required": [ - "id", - "deal_id", - "product_id", - "product_variation_id", - "name", - "order_nr", - "item_price", - "quantity", - "sum", - "currency", - "active_flag", - "enabled_flag", - "add_time", - "last_edit", - "comments", - "tax", - "quantity_formatted", - "sum_formatted", - "tax_method", - "discount", - "discount_type", - "billing_frequency", - "billing_frequency_cycles", - "billing_start_date", - "product" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/lead/create.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/lead/create.json index 5d035dcd85..05f55ad04b 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/lead/create.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/lead/create.json @@ -1,49 +1,49 @@ { "type": "object", "properties": { - "id": { + "add_time": { "type": "string" }, - "title": { + "cc_email": { "type": "string" }, - "owner_id": { - "type": "integer" - }, - "creator_id": { - "type": "integer" - }, - "label_ids": { - "type": "array", - "items": { - "type": "string" - } - }, - "is_archived": { - "type": "boolean" - }, - "source_name": { - "type": "string" - }, - "origin": { - "type": "string" - }, - "origin_id": { - "type": "null" - }, "channel": { "type": "null" }, "channel_id": { "type": "null" }, - "was_seen": { + "creator_id": { + "type": "integer" + }, + "id": { + "type": "string" + }, + "is_archived": { "type": "boolean" }, + "label_ids": { + "type": "array", + "items": { + "type": "string" + } + }, "next_activity_id": { "type": "null" }, - "add_time": { + "origin": { + "type": "string" + }, + "origin_id": { + "type": "null" + }, + "owner_id": { + "type": "integer" + }, + "source_name": { + "type": "string" + }, + "title": { "type": "string" }, "update_time": { @@ -52,8 +52,8 @@ "visible_to": { "type": "string" }, - "cc_email": { - "type": "string" + "was_seen": { + "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/lead/get.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/lead/get.json index b732fc9c86..cb9906c3ad 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/lead/get.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/lead/get.json @@ -1,40 +1,43 @@ { "type": "object", "properties": { - "id": { + "add_time": { "type": "string" }, - "title": { - "type": "string" + "archive_time": { + "type": "null" }, - "owner_id": { - "type": "integer" + "cc_email": { + "type": "string" }, "creator_id": { "type": "integer" }, + "db247a86f77b7a989f9c2834851c946b26718442": { + "type": "string" + }, + "id": { + "type": "string" + }, + "is_archived": { + "type": "boolean" + }, "label_ids": { "type": "array", "items": { "type": "string" } }, - "is_archived": { - "type": "boolean" + "origin": { + "type": "string" }, - "archive_time": { - "type": "null" + "owner_id": { + "type": "integer" }, "source_name": { "type": "string" }, - "origin": { - "type": "string" - }, - "was_seen": { - "type": "boolean" - }, - "add_time": { + "title": { "type": "string" }, "update_time": { @@ -43,35 +46,9 @@ "visible_to": { "type": "string" }, - "cc_email": { - "type": "string" - }, - "db247a86f77b7a989f9c2834851c946b26718442": { - "type": "string" + "was_seen": { + "type": "boolean" } }, - "required": [ - "id", - "title", - "owner_id", - "creator_id", - "label_ids", - "value", - "expected_close_date", - "person_id", - "organization_id", - "is_archived", - "source_name", - "origin", - "origin_id", - "channel", - "channel_id", - "was_seen", - "next_activity_id", - "add_time", - "update_time", - "visible_to", - "cc_email" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/lead/getAll.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/lead/getAll.json index 62ad419ff0..0bda01cfa8 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/lead/getAll.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/lead/getAll.json @@ -1,40 +1,40 @@ { "type": "object", "properties": { - "id": { + "add_time": { "type": "string" }, - "title": { + "cc_email": { "type": "string" }, - "owner_id": { - "type": "integer" + "channel_id": { + "type": "null" }, "creator_id": { "type": "integer" }, + "id": { + "type": "string" + }, + "is_archived": { + "type": "boolean" + }, "label_ids": { "type": "array", "items": { "type": "string" } }, - "is_archived": { - "type": "boolean" + "origin": { + "type": "string" + }, + "owner_id": { + "type": "integer" }, "source_name": { "type": "string" }, - "origin": { - "type": "string" - }, - "channel_id": { - "type": "null" - }, - "was_seen": { - "type": "boolean" - }, - "add_time": { + "title": { "type": "string" }, "update_time": { @@ -43,32 +43,9 @@ "visible_to": { "type": "string" }, - "cc_email": { - "type": "string" + "was_seen": { + "type": "boolean" } }, - "required": [ - "id", - "title", - "owner_id", - "creator_id", - "label_ids", - "value", - "expected_close_date", - "person_id", - "organization_id", - "is_archived", - "source_name", - "origin", - "origin_id", - "channel", - "channel_id", - "was_seen", - "next_activity_id", - "add_time", - "update_time", - "visible_to", - "cc_email" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/note/create.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/note/create.json index ac299a617c..c112dd0a0b 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/note/create.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/note/create.json @@ -1,35 +1,17 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "user_id": { - "type": "integer" - }, - "content": { - "type": "string" + "active_flag": { + "type": "boolean" }, "add_time": { "type": "string" }, - "update_time": { + "content": { "type": "string" }, - "active_flag": { - "type": "boolean" - }, - "pinned_to_deal_flag": { - "type": "boolean" - }, - "pinned_to_person_flag": { - "type": "boolean" - }, - "pinned_to_organization_flag": { - "type": "boolean" - }, - "pinned_to_lead_flag": { - "type": "boolean" + "id": { + "type": "integer" }, "last_update_user_id": { "type": "null" @@ -40,10 +22,7 @@ "name": { "type": "string" } - }, - "required": [ - "name" - ] + } }, "person": { "type": "object", @@ -51,21 +30,22 @@ "name": { "type": "string" } - }, - "required": [ - "name" - ] + } }, - "deal": { - "type": "object", - "properties": { - "title": { - "type": "string" - } - }, - "required": [ - "title" - ] + "pinned_to_deal_flag": { + "type": "boolean" + }, + "pinned_to_lead_flag": { + "type": "boolean" + }, + "pinned_to_organization_flag": { + "type": "boolean" + }, + "pinned_to_person_flag": { + "type": "boolean" + }, + "update_time": { + "type": "string" }, "user": { "type": "object", @@ -73,19 +53,16 @@ "email": { "type": "string" }, - "name": { - "type": "string" - }, "is_you": { "type": "boolean" + }, + "name": { + "type": "string" } - }, - "required": [ - "email", - "name", - "icon_url", - "is_you" - ] + } + }, + "user_id": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/note/getAll.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/note/getAll.json index 16c9cf0463..4330dc911b 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/note/getAll.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/note/getAll.json @@ -1,41 +1,17 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "user_id": { - "type": "integer" - }, - "project_id": { - "type": "null" - }, - "content": { - "type": "string" + "active_flag": { + "type": "boolean" }, "add_time": { "type": "string" }, - "update_time": { + "content": { "type": "string" }, - "active_flag": { - "type": "boolean" - }, - "pinned_to_deal_flag": { - "type": "boolean" - }, - "pinned_to_person_flag": { - "type": "boolean" - }, - "pinned_to_organization_flag": { - "type": "boolean" - }, - "pinned_to_lead_flag": { - "type": "boolean" - }, - "pinned_to_project_flag": { - "type": "boolean" + "id": { + "type": "integer" }, "person": { "type": "object", @@ -43,10 +19,28 @@ "name": { "type": "string" } - }, - "required": [ - "name" - ] + } + }, + "pinned_to_deal_flag": { + "type": "boolean" + }, + "pinned_to_lead_flag": { + "type": "boolean" + }, + "pinned_to_organization_flag": { + "type": "boolean" + }, + "pinned_to_person_flag": { + "type": "boolean" + }, + "pinned_to_project_flag": { + "type": "boolean" + }, + "project_id": { + "type": "null" + }, + "update_time": { + "type": "string" }, "user": { "type": "object", @@ -54,42 +48,17 @@ "email": { "type": "string" }, - "name": { - "type": "string" - }, "is_you": { "type": "boolean" + }, + "name": { + "type": "string" } - }, - "required": [ - "email", - "name", - "icon_url", - "is_you" - ] + } + }, + "user_id": { + "type": "integer" } }, - "required": [ - "id", - "user_id", - "deal_id", - "person_id", - "org_id", - "lead_id", - "content", - "add_time", - "update_time", - "active_flag", - "pinned_to_deal_flag", - "pinned_to_person_flag", - "pinned_to_organization_flag", - "pinned_to_lead_flag", - "last_update_user_id", - "organization", - "person", - "deal", - "lead", - "user" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/create.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/create.json index 88665483c8..c6f18ab74f 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/create.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/create.json @@ -1,152 +1,15 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "owner_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, - "name": { - "type": "string" - }, - "open_deals_count": { - "type": "integer" - }, - "related_open_deals_count": { - "type": "integer" - }, - "closed_deals_count": { - "type": "integer" - }, - "related_closed_deals_count": { - "type": "integer" - }, - "email_messages_count": { - "type": "integer" - }, - "people_count": { - "type": "integer" + "active_flag": { + "type": "boolean" }, "activities_count": { "type": "integer" }, - "done_activities_count": { - "type": "integer" - }, - "undone_activities_count": { - "type": "integer" - }, - "files_count": { - "type": "integer" - }, - "notes_count": { - "type": "integer" - }, - "followers_count": { - "type": "integer" - }, - "won_deals_count": { - "type": "integer" - }, - "related_won_deals_count": { - "type": "integer" - }, - "lost_deals_count": { - "type": "integer" - }, - "related_lost_deals_count": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "picture_id": { - "type": "null" - }, - "country_code": { - "type": "null" - }, - "first_char": { - "type": "string" - }, - "update_time": { - "type": "string" - }, - "delete_time": { - "type": "null" - }, "add_time": { "type": "string" }, - "visible_to": { - "type": "string" - }, - "next_activity_date": { - "type": "null" - }, - "next_activity_time": { - "type": "null" - }, - "next_activity_id": { - "type": "null" - }, - "last_activity_id": { - "type": "null" - }, - "last_activity_date": { - "type": "null" - }, - "label_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "address_subpremise": { - "type": "null" - }, - "address_street_number": { - "type": "null" - }, - "address_route": { - "type": "null" - }, - "address_sublocality": { - "type": "null" - }, - "address_locality": { - "type": "null" - }, "address_admin_area_level_1": { "type": "null" }, @@ -156,20 +19,139 @@ "address_country": { "type": "null" }, - "address_postal_code": { + "address_formatted_address": { "type": "null" }, - "address_formatted_address": { + "address_route": { + "type": "null" + }, + "address_sublocality": { + "type": "null" + }, + "address_subpremise": { "type": "null" }, "cc_email": { "type": "string" }, - "owner_name": { - "type": "string" + "closed_deals_count": { + "type": "integer" + }, + "country_code": { + "type": "null" + }, + "delete_time": { + "type": "null" + }, + "done_activities_count": { + "type": "integer" }, "edit_name": { "type": "boolean" + }, + "email_messages_count": { + "type": "integer" + }, + "files_count": { + "type": "integer" + }, + "first_char": { + "type": "string" + }, + "followers_count": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "label_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "last_activity_date": { + "type": "null" + }, + "last_activity_id": { + "type": "null" + }, + "lost_deals_count": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "next_activity_date": { + "type": "null" + }, + "next_activity_id": { + "type": "null" + }, + "next_activity_time": { + "type": "null" + }, + "notes_count": { + "type": "integer" + }, + "open_deals_count": { + "type": "integer" + }, + "owner_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } + } + }, + "owner_name": { + "type": "string" + }, + "people_count": { + "type": "integer" + }, + "picture_id": { + "type": "null" + }, + "related_closed_deals_count": { + "type": "integer" + }, + "related_lost_deals_count": { + "type": "integer" + }, + "related_open_deals_count": { + "type": "integer" + }, + "related_won_deals_count": { + "type": "integer" + }, + "undone_activities_count": { + "type": "integer" + }, + "update_time": { + "type": "string" + }, + "visible_to": { + "type": "string" + }, + "won_deals_count": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/get.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/get.json index b9ffd9c924..c16e54a894 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/get.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/get.json @@ -1,62 +1,74 @@ { "type": "object", "properties": { - "related_open_deals_count": { + "active_flag": { + "type": "boolean" + }, + "activities_count": { "type": "integer" }, - "related_closed_deals_count": { + "add_time": { + "type": "string" + }, + "category_id": { + "type": "null" + }, + "cc_email": { + "type": "string" + }, + "closed_deals_count": { + "type": "integer" + }, + "country_code": { + "type": "null" + }, + "done_activities_count": { + "type": "integer" + }, + "edit_name": { + "type": "boolean" + }, + "email_messages_count": { "type": "integer" }, "files_count": { "type": "integer" }, - "notes_count": { - "type": "integer" + "first_char": { + "type": "string" }, "followers_count": { "type": "integer" }, - "related_won_deals_count": { + "id": { "type": "integer" }, - "related_lost_deals_count": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "country_code": { - "type": "null" - }, - "first_char": { - "type": "string" - }, - "next_activity_time": { - "type": "null" - }, "label_ids": { "type": "array", "items": { "type": "integer" } }, - "owner_name": { + "lost_deals_count": { + "type": "integer" + }, + "name": { "type": "string" }, - "cc_email": { - "type": "string" + "next_activity_time": { + "type": "null" }, - "id": { + "notes_count": { + "type": "integer" + }, + "open_deals_count": { "type": "integer" }, "owner_id": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" + "active_flag": { + "type": "boolean" }, "email": { "type": "string" @@ -64,70 +76,49 @@ "has_pic": { "type": "integer" }, - "active_flag": { - "type": "boolean" + "id": { + "type": "integer" + }, + "name": { + "type": "string" }, "value": { "type": "integer" } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] + } }, - "name": { + "owner_name": { "type": "string" }, - "open_deals_count": { - "type": "integer" - }, - "closed_deals_count": { - "type": "integer" - }, - "email_messages_count": { - "type": "integer" - }, "people_count": { "type": "integer" }, - "activities_count": { - "type": "integer" - }, - "done_activities_count": { - "type": "integer" - }, - "undone_activities_count": { - "type": "integer" - }, - "won_deals_count": { - "type": "integer" - }, - "lost_deals_count": { - "type": "integer" - }, "picture_id": { "type": "null" }, - "update_time": { - "type": "string" + "related_closed_deals_count": { + "type": "integer" }, - "add_time": { + "related_lost_deals_count": { + "type": "integer" + }, + "related_open_deals_count": { + "type": "integer" + }, + "related_won_deals_count": { + "type": "integer" + }, + "undone_activities_count": { + "type": "integer" + }, + "update_time": { "type": "string" }, "visible_to": { "type": "string" }, - "edit_name": { - "type": "boolean" - }, - "category_id": { - "type": "null" + "won_deals_count": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/getAll.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/getAll.json index 5c56fb12b1..706e3efb20 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/getAll.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/getAll.json @@ -1,115 +1,47 @@ { "type": "object", "properties": { - "id": { + "active_flag": { + "type": "boolean" + }, + "activities_count": { "type": "integer" }, - "owner_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, - "name": { + "add_time": { "type": "string" }, - "open_deals_count": { - "type": "integer" - }, - "related_open_deals_count": { - "type": "integer" + "cc_email": { + "type": "string" }, "closed_deals_count": { "type": "integer" }, - "related_closed_deals_count": { + "company_id": { + "type": "integer" + }, + "country_code": { + "type": "null" + }, + "delete_time": { + "type": "null" + }, + "done_activities_count": { "type": "integer" }, "email_messages_count": { "type": "integer" }, - "people_count": { - "type": "integer" - }, - "activities_count": { - "type": "integer" - }, - "done_activities_count": { - "type": "integer" - }, - "undone_activities_count": { - "type": "integer" - }, "files_count": { "type": "integer" }, - "notes_count": { - "type": "integer" - }, - "followers_count": { - "type": "integer" - }, - "won_deals_count": { - "type": "integer" - }, - "related_won_deals_count": { - "type": "integer" - }, - "lost_deals_count": { - "type": "integer" - }, - "related_lost_deals_count": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "picture_id": { - "type": "null" - }, - "country_code": { - "type": "null" - }, "first_char": { "type": "string" }, - "update_time": { - "type": "string" + "followers_count": { + "type": "integer" }, - "delete_time": { - "type": "null" - }, - "add_time": { - "type": "string" - }, - "visible_to": { - "type": "string" + "id": { + "type": "integer" }, "label_ids": { "type": "array", @@ -117,35 +49,74 @@ "type": "integer" } }, + "lost_deals_count": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "notes_count": { + "type": "integer" + }, + "open_deals_count": { + "type": "integer" + }, + "owner_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } + } + }, "owner_name": { "type": "string" }, - "cc_email": { + "people_count": { + "type": "integer" + }, + "picture_id": { + "type": "null" + }, + "related_closed_deals_count": { + "type": "integer" + }, + "related_lost_deals_count": { + "type": "integer" + }, + "related_open_deals_count": { + "type": "integer" + }, + "related_won_deals_count": { + "type": "integer" + }, + "undone_activities_count": { + "type": "integer" + }, + "update_time": { "type": "string" }, - "company_id": { + "visible_to": { + "type": "string" + }, + "won_deals_count": { "type": "integer" } }, - "required": [ - "related_open_deals_count", - "related_closed_deals_count", - "files_count", - "notes_count", - "followers_count", - "related_won_deals_count", - "related_lost_deals_count", - "active_flag", - "country_code", - "first_char", - "delete_time", - "next_activity_time", - "next_activity_id", - "last_activity_id", - "label_ids", - "owner_name", - "cc_email", - "company_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/search.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/search.json index d10e37870f..7e0d7ce6fa 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/search.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/search.json @@ -1,37 +1,39 @@ { "type": "object", "properties": { - "result_score": { - "type": "number" - }, - "id": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "name": { - "type": "string" - }, - "visible_to": { - "type": "integer" - }, - "owner": { + "item": { "type": "object", "properties": { "id": { "type": "integer" + }, + "name": { + "type": "string" + }, + "notes": { + "type": "array", + "items": { + "type": "string" + } + }, + "owner": { + "type": "object", + "properties": { + "id": { + "type": "integer" + } + } + }, + "type": { + "type": "string" + }, + "visible_to": { + "type": "integer" } - }, - "required": [ - "id" - ] - }, - "notes": { - "type": "array", - "items": { - "type": "string" } + }, + "result_score": { + "type": "number" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/update.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/update.json index 972945c880..050ea01058 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/update.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/organization/update.json @@ -1,127 +1,133 @@ { "type": "object", "properties": { - "id": { + "active_flag": { + "type": "boolean" + }, + "activities_count": { "type": "integer" }, - "owner_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, - "name": { + "add_time": { "type": "string" }, - "open_deals_count": { - "type": "integer" + "annual_revenue": { + "type": "null" }, - "related_open_deals_count": { - "type": "integer" + "cc_email": { + "type": "string" }, "closed_deals_count": { "type": "integer" }, - "related_closed_deals_count": { + "country_code": { + "type": "null" + }, + "delete_time": { + "type": "null" + }, + "done_activities_count": { "type": "integer" }, "email_messages_count": { "type": "integer" }, - "people_count": { - "type": "integer" - }, - "activities_count": { - "type": "integer" - }, - "done_activities_count": { - "type": "integer" - }, - "undone_activities_count": { - "type": "integer" + "employee_count": { + "type": "null" }, "files_count": { "type": "integer" }, - "notes_count": { - "type": "integer" + "first_char": { + "type": "string" }, "followers_count": { "type": "integer" }, - "won_deals_count": { + "id": { "type": "integer" }, - "related_won_deals_count": { - "type": "integer" - }, - "lost_deals_count": { - "type": "integer" - }, - "related_lost_deals_count": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "picture_id": { + "industry": { "type": "null" }, - "country_code": { - "type": "null" - }, - "first_char": { - "type": "string" - }, - "update_time": { - "type": "string" - }, - "delete_time": { - "type": "null" - }, - "add_time": { - "type": "string" - }, - "visible_to": { - "type": "string" - }, "label_ids": { "type": "array", "items": { "type": "integer" } }, - "cc_email": { + "linkedin": { + "type": "null" + }, + "lost_deals_count": { + "type": "integer" + }, + "name": { "type": "string" }, + "notes_count": { + "type": "integer" + }, + "open_deals_count": { + "type": "integer" + }, + "owner_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } + } + }, "owner_name": { "type": "string" + }, + "people_count": { + "type": "integer" + }, + "picture_id": { + "type": "null" + }, + "related_closed_deals_count": { + "type": "integer" + }, + "related_lost_deals_count": { + "type": "integer" + }, + "related_open_deals_count": { + "type": "integer" + }, + "related_won_deals_count": { + "type": "integer" + }, + "undone_activities_count": { + "type": "integer" + }, + "update_time": { + "type": "string" + }, + "visible_to": { + "type": "string" + }, + "website": { + "type": "null" + }, + "won_deals_count": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/create.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/create.json index 22eb3b5199..a10323c4e0 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/create.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/create.json @@ -1,119 +1,30 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "owner_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, - "name": { - "type": "string" - }, - "open_deals_count": { - "type": "integer" - }, - "related_open_deals_count": { - "type": "integer" - }, - "closed_deals_count": { - "type": "integer" - }, - "related_closed_deals_count": { - "type": "integer" - }, - "participant_open_deals_count": { - "type": "integer" - }, - "participant_closed_deals_count": { - "type": "integer" - }, - "email_messages_count": { - "type": "integer" + "active_flag": { + "type": "boolean" }, "activities_count": { "type": "integer" }, + "add_time": { + "type": "string" + }, + "birthday": { + "type": "null" + }, + "cc_email": { + "type": "string" + }, + "closed_deals_count": { + "type": "integer" + }, + "delete_time": { + "type": "null" + }, "done_activities_count": { "type": "integer" }, - "undone_activities_count": { - "type": "integer" - }, - "files_count": { - "type": "integer" - }, - "notes_count": { - "type": "integer" - }, - "followers_count": { - "type": "integer" - }, - "won_deals_count": { - "type": "integer" - }, - "related_won_deals_count": { - "type": "integer" - }, - "lost_deals_count": { - "type": "integer" - }, - "related_lost_deals_count": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "phone": { - "type": "array", - "items": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "value": { - "type": "string" - }, - "primary": { - "type": "boolean" - } - }, - "required": [ - "value", - "primary" - ] - } - }, "email": { "type": "array", "items": { @@ -122,101 +33,133 @@ "label": { "type": "string" }, - "value": { - "type": "string" - }, "primary": { "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "primary" - ] + } } }, + "email_messages_count": { + "type": "integer" + }, + "files_count": { + "type": "integer" + }, "first_char": { "type": "string" }, - "update_time": { - "type": "string" + "followers_count": { + "type": "integer" }, - "delete_time": { - "type": "null" + "id": { + "type": "integer" }, - "add_time": { - "type": "string" + "im": { + "type": "array", + "items": { + "type": "object", + "properties": { + "primary": { + "type": "boolean" + }, + "value": { + "type": "string" + } + } + } }, - "visible_to": { - "type": "string" + "label_ids": { + "type": "array", + "items": { + "type": "integer" + } }, - "picture_id": { - "type": "null" - }, - "next_activity_date": { - "type": "null" - }, - "next_activity_time": { - "type": "null" - }, - "next_activity_id": { + "last_activity_date": { "type": "null" }, "last_activity_id": { "type": "null" }, - "last_activity_date": { - "type": "null" - }, "last_incoming_mail_time": { "type": "null" }, "last_outgoing_mail_time": { "type": "null" }, - "label_ids": { - "type": "array", - "items": { - "type": "integer" + "lost_deals_count": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "next_activity_date": { + "type": "null" + }, + "next_activity_id": { + "type": "null" + }, + "next_activity_time": { + "type": "null" + }, + "notes_count": { + "type": "integer" + }, + "open_deals_count": { + "type": "integer" + }, + "owner_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } } }, - "im": { + "owner_name": { + "type": "string" + }, + "participant_closed_deals_count": { + "type": "integer" + }, + "participant_open_deals_count": { + "type": "integer" + }, + "phone": { "type": "array", "items": { "type": "object", "properties": { - "value": { + "label": { "type": "string" }, "primary": { "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "primary" - ] + } } }, - "postal_address_lat": { - "type": "null" - }, - "postal_address_long": { - "type": "null" - }, - "postal_address_subpremise": { - "type": "null" - }, - "postal_address_street_number": { - "type": "null" - }, - "postal_address_route": { - "type": "null" - }, - "postal_address_sublocality": { - "type": "null" - }, - "postal_address_locality": { + "picture_id": { "type": "null" }, "postal_address_admin_area_level_1": { @@ -228,20 +171,56 @@ "postal_address_country": { "type": "null" }, - "postal_address_postal_code": { - "type": "null" - }, "postal_address_formatted_address": { "type": "null" }, - "birthday": { + "postal_address_lat": { "type": "null" }, - "cc_email": { + "postal_address_locality": { + "type": "null" + }, + "postal_address_long": { + "type": "null" + }, + "postal_address_postal_code": { + "type": "null" + }, + "postal_address_route": { + "type": "null" + }, + "postal_address_street_number": { + "type": "null" + }, + "postal_address_sublocality": { + "type": "null" + }, + "postal_address_subpremise": { + "type": "null" + }, + "related_closed_deals_count": { + "type": "integer" + }, + "related_lost_deals_count": { + "type": "integer" + }, + "related_open_deals_count": { + "type": "integer" + }, + "related_won_deals_count": { + "type": "integer" + }, + "undone_activities_count": { + "type": "integer" + }, + "update_time": { "type": "string" }, - "owner_name": { + "visible_to": { "type": "string" + }, + "won_deals_count": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/get.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/get.json index bf36c7e831..fe47f3b2ee 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/get.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/get.json @@ -1,140 +1,24 @@ { "type": "object", "properties": { - "related_open_deals_count": { - "type": "integer" - }, - "related_closed_deals_count": { - "type": "integer" - }, - "participant_open_deals_count": { - "type": "integer" - }, - "participant_closed_deals_count": { - "type": "integer" - }, - "files_count": { - "type": "integer" - }, - "notes_count": { - "type": "integer" - }, - "followers_count": { - "type": "integer" - }, - "related_won_deals_count": { - "type": "integer" - }, - "related_lost_deals_count": { - "type": "integer" - }, "active_flag": { "type": "boolean" }, - "first_char": { - "type": "string" - }, - "label_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "cc_email": { - "type": "string" - }, - "owner_name": { - "type": "string" - }, - "company_id": { - "type": "integer" - }, - "id": { - "type": "integer" - }, - "owner_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, - "name": { - "type": "string" - }, - "first_name": { - "type": "string" - }, - "open_deals_count": { - "type": "integer" - }, - "closed_deals_count": { - "type": "integer" - }, - "email_messages_count": { - "type": "integer" - }, "activities_count": { "type": "integer" }, + "cc_email": { + "type": "string" + }, + "closed_deals_count": { + "type": "integer" + }, + "company_id": { + "type": "integer" + }, "done_activities_count": { "type": "integer" }, - "undone_activities_count": { - "type": "integer" - }, - "won_deals_count": { - "type": "integer" - }, - "lost_deals_count": { - "type": "integer" - }, - "phone": { - "type": "array", - "items": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "primary": { - "type": "boolean" - }, - "label": { - "type": "string" - } - }, - "required": [ - "value", - "primary" - ] - } - }, "email": { "type": "array", "items": { @@ -143,38 +27,144 @@ "label": { "type": "string" }, - "value": { - "type": "string" - }, "primary": { "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "primary" - ] + } } }, - "update_time": { + "email_messages_count": { + "type": "integer" + }, + "files_count": { + "type": "integer" + }, + "first_char": { "type": "string" }, + "first_name": { + "type": "string" + }, + "followers_count": { + "type": "integer" + }, + "id": { + "type": "integer" + }, "im": { "type": "array", "items": { "type": "object", "properties": { + "primary": { + "type": "boolean" + }, "value": { "type": "string" + } + } + } + }, + "label_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "lost_deals_count": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "notes_count": { + "type": "integer" + }, + "open_deals_count": { + "type": "integer" + }, + "org_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "cc_email": { + "type": "string" + }, + "label_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "name": { + "type": "string" + }, + "owner_id": { + "type": "integer" + }, + "owner_name": { + "type": "string" + }, + "people_count": { + "type": "integer" + }, + "value": { + "type": "integer" + } + } + }, + "owner_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } + } + }, + "owner_name": { + "type": "string" + }, + "participant_closed_deals_count": { + "type": "integer" + }, + "participant_open_deals_count": { + "type": "integer" + }, + "phone": { + "type": "array", + "items": { + "type": "object", + "properties": { + "label": { + "type": "string" }, "primary": { "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "primary" - ] + } } }, "postal_address_lat": { @@ -182,6 +172,27 @@ }, "postal_address_long": { "type": "null" + }, + "related_closed_deals_count": { + "type": "integer" + }, + "related_lost_deals_count": { + "type": "integer" + }, + "related_open_deals_count": { + "type": "integer" + }, + "related_won_deals_count": { + "type": "integer" + }, + "undone_activities_count": { + "type": "integer" + }, + "update_time": { + "type": "string" + }, + "won_deals_count": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/getAll.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/getAll.json index e35e2f4706..e38e933167 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/getAll.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/getAll.json @@ -1,154 +1,81 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "owner_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, - "name": { - "type": "string" - }, - "first_name": { - "type": "string" - }, - "open_deals_count": { - "type": "integer" - }, - "related_open_deals_count": { - "type": "integer" - }, - "closed_deals_count": { - "type": "integer" - }, - "related_closed_deals_count": { - "type": "integer" - }, - "participant_open_deals_count": { - "type": "integer" - }, - "participant_closed_deals_count": { - "type": "integer" - }, - "email_messages_count": { - "type": "integer" + "active_flag": { + "type": "boolean" }, "activities_count": { "type": "integer" }, + "add_time": { + "type": "string" + }, + "birthday": { + "type": "null" + }, + "cc_email": { + "type": "string" + }, + "closed_deals_count": { + "type": "integer" + }, + "company_id": { + "type": "integer" + }, + "delete_time": { + "type": "null" + }, "done_activities_count": { "type": "integer" }, - "undone_activities_count": { - "type": "integer" - }, - "files_count": { - "type": "integer" - }, - "notes_count": { - "type": "integer" - }, - "followers_count": { - "type": "integer" - }, - "won_deals_count": { - "type": "integer" - }, - "related_won_deals_count": { - "type": "integer" - }, - "lost_deals_count": { - "type": "integer" - }, - "related_lost_deals_count": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "phone": { - "type": "array", - "items": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "primary": { - "type": "boolean" - } - }, - "required": [ - "value", - "primary" - ] - } - }, "email": { "type": "array", "items": { "type": "object", "properties": { - "value": { + "label": { "type": "string" }, "primary": { "type": "boolean" }, - "label": { + "value": { "type": "string" } - }, - "required": [ - "value", - "primary" - ] + } } }, + "email_messages_count": { + "type": "integer" + }, + "files_count": { + "type": "integer" + }, "first_char": { "type": "string" }, - "update_time": { + "first_name": { "type": "string" }, - "delete_time": { - "type": "null" + "followers_count": { + "type": "integer" }, - "add_time": { - "type": "string" + "id": { + "type": "integer" }, - "visible_to": { - "type": "string" + "im": { + "type": "array", + "items": { + "type": "object", + "properties": { + "primary": { + "type": "boolean" + }, + "value": { + "type": "string" + } + } + } }, "label_ids": { "type": "array", @@ -156,63 +83,100 @@ "type": "integer" } }, - "im": { - "type": "array", - "items": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "primary": { - "type": "boolean" - } + "lost_deals_count": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "notes_count": { + "type": "integer" + }, + "open_deals_count": { + "type": "integer" + }, + "owner_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" }, - "required": [ - "value", - "primary" - ] + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } } }, - "postal_address_subpremise": { - "type": "null" - }, - "birthday": { - "type": "null" - }, "owner_name": { "type": "string" }, - "cc_email": { - "type": "string" - }, - "company_id": { + "participant_closed_deals_count": { "type": "integer" }, + "participant_open_deals_count": { + "type": "integer" + }, + "phone": { + "type": "array", + "items": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "primary": { + "type": "boolean" + }, + "value": { + "type": "string" + } + } + } + }, "postal_address_lat": { "type": "null" }, "postal_address_long": { "type": "null" + }, + "postal_address_subpremise": { + "type": "null" + }, + "related_closed_deals_count": { + "type": "integer" + }, + "related_lost_deals_count": { + "type": "integer" + }, + "related_open_deals_count": { + "type": "integer" + }, + "related_won_deals_count": { + "type": "integer" + }, + "undone_activities_count": { + "type": "integer" + }, + "update_time": { + "type": "string" + }, + "visible_to": { + "type": "string" + }, + "won_deals_count": { + "type": "integer" } }, - "required": [ - "related_open_deals_count", - "related_closed_deals_count", - "files_count", - "notes_count", - "followers_count", - "related_won_deals_count", - "related_lost_deals_count", - "active_flag", - "first_char", - "delete_time", - "next_activity_time", - "next_activity_id", - "last_activity_id", - "label_ids", - "owner_name", - "cc_email" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/search.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/search.json index 12efd37add..79a3d2d109 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/search.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/search.json @@ -1,19 +1,7 @@ { "type": "object", "properties": { - "result_score": { - "type": "number" - }, - "id": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "name": { - "type": "string" - }, - "phones": { + "custom_fields": { "type": "array", "items": { "type": "string" @@ -25,25 +13,11 @@ "type": "string" } }, - "visible_to": { + "id": { "type": "integer" }, - "owner": { - "type": "object", - "properties": { - "id": { - "type": "integer" - } - }, - "required": [ - "id" - ] - }, - "custom_fields": { - "type": "array", - "items": { - "type": "string" - } + "name": { + "type": "string" }, "notes": { "type": "array", @@ -51,8 +25,31 @@ "type": "string" } }, + "owner": { + "type": "object", + "properties": { + "id": { + "type": "integer" + } + } + }, + "phones": { + "type": "array", + "items": { + "type": "string" + } + }, + "result_score": { + "type": "number" + }, + "type": { + "type": "string" + }, "update_time": { "type": "string" + }, + "visible_to": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/update.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/update.json index ce9d74ba62..f861b9e3b6 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/update.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/person/update.json @@ -1,165 +1,30 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "owner_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, - "org_id": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "people_count": { - "type": "integer" - }, - "owner_id": { - "type": "integer" - }, - "label_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "active_flag": { - "type": "boolean" - }, - "cc_email": { - "type": "string" - }, - "owner_name": { - "type": "string" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "name", - "people_count", - "owner_id", - "address", - "label_ids", - "active_flag", - "cc_email", - "owner_name", - "value" - ] - }, - "name": { - "type": "string" - }, - "first_name": { - "type": "string" - }, - "open_deals_count": { - "type": "integer" - }, - "related_open_deals_count": { - "type": "integer" - }, - "closed_deals_count": { - "type": "integer" - }, - "related_closed_deals_count": { - "type": "integer" - }, - "participant_open_deals_count": { - "type": "integer" - }, - "participant_closed_deals_count": { - "type": "integer" - }, - "email_messages_count": { - "type": "integer" + "active_flag": { + "type": "boolean" }, "activities_count": { "type": "integer" }, + "add_time": { + "type": "string" + }, + "cc_email": { + "type": "string" + }, + "closed_deals_count": { + "type": "integer" + }, + "company_id": { + "type": "integer" + }, + "delete_time": { + "type": "null" + }, "done_activities_count": { "type": "integer" }, - "undone_activities_count": { - "type": "integer" - }, - "files_count": { - "type": "integer" - }, - "notes_count": { - "type": "integer" - }, - "followers_count": { - "type": "integer" - }, - "won_deals_count": { - "type": "integer" - }, - "related_won_deals_count": { - "type": "integer" - }, - "lost_deals_count": { - "type": "integer" - }, - "related_lost_deals_count": { - "type": "integer" - }, - "active_flag": { - "type": "boolean" - }, - "phone": { - "type": "array", - "items": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "primary": { - "type": "boolean" - }, - "label": { - "type": "string" - } - }, - "required": [ - "value", - "primary" - ] - } - }, "email": { "type": "array", "items": { @@ -168,33 +33,46 @@ "label": { "type": "string" }, - "value": { - "type": "string" - }, "primary": { "type": "boolean" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "primary" - ] + } } }, + "email_messages_count": { + "type": "integer" + }, + "files_count": { + "type": "integer" + }, "first_char": { "type": "string" }, - "update_time": { + "first_name": { "type": "string" }, - "delete_time": { - "type": "null" + "followers_count": { + "type": "integer" }, - "add_time": { - "type": "string" + "id": { + "type": "integer" }, - "visible_to": { - "type": "string" + "im": { + "type": "array", + "items": { + "type": "object", + "properties": { + "primary": { + "type": "boolean" + }, + "value": { + "type": "string" + } + } + } }, "label_ids": { "type": "array", @@ -202,41 +80,131 @@ "type": "integer" } }, - "im": { - "type": "array", - "items": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "primary": { - "type": "boolean" + "lost_deals_count": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "notes_count": { + "type": "integer" + }, + "open_deals_count": { + "type": "integer" + }, + "org_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "cc_email": { + "type": "string" + }, + "label_ids": { + "type": "array", + "items": { + "type": "integer" } }, - "required": [ - "value", - "primary" - ] + "name": { + "type": "string" + }, + "owner_id": { + "type": "integer" + }, + "owner_name": { + "type": "string" + }, + "people_count": { + "type": "integer" + }, + "value": { + "type": "integer" + } } }, - "postal_address_subpremise": { - "type": "null" + "owner_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "value": { + "type": "integer" + } + } }, "owner_name": { "type": "string" }, - "cc_email": { - "type": "string" - }, - "company_id": { + "participant_closed_deals_count": { "type": "integer" }, + "participant_open_deals_count": { + "type": "integer" + }, + "phone": { + "type": "array", + "items": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "primary": { + "type": "boolean" + }, + "value": { + "type": "string" + } + } + } + }, "postal_address_lat": { "type": "null" }, "postal_address_long": { "type": "null" + }, + "postal_address_subpremise": { + "type": "null" + }, + "related_closed_deals_count": { + "type": "integer" + }, + "related_lost_deals_count": { + "type": "integer" + }, + "related_open_deals_count": { + "type": "integer" + }, + "related_won_deals_count": { + "type": "integer" + }, + "undone_activities_count": { + "type": "integer" + }, + "update_time": { + "type": "string" + }, + "visible_to": { + "type": "string" + }, + "won_deals_count": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/product/getAll.json b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/product/getAll.json index fa481748a2..3b9a049345 100644 --- a/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/product/getAll.json +++ b/packages/nodes-base/nodes/Pipedrive/__schema__/v1.0.0/product/getAll.json @@ -1,107 +1,77 @@ { "type": "object", "properties": { - "id": { - "type": "integer" + "1e901332a0666ef17792122457262233cfdb3d15": { + "type": "null" }, - "name": { - "type": "string" - }, - "tax": { - "type": "integer" + "73794f1db542a544402ab6cd42aaf337d2d8e51b": { + "type": "null" }, "active_flag": { "type": "boolean" }, - "selectable": { - "type": "boolean" - }, - "first_char": { - "type": "string" - }, - "visible_to": { - "type": "string" - }, - "owner_id": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "has_pic": { - "type": "integer" - }, - "pic_hash": { - "type": "null" - }, - "active_flag": { - "type": "boolean" - }, - "value": { - "type": "integer" - } - }, - "required": [ - "id", - "name", - "email", - "has_pic", - "pic_hash", - "active_flag", - "value" - ] - }, "add_time": { "type": "string" }, - "update_time": { - "type": "string" - }, "billing_frequency": { "type": "string" }, "billing_frequency_cycles": { "type": "null" }, - "73794f1db542a544402ab6cd42aaf337d2d8e51b": { - "type": "null" + "first_char": { + "type": "string" }, - "1e901332a0666ef17792122457262233cfdb3d15": { - "type": "null" + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "owner_id": { + "type": "object", + "properties": { + "active_flag": { + "type": "boolean" + }, + "email": { + "type": "string" + }, + "has_pic": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "pic_hash": { + "type": "null" + }, + "value": { + "type": "integer" + } + } }, "prices": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "integer" - }, "currency": { "type": "string" }, + "id": { + "type": "integer" + }, "notes": { "type": "string" }, "product_id": { "type": "integer" } - }, - "required": [ - "id", - "price", - "currency", - "cost", - "overhead_cost", - "notes", - "product_id" - ] + } } }, "product_variations": { @@ -115,32 +85,23 @@ "name": { "type": "string" }, - "product_id": { - "type": "integer" - }, "prices": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "product_id": { - "type": "integer" - }, - "product_variation_id": { - "type": "integer" - }, - "currency": { + "comment": { "type": "string" }, "cost": { "type": "integer" }, - "comment": { + "currency": { "type": "string" }, + "id": { + "type": "integer" + }, "overhead_cost": { "type": "integer" }, @@ -149,40 +110,34 @@ }, "price_formatted": { "type": "string" + }, + "product_id": { + "type": "integer" + }, + "product_variation_id": { + "type": "integer" } - }, - "required": [ - "id", - "product_id", - "product_variation_id", - "currency", - "cost", - "comment", - "overhead_cost", - "price", - "price_formatted" - ] + } } + }, + "product_id": { + "type": "integer" } - }, - "required": [ - "id", - "name", - "product_id", - "prices" - ] + } } + }, + "selectable": { + "type": "boolean" + }, + "tax": { + "type": "integer" + }, + "update_time": { + "type": "string" + }, + "visible_to": { + "type": "string" } }, - "required": [ - "active_flag", - "first_char", - "files_count", - "add_time", - "update_time", - "billing_frequency", - "prices", - "product_variations" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/PostBin/__schema__/v1.0.0/bin/get.json b/packages/nodes-base/nodes/PostBin/__schema__/v1.0.0/bin/get.json index 4e1582383b..6087d90bc0 100644 --- a/packages/nodes-base/nodes/PostBin/__schema__/v1.0.0/bin/get.json +++ b/packages/nodes-base/nodes/PostBin/__schema__/v1.0.0/bin/get.json @@ -4,18 +4,18 @@ "binId": { "type": "string" }, - "nowTimestamp": { - "type": "integer" - }, - "nowIso": { + "expiresIso": { "type": "string" }, "expiresTimestamp": { "type": "integer" }, - "expiresIso": { + "nowIso": { "type": "string" }, + "nowTimestamp": { + "type": "integer" + }, "requestUrl": { "type": "string" }, @@ -23,14 +23,5 @@ "type": "string" } }, - "required": [ - "binId", - "nowTimestamp", - "nowIso", - "expiresTimestamp", - "expiresIso", - "requestUrl", - "viewUrl" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/PostHog/__schema__/v1.0.0/event/create.json b/packages/nodes-base/nodes/PostHog/__schema__/v1.0.0/event/create.json index 0ee18444c3..1f3227b7e4 100644 --- a/packages/nodes-base/nodes/PostHog/__schema__/v1.0.0/event/create.json +++ b/packages/nodes-base/nodes/PostHog/__schema__/v1.0.0/event/create.json @@ -5,8 +5,5 @@ "type": "integer" } }, - "required": [ - "status" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pushbullet/__schema__/v1.0.0/push/create.json b/packages/nodes-base/nodes/Pushbullet/__schema__/v1.0.0/push/create.json index 9be053c701..c5ff814a95 100644 --- a/packages/nodes-base/nodes/Pushbullet/__schema__/v1.0.0/push/create.json +++ b/packages/nodes-base/nodes/Pushbullet/__schema__/v1.0.0/push/create.json @@ -4,29 +4,26 @@ "active": { "type": "boolean" }, - "iden": { + "body": { + "type": "string" + }, + "client_iden": { "type": "string" }, "created": { "type": "number" }, - "modified": { - "type": "number" - }, - "type": { + "direction": { "type": "string" }, "dismissed": { "type": "boolean" }, - "direction": { + "iden": { "type": "string" }, - "sender_name": { - "type": "string" - }, - "receiver_iden": { - "type": "string" + "modified": { + "type": "number" }, "receiver_email": { "type": "string" @@ -34,28 +31,18 @@ "receiver_email_normalized": { "type": "string" }, - "client_iden": { + "receiver_iden": { + "type": "string" + }, + "sender_name": { "type": "string" }, "title": { "type": "string" }, - "body": { + "type": { "type": "string" } }, - "required": [ - "active", - "iden", - "created", - "modified", - "type", - "dismissed", - "direction", - "receiver_iden", - "receiver_email", - "receiver_email_normalized", - "client_iden" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pushcut/__schema__/v1.0.0/notification/send.json b/packages/nodes-base/nodes/Pushcut/__schema__/v1.0.0/notification/send.json index 95824af9e4..8de8943b7f 100644 --- a/packages/nodes-base/nodes/Pushcut/__schema__/v1.0.0/notification/send.json +++ b/packages/nodes-base/nodes/Pushcut/__schema__/v1.0.0/notification/send.json @@ -1,20 +1,15 @@ { "type": "object", "properties": { - "message": { + "id": { "type": "string" }, - "id": { + "message": { "type": "string" }, "notificationId": { "type": "string" } }, - "required": [ - "message", - "id", - "notificationId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Pushover/__schema__/v1.0.0/message/push.json b/packages/nodes-base/nodes/Pushover/__schema__/v1.0.0/message/push.json index 48738bd0db..29b54e3cd0 100644 --- a/packages/nodes-base/nodes/Pushover/__schema__/v1.0.0/message/push.json +++ b/packages/nodes-base/nodes/Pushover/__schema__/v1.0.0/message/push.json @@ -1,16 +1,12 @@ { "type": "object", "properties": { - "status": { - "type": "integer" - }, "request": { "type": "string" + }, + "status": { + "type": "integer" } }, - "required": [ - "status", - "request" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/bill/getAll.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/bill/getAll.json index 747062bfb1..349323659c 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/bill/getAll.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/bill/getAll.json @@ -1,64 +1,71 @@ { "type": "object", "properties": { - "DueDate": { + "APAccountRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "CurrencyRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "DocNumber": { "type": "string" }, "domain": { "type": "string" }, - "sparse": { - "type": "boolean" + "DueDate": { + "type": "string" }, "Id": { "type": "string" }, - "SyncToken": { - "type": "string" - }, - "MetaData": { - "type": "object", - "properties": { - "CreateTime": { - "type": "string" - }, - "LastUpdatedTime": { - "type": "string" - } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] - }, - "TxnDate": { - "type": "string" - }, - "CurrencyRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, "Line": { "type": "array", "items": { "type": "object", "properties": { - "Id": { - "type": "string" - }, - "LineNum": { - "type": "integer" + "AccountBasedExpenseLineDetail": { + "type": "object", + "properties": { + "AccountRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "BillableStatus": { + "type": "string" + }, + "TaxCodeRef": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + } + } }, "Description": { "type": "string" @@ -66,6 +73,9 @@ "DetailType": { "type": "string" }, + "Id": { + "type": "string" + }, "ItemBasedExpenseLineDetail": { "type": "object", "properties": { @@ -75,17 +85,13 @@ "ItemRef": { "type": "object", "properties": { - "value": { - "type": "string" - }, "name": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "name" - ] + } }, "Qty": { "type": "integer" @@ -96,109 +102,16 @@ "value": { "type": "string" } - }, - "required": [ - "value" - ] + } } - }, - "required": [ - "BillableStatus", - "ItemRef", - "UnitPrice", - "Qty", - "TaxCodeRef" - ] + } }, - "AccountBasedExpenseLineDetail": { - "type": "object", - "properties": { - "AccountRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, - "BillableStatus": { - "type": "string" - }, - "TaxCodeRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] - } - }, - "required": [ - "AccountRef", - "BillableStatus", - "TaxCodeRef" - ] + "LineNum": { + "type": "integer" } - }, - "required": [ - "Id", - "LineNum", - "Amount", - "DetailType" - ] + } } }, - "VendorRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, - "APAccountRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, - "SalesTermRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] - }, "LinkedTxn": { "type": "array", "items": { @@ -210,31 +123,48 @@ "TxnType": { "type": "string" } - }, - "required": [ - "TxnId", - "TxnType" - ] + } } }, - "DocNumber": { + "MetaData": { + "type": "object", + "properties": { + "CreateTime": { + "type": "string" + }, + "LastUpdatedTime": { + "type": "string" + } + } + }, + "SalesTermRef": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + }, + "sparse": { + "type": "boolean" + }, + "SyncToken": { "type": "string" + }, + "TxnDate": { + "type": "string" + }, + "VendorRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } } }, - "required": [ - "DueDate", - "Balance", - "domain", - "sparse", - "Id", - "SyncToken", - "MetaData", - "TxnDate", - "CurrencyRef", - "Line", - "VendorRef", - "APAccountRef", - "TotalAmt" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/customer/create.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/customer/create.json index efe0384cce..7d99640cb3 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/customer/create.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/customer/create.json @@ -1,13 +1,7 @@ { "type": "object", "properties": { - "Taxable": { - "type": "boolean" - }, - "Job": { - "type": "boolean" - }, - "BillWithParent": { + "Active": { "type": "boolean" }, "Balance": { @@ -16,39 +10,46 @@ "BalanceWithJobs": { "type": "integer" }, + "BillWithParent": { + "type": "boolean" + }, "CurrencyRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "DefaultTaxCodeRef": { "type": "object", "properties": { "value": { "type": "string" - }, - "name": { - "type": "string" } - }, - "required": [ - "value", - "name" - ] + } }, - "PreferredDeliveryMethod": { + "DisplayName": { + "type": "string" + }, + "domain": { + "type": "string" + }, + "FullyQualifiedName": { + "type": "string" + }, + "Id": { "type": "string" }, "IsProject": { "type": "boolean" }, - "domain": { - "type": "string" - }, - "sparse": { + "Job": { "type": "boolean" }, - "Id": { - "type": "string" - }, - "SyncToken": { - "type": "string" - }, "MetaData": { "type": "object", "properties": { @@ -58,34 +59,22 @@ "LastUpdatedTime": { "type": "string" } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] + } }, - "FullyQualifiedName": { - "type": "string" - }, - "DisplayName": { + "PreferredDeliveryMethod": { "type": "string" }, "PrintOnCheckName": { "type": "string" }, - "Active": { + "sparse": { "type": "boolean" }, - "DefaultTaxCodeRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] + "SyncToken": { + "type": "string" + }, + "Taxable": { + "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/customer/get.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/customer/get.json index 60494c6bf5..29fea9bd55 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/customer/get.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/customer/get.json @@ -1,10 +1,7 @@ { "type": "object", "properties": { - "Taxable": { - "type": "boolean" - }, - "Job": { + "Active": { "type": "boolean" }, "BillWithParent": { @@ -13,36 +10,40 @@ "CurrencyRef": { "type": "object", "properties": { - "value": { - "type": "string" - }, "name": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "name" - ] + } }, - "PreferredDeliveryMethod": { + "DefaultTaxCodeRef": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + }, + "DisplayName": { + "type": "string" + }, + "domain": { + "type": "string" + }, + "FullyQualifiedName": { + "type": "string" + }, + "Id": { "type": "string" }, "IsProject": { "type": "boolean" }, - "domain": { - "type": "string" - }, - "sparse": { + "Job": { "type": "boolean" }, - "Id": { - "type": "string" - }, - "SyncToken": { - "type": "string" - }, "MetaData": { "type": "object", "properties": { @@ -52,53 +53,23 @@ "LastUpdatedTime": { "type": "string" } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] + } }, - "FullyQualifiedName": { - "type": "string" - }, - "DisplayName": { + "PreferredDeliveryMethod": { "type": "string" }, "PrintOnCheckName": { "type": "string" }, - "Active": { + "sparse": { "type": "boolean" }, - "DefaultTaxCodeRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] + "SyncToken": { + "type": "string" + }, + "Taxable": { + "type": "boolean" } }, - "required": [ - "Taxable", - "Job", - "BillWithParent", - "Balance", - "BalanceWithJobs", - "CurrencyRef", - "PreferredDeliveryMethod", - "domain", - "sparse", - "Id", - "SyncToken", - "MetaData", - "FullyQualifiedName", - "DisplayName", - "PrintOnCheckName", - "Active" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/customer/getAll.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/customer/getAll.json index a4c66aef95..be9a87ebfa 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/customer/getAll.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/customer/getAll.json @@ -1,44 +1,60 @@ { "type": "object", "properties": { - "Taxable": { + "Active": { "type": "boolean" }, - "Job": { - "type": "boolean" + "BillAddr": { + "type": "object", + "properties": { + "City": { + "type": "string" + }, + "CountrySubDivisionCode": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Line1": { + "type": "string" + }, + "PostalCode": { + "type": "string" + } + } }, "BillWithParent": { "type": "boolean" }, + "CompanyName": { + "type": "string" + }, "CurrencyRef": { "type": "object", "properties": { - "value": { - "type": "string" - }, "name": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "name" - ] + } }, - "PreferredDeliveryMethod": { + "DisplayName": { "type": "string" }, "domain": { "type": "string" }, - "sparse": { - "type": "boolean" + "FullyQualifiedName": { + "type": "string" }, "Id": { "type": "string" }, - "SyncToken": { - "type": "string" + "Job": { + "type": "boolean" }, "MetaData": { "type": "object", @@ -49,94 +65,58 @@ "LastUpdatedTime": { "type": "string" } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] + } }, - "FullyQualifiedName": { + "PreferredDeliveryMethod": { "type": "string" }, - "DisplayName": { - "type": "string" - }, - "PrintOnCheckName": { - "type": "string" - }, - "Active": { - "type": "boolean" - }, - "PrimaryPhone": { - "type": "object", - "properties": { - "FreeFormNumber": { - "type": "string" - } - }, - "required": [ - "FreeFormNumber" - ] - }, "PrimaryEmailAddr": { "type": "object", "properties": { "Address": { "type": "string" } - }, - "required": [ - "Address" - ] + } }, - "BillAddr": { + "PrimaryPhone": { "type": "object", "properties": { - "Id": { - "type": "string" - }, - "Line1": { - "type": "string" - }, - "City": { - "type": "string" - }, - "CountrySubDivisionCode": { - "type": "string" - }, - "PostalCode": { + "FreeFormNumber": { "type": "string" } - }, - "required": [ - "Id" - ] + } + }, + "PrintOnCheckName": { + "type": "string" }, "ShipAddr": { "type": "object", "properties": { - "Id": { - "type": "string" - }, - "Line1": { - "type": "string" - }, "City": { "type": "string" }, "CountrySubDivisionCode": { "type": "string" }, + "Id": { + "type": "string" + }, + "Line1": { + "type": "string" + }, "PostalCode": { "type": "string" } - }, - "required": [ - "Id" - ] + } }, - "CompanyName": { + "sparse": { + "type": "boolean" + }, + "SyncToken": { "type": "string" + }, + "Taxable": { + "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/create.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/create.json index b32029eadc..05585ba81f 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/create.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/create.json @@ -4,52 +4,65 @@ "AllowIPNPayment": { "type": "boolean" }, - "AllowOnlinePayment": { + "AllowOnlineACHPayment": { "type": "boolean" }, "AllowOnlineCreditCardPayment": { "type": "boolean" }, - "AllowOnlineACHPayment": { + "AllowOnlinePayment": { "type": "boolean" }, - "domain": { - "type": "string" - }, - "sparse": { + "ApplyTaxAfterDiscount": { "type": "boolean" }, - "Id": { - "type": "string" - }, - "SyncToken": { - "type": "string" - }, - "MetaData": { + "BillAddr": { "type": "object", "properties": { - "CreateTime": { + "City": { "type": "string" }, - "LastModifiedByRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] + "CountrySubDivisionCode": { + "type": "string" }, - "LastUpdatedTime": { + "Id": { + "type": "string" + }, + "Lat": { + "type": "string" + }, + "Line1": { + "type": "string" + }, + "Long": { + "type": "string" + }, + "PostalCode": { "type": "string" } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] + } + }, + "CurrencyRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "CustomerRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } }, "CustomField": { "type": "array", @@ -65,34 +78,78 @@ "Type": { "type": "string" } - }, - "required": [ - "DefinitionId", - "Name", - "Type" - ] + } } }, "DocNumber": { "type": "string" }, - "TxnDate": { + "domain": { "type": "string" }, - "CurrencyRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" + "DueDate": { + "type": "string" + }, + "EmailStatus": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Line": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "DetailType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "LineNum": { + "type": "integer" + }, + "SalesItemLineDetail": { + "type": "object", + "properties": { + "ItemAccountRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "ItemRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "TaxCodeRef": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + } + } + } } - }, - "required": [ - "value", - "name" - ] + } }, "LinkedTxn": { "type": "array", @@ -105,100 +162,30 @@ "TxnType": { "type": "string" } - }, - "required": [ - "TxnId", - "TxnType" - ] + } } }, - "Line": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Id": { - "type": "string" - }, - "LineNum": { - "type": "integer" - }, - "Description": { - "type": "string" - }, - "DetailType": { - "type": "string" - }, - "SalesItemLineDetail": { - "type": "object", - "properties": { - "ItemRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, - "ItemAccountRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, - "TaxCodeRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] - } - }, - "required": [ - "ItemRef" - ] - } - }, - "required": [ - "Amount", - "DetailType" - ] - } - }, - "CustomerRef": { + "MetaData": { "type": "object", "properties": { - "value": { + "CreateTime": { "type": "string" }, - "name": { + "LastModifiedByRef": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + }, + "LastUpdatedTime": { "type": "string" } - }, - "required": [ - "value", - "name" - ] + } + }, + "PrintStatus": { + "type": "string" }, "ShipFromAddr": { "type": "object", @@ -212,53 +199,16 @@ "Line2": { "type": "string" } - }, - "required": [ - "Id", - "Line1", - "Line2" - ] + } }, - "DueDate": { - "type": "string" - }, - "ApplyTaxAfterDiscount": { + "sparse": { "type": "boolean" }, - "PrintStatus": { + "SyncToken": { "type": "string" }, - "EmailStatus": { + "TxnDate": { "type": "string" - }, - "BillAddr": { - "type": "object", - "properties": { - "Id": { - "type": "string" - }, - "Line1": { - "type": "string" - }, - "City": { - "type": "string" - }, - "CountrySubDivisionCode": { - "type": "string" - }, - "PostalCode": { - "type": "string" - }, - "Lat": { - "type": "string" - }, - "Long": { - "type": "string" - } - }, - "required": [ - "Id" - ] } }, "version": 1 diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/get.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/get.json index 7d81aea370..5b296a2197 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/get.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/get.json @@ -4,52 +4,67 @@ "AllowIPNPayment": { "type": "boolean" }, - "AllowOnlinePayment": { + "AllowOnlineACHPayment": { "type": "boolean" }, "AllowOnlineCreditCardPayment": { "type": "boolean" }, - "AllowOnlineACHPayment": { + "AllowOnlinePayment": { "type": "boolean" }, - "domain": { - "type": "string" - }, - "sparse": { + "ApplyTaxAfterDiscount": { "type": "boolean" }, - "Id": { - "type": "string" - }, - "SyncToken": { - "type": "string" - }, - "MetaData": { + "BillAddr": { "type": "object", "properties": { - "CreateTime": { + "City": { "type": "string" }, - "LastModifiedByRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] + "CountrySubDivisionCode": { + "type": "string" }, - "LastUpdatedTime": { + "Id": { + "type": "string" + }, + "Line1": { + "type": "string" + }, + "PostalCode": { "type": "string" } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] + } + }, + "BillEmail": { + "type": "object", + "properties": { + "Address": { + "type": "string" + } + } + }, + "CurrencyRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "CustomerRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } }, "CustomField": { "type": "array", @@ -65,34 +80,78 @@ "Type": { "type": "string" } - }, - "required": [ - "DefinitionId", - "Name", - "Type" - ] + } } }, "DocNumber": { "type": "string" }, - "TxnDate": { + "domain": { "type": "string" }, - "CurrencyRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" + "DueDate": { + "type": "string" + }, + "EmailStatus": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Line": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "DetailType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "LineNum": { + "type": "integer" + }, + "SalesItemLineDetail": { + "type": "object", + "properties": { + "ItemAccountRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "ItemRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "TaxCodeRef": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + } + } + } } - }, - "required": [ - "value", - "name" - ] + } }, "LinkedTxn": { "type": "array", @@ -105,182 +164,102 @@ "TxnType": { "type": "string" } - }, - "required": [ - "TxnId", - "TxnType" - ] + } } }, - "Line": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Id": { - "type": "string" - }, - "LineNum": { - "type": "integer" - }, - "Description": { - "type": "string" - }, - "DetailType": { - "type": "string" - }, - "SalesItemLineDetail": { - "type": "object", - "properties": { - "ItemRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value" - ] - }, - "ItemAccountRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, - "TaxCodeRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] - } - }, - "required": [ - "ItemRef" - ] + "MetaData": { + "type": "object", + "properties": { + "CreateTime": { + "type": "string" + }, + "LastModifiedByRef": { + "type": "object", + "properties": { + "value": { + "type": "string" + } } }, - "required": [ - "Amount", - "DetailType" - ] + "LastUpdatedTime": { + "type": "string" + } } }, - "CustomerRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, - "BillAddr": { - "type": "object", - "properties": { - "Id": { - "type": "string" - }, - "Line1": { - "type": "string" - }, - "City": { - "type": "string" - }, - "CountrySubDivisionCode": { - "type": "string" - }, - "PostalCode": { - "type": "string" - } - }, - "required": [ - "Id" - ] - }, - "ShipAddr": { - "type": "object", - "properties": { - "Id": { - "type": "string" - }, - "Line1": { - "type": "string" - }, - "City": { - "type": "string" - }, - "CountrySubDivisionCode": { - "type": "string" - }, - "PostalCode": { - "type": "string" - } - }, - "required": [ - "Id" - ] - }, - "SalesTermRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value" - ] - }, - "DueDate": { - "type": "string" - }, - "ApplyTaxAfterDiscount": { - "type": "boolean" - }, "PrintStatus": { "type": "string" }, - "EmailStatus": { - "type": "string" - }, - "BillEmail": { + "SalesTermRef": { "type": "object", "properties": { - "Address": { + "name": { + "type": "string" + }, + "value": { "type": "string" } - }, - "required": [ - "Address" - ] + } + }, + "ShipAddr": { + "type": "object", + "properties": { + "City": { + "type": "string" + }, + "CountrySubDivisionCode": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Line1": { + "type": "string" + }, + "PostalCode": { + "type": "string" + } + } + }, + "sparse": { + "type": "boolean" + }, + "SyncToken": { + "type": "string" + }, + "TxnDate": { + "type": "string" + }, + "TxnTaxDetail": { + "type": "object", + "properties": { + "TaxLine": { + "type": "array", + "items": { + "type": "object", + "properties": { + "DetailType": { + "type": "string" + }, + "TaxLineDetail": { + "type": "object", + "properties": { + "PercentBased": { + "type": "boolean" + }, + "TaxRateRef": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + } + } + } + } + } + } + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/getAll.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/getAll.json index 2bb6c39e12..768eb7a270 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/getAll.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/getAll.json @@ -4,245 +4,18 @@ "AllowIPNPayment": { "type": "boolean" }, - "AllowOnlinePayment": { + "AllowOnlineACHPayment": { "type": "boolean" }, "AllowOnlineCreditCardPayment": { "type": "boolean" }, - "AllowOnlineACHPayment": { + "AllowOnlinePayment": { "type": "boolean" }, - "domain": { - "type": "string" - }, - "sparse": { + "ApplyTaxAfterDiscount": { "type": "boolean" }, - "Id": { - "type": "string" - }, - "SyncToken": { - "type": "string" - }, - "MetaData": { - "type": "object", - "properties": { - "CreateTime": { - "type": "string" - }, - "LastUpdatedTime": { - "type": "string" - } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] - }, - "CustomField": { - "type": "array", - "items": { - "type": "object", - "properties": { - "DefinitionId": { - "type": "string" - }, - "Name": { - "type": "string" - }, - "Type": { - "type": "string" - } - }, - "required": [ - "DefinitionId", - "Name", - "Type" - ] - } - }, - "DocNumber": { - "type": "string" - }, - "TxnDate": { - "type": "string" - }, - "CurrencyRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, - "LinkedTxn": { - "type": "array", - "items": { - "type": "object", - "properties": { - "TxnId": { - "type": "string" - }, - "TxnType": { - "type": "string" - } - }, - "required": [ - "TxnId", - "TxnType" - ] - } - }, - "Line": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Id": { - "type": "string" - }, - "LineNum": { - "type": "integer" - }, - "Description": { - "type": "string" - }, - "DetailType": { - "type": "string" - }, - "SalesItemLineDetail": { - "type": "object", - "properties": { - "ItemRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value" - ] - }, - "TaxCodeRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] - } - }, - "required": [ - "ItemRef" - ] - } - }, - "required": [ - "DetailType" - ] - } - }, - "TxnTaxDetail": { - "type": "object", - "properties": { - "TxnTaxCodeRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] - }, - "TaxLine": { - "type": "array", - "items": { - "type": "object", - "properties": { - "DetailType": { - "type": "string" - }, - "TaxLineDetail": { - "type": "object", - "properties": { - "TaxRateRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] - }, - "PercentBased": { - "type": "boolean" - } - }, - "required": [ - "TaxRateRef", - "PercentBased", - "TaxPercent", - "NetAmountTaxable" - ] - } - }, - "required": [ - "Amount", - "DetailType", - "TaxLineDetail" - ] - } - } - }, - "required": [ - "TotalTax" - ] - }, - "CustomerRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, - "CustomerMemo": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] - }, "BillAddr": { "type": "object", "properties": { @@ -258,36 +31,7 @@ "Line3": { "type": "string" } - }, - "required": [ - "Id" - ] - }, - "SalesTermRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value" - ] - }, - "DueDate": { - "type": "string" - }, - "ApplyTaxAfterDiscount": { - "type": "boolean" - }, - "PrintStatus": { - "type": "string" - }, - "EmailStatus": { - "type": "string" + } }, "BillEmail": { "type": "object", @@ -295,33 +39,221 @@ "Address": { "type": "string" } - }, - "required": [ - "Address" - ] + } + }, + "CurrencyRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "CustomerMemo": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + }, + "CustomerRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "CustomField": { + "type": "array", + "items": { + "type": "object", + "properties": { + "DefinitionId": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Type": { + "type": "string" + } + } + } + }, + "DocNumber": { + "type": "string" + }, + "domain": { + "type": "string" + }, + "DueDate": { + "type": "string" + }, + "EmailStatus": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Line": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "DetailType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "LineNum": { + "type": "integer" + }, + "SalesItemLineDetail": { + "type": "object", + "properties": { + "ItemRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "TaxCodeRef": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + } + } + } + } + } + }, + "LinkedTxn": { + "type": "array", + "items": { + "type": "object", + "properties": { + "TxnId": { + "type": "string" + }, + "TxnType": { + "type": "string" + } + } + } + }, + "MetaData": { + "type": "object", + "properties": { + "CreateTime": { + "type": "string" + }, + "LastUpdatedTime": { + "type": "string" + } + } + }, + "PrintStatus": { + "type": "string" + }, + "SalesTermRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } }, "ShipAddr": { "type": "object", "properties": { - "Id": { - "type": "string" - }, - "Line1": { - "type": "string" - }, "City": { "type": "string" }, "CountrySubDivisionCode": { "type": "string" }, + "Id": { + "type": "string" + }, + "Line1": { + "type": "string" + }, "PostalCode": { "type": "string" } - }, - "required": [ - "Id" - ] + } + }, + "sparse": { + "type": "boolean" + }, + "SyncToken": { + "type": "string" + }, + "TxnDate": { + "type": "string" + }, + "TxnTaxDetail": { + "type": "object", + "properties": { + "TaxLine": { + "type": "array", + "items": { + "type": "object", + "properties": { + "DetailType": { + "type": "string" + }, + "TaxLineDetail": { + "type": "object", + "properties": { + "PercentBased": { + "type": "boolean" + }, + "TaxRateRef": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + } + } + } + } + } + }, + "TxnTaxCodeRef": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + } + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/send.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/send.json index 1fa6926a43..8d5c7a2044 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/send.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/invoice/send.json @@ -4,62 +4,117 @@ "AllowIPNPayment": { "type": "boolean" }, - "AllowOnlinePayment": { + "AllowOnlineACHPayment": { "type": "boolean" }, "AllowOnlineCreditCardPayment": { "type": "boolean" }, - "AllowOnlineACHPayment": { + "AllowOnlinePayment": { "type": "boolean" }, - "domain": { - "type": "string" - }, - "sparse": { + "ApplyTaxAfterDiscount": { "type": "boolean" }, - "Id": { - "type": "string" - }, - "SyncToken": { - "type": "string" - }, - "MetaData": { + "BillEmail": { "type": "object", "properties": { - "CreateTime": { - "type": "string" - }, - "LastUpdatedTime": { + "Address": { "type": "string" } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] - }, - "DocNumber": { - "type": "string" - }, - "TxnDate": { - "type": "string" + } }, "CurrencyRef": { "type": "object", "properties": { - "value": { - "type": "string" - }, "name": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "name" - ] + } + }, + "CustomerRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "DeliveryInfo": { + "type": "object", + "properties": { + "DeliveryTime": { + "type": "string" + }, + "DeliveryType": { + "type": "string" + } + } + }, + "DocNumber": { + "type": "string" + }, + "domain": { + "type": "string" + }, + "DueDate": { + "type": "string" + }, + "EmailStatus": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Line": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Description": { + "type": "string" + }, + "DetailType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "LineNum": { + "type": "integer" + }, + "SalesItemLineDetail": { + "type": "object", + "properties": { + "ItemRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "TaxCodeRef": { + "type": "object", + "properties": { + "value": { + "type": "string" + } + } + } + } + } + } + } }, "LinkedTxn": { "type": "array", @@ -72,150 +127,32 @@ "TxnType": { "type": "string" } - }, - "required": [ - "TxnId", - "TxnType" - ] + } } }, - "Line": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Id": { - "type": "string" - }, - "LineNum": { - "type": "integer" - }, - "Description": { - "type": "string" - }, - "DetailType": { - "type": "string" - }, - "SalesItemLineDetail": { - "type": "object", - "properties": { - "ItemRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, - "TaxCodeRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - } - }, - "required": [ - "value" - ] - } - }, - "required": [ - "ItemRef", - "TaxCodeRef" - ] - } - }, - "required": [ - "Amount", - "DetailType" - ] - } - }, - "CustomerRef": { + "MetaData": { "type": "object", "properties": { - "value": { + "CreateTime": { "type": "string" }, - "name": { + "LastUpdatedTime": { "type": "string" } - }, - "required": [ - "value", - "name" - ] - }, - "DueDate": { - "type": "string" - }, - "ApplyTaxAfterDiscount": { - "type": "boolean" + } }, "PrintStatus": { "type": "string" }, - "EmailStatus": { + "sparse": { + "type": "boolean" + }, + "SyncToken": { "type": "string" }, - "BillEmail": { - "type": "object", - "properties": { - "Address": { - "type": "string" - } - }, - "required": [ - "Address" - ] - }, - "DeliveryInfo": { - "type": "object", - "properties": { - "DeliveryType": { - "type": "string" - }, - "DeliveryTime": { - "type": "string" - } - }, - "required": [ - "DeliveryType", - "DeliveryTime" - ] + "TxnDate": { + "type": "string" } }, - "required": [ - "AllowIPNPayment", - "AllowOnlinePayment", - "AllowOnlineCreditCardPayment", - "AllowOnlineACHPayment", - "domain", - "sparse", - "Id", - "SyncToken", - "MetaData", - "CustomField", - "TxnDate", - "CurrencyRef", - "LinkedTxn", - "Line", - "CustomerRef", - "DueDate", - "TotalAmt", - "ApplyTaxAfterDiscount", - "PrintStatus", - "EmailStatus", - "BillEmail", - "Balance", - "DeliveryInfo" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/item/get.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/item/get.json index c6bba9e110..98818d3658 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/item/get.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/item/get.json @@ -1,59 +1,34 @@ { "type": "object", "properties": { - "Name": { - "type": "string" - }, - "Description": { - "type": "string" - }, "Active": { "type": "boolean" }, - "FullyQualifiedName": { - "type": "string" - }, - "Taxable": { - "type": "boolean" - }, - "UnitPrice": { - "type": "integer" - }, - "Type": { - "type": "string" - }, - "IncomeAccountRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, - "TrackQtyOnHand": { - "type": "boolean" - }, "DeferredRevenue": { "type": "boolean" }, + "Description": { + "type": "string" + }, "domain": { "type": "string" }, - "sparse": { - "type": "boolean" + "FullyQualifiedName": { + "type": "string" }, "Id": { "type": "string" }, - "SyncToken": { - "type": "string" + "IncomeAccountRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } }, "MetaData": { "type": "object", @@ -64,27 +39,29 @@ "LastUpdatedTime": { "type": "string" } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] + } + }, + "Name": { + "type": "string" + }, + "sparse": { + "type": "boolean" + }, + "SyncToken": { + "type": "string" + }, + "Taxable": { + "type": "boolean" + }, + "TrackQtyOnHand": { + "type": "boolean" + }, + "Type": { + "type": "string" + }, + "UnitPrice": { + "type": "integer" } }, - "required": [ - "Name", - "Active", - "FullyQualifiedName", - "Taxable", - "UnitPrice", - "Type", - "PurchaseCost", - "TrackQtyOnHand", - "domain", - "sparse", - "Id", - "SyncToken", - "MetaData" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/item/getAll.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/item/getAll.json index 5272180162..7a3492996b 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/item/getAll.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/item/getAll.json @@ -1,53 +1,31 @@ { "type": "object", "properties": { - "Name": { - "type": "string" + "Active": { + "type": "boolean" }, "Description": { "type": "string" }, - "Active": { - "type": "boolean" + "domain": { + "type": "string" }, "FullyQualifiedName": { "type": "string" }, - "Taxable": { - "type": "boolean" - }, - "Type": { + "Id": { "type": "string" }, "IncomeAccountRef": { "type": "object", "properties": { - "value": { - "type": "string" - }, "name": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "name" - ] - }, - "TrackQtyOnHand": { - "type": "boolean" - }, - "domain": { - "type": "string" - }, - "sparse": { - "type": "boolean" - }, - "Id": { - "type": "string" - }, - "SyncToken": { - "type": "string" + } }, "MetaData": { "type": "object", @@ -58,11 +36,25 @@ "LastUpdatedTime": { "type": "string" } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] + } + }, + "Name": { + "type": "string" + }, + "sparse": { + "type": "boolean" + }, + "SyncToken": { + "type": "string" + }, + "Taxable": { + "type": "boolean" + }, + "TrackQtyOnHand": { + "type": "boolean" + }, + "Type": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/payment/get.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/payment/get.json index 0614fdaec5..f5ebacd898 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/payment/get.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/payment/get.json @@ -1,20 +1,27 @@ { "type": "object", "properties": { + "CurrencyRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, "CustomerRef": { "type": "object", "properties": { - "value": { - "type": "string" - }, "name": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "name" - ] + } }, "DepositToAccountRef": { "type": "object", @@ -22,67 +29,64 @@ "value": { "type": "string" } - }, - "required": [ - "value" - ] - }, - "UnappliedAmt": { - "type": "integer" - }, - "ProcessPayment": { - "type": "boolean" + } }, "domain": { "type": "string" }, - "sparse": { - "type": "boolean" + "ExchangeRate": { + "type": "integer" }, "Id": { "type": "string" }, - "SyncToken": { - "type": "string" - }, - "MetaData": { - "type": "object", - "properties": { - "CreateTime": { - "type": "string" - }, - "LastUpdatedTime": { - "type": "string" - } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] - }, - "TxnDate": { - "type": "string" - }, - "CurrencyRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, "Line": { "type": "array", "items": { "type": "object", "properties": { + "LineEx": { + "type": "object", + "properties": { + "any": { + "type": "array", + "items": { + "type": "object", + "properties": { + "declaredType": { + "type": "string" + }, + "globalScope": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "nil": { + "type": "boolean" + }, + "scope": { + "type": "string" + }, + "typeSubstituted": { + "type": "boolean" + }, + "value": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + } + } + } + } + } + }, "LinkedTxn": { "type": "array", "items": { @@ -94,76 +98,21 @@ "TxnType": { "type": "string" } - }, - "required": [ - "TxnId", - "TxnType" - ] - } - }, - "LineEx": { - "type": "object", - "properties": { - "any": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "declaredType": { - "type": "string" - }, - "scope": { - "type": "string" - }, - "value": { - "type": "object", - "properties": { - "Name": { - "type": "string" - }, - "Value": { - "type": "string" - } - }, - "required": [ - "Name" - ] - }, - "nil": { - "type": "boolean" - }, - "globalScope": { - "type": "boolean" - }, - "typeSubstituted": { - "type": "boolean" - } - }, - "required": [ - "name", - "declaredType", - "scope", - "value", - "nil", - "globalScope", - "typeSubstituted" - ] - } } - }, - "required": [ - "any" - ] + } } + } + } + }, + "MetaData": { + "type": "object", + "properties": { + "CreateTime": { + "type": "string" }, - "required": [ - "Amount", - "LinkedTxn", - "LineEx" - ] + "LastUpdatedTime": { + "type": "string" + } } }, "PaymentMethodRef": { @@ -172,31 +121,26 @@ "value": { "type": "string" } - }, - "required": [ - "value" - ] + } }, "PaymentRefNum": { "type": "string" }, - "ExchangeRate": { + "ProcessPayment": { + "type": "boolean" + }, + "sparse": { + "type": "boolean" + }, + "SyncToken": { + "type": "string" + }, + "TxnDate": { + "type": "string" + }, + "UnappliedAmt": { "type": "integer" } }, - "required": [ - "CustomerRef", - "TotalAmt", - "UnappliedAmt", - "ProcessPayment", - "domain", - "sparse", - "Id", - "SyncToken", - "MetaData", - "TxnDate", - "CurrencyRef", - "Line" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/payment/getAll.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/payment/getAll.json index cb81d64127..f0c0322794 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/payment/getAll.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/payment/getAll.json @@ -1,20 +1,27 @@ { "type": "object", "properties": { + "CurrencyRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, "CustomerRef": { "type": "object", "properties": { - "value": { - "type": "string" - }, "name": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "name" - ] + } }, "DepositToAccountRef": { "type": "object", @@ -22,64 +29,61 @@ "value": { "type": "string" } - }, - "required": [ - "value" - ] - }, - "ProcessPayment": { - "type": "boolean" + } }, "domain": { "type": "string" }, - "sparse": { - "type": "boolean" - }, "Id": { "type": "string" }, - "SyncToken": { - "type": "string" - }, - "MetaData": { - "type": "object", - "properties": { - "CreateTime": { - "type": "string" - }, - "LastUpdatedTime": { - "type": "string" - } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] - }, - "TxnDate": { - "type": "string" - }, - "CurrencyRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, "Line": { "type": "array", "items": { "type": "object", "properties": { + "LineEx": { + "type": "object", + "properties": { + "any": { + "type": "array", + "items": { + "type": "object", + "properties": { + "declaredType": { + "type": "string" + }, + "globalScope": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "nil": { + "type": "boolean" + }, + "scope": { + "type": "string" + }, + "typeSubstituted": { + "type": "boolean" + }, + "value": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + } + } + } + } + } + }, "LinkedTxn": { "type": "array", "items": { @@ -91,76 +95,10 @@ "TxnType": { "type": "string" } - }, - "required": [ - "TxnId", - "TxnType" - ] - } - }, - "LineEx": { - "type": "object", - "properties": { - "any": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "declaredType": { - "type": "string" - }, - "scope": { - "type": "string" - }, - "value": { - "type": "object", - "properties": { - "Name": { - "type": "string" - }, - "Value": { - "type": "string" - } - }, - "required": [ - "Name" - ] - }, - "nil": { - "type": "boolean" - }, - "globalScope": { - "type": "boolean" - }, - "typeSubstituted": { - "type": "boolean" - } - }, - "required": [ - "name", - "declaredType", - "scope", - "value", - "nil", - "globalScope", - "typeSubstituted" - ] - } } - }, - "required": [ - "any" - ] + } } - }, - "required": [ - "Amount", - "LinkedTxn", - "LineEx" - ] + } } }, "LinkedTxn": { @@ -174,11 +112,18 @@ "TxnType": { "type": "string" } + } + } + }, + "MetaData": { + "type": "object", + "properties": { + "CreateTime": { + "type": "string" }, - "required": [ - "TxnId", - "TxnType" - ] + "LastUpdatedTime": { + "type": "string" + } } }, "PaymentMethodRef": { @@ -187,28 +132,20 @@ "value": { "type": "string" } - }, - "required": [ - "value" - ] + } }, - "PaymentRefNum": { + "ProcessPayment": { + "type": "boolean" + }, + "sparse": { + "type": "boolean" + }, + "SyncToken": { + "type": "string" + }, + "TxnDate": { "type": "string" } }, - "required": [ - "CustomerRef", - "TotalAmt", - "UnappliedAmt", - "ProcessPayment", - "domain", - "sparse", - "Id", - "SyncToken", - "MetaData", - "TxnDate", - "CurrencyRef", - "Line" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/purchase/getAll.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/purchase/getAll.json index 8f7de4c9eb..e6499c1c54 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/purchase/getAll.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/purchase/getAll.json @@ -4,155 +4,66 @@ "AccountRef": { "type": "object", "properties": { - "value": { - "type": "string" - }, "name": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "name" - ] - }, - "PaymentType": { - "type": "string" + } }, "Credit": { "type": "boolean" }, - "PurchaseEx": { + "CurrencyRef": { "type": "object", "properties": { - "any": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "declaredType": { - "type": "string" - }, - "scope": { - "type": "string" - }, - "value": { - "type": "object", - "properties": { - "Name": { - "type": "string" - }, - "Value": { - "type": "string" - } - }, - "required": [ - "Name", - "Value" - ] - }, - "nil": { - "type": "boolean" - }, - "globalScope": { - "type": "boolean" - }, - "typeSubstituted": { - "type": "boolean" - } - }, - "required": [ - "name", - "declaredType", - "scope", - "value", - "nil", - "globalScope", - "typeSubstituted" - ] - } + "name": { + "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "any" - ] + } }, "domain": { "type": "string" }, - "sparse": { - "type": "boolean" + "EntityRef": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "type": { + "type": "string" + }, + "value": { + "type": "string" + } + } }, "Id": { "type": "string" }, - "SyncToken": { - "type": "string" - }, - "MetaData": { - "type": "object", - "properties": { - "CreateTime": { - "type": "string" - }, - "LastUpdatedTime": { - "type": "string" - } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] - }, - "TxnDate": { - "type": "string" - }, - "CurrencyRef": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "value", - "name" - ] - }, "Line": { "type": "array", "items": { "type": "object", "properties": { - "Id": { - "type": "string" - }, - "DetailType": { - "type": "string" - }, "AccountBasedExpenseLineDetail": { "type": "object", "properties": { "AccountRef": { "type": "object", "properties": { - "value": { - "type": "string" - }, "name": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "name" - ] + } }, "BillableStatus": { "type": "string" @@ -163,62 +74,84 @@ "value": { "type": "string" } - }, - "required": [ - "value" - ] + } } - }, - "required": [ - "AccountRef", - "BillableStatus", - "TaxCodeRef" - ] + } }, - "Description": { + "DetailType": { + "type": "string" + }, + "Id": { "type": "string" } - }, - "required": [ - "Id", - "Amount", - "DetailType" - ] + } } }, - "EntityRef": { + "MetaData": { "type": "object", "properties": { - "value": { + "CreateTime": { "type": "string" }, - "name": { - "type": "string" - }, - "type": { + "LastUpdatedTime": { "type": "string" } - }, - "required": [ - "value", - "name", - "type" - ] + } + }, + "PaymentType": { + "type": "string" + }, + "PurchaseEx": { + "type": "object", + "properties": { + "any": { + "type": "array", + "items": { + "type": "object", + "properties": { + "declaredType": { + "type": "string" + }, + "globalScope": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "nil": { + "type": "boolean" + }, + "scope": { + "type": "string" + }, + "typeSubstituted": { + "type": "boolean" + }, + "value": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + } + } + } + } + } + }, + "sparse": { + "type": "boolean" + }, + "SyncToken": { + "type": "string" + }, + "TxnDate": { + "type": "string" } }, - "required": [ - "AccountRef", - "PaymentType", - "TotalAmt", - "PurchaseEx", - "domain", - "sparse", - "Id", - "SyncToken", - "MetaData", - "TxnDate", - "CurrencyRef", - "Line" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/transaction/getReport.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/transaction/getReport.json index df7a3526ef..12bbbb05b3 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/transaction/getReport.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/transaction/getReport.json @@ -1,10 +1,7 @@ { "type": "object", "properties": { - "tx_date": { - "type": "string" - }, - "txn_type": { + "account_name": { "type": "string" }, "doc_num": { @@ -13,13 +10,10 @@ "is_no_post": { "type": "string" }, - "name": { - "type": "string" - }, "memo": { "type": "string" }, - "account_name": { + "name": { "type": "string" }, "other_account": { @@ -27,6 +21,12 @@ }, "subt_nat_amount": { "type": "string" + }, + "tx_date": { + "type": "string" + }, + "txn_type": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/vendor/getAll.json b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/vendor/getAll.json index 408ba6a428..6879325716 100644 --- a/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/vendor/getAll.json +++ b/packages/nodes-base/nodes/QuickBooks/__schema__/v1.0.0/vendor/getAll.json @@ -1,34 +1,73 @@ { "type": "object", "properties": { - "Vendor1099": { + "AcctNum": { + "type": "string" + }, + "Active": { "type": "boolean" }, + "BillAddr": { + "type": "object", + "properties": { + "City": { + "type": "string" + }, + "CountrySubDivisionCode": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Lat": { + "type": "string" + }, + "Line1": { + "type": "string" + }, + "Long": { + "type": "string" + }, + "PostalCode": { + "type": "string" + } + } + }, + "CompanyName": { + "type": "string" + }, "CurrencyRef": { "type": "object", "properties": { - "value": { - "type": "string" - }, "name": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "name" - ] + } + }, + "DisplayName": { + "type": "string" }, "domain": { "type": "string" }, - "sparse": { - "type": "boolean" - }, - "Id": { + "FamilyName": { "type": "string" }, - "SyncToken": { + "Fax": { + "type": "object", + "properties": { + "FreeFormNumber": { + "type": "string" + } + } + }, + "GivenName": { + "type": "string" + }, + "Id": { "type": "string" }, "MetaData": { @@ -40,94 +79,7 @@ "LastUpdatedTime": { "type": "string" } - }, - "required": [ - "CreateTime", - "LastUpdatedTime" - ] - }, - "DisplayName": { - "type": "string" - }, - "PrintOnCheckName": { - "type": "string" - }, - "Active": { - "type": "boolean" - }, - "BillAddr": { - "type": "object", - "properties": { - "Id": { - "type": "string" - }, - "Line1": { - "type": "string" - }, - "City": { - "type": "string" - }, - "CountrySubDivisionCode": { - "type": "string" - }, - "PostalCode": { - "type": "string" - }, - "Lat": { - "type": "string" - }, - "Long": { - "type": "string" - } - }, - "required": [ - "Id" - ] - }, - "AcctNum": { - "type": "string" - }, - "GivenName": { - "type": "string" - }, - "FamilyName": { - "type": "string" - }, - "CompanyName": { - "type": "string" - }, - "PrimaryPhone": { - "type": "object", - "properties": { - "FreeFormNumber": { - "type": "string" - } - }, - "required": [ - "FreeFormNumber" - ] - }, - "PrimaryEmailAddr": { - "type": "object", - "properties": { - "Address": { - "type": "string" - } - }, - "required": [ - "Address" - ] - }, - "WebAddr": { - "type": "object", - "properties": { - "URI": { - "type": "string" - } - }, - "required": [ - "URI" - ] + } }, "Mobile": { "type": "object", @@ -135,35 +87,44 @@ "FreeFormNumber": { "type": "string" } - }, - "required": [ - "FreeFormNumber" - ] + } }, - "Fax": { + "PrimaryEmailAddr": { + "type": "object", + "properties": { + "Address": { + "type": "string" + } + } + }, + "PrimaryPhone": { "type": "object", "properties": { "FreeFormNumber": { "type": "string" } - }, - "required": [ - "FreeFormNumber" - ] + } + }, + "PrintOnCheckName": { + "type": "string" + }, + "sparse": { + "type": "boolean" + }, + "SyncToken": { + "type": "string" + }, + "Vendor1099": { + "type": "boolean" + }, + "WebAddr": { + "type": "object", + "properties": { + "URI": { + "type": "string" + } + } } }, - "required": [ - "Balance", - "Vendor1099", - "CurrencyRef", - "domain", - "sparse", - "Id", - "SyncToken", - "MetaData", - "DisplayName", - "PrintOnCheckName", - "Active" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Raindrop/__schema__/v1.0.0/bookmark/getAll.json b/packages/nodes-base/nodes/Raindrop/__schema__/v1.0.0/bookmark/getAll.json index 3f8681e19f..d8bc2cbb66 100644 --- a/packages/nodes-base/nodes/Raindrop/__schema__/v1.0.0/bookmark/getAll.json +++ b/packages/nodes-base/nodes/Raindrop/__schema__/v1.0.0/bookmark/getAll.json @@ -4,93 +4,29 @@ "_id": { "type": "integer" }, - "link": { - "type": "string" - }, - "title": { - "type": "string" - }, - "excerpt": { - "type": "string" - }, - "note": { - "type": "string" - }, - "type": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "$ref": { - "type": "string" - }, - "$id": { - "type": "integer" - } - }, - "required": [ - "$ref", - "$id" - ] - }, - "cover": { - "type": "string" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } - }, - "removed": { - "type": "boolean" - }, "collection": { "type": "object", "properties": { - "$ref": { - "type": "string" - }, "$id": { "type": "integer" }, + "$ref": { + "type": "string" + }, "oid": { "type": "integer" } - }, - "required": [ - "$ref", - "$id" - ] - }, - "media": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "link": { - "type": "string" - } - }, - "required": [ - "type", - "link" - ] } }, + "collectionId": { + "type": "integer" + }, + "cover": { + "type": "string" + }, "created": { "type": "string" }, - "lastUpdate": { - "type": "string" - }, - "domain": { - "type": "string" - }, "creatorRef": { "type": "object", "properties": { @@ -100,32 +36,26 @@ "avatar": { "type": "string" }, - "name": { - "type": "string" - }, "email": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "_id", - "avatar", - "name", - "email" - ] + } }, - "sort": { - "type": "integer" + "domain": { + "type": "string" + }, + "excerpt": { + "type": "string" }, "highlights": { "type": "array", "items": { "type": "object", "properties": { - "text": { - "type": "string" - }, - "note": { + "_id": { "type": "string" }, "color": { @@ -134,64 +64,84 @@ "created": { "type": "string" }, - "lastUpdate": { - "type": "string" - }, "creatorRef": { "type": "integer" }, - "_id": { + "lastUpdate": { + "type": "string" + }, + "note": { + "type": "string" + }, + "text": { "type": "string" } - }, - "required": [ - "text", - "note", - "color", - "created", - "lastUpdate", - "creatorRef", - "_id" - ] + } } }, - "collectionId": { - "type": "integer" - }, "important": { "type": "boolean" }, + "lastUpdate": { + "type": "string" + }, + "link": { + "type": "string" + }, + "media": { + "type": "array", + "items": { + "type": "object", + "properties": { + "link": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "note": { + "type": "string" + }, "reminder": { "type": "object", "properties": { "date": { "type": "null" } - }, - "required": [ - "date" - ] + } + }, + "removed": { + "type": "boolean" + }, + "sort": { + "type": "integer" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "user": { + "type": "object", + "properties": { + "$id": { + "type": "integer" + }, + "$ref": { + "type": "string" + } + } } }, - "required": [ - "_id", - "link", - "title", - "excerpt", - "note", - "type", - "user", - "cover", - "tags", - "removed", - "collection", - "media", - "created", - "lastUpdate", - "domain", - "sort", - "highlights", - "collectionId" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Raindrop/__schema__/v1.0.0/collection/getAll.json b/packages/nodes-base/nodes/Raindrop/__schema__/v1.0.0/collection/getAll.json index 184e9d1058..000a9c1f54 100644 --- a/packages/nodes-base/nodes/Raindrop/__schema__/v1.0.0/collection/getAll.json +++ b/packages/nodes-base/nodes/Raindrop/__schema__/v1.0.0/collection/getAll.json @@ -4,31 +4,27 @@ "_id": { "type": "integer" }, - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "user": { + "access": { "type": "object", "properties": { - "$ref": { - "type": "string" + "draggable": { + "type": "boolean" }, - "$id": { + "for": { "type": "integer" + }, + "level": { + "type": "integer" + }, + "root": { + "type": "boolean" } - }, - "required": [ - "$ref", - "$id" - ] + } }, - "public": { + "author": { "type": "boolean" }, - "view": { + "color": { "type": "string" }, "count": { @@ -40,8 +36,8 @@ "type": "string" } }, - "expanded": { - "type": "boolean" + "created": { + "type": "string" }, "creatorRef": { "type": "object", @@ -49,81 +45,52 @@ "_id": { "type": "integer" }, - "name": { - "type": "string" - }, "email": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "_id", - "name", - "email" - ] + } }, - "lastAction": { + "description": { "type": "string" }, - "created": { + "expanded": { + "type": "boolean" + }, + "lastAction": { "type": "string" }, "lastUpdate": { "type": "string" }, - "sort": { - "type": "integer" + "public": { + "type": "boolean" }, "slug": { "type": "string" }, - "access": { + "sort": { + "type": "integer" + }, + "title": { + "type": "string" + }, + "user": { "type": "object", "properties": { - "for": { + "$id": { "type": "integer" }, - "level": { - "type": "integer" - }, - "root": { - "type": "boolean" - }, - "draggable": { - "type": "boolean" + "$ref": { + "type": "string" } - }, - "required": [ - "for", - "level", - "root", - "draggable" - ] + } }, - "author": { - "type": "boolean" - }, - "color": { + "view": { "type": "string" } }, - "required": [ - "_id", - "title", - "description", - "user", - "public", - "view", - "count", - "cover", - "expanded", - "lastAction", - "created", - "lastUpdate", - "sort", - "slug", - "access", - "author" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/create.json b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/create.json index 646f78611d..d03ebb8504 100644 --- a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/create.json +++ b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/create.json @@ -1,9 +1,6 @@ { "type": "object", "properties": { - "url": { - "type": "string" - }, "drafts_count": { "type": "integer" }, @@ -12,6 +9,9 @@ }, "name": { "type": "string" + }, + "url": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/delete.json b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/delete.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/delete.json +++ b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/delete.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/get.json b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/get.json index 4427af86e6..cee0c40858 100644 --- a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/get.json +++ b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/get.json @@ -1,30 +1,131 @@ { "type": "object", "properties": { + "allow_live_comments": { + "type": "boolean" + }, "approved_at_utc": { "type": "null" }, - "subreddit": { - "type": "string" - }, - "selftext": { - "type": "string" - }, - "saved": { - "type": "boolean" - }, - "mod_reason_title": { + "approved_by": { "type": "null" }, - "gilded": { - "type": "integer" + "archived": { + "type": "boolean" + }, + "author": { + "type": "string" + }, + "author_flair_richtext": { + "type": "array", + "items": { + "type": "object", + "properties": { + "a": { + "type": "string" + }, + "e": { + "type": "string" + }, + "t": { + "type": "string" + }, + "u": { + "type": "string" + } + } + } + }, + "author_flair_type": { + "type": "string" + }, + "author_fullname": { + "type": "string" + }, + "author_is_blocked": { + "type": "boolean" + }, + "author_patreon_flair": { + "type": "boolean" + }, + "author_premium": { + "type": "boolean" + }, + "banned_at_utc": { + "type": "null" + }, + "banned_by": { + "type": "null" + }, + "can_gild": { + "type": "boolean" + }, + "can_mod_post": { + "type": "boolean" + }, + "category": { + "type": "null" }, "clicked": { "type": "boolean" }, - "title": { + "content_categories": { + "type": "null" + }, + "contest_mode": { + "type": "boolean" + }, + "created": { + "type": "integer" + }, + "created_utc": { + "type": "integer" + }, + "discussion_type": { + "type": "null" + }, + "domain": { "type": "string" }, + "downs": { + "type": "integer" + }, + "gilded": { + "type": "integer" + }, + "hidden": { + "type": "boolean" + }, + "hide_score": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "is_created_from_ads_ui": { + "type": "boolean" + }, + "is_crosspostable": { + "type": "boolean" + }, + "is_meta": { + "type": "boolean" + }, + "is_original_content": { + "type": "boolean" + }, + "is_reddit_media_domain": { + "type": "boolean" + }, + "is_robot_indexable": { + "type": "boolean" + }, + "is_self": { + "type": "boolean" + }, + "is_video": { + "type": "boolean" + }, "link_flair_richtext": { "type": "array", "items": { @@ -36,223 +137,115 @@ "t": { "type": "string" } - }, - "required": [ - "e", - "t" - ] + } } }, - "subreddit_name_prefixed": { - "type": "string" - }, - "hidden": { - "type": "boolean" - }, - "downs": { - "type": "integer" - }, - "top_awarded_type": { - "type": "null" - }, - "hide_score": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "quarantine": { - "type": "boolean" - }, - "subreddit_type": { - "type": "string" - }, - "ups": { - "type": "integer" - }, - "total_awards_received": { - "type": "integer" - }, - "is_original_content": { - "type": "boolean" - }, - "author_fullname": { - "type": "string" - }, - "is_reddit_media_domain": { - "type": "boolean" - }, - "is_meta": { - "type": "boolean" - }, - "category": { - "type": "null" - }, - "can_mod_post": { - "type": "boolean" - }, - "score": { - "type": "integer" - }, - "approved_by": { - "type": "null" - }, - "is_created_from_ads_ui": { - "type": "boolean" - }, - "author_premium": { - "type": "boolean" - }, - "thumbnail": { - "type": "string" - }, - "author_flair_richtext": { - "type": "array", - "items": { - "type": "object", - "properties": { - "e": { - "type": "string" - }, - "t": { - "type": "string" - }, - "a": { - "type": "string" - }, - "u": { - "type": "string" - } - }, - "required": [ - "e" - ] - } - }, - "content_categories": { - "type": "null" - }, - "is_self": { - "type": "boolean" - }, - "mod_note": { - "type": "null" - }, - "created": { - "type": "integer" - }, "link_flair_type": { "type": "string" }, - "banned_by": { - "type": "null" - }, - "author_flair_type": { - "type": "string" - }, - "domain": { - "type": "string" - }, - "allow_live_comments": { - "type": "boolean" - }, - "banned_at_utc": { - "type": "null" - }, - "view_count": { - "type": "null" - }, - "archived": { - "type": "boolean" - }, - "no_follow": { - "type": "boolean" - }, - "is_crosspostable": { - "type": "boolean" - }, - "pinned": { - "type": "boolean" - }, - "over_18": { + "locked": { "type": "boolean" }, "media_only": { "type": "boolean" }, - "can_gild": { - "type": "boolean" - }, - "spoiler": { - "type": "boolean" - }, - "locked": { - "type": "boolean" - }, - "visited": { - "type": "boolean" - }, - "removed_by": { + "mod_note": { "type": "null" }, - "subreddit_id": { - "type": "string" - }, - "author_is_blocked": { - "type": "boolean" - }, "mod_reason_by": { "type": "null" }, - "removal_reason": { + "mod_reason_title": { "type": "null" }, - "id": { + "name": { "type": "string" }, - "is_robot_indexable": { + "no_follow": { "type": "boolean" }, - "num_duplicates": { - "type": "integer" - }, - "author": { - "type": "string" - }, - "discussion_type": { - "type": "null" - }, "num_comments": { "type": "integer" }, - "send_replies": { - "type": "boolean" - }, - "contest_mode": { - "type": "boolean" - }, - "author_patreon_flair": { - "type": "boolean" - }, - "permalink": { - "type": "string" - }, - "stickied": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "subreddit_subscribers": { - "type": "integer" - }, - "created_utc": { - "type": "integer" - }, "num_crossposts": { "type": "integer" }, - "is_video": { + "num_duplicates": { + "type": "integer" + }, + "over_18": { + "type": "boolean" + }, + "permalink": { + "type": "string" + }, + "pinned": { + "type": "boolean" + }, + "quarantine": { + "type": "boolean" + }, + "removal_reason": { + "type": "null" + }, + "removed_by": { + "type": "null" + }, + "saved": { + "type": "boolean" + }, + "score": { + "type": "integer" + }, + "selftext": { + "type": "string" + }, + "send_replies": { + "type": "boolean" + }, + "spoiler": { + "type": "boolean" + }, + "stickied": { + "type": "boolean" + }, + "subreddit": { + "type": "string" + }, + "subreddit_id": { + "type": "string" + }, + "subreddit_name_prefixed": { + "type": "string" + }, + "subreddit_subscribers": { + "type": "integer" + }, + "subreddit_type": { + "type": "string" + }, + "thumbnail": { + "type": "string" + }, + "title": { + "type": "string" + }, + "top_awarded_type": { + "type": "null" + }, + "total_awards_received": { + "type": "integer" + }, + "ups": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "view_count": { + "type": "null" + }, + "visited": { "type": "boolean" } }, diff --git a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/getAll.json b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/getAll.json index d0d750f09c..986aae3627 100644 --- a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/getAll.json +++ b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/getAll.json @@ -1,99 +1,13 @@ { "type": "object", "properties": { - "subreddit": { - "type": "string" - }, - "selftext": { - "type": "string" - }, - "author_fullname": { - "type": "string" - }, - "saved": { + "allow_live_comments": { "type": "boolean" }, - "mod_reason_title": { - "type": "null" - }, - "gilded": { - "type": "integer" - }, - "clicked": { + "archived": { "type": "boolean" }, - "title": { - "type": "string" - }, - "link_flair_richtext": { - "type": "array", - "items": { - "type": "object", - "properties": { - "e": { - "type": "string" - }, - "t": { - "type": "string" - } - }, - "required": [ - "e" - ] - } - }, - "subreddit_name_prefixed": { - "type": "string" - }, - "hidden": { - "type": "boolean" - }, - "downs": { - "type": "integer" - }, - "top_awarded_type": { - "type": "null" - }, - "hide_score": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "quarantine": { - "type": "boolean" - }, - "ups": { - "type": "integer" - }, - "total_awards_received": { - "type": "integer" - }, - "is_original_content": { - "type": "boolean" - }, - "is_reddit_media_domain": { - "type": "boolean" - }, - "is_meta": { - "type": "boolean" - }, - "category": { - "type": "null" - }, - "can_mod_post": { - "type": "boolean" - }, - "score": { - "type": "integer" - }, - "is_created_from_ads_ui": { - "type": "boolean" - }, - "author_premium": { - "type": "boolean" - }, - "thumbnail": { + "author": { "type": "string" }, "author_flair_richtext": { @@ -107,313 +21,218 @@ "t": { "type": "string" } - }, - "required": [ - "e" - ] + } } }, - "is_self": { - "type": "boolean" - }, - "subreddit_type": { - "type": "string" - }, - "created": { - "type": "integer" - }, - "link_flair_type": { - "type": "string" - }, - "removed_by_category": { - "type": "null" - }, - "banned_by": { - "type": "null" - }, "author_flair_type": { "type": "string" }, - "domain": { - "type": "string" - }, - "allow_live_comments": { - "type": "boolean" - }, - "banned_at_utc": { - "type": "null" - }, - "view_count": { - "type": "null" - }, - "archived": { - "type": "boolean" - }, - "no_follow": { - "type": "boolean" - }, - "is_crosspostable": { - "type": "boolean" - }, - "pinned": { - "type": "boolean" - }, - "over_18": { - "type": "boolean" - }, - "media_only": { - "type": "boolean" - }, - "can_gild": { - "type": "boolean" - }, - "spoiler": { - "type": "boolean" - }, - "locked": { - "type": "boolean" - }, - "visited": { - "type": "boolean" - }, - "removed_by": { - "type": "null" - }, - "mod_note": { - "type": "null" - }, - "subreddit_id": { + "author_fullname": { "type": "string" }, "author_is_blocked": { "type": "boolean" }, - "mod_reason_by": { - "type": "null" - }, - "removal_reason": { - "type": "null" - }, - "id": { - "type": "string" - }, - "is_robot_indexable": { + "author_patreon_flair": { "type": "boolean" }, - "author": { - "type": "string" + "author_premium": { + "type": "boolean" }, - "discussion_type": { + "banned_at_utc": { "type": "null" }, - "num_comments": { - "type": "integer" + "banned_by": { + "type": "null" }, - "send_replies": { + "can_gild": { "type": "boolean" }, + "can_mod_post": { + "type": "boolean" + }, + "category": { + "type": "null" + }, + "clicked": { + "type": "boolean" + }, + "content_categories": { + "type": "null" + }, "contest_mode": { "type": "boolean" }, - "author_patreon_flair": { - "type": "boolean" - }, - "permalink": { - "type": "string" - }, - "stickied": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "subreddit_subscribers": { + "created": { "type": "integer" }, "created_utc": { "type": "integer" }, - "num_crossposts": { + "domain": { + "type": "string" + }, + "downs": { "type": "integer" }, + "gilded": { + "type": "integer" + }, + "hidden": { + "type": "boolean" + }, + "hide_score": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "is_created_from_ads_ui": { + "type": "boolean" + }, + "is_crosspostable": { + "type": "boolean" + }, + "is_meta": { + "type": "boolean" + }, + "is_original_content": { + "type": "boolean" + }, + "is_reddit_media_domain": { + "type": "boolean" + }, + "is_robot_indexable": { + "type": "boolean" + }, + "is_self": { + "type": "boolean" + }, "is_video": { "type": "boolean" }, - "post_hint": { - "type": "string" - }, - "url_overridden_by_dest": { - "type": "string" - }, - "preview": { - "type": "object", - "properties": { - "images": { - "type": "array", - "items": { - "type": "object", - "properties": { - "source": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - }, - "resolutions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - } - }, - "id": { - "type": "string" - } - }, - "required": [ - "source", - "resolutions", - "variants", - "id" - ] + "link_flair_richtext": { + "type": "array", + "items": { + "type": "object", + "properties": { + "e": { + "type": "string" + }, + "t": { + "type": "string" } - }, - "enabled": { - "type": "boolean" } - }, - "required": [ - "images", - "enabled" - ] + } + }, + "link_flair_template_id": { + "type": "string" + }, + "link_flair_type": { + "type": "string" + }, + "locked": { + "type": "boolean" + }, + "media_only": { + "type": "boolean" + }, + "mod_note": { + "type": "null" + }, + "mod_reason_by": { + "type": "null" + }, + "mod_reason_title": { + "type": "null" + }, + "name": { + "type": "string" + }, + "no_follow": { + "type": "boolean" + }, + "num_comments": { + "type": "integer" + }, + "num_crossposts": { + "type": "integer" + }, + "over_18": { + "type": "boolean" + }, + "permalink": { + "type": "string" + }, + "pinned": { + "type": "boolean" + }, + "quarantine": { + "type": "boolean" + }, + "removal_reason": { + "type": "null" + }, + "removed_by": { + "type": "null" + }, + "saved": { + "type": "boolean" + }, + "score": { + "type": "integer" + }, + "selftext": { + "type": "string" + }, + "send_replies": { + "type": "boolean" + }, + "spoiler": { + "type": "boolean" + }, + "stickied": { + "type": "boolean" + }, + "subreddit": { + "type": "string" + }, + "subreddit_id": { + "type": "string" + }, + "subreddit_name_prefixed": { + "type": "string" + }, + "subreddit_subscribers": { + "type": "integer" + }, + "subreddit_type": { + "type": "string" + }, + "thumbnail": { + "type": "string" + }, + "title": { + "type": "string" + }, + "top_awarded_type": { + "type": "null" + }, + "total_awards_received": { + "type": "integer" + }, + "ups": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "view_count": { + "type": "null" + }, + "visited": { + "type": "boolean" } }, - "required": [ - "author_flair_background_color", - "approved_at_utc", - "subreddit", - "selftext", - "saved", - "mod_reason_title", - "gilded", - "clicked", - "title", - "link_flair_richtext", - "subreddit_name_prefixed", - "hidden", - "pwls", - "link_flair_css_class", - "downs", - "top_awarded_type", - "hide_score", - "name", - "quarantine", - "link_flair_text_color", - "upvote_ratio", - "ups", - "total_awards_received", - "media_embed", - "author_flair_template_id", - "is_original_content", - "user_reports", - "secure_media", - "is_reddit_media_domain", - "is_meta", - "category", - "secure_media_embed", - "link_flair_text", - "can_mod_post", - "score", - "approved_by", - "is_created_from_ads_ui", - "thumbnail", - "edited", - "author_flair_css_class", - "gildings", - "content_categories", - "is_self", - "subreddit_type", - "created", - "link_flair_type", - "wls", - "removed_by_category", - "banned_by", - "domain", - "allow_live_comments", - "selftext_html", - "likes", - "suggested_sort", - "banned_at_utc", - "view_count", - "archived", - "no_follow", - "is_crosspostable", - "pinned", - "over_18", - "all_awardings", - "awarders", - "media_only", - "can_gild", - "spoiler", - "locked", - "author_flair_text", - "treatment_tags", - "visited", - "removed_by", - "mod_note", - "distinguished", - "subreddit_id", - "author_is_blocked", - "mod_reason_by", - "num_reports", - "removal_reason", - "link_flair_background_color", - "id", - "is_robot_indexable", - "report_reasons", - "author", - "discussion_type", - "num_comments", - "send_replies", - "contest_mode", - "mod_reports", - "author_flair_text_color", - "permalink", - "stickied", - "url", - "subreddit_subscribers", - "created_utc", - "num_crossposts", - "media", - "is_video" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/search.json b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/search.json index 8fb2aece21..929eb58d77 100644 --- a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/search.json +++ b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/post/search.json @@ -1,33 +1,119 @@ { "type": "object", "properties": { + "allow_live_comments": { + "type": "boolean" + }, "approved_at_utc": { "type": "null" }, - "subreddit": { + "approved_by": { + "type": "null" + }, + "archived": { + "type": "boolean" + }, + "author": { "type": "string" }, - "selftext": { + "author_flair_richtext": { + "type": "array", + "items": { + "type": "object", + "properties": { + "e": { + "type": "string" + }, + "t": { + "type": "string" + } + } + } + }, + "author_flair_type": { "type": "string" }, "author_fullname": { "type": "string" }, - "saved": { + "author_is_blocked": { "type": "boolean" }, - "mod_reason_title": { + "author_patreon_flair": { + "type": "boolean" + }, + "author_premium": { + "type": "boolean" + }, + "banned_at_utc": { "type": "null" }, - "gilded": { - "type": "integer" + "banned_by": { + "type": "null" + }, + "can_gild": { + "type": "boolean" + }, + "can_mod_post": { + "type": "boolean" + }, + "category": { + "type": "null" }, "clicked": { "type": "boolean" }, - "title": { + "contest_mode": { + "type": "boolean" + }, + "created_utc": { + "type": "integer" + }, + "discussion_type": { + "type": "null" + }, + "domain": { "type": "string" }, + "downs": { + "type": "integer" + }, + "gilded": { + "type": "integer" + }, + "hidden": { + "type": "boolean" + }, + "hide_score": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "is_created_from_ads_ui": { + "type": "boolean" + }, + "is_crosspostable": { + "type": "boolean" + }, + "is_meta": { + "type": "boolean" + }, + "is_original_content": { + "type": "boolean" + }, + "is_reddit_media_domain": { + "type": "boolean" + }, + "is_robot_indexable": { + "type": "boolean" + }, + "is_self": { + "type": "boolean" + }, + "is_video": { + "type": "boolean" + }, "link_flair_richtext": { "type": "array", "items": { @@ -39,225 +125,118 @@ "t": { "type": "string" } - }, - "required": [ - "e" - ] + } } }, - "subreddit_name_prefixed": { + "link_flair_template_id": { "type": "string" }, - "hidden": { - "type": "boolean" - }, - "downs": { - "type": "integer" - }, - "top_awarded_type": { - "type": "null" - }, - "hide_score": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "quarantine": { - "type": "boolean" - }, - "subreddit_type": { - "type": "string" - }, - "ups": { - "type": "integer" - }, - "total_awards_received": { - "type": "integer" - }, - "is_original_content": { - "type": "boolean" - }, - "is_reddit_media_domain": { - "type": "boolean" - }, - "is_meta": { - "type": "boolean" - }, - "category": { - "type": "null" - }, - "can_mod_post": { - "type": "boolean" - }, - "score": { - "type": "integer" - }, - "approved_by": { - "type": "null" - }, - "is_created_from_ads_ui": { - "type": "boolean" - }, - "author_premium": { - "type": "boolean" - }, - "thumbnail": { - "type": "string" - }, - "author_flair_richtext": { - "type": "array", - "items": { - "type": "object", - "properties": { - "a": { - "type": "string" - }, - "e": { - "type": "string" - }, - "u": { - "type": "string" - }, - "t": { - "type": "string" - } - }, - "required": [ - "e" - ] - } - }, - "content_categories": { - "type": "null" - }, - "is_self": { - "type": "boolean" - }, - "mod_note": { - "type": "null" - }, - "created": { - "type": "integer" - }, "link_flair_type": { "type": "string" }, - "removed_by_category": { - "type": "null" - }, - "banned_by": { - "type": "null" - }, - "author_flair_type": { - "type": "string" - }, - "domain": { - "type": "string" - }, - "allow_live_comments": { - "type": "boolean" - }, - "banned_at_utc": { - "type": "null" - }, - "view_count": { - "type": "null" - }, - "archived": { - "type": "boolean" - }, - "no_follow": { - "type": "boolean" - }, - "is_crosspostable": { - "type": "boolean" - }, - "pinned": { - "type": "boolean" - }, - "over_18": { + "locked": { "type": "boolean" }, "media_only": { "type": "boolean" }, - "can_gild": { - "type": "boolean" - }, - "spoiler": { - "type": "boolean" - }, - "locked": { - "type": "boolean" - }, - "visited": { - "type": "boolean" - }, - "removed_by": { + "mod_note": { "type": "null" }, - "num_reports": { - "type": "null" - }, - "subreddit_id": { - "type": "string" - }, - "author_is_blocked": { - "type": "boolean" - }, "mod_reason_by": { "type": "null" }, - "removal_reason": { + "mod_reason_title": { "type": "null" }, - "id": { + "name": { "type": "string" }, - "is_robot_indexable": { + "no_follow": { "type": "boolean" }, - "report_reasons": { - "type": "null" - }, - "author": { - "type": "string" - }, - "discussion_type": { - "type": "null" - }, "num_comments": { "type": "integer" }, - "send_replies": { - "type": "boolean" - }, - "contest_mode": { - "type": "boolean" - }, - "author_patreon_flair": { - "type": "boolean" - }, - "permalink": { - "type": "string" - }, - "stickied": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "subreddit_subscribers": { - "type": "integer" - }, - "created_utc": { - "type": "integer" - }, "num_crossposts": { "type": "integer" }, - "is_video": { + "over_18": { + "type": "boolean" + }, + "permalink": { + "type": "string" + }, + "pinned": { + "type": "boolean" + }, + "quarantine": { + "type": "boolean" + }, + "removal_reason": { + "type": "null" + }, + "removed_by": { + "type": "null" + }, + "removed_by_category": { + "type": "null" + }, + "saved": { + "type": "boolean" + }, + "score": { + "type": "integer" + }, + "selftext": { + "type": "string" + }, + "send_replies": { + "type": "boolean" + }, + "spoiler": { + "type": "boolean" + }, + "stickied": { + "type": "boolean" + }, + "subreddit": { + "type": "string" + }, + "subreddit_id": { + "type": "string" + }, + "subreddit_name_prefixed": { + "type": "string" + }, + "subreddit_subscribers": { + "type": "integer" + }, + "subreddit_type": { + "type": "string" + }, + "thumbnail": { + "type": "string" + }, + "title": { + "type": "string" + }, + "top_awarded_type": { + "type": "null" + }, + "total_awards_received": { + "type": "integer" + }, + "ups": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "view_count": { + "type": "null" + }, + "visited": { "type": "boolean" } }, diff --git a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/postComment/create.json b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/postComment/create.json index 5a27b65fda..cf8c2c1912 100644 --- a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/postComment/create.json +++ b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/postComment/create.json @@ -1,188 +1,188 @@ { "type": "object", "properties": { - "subreddit_id": { - "type": "string" - }, "approved_at_utc": { "type": "null" }, - "author_is_blocked": { - "type": "boolean" - }, - "comment_type": { - "type": "null" - }, - "edited": { - "type": "boolean" - }, - "mod_reason_by": { - "type": "null" - }, - "banned_by": { - "type": "null" - }, - "ups": { - "type": "integer" - }, - "author_flair_type": { - "type": "string" - }, - "total_awards_received": { - "type": "integer" - }, - "subreddit": { - "type": "string" - }, - "author_flair_template_id": { - "type": "null" - }, - "likes": { - "type": "boolean" - }, - "replies": { - "type": "string" - }, - "saved": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "banned_at_utc": { - "type": "null" - }, - "mod_reason_title": { - "type": "null" - }, - "gilded": { - "type": "integer" - }, - "archived": { - "type": "boolean" - }, - "collapsed_reason_code": { - "type": "null" - }, - "no_follow": { - "type": "boolean" - }, - "author": { - "type": "string" - }, - "can_mod_post": { - "type": "boolean" - }, - "created_utc": { - "type": "integer" - }, - "send_replies": { - "type": "boolean" - }, - "parent_id": { - "type": "string" - }, - "score": { - "type": "integer" - }, - "author_fullname": { - "type": "string" - }, "approved_by": { "type": "null" }, - "collapsed": { + "archived": { "type": "boolean" }, - "body": { - "type": "string" - }, - "author_flair_css_class": { - "type": "null" - }, - "author_patreon_flair": { - "type": "boolean" - }, - "downs": { - "type": "integer" - }, - "is_submitter": { - "type": "boolean" - }, - "body_html": { - "type": "string" - }, - "removal_reason": { - "type": "null" - }, - "collapsed_reason": { - "type": "null" - }, "associated_award": { "type": "null" }, - "stickied": { - "type": "boolean" + "author": { + "type": "string" }, - "author_premium": { - "type": "boolean" + "author_flair_background_color": { + "type": "null" }, - "can_gild": { - "type": "boolean" + "author_flair_css_class": { + "type": "null" }, - "unrepliable_reason": { + "author_flair_template_id": { + "type": "null" + }, + "author_flair_text": { "type": "null" }, "author_flair_text_color": { "type": "null" }, - "score_hidden": { - "type": "boolean" - }, - "permalink": { + "author_flair_type": { "type": "string" }, - "subreddit_type": { + "author_fullname": { + "type": "string" + }, + "author_is_blocked": { + "type": "boolean" + }, + "author_patreon_flair": { + "type": "boolean" + }, + "author_premium": { + "type": "boolean" + }, + "banned_at_utc": { + "type": "null" + }, + "banned_by": { + "type": "null" + }, + "body": { + "type": "string" + }, + "body_html": { + "type": "string" + }, + "can_gild": { + "type": "boolean" + }, + "can_mod_post": { + "type": "boolean" + }, + "collapsed": { + "type": "boolean" + }, + "collapsed_because_crowd_control": { + "type": "null" + }, + "collapsed_reason": { + "type": "null" + }, + "collapsed_reason_code": { + "type": "null" + }, + "comment_type": { + "type": "null" + }, + "controversiality": { + "type": "integer" + }, + "created": { + "type": "integer" + }, + "created_utc": { + "type": "integer" + }, + "distinguished": { + "type": "null" + }, + "downs": { + "type": "integer" + }, + "edited": { + "type": "boolean" + }, + "gilded": { + "type": "integer" + }, + "id": { + "type": "string" + }, + "is_submitter": { + "type": "boolean" + }, + "likes": { + "type": "boolean" + }, + "link_id": { "type": "string" }, "locked": { "type": "boolean" }, + "mod_note": { + "type": "null" + }, + "mod_reason_by": { + "type": "null" + }, + "mod_reason_title": { + "type": "null" + }, "name": { "type": "string" }, - "created": { - "type": "integer" + "no_follow": { + "type": "boolean" }, - "author_flair_text": { + "parent_id": { + "type": "string" + }, + "permalink": { + "type": "string" + }, + "removal_reason": { "type": "null" }, + "replies": { + "type": "string" + }, "rte_mode": { "type": "string" }, - "link_id": { + "saved": { + "type": "boolean" + }, + "score": { + "type": "integer" + }, + "score_hidden": { + "type": "boolean" + }, + "send_replies": { + "type": "boolean" + }, + "stickied": { + "type": "boolean" + }, + "subreddit": { + "type": "string" + }, + "subreddit_id": { "type": "string" }, "subreddit_name_prefixed": { "type": "string" }, - "controversiality": { - "type": "integer" + "subreddit_type": { + "type": "string" }, "top_awarded_type": { "type": "null" }, - "author_flair_background_color": { + "total_awards_received": { + "type": "integer" + }, + "unrepliable_reason": { "type": "null" }, - "collapsed_because_crowd_control": { - "type": "null" - }, - "mod_note": { - "type": "null" - }, - "distinguished": { - "type": "null" + "ups": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/postComment/getAll.json b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/postComment/getAll.json index b97c99e942..7a7d7d62cd 100644 --- a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/postComment/getAll.json +++ b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/postComment/getAll.json @@ -1,255 +1,185 @@ { "type": "object", "properties": { - "subreddit_id": { - "type": "string" - }, "approved_at_utc": { "type": "null" }, - "author_is_blocked": { - "type": "boolean" - }, - "comment_type": { - "type": "null" - }, - "mod_reason_by": { - "type": "null" - }, - "banned_by": { - "type": "null" - }, - "author_flair_type": { - "type": "string" - }, - "total_awards_received": { - "type": "integer" - }, - "subreddit": { - "type": "string" - }, - "saved": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "banned_at_utc": { - "type": "null" - }, - "mod_reason_title": { - "type": "null" - }, - "gilded": { - "type": "integer" - }, - "archived": { - "type": "boolean" - }, - "no_follow": { - "type": "boolean" - }, - "author": { - "type": "string" - }, - "can_mod_post": { - "type": "boolean" - }, - "created_utc": { - "type": "integer" - }, - "send_replies": { - "type": "boolean" - }, - "parent_id": { - "type": "string" - }, - "score": { - "type": "integer" - }, - "author_fullname": { - "type": "string" - }, "approved_by": { "type": "null" }, - "mod_note": { - "type": "null" - }, - "collapsed": { + "archived": { "type": "boolean" }, - "body": { - "type": "string" - }, - "top_awarded_type": { + "associated_award": { "type": "null" }, - "name": { + "author": { "type": "string" }, - "is_submitter": { - "type": "boolean" - }, - "downs": { - "type": "integer" - }, "author_flair_richtext": { "type": "array", "items": { "type": "object", "properties": { + "a": { + "type": "string" + }, "e": { "type": "string" }, "t": { "type": "string" }, - "a": { - "type": "string" - }, "u": { "type": "string" } - }, - "required": [ - "e" - ] + } } }, - "author_patreon_flair": { - "type": "boolean" - }, - "body_html": { + "author_flair_type": { "type": "string" }, - "removal_reason": { - "type": "null" + "author_fullname": { + "type": "string" }, - "collapsed_reason": { - "type": "null" + "author_is_blocked": { + "type": "boolean" }, - "associated_award": { - "type": "null" - }, - "stickied": { + "author_patreon_flair": { "type": "boolean" }, "author_premium": { "type": "boolean" }, + "banned_at_utc": { + "type": "null" + }, + "banned_by": { + "type": "null" + }, + "body": { + "type": "string" + }, + "body_html": { + "type": "string" + }, "can_gild": { "type": "boolean" }, - "unrepliable_reason": { - "type": "null" - }, - "score_hidden": { + "can_mod_post": { "type": "boolean" }, - "permalink": { - "type": "string" - }, - "subreddit_type": { - "type": "string" - }, - "locked": { + "collapsed": { "type": "boolean" }, - "report_reasons": { + "collapsed_because_crowd_control": { "type": "null" }, + "collapsed_reason": { + "type": "null" + }, + "comment_type": { + "type": "null" + }, + "controversiality": { + "type": "integer" + }, "created": { "type": "integer" }, - "link_id": { - "type": "string" - }, - "subreddit_name_prefixed": { - "type": "string" - }, - "controversiality": { + "created_utc": { "type": "integer" }, "depth": { "type": "integer" }, - "collapsed_because_crowd_control": { + "downs": { + "type": "integer" + }, + "gilded": { + "type": "integer" + }, + "id": { + "type": "string" + }, + "is_submitter": { + "type": "boolean" + }, + "link_id": { + "type": "string" + }, + "locked": { + "type": "boolean" + }, + "mod_note": { "type": "null" }, + "mod_reason_by": { + "type": "null" + }, + "mod_reason_title": { + "type": "null" + }, + "name": { + "type": "string" + }, + "no_follow": { + "type": "boolean" + }, "num_reports": { "type": "null" }, + "parent_id": { + "type": "string" + }, + "permalink": { + "type": "string" + }, + "removal_reason": { + "type": "null" + }, + "report_reasons": { + "type": "null" + }, + "saved": { + "type": "boolean" + }, + "score": { + "type": "integer" + }, + "score_hidden": { + "type": "boolean" + }, + "send_replies": { + "type": "boolean" + }, + "stickied": { + "type": "boolean" + }, + "subreddit": { + "type": "string" + }, + "subreddit_id": { + "type": "string" + }, + "subreddit_name_prefixed": { + "type": "string" + }, + "subreddit_type": { + "type": "string" + }, + "top_awarded_type": { + "type": "null" + }, + "total_awards_received": { + "type": "integer" + }, + "unrepliable_reason": { + "type": "null" + }, "ups": { "type": "integer" } }, - "required": [ - "subreddit_id", - "approved_at_utc", - "author_is_blocked", - "comment_type", - "awarders", - "mod_reason_by", - "banned_by", - "total_awards_received", - "subreddit", - "author_flair_template_id", - "likes", - "replies", - "user_reports", - "saved", - "id", - "banned_at_utc", - "mod_reason_title", - "gilded", - "archived", - "collapsed_reason_code", - "no_follow", - "author", - "can_mod_post", - "created_utc", - "send_replies", - "parent_id", - "score", - "approved_by", - "mod_note", - "all_awardings", - "collapsed", - "body", - "edited", - "top_awarded_type", - "author_flair_css_class", - "name", - "is_submitter", - "downs", - "body_html", - "removal_reason", - "collapsed_reason", - "distinguished", - "associated_award", - "stickied", - "can_gild", - "gildings", - "unrepliable_reason", - "author_flair_text_color", - "score_hidden", - "permalink", - "subreddit_type", - "locked", - "report_reasons", - "created", - "author_flair_text", - "treatment_tags", - "link_id", - "subreddit_name_prefixed", - "controversiality", - "depth", - "author_flair_background_color", - "collapsed_because_crowd_control", - "mod_reports", - "num_reports", - "ups" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/profile/get.json b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/profile/get.json index 7e5c153788..2fdc7d3a6d 100644 --- a/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/profile/get.json +++ b/packages/nodes-base/nodes/Reddit/__schema__/v1.0.0/profile/get.json @@ -1,16 +1,31 @@ { "type": "object", "properties": { - "modmail_harassment_filter": { + "awards_on_streams": { "type": "boolean" }, - "mod_service_mute_writes": { + "chat_group_rollout": { "type": "boolean" }, - "promoted_trend_blanks": { + "chat_subreddit": { "type": "boolean" }, - "show_amp_link": { + "chat_user_settings": { + "type": "boolean" + }, + "cookie_consent_banner": { + "type": "boolean" + }, + "crowd_control_for_post": { + "type": "boolean" + }, + "do_not_track": { + "type": "boolean" + }, + "expensive_coins_package": { + "type": "boolean" + }, + "images_in_comments": { "type": "boolean" }, "is_email_permission_required": { @@ -19,34 +34,19 @@ "mod_awards": { "type": "boolean" }, - "chat_subreddit": { + "mod_service_mute_reads": { "type": "boolean" }, - "awards_on_streams": { - "type": "boolean" - }, - "mweb_xpromo_modal_listing_click_daily_dismissible_ios": { - "type": "boolean" - }, - "cookie_consent_banner": { + "mod_service_mute_writes": { "type": "boolean" }, "modlog_copyright_removal": { "type": "boolean" }, - "do_not_track": { + "modmail_harassment_filter": { "type": "boolean" }, - "images_in_comments": { - "type": "boolean" - }, - "mod_service_mute_reads": { - "type": "boolean" - }, - "chat_user_settings": { - "type": "boolean" - }, - "use_pref_account_deployment": { + "mweb_xpromo_interstitial_comments_android": { "type": "boolean" }, "mweb_xpromo_interstitial_comments_ios": { @@ -55,45 +55,40 @@ "mweb_xpromo_modal_listing_click_daily_dismissible_android": { "type": "boolean" }, - "premium_subscriptions_table": { - "type": "boolean" - }, - "mweb_xpromo_interstitial_comments_android": { - "type": "boolean" - }, - "crowd_control_for_post": { - "type": "boolean" - }, - "chat_group_rollout": { - "type": "boolean" - }, - "resized_styles_images": { - "type": "boolean" - }, - "noreferrer_to_noopener": { - "type": "boolean" - }, - "expensive_coins_package": { + "mweb_xpromo_modal_listing_click_daily_dismissible_ios": { "type": "boolean" }, "mweb_xpromo_revamp_v2": { "type": "object", "properties": { + "experiment_id": { + "type": "integer" + }, "owner": { "type": "string" }, "variant": { "type": "string" - }, - "experiment_id": { - "type": "integer" } - }, - "required": [ - "owner", - "variant", - "experiment_id" - ] + } + }, + "noreferrer_to_noopener": { + "type": "boolean" + }, + "premium_subscriptions_table": { + "type": "boolean" + }, + "promoted_trend_blanks": { + "type": "boolean" + }, + "resized_styles_images": { + "type": "boolean" + }, + "show_amp_link": { + "type": "boolean" + }, + "use_pref_account_deployment": { + "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Rocketchat/__schema__/v1.0.0/chat/postMessage.json b/packages/nodes-base/nodes/Rocketchat/__schema__/v1.0.0/chat/postMessage.json index 0013b205df..c2ee9759a6 100644 --- a/packages/nodes-base/nodes/Rocketchat/__schema__/v1.0.0/chat/postMessage.json +++ b/packages/nodes-base/nodes/Rocketchat/__schema__/v1.0.0/chat/postMessage.json @@ -1,19 +1,19 @@ { "type": "object", "properties": { - "ts": { - "type": "integer" - }, "channel": { "type": "string" }, "message": { "type": "object", "properties": { - "alias": { + "_id": { "type": "string" }, - "msg": { + "_updatedAt": { + "type": "string" + }, + "alias": { "type": "string" }, "attachments": { @@ -21,15 +21,6 @@ "items": { "type": "object", "properties": { - "text": { - "type": "string" - }, - "ts": { - "type": "string" - }, - "title": { - "type": "string" - }, "fields": { "type": "array", "items": { @@ -44,97 +35,24 @@ "value": { "type": "string" } - }, - "required": [ - "short", - "title" - ] + } } + }, + "text": { + "type": "string" + }, + "title": { + "type": "string" + }, + "ts": { + "type": "string" } - }, - "required": [ - "ts" - ] + } } }, - "parseUrls": { - "type": "boolean" - }, "groupable": { "type": "boolean" }, - "ts": { - "type": "string" - }, - "u": { - "type": "object", - "properties": { - "_id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "_id", - "username", - "name" - ] - }, - "rid": { - "type": "string" - }, - "_id": { - "type": "string" - }, - "_updatedAt": { - "type": "string" - }, - "urls": { - "type": "array", - "items": { - "type": "object", - "properties": { - "url": { - "type": "string" - } - }, - "required": [ - "url", - "meta" - ] - } - }, - "mentions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "_id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "name": { - "type": "string" - }, - "type": { - "type": "string" - } - }, - "required": [ - "_id", - "username", - "name", - "type" - ] - } - }, "md": { "type": "array", "items": { @@ -151,39 +69,79 @@ "type": { "type": "string" } - }, - "required": [ - "type" - ] + } } } + } + } + }, + "mentions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + }, + "username": { + "type": "string" + } + } + } + }, + "msg": { + "type": "string" + }, + "parseUrls": { + "type": "boolean" + }, + "rid": { + "type": "string" + }, + "ts": { + "type": "string" + }, + "u": { + "type": "object", + "properties": { + "_id": { + "type": "string" }, - "required": [ - "type" - ] + "name": { + "type": "string" + }, + "username": { + "type": "string" + } } }, "unread": { "type": "boolean" + }, + "urls": { + "type": "array", + "items": { + "type": "object", + "properties": { + "url": { + "type": "string" + } + } + } } - }, - "required": [ - "alias", - "msg", - "attachments", - "parseUrls", - "groupable", - "ts", - "u", - "rid", - "_id", - "_updatedAt", - "mentions", - "channels" - ] + } }, "success": { "type": "boolean" + }, + "ts": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/S3/__schema__/v1.0.0/bucket/getAll.json b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/bucket/getAll.json new file mode 100644 index 0000000000..da54d83939 --- /dev/null +++ b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/bucket/getAll.json @@ -0,0 +1,12 @@ +{ + "type": "object", + "properties": { + "CreationDate": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/S3/__schema__/v1.0.0/bucket/search.json b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/bucket/search.json index 9a8c5ebb47..d48d555453 100644 --- a/packages/nodes-base/nodes/S3/__schema__/v1.0.0/bucket/search.json +++ b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/bucket/search.json @@ -15,9 +15,6 @@ }, "StorageClass": { "type": "string" - }, - "Type": { - "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/delete.json b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/delete.json new file mode 100644 index 0000000000..6a53ce3025 --- /dev/null +++ b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/delete.json @@ -0,0 +1,9 @@ +{ + "type": "object", + "properties": { + "success": { + "type": "boolean" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/getAll.json b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/getAll.json index ef99b71752..d48d555453 100644 --- a/packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/getAll.json +++ b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/getAll.json @@ -1,15 +1,15 @@ { "type": "object", "properties": { + "ETag": { + "type": "string" + }, "Key": { "type": "string" }, "LastModified": { "type": "string" }, - "ETag": { - "type": "string" - }, "Size": { "type": "string" }, @@ -17,11 +17,5 @@ "type": "string" } }, - "required": [ - "Key", - "LastModified", - "ETag", - "Size" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/upload.json b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/upload.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/upload.json +++ b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/file/upload.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/S3/__schema__/v1.0.0/folder/create.json b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/folder/create.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/S3/__schema__/v1.0.0/folder/create.json +++ b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/folder/create.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/S3/__schema__/v1.0.0/folder/getAll.json b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/folder/getAll.json index a504bb4eba..9a8c5ebb47 100644 --- a/packages/nodes-base/nodes/S3/__schema__/v1.0.0/folder/getAll.json +++ b/packages/nodes-base/nodes/S3/__schema__/v1.0.0/folder/getAll.json @@ -20,11 +20,5 @@ "type": "string" } }, - "required": [ - "ETag", - "Key", - "LastModified", - "Size" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/get.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/get.json index dc1b111828..aec442dd66 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/get.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/get.json @@ -10,11 +10,13 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } + }, + "CreatedById": { + "type": "string" + }, + "CreatedDate": { + "type": "string" }, "Id": { "type": "string" @@ -22,6 +24,18 @@ "IsDeleted": { "type": "boolean" }, + "Jigsaw": { + "type": "null" + }, + "JigsawCompanyId": { + "type": "null" + }, + "LastModifiedById": { + "type": "string" + }, + "LastModifiedDate": { + "type": "string" + }, "MasterRecordId": { "type": "null" }, @@ -31,29 +45,11 @@ "OwnerId": { "type": "string" }, - "CreatedDate": { - "type": "string" - }, - "CreatedById": { - "type": "string" - }, - "LastModifiedDate": { - "type": "string" - }, - "LastModifiedById": { - "type": "string" + "SicDesc": { + "type": "null" }, "SystemModstamp": { "type": "string" - }, - "Jigsaw": { - "type": "null" - }, - "JigsawCompanyId": { - "type": "null" - }, - "SicDesc": { - "type": "null" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/getAll.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/getAll.json index 58df4138a4..d5cd07365e 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/getAll.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/account/getAll.json @@ -10,11 +10,7 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } }, "Id": { "type": "string" diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/attachment/getAll.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/attachment/getAll.json new file mode 100644 index 0000000000..d5cd07365e --- /dev/null +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/attachment/getAll.json @@ -0,0 +1,23 @@ +{ + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "url": { + "type": "string" + } + } + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/get.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/get.json index e8c173180c..40d807f8ef 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/get.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/get.json @@ -1,6 +1,9 @@ { "type": "object", "properties": { + "AssetId": { + "type": "null" + }, "attributes": { "type": "object", "properties": { @@ -10,65 +13,58 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } }, - "Id": { + "BusinessHoursId": { "type": "string" }, - "IsDeleted": { - "type": "boolean" - }, - "MasterRecordId": { - "type": "null" - }, "CaseNumber": { "type": "string" }, - "Status": { - "type": "string" - }, - "Language": { - "type": "null" - }, - "IsClosed": { - "type": "boolean" - }, - "IsEscalated": { - "type": "boolean" - }, - "OwnerId": { - "type": "string" - }, - "CreatedDate": { - "type": "string" - }, - "CreatedById": { - "type": "string" - }, - "LastModifiedDate": { - "type": "string" - }, - "LastModifiedById": { - "type": "string" - }, - "SystemModstamp": { - "type": "string" - }, "Comments": { "type": "null" }, - "AssetId": { + "CreatedById": { + "type": "string" + }, + "CreatedDate": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "IsClosed": { + "type": "boolean" + }, + "IsDeleted": { + "type": "boolean" + }, + "IsEscalated": { + "type": "boolean" + }, + "Language": { "type": "null" }, - "BusinessHoursId": { + "LastModifiedById": { + "type": "string" + }, + "LastModifiedDate": { + "type": "string" + }, + "MasterRecordId": { + "type": "null" + }, + "OwnerId": { "type": "string" }, "RecordTypeId": { "type": "string" + }, + "Status": { + "type": "string" + }, + "SystemModstamp": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/getAll.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/getAll.json index f1f6d8d007..dabc8d5ac8 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/getAll.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/getAll.json @@ -10,11 +10,7 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } }, "Id": { "type": "string" @@ -23,8 +19,5 @@ "type": "string" } }, - "required": [ - "attributes" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/update.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/update.json index 8e945c9150..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/update.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/case/update.json @@ -5,9 +5,5 @@ "type": "boolean" } }, - "required": [ - "errors", - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/addToCampaign.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/addToCampaign.json new file mode 100644 index 0000000000..6b7bfdb35f --- /dev/null +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/addToCampaign.json @@ -0,0 +1,9 @@ +{ + "type": "object", + "properties": { + "error": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/get.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/get.json index 895f106dfb..b5132cf927 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/get.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/get.json @@ -10,11 +10,16 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } + }, + "CreatedById": { + "type": "string" + }, + "CreatedDate": { + "type": "string" + }, + "HomePhone": { + "type": "null" }, "Id": { "type": "string" @@ -22,65 +27,53 @@ "IsDeleted": { "type": "boolean" }, - "MasterRecordId": { - "type": "null" - }, - "LastName": { - "type": "string" - }, - "Name": { - "type": "string" - }, - "OwnerId": { - "type": "string" - }, - "CreatedDate": { - "type": "string" - }, - "CreatedById": { - "type": "string" - }, - "LastModifiedDate": { - "type": "string" - }, - "LastModifiedById": { - "type": "string" - }, - "SystemModstamp": { - "type": "string" - }, - "LastCURequestDate": { - "type": "null" - }, - "LastCUUpdateDate": { - "type": "null" - }, "IsEmailBounced": { "type": "boolean" }, + "IsPriorityRecord": { + "type": "boolean" + }, "Jigsaw": { "type": "null" }, "JigsawContactId": { "type": "null" }, - "IsPriorityRecord": { - "type": "boolean" + "LastCURequestDate": { + "type": "null" + }, + "LastCUUpdateDate": { + "type": "null" + }, + "LastModifiedById": { + "type": "string" + }, + "LastModifiedDate": { + "type": "string" + }, + "LastName": { + "type": "string" + }, + "MasterRecordId": { + "type": "null" }, "MiddleName": { "type": "null" }, + "Name": { + "type": "string" + }, + "OtherPhone": { + "type": "null" + }, + "OwnerId": { + "type": "string" + }, "Suffix": { "type": "null" }, - "LID__LinkedIn_Company_Id__c": { - "type": "null" - }, - "LID__LinkedIn_Member_Token__c": { - "type": "null" - }, - "LID__No_longer_at_Company__c": { - "type": "null" + "SystemModstamp": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/getAll.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/getAll.json index 5a70ad62c4..919b41832b 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/getAll.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/getAll.json @@ -10,11 +10,7 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } }, "Id": { "type": "string" @@ -23,8 +19,5 @@ "type": "string" } }, - "required": [ - "attributes" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/update.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/update.json index 8e945c9150..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/update.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/update.json @@ -5,9 +5,5 @@ "type": "boolean" } }, - "required": [ - "errors", - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/upsert.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/upsert.json index e11436d4d0..af71fdb52b 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/upsert.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/contact/upsert.json @@ -1,14 +1,14 @@ { "type": "object", "properties": { + "created": { + "type": "boolean" + }, "id": { "type": "string" }, "success": { "type": "boolean" - }, - "created": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/get.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/get.json index edafdffbeb..c819d268c3 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/get.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/get.json @@ -10,38 +10,34 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } }, - "Id": { - "type": "string" - }, - "Name": { + "CreatedById": { "type": "string" }, "CreatedDate": { "type": "string" }, - "CreatedById": { - "type": "string" - }, - "LastModifiedDate": { - "type": "string" - }, - "LastModifiedById": { - "type": "string" - }, - "SystemModstamp": { + "Id": { "type": "string" }, "IsDeleted": { "type": "boolean" }, + "LastModifiedById": { + "type": "string" + }, + "LastModifiedDate": { + "type": "string" + }, + "Name": { + "type": "string" + }, "OwnerId": { "type": "string" + }, + "SystemModstamp": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json index e009741f58..10b82b33f6 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json @@ -10,18 +10,11 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } }, "Id": { "type": "string" } }, - "required": [ - "attributes" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/document/upload.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/document/upload.json index 319d5fb739..61665412e7 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/document/upload.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/document/upload.json @@ -8,10 +8,5 @@ "type": "boolean" } }, - "required": [ - "id", - "success", - "errors" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/flow/invoke.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/flow/invoke.json index 35961fc094..92bae7b36a 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/flow/invoke.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/flow/invoke.json @@ -22,11 +22,7 @@ "Flow__InterviewStatus": { "type": "string" } - }, - "required": [ - "Flow__InterviewGuid", - "Flow__InterviewStatus" - ] + } }, "sortOrder": { "type": "integer" @@ -35,14 +31,5 @@ "type": "integer" } }, - "required": [ - "actionName", - "errors", - "invocationId", - "isSuccess", - "outputValues", - "sortOrder", - "version" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/get.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/get.json index d16ff769ff..e0af297d69 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/get.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/get.json @@ -10,28 +10,57 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } + }, + "CreatedById": { + "type": "string" + }, + "CreatedDate": { + "type": "string" + }, + "EmailBouncedDate": { + "type": "null" + }, + "EmailBouncedReason": { + "type": "null" + }, + "GeocodeAccuracy": { + "type": "null" + }, + "HasOptedOutOfEmail": { + "type": "boolean" }, "Id": { "type": "string" }, + "IndividualId": { + "type": "null" + }, + "IsConverted": { + "type": "boolean" + }, "IsDeleted": { "type": "boolean" }, - "MasterRecordId": { + "IsPriorityRecord": { + "type": "boolean" + }, + "IsUnreadByOwner": { + "type": "boolean" + }, + "Jigsaw": { "type": "null" }, - "LastName": { + "JigsawContactId": { + "type": "null" + }, + "LastModifiedById": { "type": "string" }, - "Suffix": { - "type": "null" + "LastModifiedDate": { + "type": "string" }, - "Name": { + "LastName": { "type": "string" }, "Latitude": { @@ -40,83 +69,23 @@ "Longitude": { "type": "null" }, - "GeocodeAccuracy": { + "MasterRecordId": { "type": "null" }, - "Address": { - "type": "object", - "properties": { - "geocodeAccuracy": { - "type": "null" - }, - "latitude": { - "type": "null" - }, - "longitude": { - "type": "null" - } - }, - "required": [ - "city", - "country", - "geocodeAccuracy", - "latitude", - "longitude", - "postalCode", - "state", - "street" - ] - }, - "Status": { + "Name": { "type": "string" }, "OwnerId": { "type": "string" }, - "IsConverted": { - "type": "boolean" - }, - "IsUnreadByOwner": { - "type": "boolean" - }, - "CreatedDate": { + "Status": { "type": "string" }, - "CreatedById": { - "type": "string" - }, - "LastModifiedDate": { - "type": "string" - }, - "LastModifiedById": { - "type": "string" + "Suffix": { + "type": "null" }, "SystemModstamp": { "type": "string" - }, - "Jigsaw": { - "type": "null" - }, - "JigsawContactId": { - "type": "null" - }, - "EmailBouncedReason": { - "type": "null" - }, - "EmailBouncedDate": { - "type": "null" - }, - "IsPriorityRecord": { - "type": "boolean" - }, - "AnnualRevenue": { - "type": "null" - }, - "IndividualId": { - "type": "null" - }, - "HasOptedOutOfEmail": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/getAll.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/getAll.json index a669b30929..7da93fc39f 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/getAll.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/getAll.json @@ -10,11 +10,7 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } }, "Id": { "type": "string" @@ -26,8 +22,5 @@ "type": "string" } }, - "required": [ - "attributes" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/upsert.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/upsert.json index e11436d4d0..af71fdb52b 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/upsert.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/lead/upsert.json @@ -1,14 +1,14 @@ { "type": "object", "properties": { + "created": { + "type": "boolean" + }, "id": { "type": "string" }, "success": { "type": "boolean" - }, - "created": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/get.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/get.json index db45dacad9..1e5b49714f 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/get.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/get.json @@ -1,6 +1,9 @@ { "type": "object", "properties": { + "AccountId": { + "type": "string" + }, "attributes": { "type": "object", "properties": { @@ -10,86 +13,76 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] - }, - "Id": { - "type": "string" - }, - "IsDeleted": { - "type": "boolean" - }, - "AccountId": { - "type": "string" - }, - "Name": { - "type": "string" - }, - "StageName": { - "type": "string" - }, - "Probability": { - "type": "integer" + } }, "CloseDate": { "type": "string" }, - "IsClosed": { - "type": "boolean" - }, - "IsWon": { - "type": "boolean" - }, - "ForecastCategory": { - "type": "string" - }, - "ForecastCategoryName": { - "type": "string" - }, - "HasOpportunityLineItem": { - "type": "boolean" - }, - "OwnerId": { - "type": "string" - }, - "CreatedDate": { - "type": "string" - }, "CreatedById": { "type": "string" }, - "LastModifiedDate": { + "CreatedDate": { "type": "string" }, - "LastModifiedById": { + "Fiscal": { "type": "string" }, - "SystemModstamp": { - "type": "string" - }, - "PushCount": { - "type": "integer" - }, "FiscalQuarter": { "type": "integer" }, "FiscalYear": { "type": "integer" }, - "Fiscal": { + "ForecastCategory": { "type": "string" }, - "SyncedQuoteId": { - "type": "null" + "ForecastCategoryName": { + "type": "string" }, "HasOpenActivity": { "type": "boolean" }, + "HasOpportunityLineItem": { + "type": "boolean" + }, "HasOverdueTask": { "type": "boolean" + }, + "Id": { + "type": "string" + }, + "IsClosed": { + "type": "boolean" + }, + "IsDeleted": { + "type": "boolean" + }, + "IsWon": { + "type": "boolean" + }, + "LastModifiedById": { + "type": "string" + }, + "LastModifiedDate": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OwnerId": { + "type": "string" + }, + "Probability": { + "type": "integer" + }, + "PushCount": { + "type": "integer" + }, + "StageName": { + "type": "string" + }, + "SystemModstamp": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/getAll.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/getAll.json index f7ade880e8..afdb36ee95 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/getAll.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/getAll.json @@ -10,14 +10,7 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] - }, - "Id": { - "type": "string" + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/getSummary.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/getSummary.json index c995112e13..e3f7bb4758 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/getSummary.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/getSummary.json @@ -88,73 +88,33 @@ "urls": { "type": "object", "properties": { - "compactLayouts": { - "type": "string" - }, - "rowTemplate": { - "type": "string" - }, "approvalLayouts": { "type": "string" }, - "listviews": { + "compactLayouts": { "type": "string" }, "describe": { "type": "string" }, + "layouts": { + "type": "string" + }, + "listviews": { + "type": "string" + }, "quickActions": { "type": "string" }, - "layouts": { + "rowTemplate": { "type": "string" }, "sobject": { "type": "string" } - }, - "required": [ - "compactLayouts", - "rowTemplate", - "approvalLayouts", - "listviews", - "describe", - "quickActions", - "layouts", - "sobject" - ] + } } - }, - "required": [ - "activateable", - "associateEntityType", - "associateParentEntity", - "createable", - "custom", - "customSetting", - "deepCloneable", - "deletable", - "deprecatedAndHidden", - "feedEnabled", - "hasSubtypes", - "isInterface", - "isSubtype", - "keyPrefix", - "label", - "labelPlural", - "layoutable", - "mergeable", - "mruEnabled", - "name", - "queryable", - "replicateable", - "retrieveable", - "searchable", - "triggerable", - "undeletable", - "updateable", - "urls" - ] + } }, "recentItems": { "type": "array", @@ -170,11 +130,7 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } }, "Id": { "type": "string" @@ -182,18 +138,9 @@ "Name": { "type": "string" } - }, - "required": [ - "attributes", - "Id", - "Name" - ] + } } } }, - "required": [ - "objectDescribe", - "recentItems" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/update.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/update.json index 8e945c9150..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/update.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/opportunity/update.json @@ -5,9 +5,5 @@ "type": "boolean" } }, - "required": [ - "errors", - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/search/query.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/search/query.json index dcf8cca977..d5cd07365e 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/search/query.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/search/query.json @@ -10,17 +10,14 @@ "url": { "type": "string" } - }, - "required": [ - "type" - ] + } }, "Id": { "type": "string" + }, + "Name": { + "type": "string" } }, - "required": [ - "attributes" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/create.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/create.json index 319d5fb739..61665412e7 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/create.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/create.json @@ -8,10 +8,5 @@ "type": "boolean" } }, - "required": [ - "id", - "success", - "errors" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/get.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/get.json index c0b3ae5e62..9be5cebbad 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/get.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/get.json @@ -10,50 +10,7 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] - }, - "Id": { - "type": "string" - }, - "Status": { - "type": "string" - }, - "Priority": { - "type": "string" - }, - "IsHighPriority": { - "type": "boolean" - }, - "OwnerId": { - "type": "string" - }, - "IsDeleted": { - "type": "boolean" - }, - "IsClosed": { - "type": "boolean" - }, - "CreatedDate": { - "type": "string" - }, - "CreatedById": { - "type": "string" - }, - "LastModifiedDate": { - "type": "string" - }, - "LastModifiedById": { - "type": "string" - }, - "SystemModstamp": { - "type": "string" - }, - "IsArchived": { - "type": "boolean" + } }, "CallDisposition": { "type": "null" @@ -61,12 +18,45 @@ "CallObject": { "type": "null" }, - "IsReminderSet": { + "CreatedById": { + "type": "string" + }, + "CreatedDate": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "IsArchived": { + "type": "boolean" + }, + "IsClosed": { + "type": "boolean" + }, + "IsDeleted": { + "type": "boolean" + }, + "IsHighPriority": { "type": "boolean" }, "IsRecurrence": { "type": "boolean" }, + "IsReminderSet": { + "type": "boolean" + }, + "LastModifiedById": { + "type": "string" + }, + "LastModifiedDate": { + "type": "string" + }, + "OwnerId": { + "type": "string" + }, + "Priority": { + "type": "string" + }, "RecurrenceDayOfMonth": { "type": "null" }, @@ -79,6 +69,12 @@ "RecurrenceRegeneratedType": { "type": "null" }, + "Status": { + "type": "string" + }, + "SystemModstamp": { + "type": "string" + }, "TaskSubtype": { "type": "string" } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/getAll.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/getAll.json index e1960574fb..dabc8d5ac8 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/getAll.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/getAll.json @@ -10,24 +10,14 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } }, "Id": { "type": "string" }, - "Subject": { - "type": "string" - }, "Status": { "type": "string" } }, - "required": [ - "attributes" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/update.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/update.json new file mode 100644 index 0000000000..6a53ce3025 --- /dev/null +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/task/update.json @@ -0,0 +1,9 @@ +{ + "type": "object", + "properties": { + "success": { + "type": "boolean" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/user/getAll.json b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/user/getAll.json index c43f2631c3..3a6cff0322 100644 --- a/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/user/getAll.json +++ b/packages/nodes-base/nodes/Salesforce/__schema__/v1.0.0/user/getAll.json @@ -10,24 +10,17 @@ "url": { "type": "string" } - }, - "required": [ - "type", - "url" - ] + } + }, + "Email": { + "type": "string" }, "Id": { "type": "string" }, "Name": { "type": "string" - }, - "Email": { - "type": "string" } }, - "required": [ - "attributes" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/create.json b/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/create.json index 9315a79424..dedc62cb4c 100644 --- a/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/create.json +++ b/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/create.json @@ -1,20 +1,15 @@ { "type": "object", "properties": { - "_id": { + "_ctime": { "type": "string" }, - "_ctime": { + "_id": { "type": "string" }, "_mtime": { "type": "string" } }, - "required": [ - "_id", - "_ctime", - "_mtime" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/get.json b/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/get.json index 8035c67b77..f510edc53f 100644 --- a/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/get.json +++ b/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/get.json @@ -4,6 +4,9 @@ "_archived": { "type": "boolean" }, + "_ctime": { + "type": "string" + }, "_id": { "type": "string" }, @@ -15,9 +18,6 @@ }, "_mtime": { "type": "string" - }, - "_ctime": { - "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/getAll.json b/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/getAll.json index 8a1582b283..d18972ac49 100644 --- a/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/getAll.json +++ b/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/getAll.json @@ -5,10 +5,5 @@ "type": "string" } }, - "required": [ - "_id", - "_ctime", - "_mtime" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/update.json b/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/update.json index 983f4af6ef..1c5b896959 100644 --- a/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/update.json +++ b/packages/nodes-base/nodes/SeaTable/__schema__/v1.0.0/row/update.json @@ -8,9 +8,5 @@ "type": "boolean" } }, - "required": [ - "_id", - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Segment/__schema__/v1.0.0/track/event.json b/packages/nodes-base/nodes/Segment/__schema__/v1.0.0/track/event.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Segment/__schema__/v1.0.0/track/event.json +++ b/packages/nodes-base/nodes/Segment/__schema__/v1.0.0/track/event.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/SentryIo/__schema__/v1.0.0/issue/getAll.json b/packages/nodes-base/nodes/SentryIo/__schema__/v1.0.0/issue/getAll.json index a2e482b686..854ff92a55 100644 --- a/packages/nodes-base/nodes/SentryIo/__schema__/v1.0.0/issue/getAll.json +++ b/packages/nodes-base/nodes/SentryIo/__schema__/v1.0.0/issue/getAll.json @@ -1,39 +1,94 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "shareId": { - "type": "null" - }, - "shortId": { - "type": "string" - }, - "title": { + "count": { "type": "string" }, "culprit": { "type": "string" }, - "permalink": { + "firstSeen": { + "type": "string" + }, + "hasSeen": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "isBookmarked": { + "type": "boolean" + }, + "isPublic": { + "type": "boolean" + }, + "isSubscribed": { + "type": "boolean" + }, + "issueCategory": { + "type": "string" + }, + "issueType": { + "type": "string" + }, + "isUnhandled": { + "type": "boolean" + }, + "lastSeen": { "type": "string" }, "level": { "type": "string" }, - "status": { - "type": "string" + "metadata": { + "type": "object", + "properties": { + "filename": { + "type": "string" + }, + "function": { + "type": "string" + }, + "in_app_frame_mix": { + "type": "string" + }, + "initial_priority": { + "type": "integer" + }, + "sdk": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "name_normalized": { + "type": "string" + } + } + }, + "severity_reason": { + "type": "string" + }, + "type": { + "type": "string" + }, + "value": { + "type": "string" + } + } }, - "substatus": { - "type": "string" + "numComments": { + "type": "integer" }, - "isPublic": { - "type": "boolean" + "permalink": { + "type": "string" }, "platform": { "type": "string" }, + "priority": { + "type": "string" + }, "project": { "type": "object", "properties": { @@ -43,101 +98,18 @@ "name": { "type": "string" }, - "slug": { - "type": "string" - }, "platform": { "type": "string" - } - }, - "required": [ - "id", - "name", - "slug", - "platform" - ] - }, - "type": { - "type": "string" - }, - "metadata": { - "type": "object", - "properties": { - "value": { - "type": "string" }, - "type": { - "type": "string" - }, - "filename": { - "type": "string" - }, - "function": { - "type": "string" - }, - "in_app_frame_mix": { - "type": "string" - }, - "sdk": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "name_normalized": { - "type": "string" - } - }, - "required": [ - "name", - "name_normalized" - ] - }, - "initial_priority": { - "type": "integer" - }, - "severity_reason": { + "slug": { "type": "string" } - }, - "required": [ - "initial_priority" - ] + } }, - "numComments": { - "type": "integer" + "shareId": { + "type": "null" }, - "isBookmarked": { - "type": "boolean" - }, - "isSubscribed": { - "type": "boolean" - }, - "hasSeen": { - "type": "boolean" - }, - "issueType": { - "type": "string" - }, - "issueCategory": { - "type": "string" - }, - "priority": { - "type": "string" - }, - "isUnhandled": { - "type": "boolean" - }, - "count": { - "type": "string" - }, - "userCount": { - "type": "integer" - }, - "firstSeen": { - "type": "string" - }, - "lastSeen": { + "shortId": { "type": "string" }, "stats": { @@ -153,42 +125,22 @@ } } } + }, + "status": { + "type": "string" + }, + "substatus": { + "type": "string" + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "userCount": { + "type": "integer" } }, - "required": [ - "id", - "shareId", - "shortId", - "title", - "culprit", - "permalink", - "logger", - "level", - "status", - "statusDetails", - "substatus", - "isPublic", - "platform", - "project", - "type", - "metadata", - "numComments", - "assignedTo", - "isBookmarked", - "isSubscribed", - "subscriptionDetails", - "hasSeen", - "annotations", - "issueType", - "issueCategory", - "priority", - "priorityLockedAt", - "isUnhandled", - "count", - "userCount", - "firstSeen", - "lastSeen", - "stats" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/incident/create.json b/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/incident/create.json index c18e6d3b84..f1f284be4a 100644 --- a/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/incident/create.json +++ b/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/incident/create.json @@ -1,43 +1,151 @@ { "type": "object", "properties": { - "parent": { + "action_status": { "type": "string" }, - "made_sla": { + "actions_taken": { "type": "string" }, - "caused_by": { + "active": { "type": "string" }, - "watch_list": { + "activity_due": { "type": "string" }, - "upon_reject": { + "additional_assignee_list": { "type": "string" }, - "sys_updated_on": { - "type": "string" - }, - "child_incidents": { - "type": "string" - }, - "hold_reason": { - "type": "string" - }, - "origin_table": { - "type": "string" - }, - "task_effective_number": { + "approval": { "type": "string" }, "approval_history": { "type": "string" }, + "approval_set": { + "type": "string" + }, + "business_duration": { + "type": "string" + }, + "business_impact": { + "type": "string" + }, + "business_service": { + "type": "string" + }, + "business_stc": { + "type": "string" + }, + "calendar_duration": { + "type": "string" + }, + "calendar_stc": { + "type": "string" + }, + "category": { + "type": "string" + }, + "cause": { + "type": "string" + }, + "caused_by": { + "type": "string" + }, + "child_incidents": { + "type": "string" + }, + "close_code": { + "type": "string" + }, + "close_notes": { + "type": "string" + }, + "closed_at": { + "type": "string" + }, + "closed_by": { + "type": "string" + }, + "cmdb_ci": { + "type": "string" + }, + "comments": { + "type": "string" + }, + "comments_and_work_notes": { + "type": "string" + }, + "contact_type": { + "type": "string" + }, + "contract": { + "type": "string" + }, + "correlation_display": { + "type": "string" + }, + "correlation_id": { + "type": "string" + }, + "delivery_plan": { + "type": "string" + }, + "delivery_task": { + "type": "string" + }, + "description": { + "type": "string" + }, + "due_date": { + "type": "string" + }, + "escalation": { + "type": "string" + }, + "expected_start": { + "type": "string" + }, + "follow_up": { + "type": "string" + }, + "group_list": { + "type": "string" + }, + "hold_reason": { + "type": "string" + }, + "impact": { + "type": "string" + }, + "incident_state": { + "type": "string" + }, + "knowledge": { + "type": "string" + }, + "lessons_learned": { + "type": "string" + }, + "location": { + "type": "string" + }, + "made_sla": { + "type": "string" + }, + "major_incident_state": { + "type": "string" + }, + "needs_attention": { + "type": "string" + }, + "notify": { + "type": "string" + }, "number": { "type": "string" }, - "sys_updated_by": { + "opened_at": { "type": "string" }, "opened_by": { @@ -49,13 +157,90 @@ "value": { "type": "string" } - }, - "required": [ - "link", - "value" - ] + } }, - "user_input": { + "order": { + "type": "string" + }, + "origin_id": { + "type": "string" + }, + "origin_table": { + "type": "string" + }, + "overview": { + "type": "string" + }, + "parent": { + "type": "string" + }, + "parent_incident": { + "type": "string" + }, + "priority": { + "type": "string" + }, + "problem_id": { + "type": "string" + }, + "promoted_by": { + "type": "string" + }, + "promoted_on": { + "type": "string" + }, + "proposed_by": { + "type": "string" + }, + "proposed_on": { + "type": "string" + }, + "reassignment_count": { + "type": "string" + }, + "reopen_count": { + "type": "string" + }, + "reopened_by": { + "type": "string" + }, + "reopened_time": { + "type": "string" + }, + "resolved_at": { + "type": "string" + }, + "rfc": { + "type": "string" + }, + "route_reason": { + "type": "string" + }, + "service_offering": { + "type": "string" + }, + "severity": { + "type": "string" + }, + "short_description": { + "type": "string" + }, + "skills": { + "type": "string" + }, + "sla_due": { + "type": "string" + }, + "state": { + "type": "string" + }, + "subcategory": { + "type": "string" + }, + "sys_class_name": { + "type": "string" + }, + "sys_created_by": { "type": "string" }, "sys_created_on": { @@ -70,274 +255,27 @@ "value": { "type": "string" } - }, - "required": [ - "link", - "value" - ] - }, - "state": { - "type": "string" - }, - "route_reason": { - "type": "string" - }, - "sys_created_by": { - "type": "string" - }, - "knowledge": { - "type": "string" - }, - "order": { - "type": "string" - }, - "calendar_stc": { - "type": "string" - }, - "closed_at": { - "type": "string" - }, - "cmdb_ci": { - "type": "string" - }, - "delivery_plan": { - "type": "string" - }, - "contract": { - "type": "string" - }, - "impact": { - "type": "string" - }, - "active": { - "type": "string" - }, - "work_notes_list": { - "type": "string" - }, - "business_service": { - "type": "string" - }, - "business_impact": { - "type": "string" - }, - "priority": { - "type": "string" + } }, "sys_domain_path": { "type": "string" }, - "rfc": { - "type": "string" - }, - "time_worked": { - "type": "string" - }, - "expected_start": { - "type": "string" - }, - "opened_at": { - "type": "string" - }, - "business_duration": { - "type": "string" - }, - "group_list": { - "type": "string" - }, - "work_end": { - "type": "string" - }, - "caller_id": { - "type": "object", - "properties": { - "link": { - "type": "string" - }, - "value": { - "type": "string" - } - }, - "required": [ - "link", - "value" - ] - }, - "reopened_time": { - "type": "string" - }, - "resolved_at": { - "type": "string" - }, - "approval_set": { - "type": "string" - }, - "subcategory": { - "type": "string" - }, - "work_notes": { - "type": "string" - }, - "universal_request": { - "type": "string" - }, - "short_description": { - "type": "string" - }, - "close_code": { - "type": "string" - }, - "correlation_display": { - "type": "string" - }, - "delivery_task": { - "type": "string" - }, - "work_start": { - "type": "string" - }, - "additional_assignee_list": { - "type": "string" - }, - "business_stc": { - "type": "string" - }, - "cause": { - "type": "string" - }, - "description": { - "type": "string" - }, - "origin_id": { - "type": "string" - }, - "calendar_duration": { - "type": "string" - }, - "close_notes": { - "type": "string" - }, - "notify": { - "type": "string" - }, - "service_offering": { - "type": "string" - }, - "sys_class_name": { - "type": "string" - }, - "closed_by": { - "type": "string" - }, - "follow_up": { - "type": "string" - }, - "parent_incident": { - "type": "string" - }, "sys_id": { "type": "string" }, - "contact_type": { - "type": "string" - }, - "reopened_by": { - "type": "string" - }, - "incident_state": { - "type": "string" - }, - "urgency": { - "type": "string" - }, - "problem_id": { - "type": "string" - }, - "reassignment_count": { - "type": "string" - }, - "activity_due": { - "type": "string" - }, - "severity": { - "type": "string" - }, - "comments": { - "type": "string" - }, - "approval": { - "type": "string" - }, - "sla_due": { - "type": "string" - }, - "comments_and_work_notes": { - "type": "string" - }, - "due_date": { - "type": "string" - }, "sys_mod_count": { "type": "string" }, - "reopen_count": { - "type": "string" - }, "sys_tags": { "type": "string" }, - "escalation": { + "sys_updated_by": { "type": "string" }, - "upon_approval": { + "sys_updated_on": { "type": "string" }, - "correlation_id": { - "type": "string" - }, - "location": { - "type": "string" - }, - "category": { - "type": "string" - }, - "skills": { - "type": "string" - }, - "needs_attention": { - "type": "string" - }, - "action_status": { - "type": "string" - }, - "actions_taken": { - "type": "string" - }, - "promoted_by": { - "type": "string" - }, - "proposed_by": { - "type": "string" - }, - "lessons_learned": { - "type": "string" - }, - "major_incident_state": { - "type": "string" - }, - "trigger_rule": { - "type": "string" - }, - "timeline": { - "type": "string" - }, - "promoted_on": { - "type": "string" - }, - "proposed_on": { - "type": "string" - }, - "overview": { + "task_effective_number": { "type": "string" }, "task_for": { @@ -349,21 +287,50 @@ "value": { "type": "string" } - }, - "required": [ - "link", - "value" - ] + } + }, + "time_worked": { + "type": "string" + }, + "timeline": { + "type": "string" + }, + "trigger_rule": { + "type": "string" + }, + "universal_request": { + "type": "string" + }, + "upon_approval": { + "type": "string" + }, + "upon_reject": { + "type": "string" + }, + "urgency": { + "type": "string" + }, + "user_input": { + "type": "string" + }, + "watch_list": { + "type": "string" + }, + "work_end": { + "type": "string" + }, + "work_notes": { + "type": "string" + }, + "work_notes_list": { + "type": "string" + }, + "work_start": { + "type": "string" }, "x_caci_sg_meraki_device_alert": { "type": "string" } }, - "required": [ - "sys_domain", - "sys_domain_path", - "sys_class_name", - "sys_id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/incident/getAll.json b/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/incident/getAll.json index 4c1f7b2296..0ee5939b0a 100644 --- a/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/incident/getAll.json +++ b/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/incident/getAll.json @@ -1,43 +1,129 @@ { "type": "object", "properties": { - "parent": { + "active": { "type": "string" }, - "made_sla": { + "activity_due": { "type": "string" }, - "caused_by": { + "additional_assignee_list": { "type": "string" }, - "watch_list": { - "type": "string" - }, - "upon_reject": { - "type": "string" - }, - "sys_updated_on": { - "type": "string" - }, - "child_incidents": { - "type": "string" - }, - "hold_reason": { - "type": "string" - }, - "origin_table": { - "type": "string" - }, - "task_effective_number": { + "approval": { "type": "string" }, "approval_history": { "type": "string" }, + "approval_set": { + "type": "string" + }, + "business_duration": { + "type": "string" + }, + "business_impact": { + "type": "string" + }, + "business_stc": { + "type": "string" + }, + "calendar_duration": { + "type": "string" + }, + "calendar_stc": { + "type": "string" + }, + "caller_id": { + "type": "object", + "properties": { + "link": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "category": { + "type": "string" + }, + "cause": { + "type": "string" + }, + "caused_by": { + "type": "string" + }, + "child_incidents": { + "type": "string" + }, + "close_notes": { + "type": "string" + }, + "closed_at": { + "type": "string" + }, + "comments": { + "type": "string" + }, + "comments_and_work_notes": { + "type": "string" + }, + "contract": { + "type": "string" + }, + "correlation_display": { + "type": "string" + }, + "correlation_id": { + "type": "string" + }, + "delivery_plan": { + "type": "string" + }, + "delivery_task": { + "type": "string" + }, + "description": { + "type": "string" + }, + "due_date": { + "type": "string" + }, + "escalation": { + "type": "string" + }, + "expected_start": { + "type": "string" + }, + "follow_up": { + "type": "string" + }, + "group_list": { + "type": "string" + }, + "hold_reason": { + "type": "string" + }, + "impact": { + "type": "string" + }, + "incident_state": { + "type": "string" + }, + "knowledge": { + "type": "string" + }, + "made_sla": { + "type": "string" + }, + "notify": { + "type": "string" + }, "number": { "type": "string" }, - "sys_updated_by": { + "opened_at": { "type": "string" }, "opened_by": { @@ -49,12 +135,66 @@ "value": { "type": "string" } - }, - "required": [ - "link" - ] + } }, - "user_input": { + "order": { + "type": "string" + }, + "origin_id": { + "type": "string" + }, + "origin_table": { + "type": "string" + }, + "parent": { + "type": "string" + }, + "priority": { + "type": "string" + }, + "problem_id": { + "type": "string" + }, + "reassignment_count": { + "type": "string" + }, + "reopen_count": { + "type": "string" + }, + "reopened_by": { + "type": "string" + }, + "reopened_time": { + "type": "string" + }, + "resolved_at": { + "type": "string" + }, + "rfc": { + "type": "string" + }, + "route_reason": { + "type": "string" + }, + "severity": { + "type": "string" + }, + "short_description": { + "type": "string" + }, + "sla_due": { + "type": "string" + }, + "state": { + "type": "string" + }, + "subcategory": { + "type": "string" + }, + "sys_class_name": { + "type": "string" + }, + "sys_created_by": { "type": "string" }, "sys_created_on": { @@ -69,209 +209,60 @@ "value": { "type": "string" } - }, - "required": [ - "link" - ] - }, - "state": { - "type": "string" - }, - "route_reason": { - "type": "string" - }, - "sys_created_by": { - "type": "string" - }, - "knowledge": { - "type": "string" - }, - "order": { - "type": "string" - }, - "calendar_stc": { - "type": "string" - }, - "closed_at": { - "type": "string" - }, - "delivery_plan": { - "type": "string" - }, - "contract": { - "type": "string" - }, - "impact": { - "type": "string" - }, - "active": { - "type": "string" - }, - "work_notes_list": { - "type": "string" - }, - "business_impact": { - "type": "string" - }, - "priority": { - "type": "string" + } }, "sys_domain_path": { "type": "string" }, - "rfc": { - "type": "string" - }, - "time_worked": { - "type": "string" - }, - "expected_start": { - "type": "string" - }, - "opened_at": { - "type": "string" - }, - "business_duration": { - "type": "string" - }, - "group_list": { - "type": "string" - }, - "work_end": { - "type": "string" - }, - "caller_id": { - "type": "object", - "properties": { - "link": { - "type": "string" - }, - "value": { - "type": "string" - } - }, - "required": [ - "link" - ] - }, - "reopened_time": { - "type": "string" - }, - "resolved_at": { - "type": "string" - }, - "approval_set": { - "type": "string" - }, - "subcategory": { - "type": "string" - }, - "work_notes": { - "type": "string" - }, - "universal_request": { - "type": "string" - }, - "short_description": { - "type": "string" - }, - "correlation_display": { - "type": "string" - }, - "delivery_task": { - "type": "string" - }, - "work_start": { - "type": "string" - }, - "additional_assignee_list": { - "type": "string" - }, - "business_stc": { - "type": "string" - }, - "cause": { - "type": "string" - }, - "description": { - "type": "string" - }, - "origin_id": { - "type": "string" - }, - "calendar_duration": { - "type": "string" - }, - "close_notes": { - "type": "string" - }, - "notify": { - "type": "string" - }, - "sys_class_name": { - "type": "string" - }, - "follow_up": { - "type": "string" - }, "sys_id": { "type": "string" }, - "reopened_by": { - "type": "string" - }, - "incident_state": { - "type": "string" - }, - "urgency": { - "type": "string" - }, - "problem_id": { - "type": "string" - }, - "reassignment_count": { - "type": "string" - }, - "activity_due": { - "type": "string" - }, - "severity": { - "type": "string" - }, - "comments": { - "type": "string" - }, - "approval": { - "type": "string" - }, - "sla_due": { - "type": "string" - }, - "comments_and_work_notes": { - "type": "string" - }, - "due_date": { - "type": "string" - }, "sys_mod_count": { "type": "string" }, - "reopen_count": { - "type": "string" - }, "sys_tags": { "type": "string" }, - "escalation": { + "sys_updated_by": { + "type": "string" + }, + "sys_updated_on": { + "type": "string" + }, + "task_effective_number": { + "type": "string" + }, + "time_worked": { + "type": "string" + }, + "universal_request": { "type": "string" }, "upon_approval": { "type": "string" }, - "correlation_id": { + "upon_reject": { "type": "string" }, - "category": { + "urgency": { + "type": "string" + }, + "user_input": { + "type": "string" + }, + "watch_list": { + "type": "string" + }, + "work_end": { + "type": "string" + }, + "work_notes": { + "type": "string" + }, + "work_notes_list": { + "type": "string" + }, + "work_start": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/create.json b/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/create.json index 5d704d0f76..13f5b9346b 100644 --- a/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/create.json +++ b/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/create.json @@ -1,49 +1,100 @@ { "type": "object", "properties": { - "sys_mod_count": { + "active": { "type": "string" }, - "sys_updated_on": { + "activity_due": { "type": "string" }, - "sys_tags": { + "additional_assignee_list": { "type": "string" }, - "sys_class_name": { + "approval": { "type": "string" }, - "number": { + "approval_history": { "type": "string" }, - "sys_id": { + "approval_set": { "type": "string" }, - "sys_updated_by": { + "assigned_to": { "type": "string" }, - "sys_created_on": { + "business_duration": { "type": "string" }, - "sys_created_by": { + "business_service": { "type": "string" }, - "parent": { + "calendar_duration": { + "type": "string" + }, + "close_notes": { + "type": "string" + }, + "closed_at": { + "type": "string" + }, + "closed_by": { + "type": "string" + }, + "cmdb_ci": { + "type": "string" + }, + "comments": { + "type": "string" + }, + "comments_and_work_notes": { + "type": "string" + }, + "contact_type": { + "type": "string" + }, + "contract": { + "type": "string" + }, + "correlation_display": { + "type": "string" + }, + "correlation_id": { + "type": "string" + }, + "description": { + "type": "string" + }, + "due_date": { + "type": "string" + }, + "escalation": { + "type": "string" + }, + "expected_start": { + "type": "string" + }, + "follow_up": { + "type": "string" + }, + "group_list": { + "type": "string" + }, + "impact": { + "type": "string" + }, + "knowledge": { + "type": "string" + }, + "location": { "type": "string" }, "made_sla": { "type": "string" }, - "watch_list": { + "number": { "type": "string" }, - "upon_reject": { - "type": "string" - }, - "task_effective_number": { - "type": "string" - }, - "approval_history": { + "opened_at": { "type": "string" }, "opened_by": { @@ -55,13 +106,42 @@ "value": { "type": "string" } - }, - "required": [ - "link", - "value" - ] + } }, - "user_input": { + "order": { + "type": "string" + }, + "parent": { + "type": "string" + }, + "priority": { + "type": "string" + }, + "reassignment_count": { + "type": "string" + }, + "route_reason": { + "type": "string" + }, + "service_offering": { + "type": "string" + }, + "short_description": { + "type": "string" + }, + "sla_due": { + "type": "string" + }, + "state": { + "type": "string" + }, + "sys_class_name": { + "type": "string" + }, + "sys_created_by": { + "type": "string" + }, + "sys_created_on": { "type": "string" }, "sys_domain": { @@ -73,159 +153,59 @@ "value": { "type": "string" } - }, - "required": [ - "link", - "value" - ] - }, - "state": { - "type": "string" - }, - "route_reason": { - "type": "string" - }, - "knowledge": { - "type": "string" - }, - "order": { - "type": "string" - }, - "closed_at": { - "type": "string" - }, - "cmdb_ci": { - "type": "string" - }, - "contract": { - "type": "string" - }, - "impact": { - "type": "string" - }, - "active": { - "type": "string" - }, - "work_notes_list": { - "type": "string" - }, - "business_service": { - "type": "string" - }, - "priority": { - "type": "string" + } }, "sys_domain_path": { "type": "string" }, - "expected_start": { + "sys_id": { "type": "string" }, - "opened_at": { + "sys_mod_count": { "type": "string" }, - "business_duration": { + "sys_tags": { "type": "string" }, - "group_list": { + "sys_updated_by": { "type": "string" }, - "work_end": { + "sys_updated_on": { "type": "string" }, - "approval_set": { - "type": "string" - }, - "work_notes": { + "task_effective_number": { "type": "string" }, "universal_request": { "type": "string" }, - "short_description": { + "upon_approval": { "type": "string" }, - "correlation_display": { - "type": "string" - }, - "work_start": { - "type": "string" - }, - "assignment_group": { - "type": "string" - }, - "additional_assignee_list": { - "type": "string" - }, - "description": { - "type": "string" - }, - "calendar_duration": { - "type": "string" - }, - "close_notes": { - "type": "string" - }, - "service_offering": { - "type": "string" - }, - "closed_by": { - "type": "string" - }, - "follow_up": { - "type": "string" - }, - "contact_type": { + "upon_reject": { "type": "string" }, "urgency": { "type": "string" }, - "reassignment_count": { + "user_input": { "type": "string" }, - "activity_due": { + "watch_list": { "type": "string" }, - "assigned_to": { + "work_end": { "type": "string" }, - "comments": { + "work_notes": { "type": "string" }, - "approval": { + "work_notes_list": { "type": "string" }, - "sla_due": { - "type": "string" - }, - "comments_and_work_notes": { - "type": "string" - }, - "due_date": { - "type": "string" - }, - "escalation": { - "type": "string" - }, - "upon_approval": { - "type": "string" - }, - "correlation_id": { - "type": "string" - }, - "location": { + "work_start": { "type": "string" } }, - "required": [ - "sys_mod_count", - "sys_updated_on", - "sys_tags", - "sys_id", - "sys_updated_by", - "sys_created_on", - "sys_created_by" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/getAll.json b/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/getAll.json index 6274529ce9..b32603a76b 100644 --- a/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/getAll.json +++ b/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/getAll.json @@ -4,10 +4,34 @@ "number": { "type": "string" }, + "short_description": { + "type": "string" + }, + "state": { + "type": "string" + }, + "sys_class_name": { + "type": "string" + }, + "sys_created_by": { + "type": "string" + }, + "sys_created_on": { + "type": "string" + }, "sys_id": { "type": "string" }, - "short_description": { + "sys_mod_count": { + "type": "string" + }, + "sys_tags": { + "type": "string" + }, + "sys_updated_by": { + "type": "string" + }, + "sys_updated_on": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/user/get.json b/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/user/get.json index 4614b2b0d2..cffbea875a 100644 --- a/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/user/get.json +++ b/packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/user/get.json @@ -10,10 +10,7 @@ "value": { "type": "string" } - }, - "required": [ - "link" - ] + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/create.json b/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/create.json index d93258fdcc..087c8d2c45 100644 --- a/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/create.json +++ b/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/create.json @@ -1,16 +1,7 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "vendor": { - "type": "string" - }, - "product_type": { + "admin_graphql_api_id": { "type": "string" }, "created_at": { @@ -19,136 +10,45 @@ "handle": { "type": "string" }, - "updated_at": { - "type": "string" + "id": { + "type": "integer" }, - "template_suffix": { - "type": "null" - }, - "published_scope": { - "type": "string" - }, - "tags": { - "type": "string" - }, - "status": { - "type": "string" - }, - "admin_graphql_api_id": { - "type": "string" - }, - "variants": { + "images": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "product_id": { - "type": "integer" - }, - "title": { + "admin_graphql_api_id": { "type": "string" }, - "price": { - "type": "string" - }, - "position": { - "type": "integer" - }, - "inventory_policy": { - "type": "string" - }, - "compare_at_price": { - "type": "null" - }, - "option1": { - "type": "string" - }, - "option2": { - "type": "null" - }, - "option3": { + "alt": { "type": "null" }, "created_at": { "type": "string" }, + "height": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "position": { + "type": "integer" + }, + "product_id": { + "type": "integer" + }, + "src": { + "type": "string" + }, "updated_at": { "type": "string" }, - "taxable": { - "type": "boolean" - }, - "barcode": { - "type": "null" - }, - "fulfillment_service": { - "type": "string" - }, - "grams": { + "width": { "type": "integer" - }, - "inventory_management": { - "type": "null" - }, - "requires_shipping": { - "type": "boolean" - }, - "sku": { - "type": "string" - }, - "weight": { - "type": "integer" - }, - "weight_unit": { - "type": "string" - }, - "inventory_item_id": { - "type": "integer" - }, - "inventory_quantity": { - "type": "integer" - }, - "old_inventory_quantity": { - "type": "integer" - }, - "admin_graphql_api_id": { - "type": "string" - }, - "image_id": { - "type": "null" } - }, - "required": [ - "id", - "product_id", - "title", - "price", - "position", - "inventory_policy", - "compare_at_price", - "option1", - "option2", - "option3", - "created_at", - "updated_at", - "taxable", - "barcode", - "fulfillment_service", - "grams", - "inventory_management", - "requires_shipping", - "sku", - "weight", - "weight_unit", - "inventory_item_id", - "inventory_quantity", - "old_inventory_quantity", - "admin_graphql_api_id", - "image_id" - ] + } } }, "options": { @@ -159,81 +59,130 @@ "id": { "type": "integer" }, - "product_id": { - "type": "integer" - }, "name": { "type": "string" }, "position": { "type": "integer" }, + "product_id": { + "type": "integer" + }, "values": { "type": "array", "items": { "type": "string" } } - }, - "required": [ - "id", - "product_id", - "name", - "position", - "values" - ] + } } }, - "images": { + "product_type": { + "type": "string" + }, + "published_scope": { + "type": "string" + }, + "status": { + "type": "string" + }, + "tags": { + "type": "string" + }, + "title": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "variants": { "type": "array", "items": { "type": "object", "properties": { + "admin_graphql_api_id": { + "type": "string" + }, + "barcode": { + "type": "null" + }, + "compare_at_price": { + "type": "null" + }, + "created_at": { + "type": "string" + }, + "fulfillment_service": { + "type": "string" + }, + "grams": { + "type": "integer" + }, "id": { "type": "integer" }, - "alt": { + "image_id": { + "type": "null" + }, + "inventory_item_id": { + "type": "integer" + }, + "inventory_management": { + "type": "null" + }, + "inventory_policy": { + "type": "string" + }, + "inventory_quantity": { + "type": "integer" + }, + "old_inventory_quantity": { + "type": "integer" + }, + "option1": { + "type": "string" + }, + "option2": { + "type": "null" + }, + "option3": { "type": "null" }, "position": { "type": "integer" }, + "price": { + "type": "string" + }, "product_id": { "type": "integer" }, - "created_at": { + "requires_shipping": { + "type": "boolean" + }, + "sku": { + "type": "string" + }, + "taxable": { + "type": "boolean" + }, + "title": { "type": "string" }, "updated_at": { "type": "string" }, - "admin_graphql_api_id": { - "type": "string" - }, - "width": { + "weight": { "type": "integer" }, - "height": { - "type": "integer" - }, - "src": { + "weight_unit": { "type": "string" } - }, - "required": [ - "id", - "alt", - "position", - "product_id", - "created_at", - "updated_at", - "admin_graphql_api_id", - "width", - "height", - "src", - "variant_ids" - ] + } } + }, + "vendor": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/get.json b/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/get.json index ddcd061441..ee09b628d0 100644 --- a/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/get.json +++ b/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/get.json @@ -1,16 +1,7 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "vendor": { - "type": "string" - }, - "product_type": { + "admin_graphql_api_id": { "type": "string" }, "created_at": { @@ -19,112 +10,86 @@ "handle": { "type": "string" }, - "updated_at": { - "type": "string" + "id": { + "type": "integer" }, - "published_scope": { - "type": "string" + "image": { + "type": "object", + "properties": { + "admin_graphql_api_id": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "height": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "position": { + "type": "integer" + }, + "product_id": { + "type": "integer" + }, + "src": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "variant_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "width": { + "type": "integer" + } + } }, - "tags": { - "type": "string" - }, - "status": { - "type": "string" - }, - "admin_graphql_api_id": { - "type": "string" - }, - "variants": { + "images": { "type": "array", "items": { "type": "object", "properties": { + "admin_graphql_api_id": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "height": { + "type": "integer" + }, "id": { "type": "integer" }, + "position": { + "type": "integer" + }, "product_id": { "type": "integer" }, - "title": { - "type": "string" - }, - "price": { - "type": "string" - }, - "position": { - "type": "integer" - }, - "inventory_policy": { - "type": "string" - }, - "option1": { - "type": "string" - }, - "option3": { - "type": "null" - }, - "created_at": { + "src": { "type": "string" }, "updated_at": { "type": "string" }, - "taxable": { - "type": "boolean" + "variant_ids": { + "type": "array", + "items": { + "type": "integer" + } }, - "fulfillment_service": { - "type": "string" - }, - "grams": { + "width": { "type": "integer" - }, - "requires_shipping": { - "type": "boolean" - }, - "weight_unit": { - "type": "string" - }, - "inventory_item_id": { - "type": "integer" - }, - "inventory_quantity": { - "type": "integer" - }, - "old_inventory_quantity": { - "type": "integer" - }, - "admin_graphql_api_id": { - "type": "string" } - }, - "required": [ - "id", - "product_id", - "title", - "price", - "position", - "inventory_policy", - "compare_at_price", - "option1", - "option2", - "option3", - "created_at", - "updated_at", - "taxable", - "barcode", - "fulfillment_service", - "grams", - "inventory_management", - "requires_shipping", - "sku", - "weight", - "weight_unit", - "inventory_item_id", - "inventory_quantity", - "old_inventory_quantity", - "admin_graphql_api_id", - "image_id" - ] + } } }, "options": { @@ -135,139 +100,110 @@ "id": { "type": "integer" }, - "product_id": { - "type": "integer" - }, "name": { "type": "string" }, "position": { "type": "integer" }, + "product_id": { + "type": "integer" + }, "values": { "type": "array", "items": { "type": "string" } } - }, - "required": [ - "id", - "product_id", - "name", - "position", - "values" - ] + } } }, - "images": { + "product_type": { + "type": "string" + }, + "published_scope": { + "type": "string" + }, + "status": { + "type": "string" + }, + "tags": { + "type": "string" + }, + "title": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "variants": { "type": "array", "items": { "type": "object", "properties": { + "admin_graphql_api_id": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "fulfillment_service": { + "type": "string" + }, + "grams": { + "type": "integer" + }, "id": { "type": "integer" }, + "inventory_item_id": { + "type": "integer" + }, + "inventory_policy": { + "type": "string" + }, + "inventory_quantity": { + "type": "integer" + }, + "old_inventory_quantity": { + "type": "integer" + }, + "option1": { + "type": "string" + }, + "option3": { + "type": "null" + }, "position": { "type": "integer" }, + "price": { + "type": "string" + }, "product_id": { "type": "integer" }, - "created_at": { + "requires_shipping": { + "type": "boolean" + }, + "taxable": { + "type": "boolean" + }, + "title": { "type": "string" }, "updated_at": { "type": "string" }, - "admin_graphql_api_id": { + "weight_unit": { "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "src": { - "type": "string" - }, - "variant_ids": { - "type": "array", - "items": { - "type": "integer" - } - } - }, - "required": [ - "id", - "alt", - "position", - "product_id", - "created_at", - "updated_at", - "admin_graphql_api_id", - "width", - "height", - "src", - "variant_ids" - ] - } - }, - "image": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "position": { - "type": "integer" - }, - "product_id": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "admin_graphql_api_id": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "src": { - "type": "string" - }, - "variant_ids": { - "type": "array", - "items": { - "type": "integer" } } - }, - "required": [ - "id", - "alt", - "position", - "product_id", - "created_at", - "updated_at", - "admin_graphql_api_id", - "width", - "height", - "src", - "variant_ids" - ] + } + }, + "vendor": { + "type": "string" } }, - "required": [ - "title" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/getAll.json b/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/getAll.json index 46c5911ead..4f8a8d0bfd 100644 --- a/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/getAll.json +++ b/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/getAll.json @@ -1,16 +1,7 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "vendor": { - "type": "string" - }, - "product_type": { + "admin_graphql_api_id": { "type": "string" }, "created_at": { @@ -19,109 +10,86 @@ "handle": { "type": "string" }, - "updated_at": { - "type": "string" + "id": { + "type": "integer" }, - "published_scope": { - "type": "string" + "image": { + "type": "object", + "properties": { + "admin_graphql_api_id": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "height": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "position": { + "type": "integer" + }, + "product_id": { + "type": "integer" + }, + "src": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "variant_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "width": { + "type": "integer" + } + } }, - "tags": { - "type": "string" - }, - "status": { - "type": "string" - }, - "admin_graphql_api_id": { - "type": "string" - }, - "variants": { + "images": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "product_id": { - "type": "integer" - }, - "title": { - "type": "string" - }, - "price": { - "type": "string" - }, - "position": { - "type": "integer" - }, - "inventory_policy": { - "type": "string" - }, - "option1": { + "admin_graphql_api_id": { "type": "string" }, "created_at": { "type": "string" }, + "height": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "position": { + "type": "integer" + }, + "product_id": { + "type": "integer" + }, + "src": { + "type": "string" + }, "updated_at": { "type": "string" }, - "taxable": { - "type": "boolean" + "variant_ids": { + "type": "array", + "items": { + "type": "integer" + } }, - "fulfillment_service": { - "type": "string" - }, - "grams": { + "width": { "type": "integer" - }, - "requires_shipping": { - "type": "boolean" - }, - "weight_unit": { - "type": "string" - }, - "inventory_item_id": { - "type": "integer" - }, - "inventory_quantity": { - "type": "integer" - }, - "old_inventory_quantity": { - "type": "integer" - }, - "admin_graphql_api_id": { - "type": "string" } - }, - "required": [ - "id", - "product_id", - "title", - "price", - "position", - "inventory_policy", - "compare_at_price", - "option1", - "option2", - "option3", - "created_at", - "updated_at", - "taxable", - "barcode", - "fulfillment_service", - "grams", - "inventory_management", - "requires_shipping", - "sku", - "weight", - "weight_unit", - "inventory_item_id", - "inventory_quantity", - "old_inventory_quantity", - "admin_graphql_api_id", - "image_id" - ] + } } }, "options": { @@ -132,135 +100,106 @@ "id": { "type": "integer" }, - "product_id": { - "type": "integer" - }, "name": { "type": "string" }, "position": { "type": "integer" }, + "product_id": { + "type": "integer" + }, "values": { "type": "array", "items": { "type": "string" } } - }, - "required": [ - "id", - "product_id", - "name", - "position", - "values" - ] + } } }, - "images": { + "product_type": { + "type": "string" + }, + "published_scope": { + "type": "string" + }, + "status": { + "type": "string" + }, + "tags": { + "type": "string" + }, + "title": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "variants": { "type": "array", "items": { "type": "object", "properties": { + "admin_graphql_api_id": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "fulfillment_service": { + "type": "string" + }, + "grams": { + "type": "integer" + }, "id": { "type": "integer" }, + "inventory_item_id": { + "type": "integer" + }, + "inventory_policy": { + "type": "string" + }, + "inventory_quantity": { + "type": "integer" + }, + "old_inventory_quantity": { + "type": "integer" + }, + "option1": { + "type": "string" + }, "position": { "type": "integer" }, + "price": { + "type": "string" + }, "product_id": { "type": "integer" }, - "created_at": { + "requires_shipping": { + "type": "boolean" + }, + "taxable": { + "type": "boolean" + }, + "title": { "type": "string" }, "updated_at": { "type": "string" }, - "admin_graphql_api_id": { + "weight_unit": { "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "src": { - "type": "string" - }, - "variant_ids": { - "type": "array", - "items": { - "type": "integer" - } - } - }, - "required": [ - "id", - "alt", - "position", - "product_id", - "created_at", - "updated_at", - "admin_graphql_api_id", - "width", - "height", - "src", - "variant_ids" - ] - } - }, - "image": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "position": { - "type": "integer" - }, - "product_id": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "admin_graphql_api_id": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "src": { - "type": "string" - }, - "variant_ids": { - "type": "array", - "items": { - "type": "integer" } } - }, - "required": [ - "id", - "alt", - "position", - "product_id", - "created_at", - "updated_at", - "admin_graphql_api_id", - "width", - "height", - "src", - "variant_ids" - ] + } + }, + "vendor": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/update.json b/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/update.json index 199be78a11..62ba00ba17 100644 --- a/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/update.json +++ b/packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/update.json @@ -1,133 +1,98 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "title": { + "admin_graphql_api_id": { "type": "string" }, "body_html": { "type": "string" }, - "vendor": { - "type": "string" - }, - "product_type": { - "type": "string" - }, "created_at": { "type": "string" }, "handle": { "type": "string" }, - "updated_at": { - "type": "string" + "id": { + "type": "integer" }, - "published_scope": { - "type": "string" + "image": { + "type": "object", + "properties": { + "admin_graphql_api_id": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "height": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "position": { + "type": "integer" + }, + "product_id": { + "type": "integer" + }, + "src": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "variant_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "width": { + "type": "integer" + } + } }, - "tags": { - "type": "string" - }, - "status": { - "type": "string" - }, - "admin_graphql_api_id": { - "type": "string" - }, - "variants": { + "images": { "type": "array", "items": { "type": "object", "properties": { + "admin_graphql_api_id": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "height": { + "type": "integer" + }, "id": { "type": "integer" }, + "position": { + "type": "integer" + }, "product_id": { "type": "integer" }, - "title": { - "type": "string" - }, - "price": { - "type": "string" - }, - "position": { - "type": "integer" - }, - "inventory_policy": { - "type": "string" - }, - "option1": { - "type": "string" - }, - "option3": { - "type": "null" - }, - "created_at": { + "src": { "type": "string" }, "updated_at": { "type": "string" }, - "taxable": { - "type": "boolean" + "variant_ids": { + "type": "array", + "items": { + "type": "integer" + } }, - "fulfillment_service": { - "type": "string" - }, - "grams": { + "width": { "type": "integer" - }, - "requires_shipping": { - "type": "boolean" - }, - "weight_unit": { - "type": "string" - }, - "inventory_item_id": { - "type": "integer" - }, - "inventory_quantity": { - "type": "integer" - }, - "old_inventory_quantity": { - "type": "integer" - }, - "admin_graphql_api_id": { - "type": "string" } - }, - "required": [ - "id", - "product_id", - "title", - "price", - "position", - "inventory_policy", - "compare_at_price", - "option1", - "option2", - "option3", - "created_at", - "updated_at", - "taxable", - "barcode", - "fulfillment_service", - "grams", - "inventory_management", - "requires_shipping", - "sku", - "weight", - "weight_unit", - "inventory_item_id", - "inventory_quantity", - "old_inventory_quantity", - "admin_graphql_api_id", - "image_id" - ] + } } }, "options": { @@ -138,135 +103,109 @@ "id": { "type": "integer" }, - "product_id": { - "type": "integer" - }, "name": { "type": "string" }, "position": { "type": "integer" }, + "product_id": { + "type": "integer" + }, "values": { "type": "array", "items": { "type": "string" } } - }, - "required": [ - "id", - "product_id", - "name", - "position", - "values" - ] + } } }, - "images": { + "product_type": { + "type": "string" + }, + "published_scope": { + "type": "string" + }, + "status": { + "type": "string" + }, + "tags": { + "type": "string" + }, + "title": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "variants": { "type": "array", "items": { "type": "object", "properties": { + "admin_graphql_api_id": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "fulfillment_service": { + "type": "string" + }, + "grams": { + "type": "integer" + }, "id": { "type": "integer" }, + "inventory_item_id": { + "type": "integer" + }, + "inventory_policy": { + "type": "string" + }, + "inventory_quantity": { + "type": "integer" + }, + "old_inventory_quantity": { + "type": "integer" + }, + "option1": { + "type": "string" + }, + "option3": { + "type": "null" + }, "position": { "type": "integer" }, + "price": { + "type": "string" + }, "product_id": { "type": "integer" }, - "created_at": { + "requires_shipping": { + "type": "boolean" + }, + "taxable": { + "type": "boolean" + }, + "title": { "type": "string" }, "updated_at": { "type": "string" }, - "admin_graphql_api_id": { + "weight_unit": { "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "src": { - "type": "string" - }, - "variant_ids": { - "type": "array", - "items": { - "type": "integer" - } - } - }, - "required": [ - "id", - "alt", - "position", - "product_id", - "created_at", - "updated_at", - "admin_graphql_api_id", - "width", - "height", - "src", - "variant_ids" - ] - } - }, - "image": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "position": { - "type": "integer" - }, - "product_id": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "admin_graphql_api_id": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "src": { - "type": "string" - }, - "variant_ids": { - "type": "array", - "items": { - "type": "integer" } } - }, - "required": [ - "id", - "alt", - "position", - "product_id", - "created_at", - "updated_at", - "admin_graphql_api_id", - "width", - "height", - "src", - "variant_ids" - ] + } + }, + "vendor": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/create.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/create.json index 7eaeeae1e8..6b7bfdb35f 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/create.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/create.json @@ -1,118 +1,8 @@ { "type": "object", "properties": { - "id": { + "error": { "type": "string" - }, - "name": { - "type": "string" - }, - "is_channel": { - "type": "boolean" - }, - "is_group": { - "type": "boolean" - }, - "is_im": { - "type": "boolean" - }, - "is_mpim": { - "type": "boolean" - }, - "is_private": { - "type": "boolean" - }, - "created": { - "type": "integer" - }, - "is_archived": { - "type": "boolean" - }, - "is_general": { - "type": "boolean" - }, - "unlinked": { - "type": "integer" - }, - "name_normalized": { - "type": "string" - }, - "is_shared": { - "type": "boolean" - }, - "is_org_shared": { - "type": "boolean" - }, - "is_pending_ext_shared": { - "type": "boolean" - }, - "context_team_id": { - "type": "string" - }, - "updated": { - "type": "integer" - }, - "parent_conversation": { - "type": "null" - }, - "creator": { - "type": "string" - }, - "is_ext_shared": { - "type": "boolean" - }, - "shared_team_ids": { - "type": "array", - "items": { - "type": "string" - } - }, - "is_member": { - "type": "boolean" - }, - "last_read": { - "type": "string" - }, - "topic": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "creator": { - "type": "string" - }, - "last_set": { - "type": "integer" - } - }, - "required": [ - "value", - "creator", - "last_set" - ] - }, - "purpose": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "creator": { - "type": "string" - }, - "last_set": { - "type": "integer" - } - }, - "required": [ - "value", - "creator", - "last_set" - ] - }, - "priority": { - "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/get.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/get.json index 10510fdd0e..6f6ee7553c 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/get.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/get.json @@ -1,115 +1,71 @@ { "type": "object", "properties": { + "context_team_id": { + "type": "string" + }, + "created": { + "type": "integer" + }, + "creator": { + "type": "string" + }, "id": { "type": "string" }, - "name": { - "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_private": { - "type": "boolean" - }, - "created": { - "type": "integer" - }, - "is_archived": { - "type": "boolean" - }, - "is_general": { - "type": "boolean" - }, - "unlinked": { - "type": "integer" - }, - "name_normalized": { - "type": "string" - }, - "is_shared": { - "type": "boolean" - }, "is_org_shared": { "type": "boolean" }, "is_pending_ext_shared": { "type": "boolean" }, - "context_team_id": { - "type": "string" - }, - "updated": { - "type": "integer" - }, - "parent_conversation": { - "type": "null" - }, - "creator": { - "type": "string" - }, - "is_ext_shared": { + "is_private": { "type": "boolean" }, - "shared_team_ids": { - "type": "array", - "items": { - "type": "string" - } - }, - "is_member": { + "is_shared": { "type": "boolean" }, "last_read": { "type": "string" }, - "topic": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "creator": { - "type": "string" - }, - "last_set": { - "type": "integer" - } - }, - "required": [ - "value", - "creator", - "last_set" - ] + "name": { + "type": "string" }, - "purpose": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "creator": { - "type": "string" - }, - "last_set": { - "type": "integer" - } - }, - "required": [ - "value", - "creator", - "last_set" - ] + "name_normalized": { + "type": "string" + }, + "parent_conversation": { + "type": "null" + }, + "previous_names": { + "type": "array", + "items": { + "type": "string" + } }, "properties": { "type": "object", @@ -126,32 +82,23 @@ "quip_thread_id": { "type": "string" } - }, - "required": [ - "file_id", - "quip_thread_id" - ] + } }, "tabs": { "type": "array", "items": { "type": "object", "properties": { - "type": { + "id": { "type": "string" }, "label": { "type": "string" }, - "id": { + "type": { "type": "string" } - }, - "required": [ - "type", - "label", - "id" - ] + } } }, "tabz": { @@ -162,19 +109,50 @@ "type": { "type": "string" } - }, - "required": [ - "type" - ] + } } } } }, - "previous_names": { + "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 diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/getAll.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/getAll.json index 9267b30ff4..45a5a6d4b5 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/getAll.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/getAll.json @@ -1,113 +1,72 @@ { "type": "object", "properties": { + "context_team_id": { + "type": "string" + }, + "created": { + "type": "integer" + }, + "creator": { + "type": "string" + }, "id": { "type": "string" }, - "name": { - "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_private": { - "type": "boolean" - }, - "created": { - "type": "integer" - }, - "is_archived": { - "type": "boolean" - }, - "is_general": { - "type": "boolean" - }, - "unlinked": { - "type": "integer" - }, - "name_normalized": { - "type": "string" - }, - "is_shared": { - "type": "boolean" - }, "is_org_shared": { "type": "boolean" }, "is_pending_ext_shared": { "type": "boolean" }, - "context_team_id": { + "is_private": { + "type": "boolean" + }, + "is_shared": { + "type": "boolean" + }, + "name": { "type": "string" }, - "updated": { + "name_normalized": { + "type": "string" + }, + "num_members": { "type": "integer" }, "parent_conversation": { "type": "null" }, - "creator": { - "type": "string" - }, - "is_ext_shared": { - "type": "boolean" - }, - "shared_team_ids": { + "previous_names": { "type": "array", "items": { "type": "string" } }, - "is_member": { - "type": "boolean" - }, - "topic": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "creator": { - "type": "string" - }, - "last_set": { - "type": "integer" - } - }, - "required": [ - "value", - "creator", - "last_set" - ] - }, - "purpose": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "creator": { - "type": "string" - }, - "last_set": { - "type": "integer" - } - }, - "required": [ - "value", - "creator", - "last_set" - ] - }, "properties": { "type": "object", "properties": { @@ -123,32 +82,23 @@ "quip_thread_id": { "type": "string" } - }, - "required": [ - "file_id", - "quip_thread_id" - ] + } }, "tabs": { "type": "array", "items": { "type": "object", "properties": { - "type": { + "id": { "type": "string" }, "label": { "type": "string" }, - "id": { + "type": { "type": "string" } - }, - "required": [ - "type", - "label", - "id" - ] + } } }, "tabz": { @@ -159,10 +109,7 @@ "type": { "type": "string" } - }, - "required": [ - "type" - ] + } } }, "use_case": { @@ -170,24 +117,46 @@ } } }, - "previous_names": { + "purpose": { + "type": "object", + "properties": { + "creator": { + "type": "string" + }, + "last_set": { + "type": "integer" + }, + "value": { + "type": "string" + } + } + }, + "shared_team_ids": { "type": "array", "items": { "type": "string" } }, - "num_members": { + "topic": { + "type": "object", + "properties": { + "creator": { + "type": "string" + }, + "last_set": { + "type": "integer" + }, + "value": { + "type": "string" + } + } + }, + "unlinked": { + "type": "integer" + }, + "updated": { "type": "integer" } }, - "required": [ - "id", - "is_im", - "created", - "is_archived", - "is_org_shared", - "context_team_id", - "updated" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/history.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/history.json index d599ec472b..cdb9287cad 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/history.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/history.json @@ -1,22 +1,7 @@ { "type": "object", "properties": { - "user": { - "type": "string" - }, - "type": { - "type": "string" - }, - "ts": { - "type": "string" - }, - "client_msg_id": { - "type": "string" - }, - "text": { - "type": "string" - }, - "team": { + "app_id": { "type": "string" }, "blocks": { @@ -24,9 +9,6 @@ "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, "block_id": { "type": "string" }, @@ -35,58 +17,90 @@ "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, "elements": { "type": "array", "items": { "type": "object", "properties": { - "type": { + "text": { "type": "string" }, - "text": { + "type": { "type": "string" }, "url": { "type": "string" - }, - "style": { - "type": "object", - "properties": { - "bold": { - "type": "boolean" - } - } } - }, - "required": [ - "type" - ] + } } + }, + "type": { + "type": "string" } - }, - "required": [ - "type" - ] + } + } + }, + "type": { + "type": "string" + } + } + } + }, + "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" } } }, - "required": [ - "type", - "block_id" - ] + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "team_id": { + "type": "string" + }, + "updated": { + "type": "integer" + } } }, - "subtype": { + "team": { + "type": "string" + }, + "text": { + "type": "string" + }, + "ts": { + "type": "string" + }, + "type": { + "type": "string" + }, + "user": { "type": "string" } }, - "required": [ - "type", - "ts", - "text" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/join.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/join.json index a83408978c..2db67cb208 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/join.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/join.json @@ -1,65 +1,154 @@ { "type": "object", "properties": { + "context_team_id": { + "type": "string" + }, + "created": { + "type": "integer" + }, + "creator": { + "type": "string" + }, "id": { "type": "string" }, - "name": { - "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_private": { - "type": "boolean" - }, - "created": { - "type": "integer" - }, - "is_archived": { - "type": "boolean" - }, - "is_general": { - "type": "boolean" - }, - "unlinked": { - "type": "integer" - }, - "name_normalized": { - "type": "string" - }, - "is_shared": { - "type": "boolean" - }, "is_org_shared": { "type": "boolean" }, "is_pending_ext_shared": { "type": "boolean" }, - "context_team_id": { + "is_private": { + "type": "boolean" + }, + "is_shared": { + "type": "boolean" + }, + "name": { "type": "string" }, - "updated": { - "type": "integer" + "name_normalized": { + "type": "string" }, "parent_conversation": { "type": "null" }, - "creator": { - "type": "string" + "previous_names": { + "type": "array", + "items": { + "type": "string" + } }, - "is_ext_shared": { - "type": "boolean" + "properties": { + "type": "object", + "properties": { + "canvas": { + "type": "object", + "properties": { + "file_id": { + "type": "string" + }, + "quip_thread_id": { + "type": "string" + } + } + }, + "tabs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "data": { + "type": "object", + "properties": { + "folder_bookmark_id": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, + "is_disabled": { + "type": "boolean" + }, + "label": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "tabz": { + "type": "array", + "items": { + "type": "object", + "properties": { + "data": { + "type": "object", + "properties": { + "folder_bookmark_id": { + "type": "string" + } + } + }, + "id": { + "type": "string" + }, + "is_disabled": { + "type": "boolean" + }, + "label": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + } + } + }, + "purpose": { + "type": "object", + "properties": { + "creator": { + "type": "string" + }, + "last_set": { + "type": "integer" + }, + "value": { + "type": "string" + } + } }, "shared_team_ids": { "type": "array", @@ -67,83 +156,26 @@ "type": "string" } }, - "is_member": { - "type": "boolean" - }, "topic": { "type": "object", "properties": { - "value": { - "type": "string" - }, "creator": { "type": "string" }, "last_set": { "type": "integer" - } - }, - "required": [ - "value", - "creator", - "last_set" - ] - }, - "purpose": { - "type": "object", - "properties": { + }, "value": { "type": "string" - }, - "creator": { - "type": "string" - }, - "last_set": { - "type": "integer" } - }, - "required": [ - "value", - "creator", - "last_set" - ] - }, - "previous_names": { - "type": "array", - "items": { - "type": "string" } + }, + "unlinked": { + "type": "integer" + }, + "updated": { + "type": "integer" } }, - "required": [ - "id", - "name", - "is_channel", - "is_group", - "is_im", - "is_mpim", - "is_private", - "created", - "is_archived", - "is_general", - "unlinked", - "name_normalized", - "is_shared", - "is_org_shared", - "is_pending_ext_shared", - "pending_shared", - "context_team_id", - "updated", - "parent_conversation", - "creator", - "is_ext_shared", - "shared_team_ids", - "pending_connected_team_ids", - "is_member", - "topic", - "purpose", - "previous_names", - "priority" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/replies.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/replies.json index a80710aa54..a6429c7a8e 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/replies.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/replies.json @@ -1,56 +1,11 @@ { "type": "object", "properties": { - "user": { - "type": "string" - }, - "type": { - "type": "string" - }, - "ts": { - "type": "string" - }, - "client_msg_id": { - "type": "string" - }, - "text": { - "type": "string" - }, - "team": { - "type": "string" - }, - "thread_ts": { - "type": "string" - }, - "reply_count": { - "type": "integer" - }, - "reply_users_count": { - "type": "integer" - }, - "latest_reply": { - "type": "string" - }, - "reply_users": { - "type": "array", - "items": { - "type": "string" - } - }, - "is_locked": { - "type": "boolean" - }, - "subscribed": { - "type": "boolean" - }, "blocks": { "type": "array", "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, "block_id": { "type": "string" }, @@ -59,104 +14,86 @@ "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, "elements": { "type": "array", "items": { "type": "object", "properties": { + "text": { + "type": "string" + }, "type": { "type": "string" }, - "text": { + "url": { + "type": "string" + }, + "user_id": { "type": "string" } - }, - "required": [ - "type" - ] + } } + }, + "type": { + "type": "string" } - }, - "required": [ - "type" - ] + } } + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "block_id" - ] + } } }, "bot_id": { "type": "string" }, - "app_id": { + "client_msg_id": { "type": "string" }, - "bot_profile": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "deleted": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "updated": { - "type": "integer" - }, - "app_id": { - "type": "string" - }, - "icons": { - "type": "object", - "properties": { - "image_36": { - "type": "string" - }, - "image_48": { - "type": "string" - }, - "image_72": { - "type": "string" - } - }, - "required": [ - "image_36", - "image_48", - "image_72" - ] - }, - "team_id": { - "type": "string" - } - }, - "required": [ - "id", - "deleted", - "name", - "updated", - "app_id", - "icons", - "team_id" - ] + "is_locked": { + "type": "boolean" + }, + "latest_reply": { + "type": "string" }, "parent_user_id": { "type": "string" + }, + "reply_count": { + "type": "integer" + }, + "reply_users": { + "type": "array", + "items": { + "type": "string" + } + }, + "reply_users_count": { + "type": "integer" + }, + "subscribed": { + "type": "boolean" + }, + "team": { + "type": "string" + }, + "text": { + "type": "string" + }, + "thread_ts": { + "type": "string" + }, + "ts": { + "type": "string" + }, + "type": { + "type": "string" + }, + "user": { + "type": "string" } }, - "required": [ - "type", - "ts", - "text" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/setTopic.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/setTopic.json index db211f1187..61f6b7867d 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/setTopic.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/setTopic.json @@ -1,65 +1,82 @@ { "type": "object", "properties": { + "context_team_id": { + "type": "string" + }, + "created": { + "type": "integer" + }, + "creator": { + "type": "string" + }, "id": { "type": "string" }, - "name": { - "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_private": { - "type": "boolean" - }, - "created": { - "type": "integer" - }, - "is_archived": { - "type": "boolean" - }, - "is_general": { - "type": "boolean" - }, - "unlinked": { - "type": "integer" - }, - "name_normalized": { - "type": "string" - }, - "is_shared": { - "type": "boolean" - }, "is_org_shared": { "type": "boolean" }, "is_pending_ext_shared": { "type": "boolean" }, - "context_team_id": { + "is_private": { + "type": "boolean" + }, + "is_shared": { + "type": "boolean" + }, + "name": { "type": "string" }, - "updated": { - "type": "integer" + "name_normalized": { + "type": "string" }, "parent_conversation": { "type": "null" }, - "creator": { - "type": "string" + "previous_names": { + "type": "array", + "items": { + "type": "string" + } }, - "is_ext_shared": { - "type": "boolean" + "purpose": { + "type": "object", + "properties": { + "creator": { + "type": "string" + }, + "last_set": { + "type": "integer" + }, + "value": { + "type": "string" + } + } }, "shared_team_ids": { "type": "array", @@ -67,81 +84,26 @@ "type": "string" } }, - "is_member": { - "type": "boolean" - }, "topic": { "type": "object", "properties": { - "value": { - "type": "string" - }, "creator": { "type": "string" }, "last_set": { "type": "integer" - } - }, - "required": [ - "value", - "creator", - "last_set" - ] - }, - "purpose": { - "type": "object", - "properties": { + }, "value": { "type": "string" - }, - "creator": { - "type": "string" - }, - "last_set": { - "type": "integer" } - }, - "required": [ - "value", - "creator", - "last_set" - ] - }, - "previous_names": { - "type": "array", - "items": { - "type": "string" } + }, + "unlinked": { + "type": "integer" + }, + "updated": { + "type": "integer" } }, - "required": [ - "id", - "name", - "is_channel", - "is_group", - "is_im", - "is_mpim", - "is_private", - "created", - "is_archived", - "is_general", - "unlinked", - "name_normalized", - "is_shared", - "is_org_shared", - "is_pending_ext_shared", - "pending_shared", - "context_team_id", - "updated", - "parent_conversation", - "creator", - "is_ext_shared", - "shared_team_ids", - "pending_connected_team_ids", - "is_member", - "topic", - "purpose" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/get.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/get.json index d7c913709c..646289f5bd 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/get.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/get.json @@ -1,114 +1,46 @@ { "type": "object", "properties": { - "id": { + "aac": { "type": "string" }, - "created": { - "type": "integer" - }, - "timestamp": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "mimetype": { - "type": "string" - }, - "filetype": { - "type": "string" - }, - "pretty_type": { - "type": "string" - }, - "user": { - "type": "string" - }, - "user_team": { - "type": "string" - }, - "editable": { - "type": "boolean" - }, - "size": { - "type": "integer" - }, - "mode": { - "type": "string" - }, - "is_external": { - "type": "boolean" - }, - "external_type": { - "type": "string" - }, - "is_public": { - "type": "boolean" - }, - "public_url_shared": { - "type": "boolean" - }, - "display_as_bot": { - "type": "boolean" - }, - "username": { - "type": "string" - }, - "transcription": { - "type": "object", - "properties": { - "status": { - "type": "string" - } - }, - "required": [ - "status" - ] - }, - "url_private": { - "type": "string" - }, - "url_private_download": { - "type": "string" - }, - "duration_ms": { - "type": "integer" - }, "audio_wave_samples": { "type": "array", "items": { "type": "integer" } }, - "media_display_type": { - "type": "string" - }, - "permalink": { - "type": "string" - }, - "permalink_public": { - "type": "string" - }, - "is_starred": { - "type": "boolean" - }, "channels": { "type": "array", "items": { "type": "string" } }, - "groups": { - "type": "array", - "items": { - "type": "string" - } + "comments_count": { + "type": "integer" }, - "ims": { + "created": { + "type": "integer" + }, + "display_as_bot": { + "type": "boolean" + }, + "duration_ms": { + "type": "integer" + }, + "editable": { + "type": "boolean" + }, + "external_type": { + "type": "string" + }, + "file_access": { + "type": "string" + }, + "filetype": { + "type": "string" + }, + "groups": { "type": "array", "items": { "type": "string" @@ -120,11 +52,82 @@ "has_rich_preview": { "type": "boolean" }, - "file_access": { + "id": { "type": "string" }, - "comments_count": { + "ims": { + "type": "array", + "items": { + "type": "string" + } + }, + "is_external": { + "type": "boolean" + }, + "is_public": { + "type": "boolean" + }, + "is_starred": { + "type": "boolean" + }, + "media_display_type": { + "type": "string" + }, + "mimetype": { + "type": "string" + }, + "mode": { + "type": "string" + }, + "name": { + "type": "string" + }, + "permalink": { + "type": "string" + }, + "permalink_public": { + "type": "string" + }, + "pretty_type": { + "type": "string" + }, + "public_url_shared": { + "type": "boolean" + }, + "size": { "type": "integer" + }, + "subtype": { + "type": "string" + }, + "timestamp": { + "type": "integer" + }, + "title": { + "type": "string" + }, + "transcription": { + "type": "object", + "properties": { + "status": { + "type": "string" + } + } + }, + "url_private": { + "type": "string" + }, + "url_private_download": { + "type": "string" + }, + "user": { + "type": "string" + }, + "user_team": { + "type": "string" + }, + "username": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/getAll.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/getAll.json index 65fcea2614..cfbae6bf61 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/getAll.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/getAll.json @@ -1,61 +1,79 @@ { "type": "object", "properties": { - "id": { - "type": "string" + "channels": { + "type": "array", + "items": { + "type": "string" + } + }, + "comments_count": { + "type": "integer" }, "created": { "type": "integer" }, - "timestamp": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "mimetype": { - "type": "string" - }, - "filetype": { - "type": "string" - }, - "pretty_type": { - "type": "string" - }, - "user": { - "type": "string" - }, - "user_team": { - "type": "string" - }, - "editable": { + "display_as_bot": { "type": "boolean" }, - "size": { - "type": "integer" - }, - "mode": { - "type": "string" - }, - "is_external": { + "editable": { "type": "boolean" }, "external_type": { "type": "string" }, + "filetype": { + "type": "string" + }, + "groups": { + "type": "array", + "items": { + "type": "string" + } + }, + "id": { + "type": "string" + }, + "ims": { + "type": "array", + "items": { + "type": "string" + } + }, + "is_external": { + "type": "boolean" + }, "is_public": { "type": "boolean" }, + "media_display_type": { + "type": "string" + }, + "mimetype": { + "type": "string" + }, + "mode": { + "type": "string" + }, + "name": { + "type": "string" + }, + "permalink": { + "type": "string" + }, + "pretty_type": { + "type": "string" + }, "public_url_shared": { "type": "boolean" }, - "display_as_bot": { - "type": "boolean" + "size": { + "type": "integer" }, - "username": { + "timestamp": { + "type": "integer" + }, + "title": { "type": "string" }, "url_private": { @@ -64,32 +82,14 @@ "url_private_download": { "type": "string" }, - "media_display_type": { + "user": { "type": "string" }, - "permalink": { + "user_team": { "type": "string" }, - "channels": { - "type": "array", - "items": { - "type": "string" - } - }, - "groups": { - "type": "array", - "items": { - "type": "string" - } - }, - "ims": { - "type": "array", - "items": { - "type": "string" - } - }, - "comments_count": { - "type": "integer" + "username": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/upload.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/upload.json index e74746195b..1b6a24b446 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/upload.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/upload.json @@ -1,90 +1,33 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "created": { - "type": "integer" - }, - "timestamp": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "mimetype": { - "type": "string" - }, - "filetype": { - "type": "string" - }, - "pretty_type": { - "type": "string" - }, - "user": { - "type": "string" - }, - "user_team": { - "type": "string" - }, - "editable": { - "type": "boolean" - }, - "size": { - "type": "integer" - }, - "mode": { - "type": "string" - }, - "is_external": { - "type": "boolean" - }, - "external_type": { - "type": "string" - }, - "is_public": { - "type": "boolean" - }, - "public_url_shared": { - "type": "boolean" - }, - "display_as_bot": { - "type": "boolean" - }, - "username": { - "type": "string" - }, - "url_private": { - "type": "string" - }, - "url_private_download": { - "type": "string" - }, - "media_display_type": { - "type": "string" - }, - "permalink": { - "type": "string" - }, - "permalink_public": { - "type": "string" - }, - "comments_count": { - "type": "integer" - }, - "is_starred": { - "type": "boolean" - }, "channels": { "type": "array", "items": { "type": "string" } }, + "comments_count": { + "type": "integer" + }, + "created": { + "type": "integer" + }, + "display_as_bot": { + "type": "boolean" + }, + "editable": { + "type": "boolean" + }, + "external_type": { + "type": "string" + }, + "file_access": { + "type": "string" + }, + "filetype": { + "type": "string" + }, "groups": { "type": "array", "items": { @@ -97,7 +40,64 @@ "has_rich_preview": { "type": "boolean" }, - "file_access": { + "id": { + "type": "string" + }, + "is_external": { + "type": "boolean" + }, + "is_public": { + "type": "boolean" + }, + "is_starred": { + "type": "boolean" + }, + "media_display_type": { + "type": "string" + }, + "mimetype": { + "type": "string" + }, + "mode": { + "type": "string" + }, + "name": { + "type": "string" + }, + "permalink": { + "type": "string" + }, + "permalink_public": { + "type": "string" + }, + "pretty_type": { + "type": "string" + }, + "public_url_shared": { + "type": "boolean" + }, + "size": { + "type": "integer" + }, + "timestamp": { + "type": "integer" + }, + "title": { + "type": "string" + }, + "url_private": { + "type": "string" + }, + "url_private_download": { + "type": "string" + }, + "user": { + "type": "string" + }, + "user_team": { + "type": "string" + }, + "username": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/delete.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/delete.json index d41d3483af..68565ca31d 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/delete.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/delete.json @@ -1,14 +1,14 @@ { "type": "object", "properties": { - "ok": { - "type": "boolean" - }, "channel": { "type": "string" }, "message_timestamp": { "type": "string" + }, + "ok": { + "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/getPermalink.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/getPermalink.json index f3b245911d..c05f6cb280 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/getPermalink.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/getPermalink.json @@ -1,14 +1,14 @@ { "type": "object", "properties": { + "channel": { + "type": "string" + }, "ok": { "type": "boolean" }, "permalink": { "type": "string" - }, - "channel": { - "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/post.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/post.json index 4dfad64ae6..53123ab7b4 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/post.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/post.json @@ -1,47 +1,76 @@ { "type": "object", "properties": { - "ok": { - "type": "boolean" - }, "channel": { "type": "string" }, "message": { "type": "object", "properties": { - "user": { - "type": "string" - }, - "type": { - "type": "string" - }, - "ts": { - "type": "string" - }, - "bot_id": { - "type": "string" - }, "app_id": { "type": "string" }, - "text": { - "type": "string" + "blocks": { + "type": "array", + "items": { + "type": "object", + "properties": { + "block_id": { + "type": "string" + }, + "elements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "elements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "style": { + "type": "object", + "properties": { + "italic": { + "type": "boolean" + } + } + }, + "text": { + "type": "string" + }, + "type": { + "type": "string" + }, + "url": { + "type": "string" + } + } + } + }, + "type": { + "type": "string" + } + } + } + }, + "type": { + "type": "string" + } + } + } }, - "team": { + "bot_id": { "type": "string" }, "bot_profile": { "type": "object", "properties": { - "id": { - "type": "string" - }, "app_id": { "type": "string" }, - "name": { - "type": "string" + "deleted": { + "type": "boolean" }, "icons": { "type": "object", @@ -55,104 +84,44 @@ "image_72": { "type": "string" } - }, - "required": [ - "image_36", - "image_48", - "image_72" - ] + } }, - "deleted": { - "type": "boolean" + "id": { + "type": "string" }, - "updated": { - "type": "integer" + "name": { + "type": "string" }, "team_id": { "type": "string" - } - }, - "required": [ - "id", - "app_id", - "name", - "icons", - "deleted", - "updated", - "team_id" - ] - }, - "blocks": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "block_id": { - "type": "string" - }, - "elements": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "elements": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "text": { - "type": "string" - }, - "style": { - "type": "object", - "properties": { - "italic": { - "type": "boolean" - } - } - }, - "url": { - "type": "string" - } - }, - "required": [ - "type" - ] - } - } - }, - "required": [ - "type" - ] - } - } }, - "required": [ - "type", - "block_id" - ] + "updated": { + "type": "integer" + } } + }, + "team": { + "type": "string" + }, + "text": { + "type": "string" + }, + "ts": { + "type": "string" + }, + "type": { + "type": "string" + }, + "user": { + "type": "string" } - }, - "required": [ - "type", - "ts", - "bot_id", - "app_id", - "text" - ] + } }, "message_timestamp": { "type": "string" + }, + "ok": { + "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/search.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/search.json index 2503dd2ca2..089389b594 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/search.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/search.json @@ -1,11 +1,47 @@ { "type": "object", "properties": { - "iid": { - "type": "string" - }, - "team": { - "type": "string" + "blocks": { + "type": "array", + "items": { + "type": "object", + "properties": { + "block_id": { + "type": "string" + }, + "elements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "elements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "text": { + "type": "string" + }, + "type": { + "type": "string" + }, + "user_id": { + "type": "string" + } + } + } + }, + "type": { + "type": "string" + } + } + } + }, + "type": { + "type": "string" + } + } + } }, "channel": { "type": "object", @@ -16,6 +52,9 @@ "is_channel": { "type": "boolean" }, + "is_ext_shared": { + "type": "boolean" + }, "is_group": { "type": "boolean" }, @@ -25,107 +64,46 @@ "is_mpim": { "type": "boolean" }, - "is_shared": { - "type": "boolean" - }, "is_org_shared": { "type": "boolean" }, - "is_ext_shared": { + "is_pending_ext_shared": { "type": "boolean" }, "is_private": { "type": "boolean" }, + "is_shared": { + "type": "boolean" + }, "name": { "type": "string" - }, - "is_pending_ext_shared": { - "type": "boolean" } - }, - "required": [ - "id", - "is_channel", - "is_group", - "is_im", - "is_mpim", - "is_shared", - "is_org_shared", - "is_ext_shared", - "is_private", - "name" - ] + } + }, + "iid": { + "type": "string" + }, + "no_reactions": { + "type": "boolean" + }, + "permalink": { + "type": "string" + }, + "team": { + "type": "string" + }, + "text": { + "type": "string" + }, + "ts": { + "type": "string" }, "type": { "type": "string" }, "username": { "type": "string" - }, - "ts": { - "type": "string" - }, - "blocks": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "block_id": { - "type": "string" - }, - "elements": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "elements": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "text": { - "type": "string" - }, - "user_id": { - "type": "string" - } - }, - "required": [ - "type" - ] - } - } - }, - "required": [ - "type" - ] - } - } - }, - "required": [ - "type", - "block_id" - ] - } - }, - "text": { - "type": "string" - }, - "permalink": { - "type": "string" - }, - "no_reactions": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/update.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/update.json index 37ac54b579..edbd23c45c 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/update.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/update.json @@ -1,62 +1,93 @@ { "type": "object", "properties": { - "ok": { - "type": "boolean" - }, "channel": { "type": "string" }, - "text": { - "type": "string" - }, "message": { "type": "object", "properties": { - "user": { - "type": "string" - }, - "type": { - "type": "string" - }, - "edited": { - "type": "object", - "properties": { - "user": { - "type": "string" - }, - "ts": { - "type": "string" - } - }, - "required": [ - "user", - "ts" - ] - }, - "bot_id": { - "type": "string" - }, "app_id": { "type": "string" }, - "text": { - "type": "string" + "blocks": { + "type": "array", + "items": { + "type": "object", + "properties": { + "block_id": { + "type": "string" + }, + "elements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "elements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "style": { + "type": "object", + "properties": { + "bold": { + "type": "boolean" + }, + "italic": { + "type": "boolean" + } + } + }, + "text": { + "type": "string" + }, + "type": { + "type": "string" + }, + "url": { + "type": "string" + } + } + } + }, + "type": { + "type": "string" + } + } + } + }, + "text": { + "type": "object", + "properties": { + "text": { + "type": "string" + }, + "type": { + "type": "string" + }, + "verbatim": { + "type": "boolean" + } + } + }, + "type": { + "type": "string" + } + } + } }, - "team": { + "bot_id": { "type": "string" }, "bot_profile": { "type": "object", "properties": { - "id": { - "type": "string" - }, "app_id": { "type": "string" }, - "name": { - "type": "string" + "deleted": { + "type": "boolean" }, "icons": { "type": "object", @@ -70,106 +101,55 @@ "image_72": { "type": "string" } - }, - "required": [ - "image_36", - "image_48", - "image_72" - ] + } }, - "deleted": { - "type": "boolean" + "id": { + "type": "string" }, - "updated": { - "type": "integer" + "name": { + "type": "string" }, "team_id": { "type": "string" - } - }, - "required": [ - "id", - "app_id", - "name", - "icons", - "deleted", - "updated", - "team_id" - ] - }, - "blocks": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "block_id": { - "type": "string" - }, - "elements": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "elements": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "text": { - "type": "string" - }, - "style": { - "type": "object", - "properties": { - "italic": { - "type": "boolean" - }, - "bold": { - "type": "boolean" - } - } - }, - "url": { - "type": "string" - } - }, - "required": [ - "type" - ] - } - } - }, - "required": [ - "type" - ] - } - } }, - "required": [ - "type", - "block_id" - ] + "updated": { + "type": "integer" + } } + }, + "edited": { + "type": "object", + "properties": { + "ts": { + "type": "string" + }, + "user": { + "type": "string" + } + } + }, + "team": { + "type": "string" + }, + "text": { + "type": "string" + }, + "type": { + "type": "string" + }, + "user": { + "type": "string" } - }, - "required": [ - "type", - "edited", - "text", - "blocks" - ] + } }, "message_timestamp": { "type": "string" + }, + "ok": { + "type": "boolean" + }, + "text": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/reaction/get.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/reaction/get.json index 534764eaf6..b605bb928b 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/reaction/get.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/reaction/get.json @@ -1,44 +1,17 @@ { "type": "object", "properties": { - "ok": { - "type": "boolean" - }, - "type": { + "channel": { "type": "string" }, "message": { "type": "object", "properties": { - "user": { - "type": "string" - }, - "text": { - "type": "string" - }, - "type": { - "type": "string" - }, - "ts": { - "type": "string" - }, - "permalink": { - "type": "string" - }, - "client_msg_id": { - "type": "string" - }, - "team": { - "type": "string" - }, "blocks": { "type": "array", "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, "block_id": { "type": "string" }, @@ -47,47 +20,49 @@ "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, "elements": { "type": "array", "items": { "type": "object", "properties": { - "type": { + "text": { "type": "string" }, - "text": { + "type": { "type": "string" }, "url": { "type": "string" } - }, - "required": [ - "type" - ] + } } + }, + "type": { + "type": "string" } - }, - "required": [ - "type" - ] + } } + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "block_id" - ] + } } }, + "client_msg_id": { + "type": "string" + }, + "permalink": { + "type": "string" + }, "reactions": { "type": "array", "items": { "type": "object", "properties": { + "count": { + "type": "integer" + }, "name": { "type": "string" }, @@ -96,26 +71,31 @@ "items": { "type": "string" } - }, - "count": { - "type": "integer" } - }, - "required": [ - "name", - "users", - "count" - ] + } } + }, + "team": { + "type": "string" + }, + "text": { + "type": "string" + }, + "ts": { + "type": "string" + }, + "type": { + "type": "string" + }, + "user": { + "type": "string" } - }, - "required": [ - "text", - "type", - "ts" - ] + } }, - "channel": { + "ok": { + "type": "boolean" + }, + "type": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/reaction/remove.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/reaction/remove.json new file mode 100644 index 0000000000..b5b5d67e98 --- /dev/null +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/reaction/remove.json @@ -0,0 +1,9 @@ +{ + "type": "object", + "properties": { + "ok": { + "type": "boolean" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getAll.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getAll.json index 39039a5caa..bbb23704b9 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getAll.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getAll.json @@ -1,166 +1,27 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "team_id": { - "type": "string" - }, - "name": { + "color": { "type": "string" }, "deleted": { "type": "boolean" }, - "color": { + "id": { "type": "string" }, - "real_name": { - "type": "string" - }, - "tz": { - "type": "string" - }, - "tz_label": { - "type": "string" - }, - "tz_offset": { - "type": "integer" - }, - "profile": { - "type": "object", - "properties": { - "title": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "skype": { - "type": "string" - }, - "real_name": { - "type": "string" - }, - "real_name_normalized": { - "type": "string" - }, - "display_name": { - "type": "string" - }, - "display_name_normalized": { - "type": "string" - }, - "status_text": { - "type": "string" - }, - "status_emoji": { - "type": "string" - }, - "status_emoji_display_info": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emoji_name": { - "type": "string" - }, - "display_url": { - "type": "string" - }, - "unicode": { - "type": "string" - } - }, - "required": [ - "emoji_name", - "display_url" - ] - } - }, - "status_expiration": { - "type": "integer" - }, - "avatar_hash": { - "type": "string" - }, - "always_active": { - "type": "boolean" - }, - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "image_24": { - "type": "string" - }, - "image_32": { - "type": "string" - }, - "image_48": { - "type": "string" - }, - "image_72": { - "type": "string" - }, - "image_192": { - "type": "string" - }, - "image_512": { - "type": "string" - }, - "status_text_canonical": { - "type": "string" - }, - "team": { - "type": "string" - }, - "image_original": { - "type": "string" - }, - "is_custom_image": { - "type": "boolean" - }, - "huddle_state": { - "type": "string" - }, - "huddle_state_expiration_ts": { - "type": "integer" - }, - "image_1024": { - "type": "string" - } - }, - "required": [ - "title", - "phone", - "skype", - "real_name", - "real_name_normalized", - "display_name", - "display_name_normalized", - "fields", - "status_text", - "status_emoji", - "status_emoji_display_info", - "status_expiration", - "avatar_hash", - "image_24", - "image_32", - "image_48", - "image_72", - "image_192", - "image_512", - "status_text_canonical", - "team" - ] - }, "is_admin": { "type": "boolean" }, + "is_app_user": { + "type": "boolean" + }, + "is_bot": { + "type": "boolean" + }, + "is_email_confirmed": { + "type": "boolean" + }, "is_owner": { "type": "boolean" }, @@ -173,31 +34,133 @@ "is_ultra_restricted": { "type": "boolean" }, - "is_bot": { - "type": "boolean" + "name": { + "type": "string" }, - "is_app_user": { - "type": "boolean" + "profile": { + "type": "object", + "properties": { + "always_active": { + "type": "boolean" + }, + "avatar_hash": { + "type": "string" + }, + "display_name": { + "type": "string" + }, + "display_name_normalized": { + "type": "string" + }, + "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" }, - "is_email_confirmed": { - "type": "boolean" - }, "who_can_share_contact_card": { "type": "string" } }, - "required": [ - "id", - "team_id", - "name", - "deleted", - "profile", - "is_bot", - "is_app_user", - "updated" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getPresence.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getPresence.json index 8d5392b7ae..4548953011 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getPresence.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getPresence.json @@ -8,9 +8,5 @@ "type": "string" } }, - "required": [ - "ok", - "presence" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getProfile.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getProfile.json index 6d1f4ff14b..40e1038a2d 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getProfile.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getProfile.json @@ -1,19 +1,7 @@ { "type": "object", "properties": { - "title": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "skype": { - "type": "string" - }, - "real_name": { - "type": "string" - }, - "real_name_normalized": { + "avatar_hash": { "type": "string" }, "display_name": { @@ -22,59 +10,16 @@ "display_name_normalized": { "type": "string" }, - "status_text": { - "type": "string" - }, - "status_emoji": { - "type": "string" - }, - "status_emoji_display_info": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emoji_name": { - "type": "string" - }, - "display_url": { - "type": "string" - }, - "unicode": { - "type": "string" - } - }, - "required": [ - "emoji_name", - "display_url", - "unicode" - ] - } - }, - "status_expiration": { - "type": "integer" - }, - "avatar_hash": { - "type": "string" - }, - "image_original": { - "type": "string" - }, - "is_custom_image": { - "type": "boolean" - }, "email": { "type": "string" }, - "huddle_state": { - "type": "string" - }, - "huddle_state_expiration_ts": { - "type": "integer" - }, "first_name": { "type": "string" }, - "last_name": { + "image_1024": { + "type": "string" + }, + "image_192": { "type": "string" }, "image_24": { @@ -86,45 +31,65 @@ "image_48": { "type": "string" }, - "image_72": { - "type": "string" - }, - "image_192": { - "type": "string" - }, "image_512": { "type": "string" }, - "image_1024": { + "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" + }, + "title": { + "type": "string" } }, - "required": [ - "title", - "phone", - "skype", - "real_name", - "real_name_normalized", - "display_name", - "display_name_normalized", - "fields", - "status_text", - "status_emoji", - "status_emoji_display_info", - "status_expiration", - "avatar_hash", - "first_name", - "last_name", - "image_24", - "image_32", - "image_48", - "image_72", - "image_192", - "image_512", - "status_text_canonical" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/info.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/info.json index 9a3fbfa544..505ccebe2d 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/info.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/info.json @@ -1,158 +1,27 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "team_id": { - "type": "string" - }, - "name": { + "color": { "type": "string" }, "deleted": { "type": "boolean" }, - "color": { + "id": { "type": "string" }, - "real_name": { - "type": "string" - }, - "tz": { - "type": "string" - }, - "tz_label": { - "type": "string" - }, - "tz_offset": { - "type": "integer" - }, - "profile": { - "type": "object", - "properties": { - "title": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "skype": { - "type": "string" - }, - "real_name": { - "type": "string" - }, - "real_name_normalized": { - "type": "string" - }, - "display_name": { - "type": "string" - }, - "display_name_normalized": { - "type": "string" - }, - "status_text": { - "type": "string" - }, - "status_emoji": { - "type": "string" - }, - "status_emoji_display_info": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emoji_name": { - "type": "string" - }, - "display_url": { - "type": "string" - }, - "unicode": { - "type": "string" - } - }, - "required": [ - "emoji_name", - "display_url", - "unicode" - ] - } - }, - "status_expiration": { - "type": "integer" - }, - "avatar_hash": { - "type": "string" - }, - "image_original": { - "type": "string" - }, - "is_custom_image": { - "type": "boolean" - }, - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "image_24": { - "type": "string" - }, - "image_32": { - "type": "string" - }, - "image_48": { - "type": "string" - }, - "image_72": { - "type": "string" - }, - "image_192": { - "type": "string" - }, - "image_512": { - "type": "string" - }, - "image_1024": { - "type": "string" - }, - "status_text_canonical": { - "type": "string" - }, - "team": { - "type": "string" - } - }, - "required": [ - "title", - "phone", - "skype", - "real_name", - "real_name_normalized", - "display_name", - "display_name_normalized", - "fields", - "status_text", - "status_emoji", - "status_emoji_display_info", - "status_expiration", - "avatar_hash", - "image_24", - "image_32", - "image_48", - "image_72", - "image_192", - "image_512", - "status_text_canonical", - "team" - ] - }, "is_admin": { "type": "boolean" }, + "is_app_user": { + "type": "boolean" + }, + "is_bot": { + "type": "boolean" + }, + "is_email_confirmed": { + "type": "boolean" + }, "is_owner": { "type": "boolean" }, @@ -165,31 +34,130 @@ "is_ultra_restricted": { "type": "boolean" }, - "is_bot": { - "type": "boolean" + "name": { + "type": "string" }, - "is_app_user": { - "type": "boolean" + "profile": { + "type": "object", + "properties": { + "avatar_hash": { + "type": "string" + }, + "display_name": { + "type": "string" + }, + "display_name_normalized": { + "type": "string" + }, + "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" }, - "is_email_confirmed": { - "type": "boolean" - }, "who_can_share_contact_card": { "type": "string" } }, - "required": [ - "id", - "team_id", - "name", - "deleted", - "profile", - "is_bot", - "is_app_user", - "updated" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/updateProfile.json b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/updateProfile.json index 4b1abdc48b..aa99dbf050 100644 --- a/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/updateProfile.json +++ b/packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/updateProfile.json @@ -1,19 +1,7 @@ { "type": "object", "properties": { - "title": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "skype": { - "type": "string" - }, - "real_name": { - "type": "string" - }, - "real_name_normalized": { + "avatar_hash": { "type": "string" }, "display_name": { @@ -22,249 +10,158 @@ "display_name_normalized": { "type": "string" }, + "email": { + "type": "string" + }, "fields": { "type": "object", "properties": { "Xf03UMDX9738": { "type": "object", "properties": { - "value": { - "type": "string" - }, "alt": { "type": "string" - } - }, - "required": [ - "value", - "alt" - ] - }, - "Xf0403NW3YCQ": { - "type": "object", - "properties": { + }, "value": { "type": "string" - }, - "alt": { - "type": "string" } - }, - "required": [ - "value", - "alt" - ] - }, - "Xf03UR35L6MT": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "alt": { - "type": "string" - } - }, - "required": [ - "value", - "alt" - ] + } }, "Xf03UMDX98DC": { "type": "object", "properties": { - "value": { - "type": "string" - }, "alt": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "alt" - ] + } }, - "Xf03V6LREDCZ": { + "Xf03UR35L6MT": { "type": "object", "properties": { - "value": { - "type": "string" - }, "alt": { "type": "string" - } - }, - "required": [ - "value", - "alt" - ] - }, - "Xf03UU2E8W4S": { - "type": "object", - "properties": { + }, "value": { "type": "string" - }, - "alt": { - "type": "string" } - }, - "required": [ - "value", - "alt" - ] - }, - "Xf05GWG5K0S0": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "alt": { - "type": "string" - } - }, - "required": [ - "value", - "alt" - ] - }, - "Xf08BT55JWBG": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "alt": { - "type": "string" - } - }, - "required": [ - "value", - "alt" - ] - }, - "Xf08BWUCR1LM": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "alt": { - "type": "string" - } - }, - "required": [ - "value", - "alt" - ] - }, - "Xf03UWFR6VJQ": { - "type": "object", - "properties": { - "value": { - "type": "string" - }, - "alt": { - "type": "string" - } - }, - "required": [ - "value", - "alt" - ] + } }, "Xf03UR35L7K7": { "type": "object", "properties": { - "value": { - "type": "string" - }, "alt": { "type": "string" - } - }, - "required": [ - "value", - "alt" - ] - }, - "Xf08FLSF1456": { - "type": "object", - "properties": { + }, "value": { "type": "string" - }, - "alt": { - "type": "string" } - }, - "required": [ - "value", - "alt" - ] + } }, "Xf03UTUL86LB": { "type": "object", "properties": { - "value": { - "type": "string" - }, "alt": { "type": "string" + }, + "value": { + "type": "string" } - }, - "required": [ - "value", - "alt" - ] + } + }, + "Xf03UU2E8W4S": { + "type": "object", + "properties": { + "alt": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "Xf03UWFR6VJQ": { + "type": "object", + "properties": { + "alt": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "Xf03V6LREDCZ": { + "type": "object", + "properties": { + "alt": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "Xf0403NW3YCQ": { + "type": "object", + "properties": { + "alt": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "Xf05GWG5K0S0": { + "type": "object", + "properties": { + "alt": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "Xf08BT55JWBG": { + "type": "object", + "properties": { + "alt": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "Xf08BWUCR1LM": { + "type": "object", + "properties": { + "alt": { + "type": "string" + }, + "value": { + "type": "string" + } + } + }, + "Xf08FLSF1456": { + "type": "object", + "properties": { + "alt": { + "type": "string" + }, + "value": { + "type": "string" + } + } } } }, - "status_text": { - "type": "string" - }, - "status_emoji": { - "type": "string" - }, - "status_emoji_display_info": { - "type": "array", - "items": { - "type": "object", - "properties": { - "emoji_name": { - "type": "string" - }, - "display_url": { - "type": "string" - }, - "unicode": { - "type": "string" - } - }, - "required": [ - "emoji_name", - "display_url" - ] - } - }, - "status_expiration": { - "type": "integer" - }, - "avatar_hash": { - "type": "string" - }, - "start_date": { - "type": "string" - }, - "image_original": { - "type": "string" - }, - "is_custom_image": { - "type": "boolean" - }, - "email": { + "first_name": { "type": "string" }, "huddle_state": { @@ -273,10 +170,10 @@ "huddle_state_expiration_ts": { "type": "integer" }, - "first_name": { + "image_1024": { "type": "string" }, - "last_name": { + "image_192": { "type": "string" }, "image_24": { @@ -288,20 +185,67 @@ "image_48": { "type": "string" }, - "image_72": { - "type": "string" - }, - "image_192": { - "type": "string" - }, "image_512": { "type": "string" }, - "image_1024": { + "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" + }, + "start_date": { + "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" + }, + "title": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Sms77/__schema__/v1.0.0/sms/send.json b/packages/nodes-base/nodes/Sms77/__schema__/v1.0.0/sms/send.json index ca29ab0598..74ed8e60ec 100644 --- a/packages/nodes-base/nodes/Sms77/__schema__/v1.0.0/sms/send.json +++ b/packages/nodes-base/nodes/Sms77/__schema__/v1.0.0/sms/send.json @@ -1,73 +1,47 @@ { "type": "object", "properties": { - "success": { - "type": "string" - }, "debug": { "type": "string" }, - "sms_type": { - "type": "string" - }, "messages": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "sender": { - "type": "string" - }, - "text": { - "type": "string" - }, "encoding": { "type": "string" }, + "is_binary": { + "type": "boolean" + }, "label": { "type": "null" }, "parts": { "type": "integer" }, - "udh": { - "type": "null" - }, - "is_binary": { - "type": "boolean" + "sender": { + "type": "string" }, "success": { "type": "boolean" + }, + "text": { + "type": "string" + }, + "udh": { + "type": "null" } - }, - "required": [ - "id", - "sender", - "recipient", - "text", - "encoding", - "label", - "parts", - "udh", - "is_binary", - "price", - "success", - "error", - "error_text" - ] + } } + }, + "sms_type": { + "type": "string" + }, + "success": { + "type": "string" } }, - "required": [ - "success", - "total_price", - "balance", - "debug", - "sms_type", - "messages" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Splunk/__schema__/v2.0.0/search/create.json b/packages/nodes-base/nodes/Splunk/__schema__/v2.0.0/search/create.json index e04fb521a0..881f722c41 100644 --- a/packages/nodes-base/nodes/Splunk/__schema__/v2.0.0/search/create.json +++ b/packages/nodes-base/nodes/Splunk/__schema__/v2.0.0/search/create.json @@ -1,62 +1,21 @@ { "type": "object", "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "updated": { - "type": "string" - }, - "links": { - "type": "object", - "properties": { - "alternate": { - "type": "string" - }, - "search.log": { - "type": "string" - }, - "events": { - "type": "string" - }, - "results": { - "type": "string" - }, - "results_preview": { - "type": "string" - }, - "timeline": { - "type": "string" - }, - "summary": { - "type": "string" - }, - "control": { - "type": "string" - } - }, - "required": [ - "alternate", - "events", - "results", - "results_preview", - "timeline", - "summary", - "control" - ] - }, - "published": { - "type": "string" - }, - "author": { - "type": "string" - }, "acl": { "type": "object", "properties": { + "app": { + "type": "string" + }, + "can_write": { + "type": "boolean" + }, + "modifiable": { + "type": "boolean" + }, + "owner": { + "type": "string" + }, "perms": { "type": "object", "properties": { @@ -72,40 +31,18 @@ "type": "string" } } - }, - "required": [ - "read", - "write" - ] - }, - "owner": { - "type": "string" - }, - "modifiable": { - "type": "boolean" + } }, "sharing": { "type": "string" }, - "app": { - "type": "string" - }, - "can_write": { - "type": "boolean" - }, "ttl": { "type": "string" } - }, - "required": [ - "perms", - "owner", - "modifiable", - "sharing", - "app", - "can_write", - "ttl" - ] + } + }, + "author": { + "type": "string" }, "bundleVersion": { "type": "string" @@ -134,6 +71,12 @@ "earliestTime": { "type": "string" }, + "entryUrl": { + "type": "string" + }, + "id": { + "type": "string" + }, "isDone": { "type": "boolean" }, @@ -164,39 +107,58 @@ "label": { "type": "string" }, + "links": { + "type": "object", + "properties": { + "alternate": { + "type": "string" + }, + "control": { + "type": "string" + }, + "events": { + "type": "string" + }, + "results": { + "type": "string" + }, + "results_preview": { + "type": "string" + }, + "search.log": { + "type": "string" + }, + "summary": { + "type": "string" + }, + "timeline": { + "type": "string" + } + } + }, + "messages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "help": { + "type": "string" + }, + "text": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "name": { + "type": "string" + }, "numPreviews": { "type": "integer" }, - "pid": { - "type": "string" - }, - "priority": { - "type": "integer" - }, - "provenance": { - "type": "string" - }, - "resultPreviewCount": { - "type": "integer" - }, - "sampleRatio": { - "type": "string" - }, - "sampleSeed": { - "type": "string" - }, - "search": { - "type": "string" - }, - "sid": { - "type": "string" - }, - "statusBuckets": { - "type": "integer" - }, - "ttl": { - "type": "integer" - }, "performance": { "type": "object", "properties": { @@ -209,11 +171,7 @@ "invocations": { "type": "integer" } - }, - "required": [ - "duration_secs", - "invocations" - ] + } }, "startup.handoff": { "type": "object", @@ -224,34 +182,21 @@ "invocations": { "type": "integer" } - }, - "required": [ - "duration_secs", - "invocations" - ] + } } } }, - "messages": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "text": { - "type": "string" - }, - "help": { - "type": "string" - } - }, - "required": [ - "type", - "text" - ] - } + "pid": { + "type": "string" + }, + "priority": { + "type": "integer" + }, + "provenance": { + "type": "string" + }, + "published": { + "type": "string" }, "request": { "type": "object", @@ -259,10 +204,10 @@ "search": { "type": "string" } - }, - "required": [ - "search" - ] + } + }, + "resultPreviewCount": { + "type": "integer" }, "runtime": { "type": "object", @@ -273,11 +218,16 @@ "auto_pause": { "type": "string" } - }, - "required": [ - "auto_cancel", - "auto_pause" - ] + } + }, + "sampleRatio": { + "type": "string" + }, + "sampleSeed": { + "type": "string" + }, + "search": { + "type": "string" }, "searchProviders": { "type": "array", @@ -285,41 +235,18 @@ "type": "string" } }, - "entryUrl": { + "sid": { + "type": "string" + }, + "statusBuckets": { + "type": "integer" + }, + "ttl": { + "type": "integer" + }, + "updated": { "type": "string" } }, - "required": [ - "name", - "id", - "updated", - "links", - "published", - "author", - "acl", - "cursorTime", - "defaultSaveTTL", - "defaultTTL", - "delegate", - "diskUsage", - "dispatchState", - "doneProgress", - "earliestTime", - "isDone", - "isFailed", - "isFinalized", - "isPaused", - "isSaved", - "isSavedSearch", - "label", - "sid", - "statusBuckets", - "ttl", - "messages", - "request", - "runtime", - "searchProviders", - "entryUrl" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Splunk/__schema__/v2.0.0/search/getResult.json b/packages/nodes-base/nodes/Splunk/__schema__/v2.0.0/search/getResult.json index d13f1d9e11..6c7304a3e1 100644 --- a/packages/nodes-base/nodes/Splunk/__schema__/v2.0.0/search/getResult.json +++ b/packages/nodes-base/nodes/Splunk/__schema__/v2.0.0/search/getResult.json @@ -1,8 +1,16 @@ { "type": "object", "properties": { - "preview": { - "type": "boolean" + "fields": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + } + } + } }, "init_offset": { "type": "integer" @@ -12,33 +20,18 @@ "items": { "type": "object", "properties": { - "type": { - "type": "string" - }, "text": { "type": "string" - } - }, - "required": [ - "type", - "text" - ] - } - }, - "fields": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { + }, + "type": { "type": "string" } - }, - "required": [ - "name" - ] + } } }, + "preview": { + "type": "boolean" + }, "results": { "type": "array", "items": { @@ -47,10 +40,10 @@ "_time": { "type": "string" }, - "attack": { + "app": { "type": "string" }, - "app": { + "attack": { "type": "string" }, "dest_ip": { @@ -59,6 +52,9 @@ "dest_port": { "type": "string" }, + "file_name": { + "type": "string" + }, "file_path": { "type": "string" }, @@ -85,19 +81,10 @@ }, "transport": { "type": "string" - }, - "file_name": { - "type": "string" } } } } }, - "required": [ - "preview", - "init_offset", - "messages", - "results" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/album/search.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/album/search.json index e8940ef0b9..c159a3cf14 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/album/search.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/album/search.json @@ -4,8 +4,36 @@ "album_type": { "type": "string" }, - "total_tracks": { - "type": "integer" + "artists": { + "type": "array", + "items": { + "type": "object", + "properties": { + "external_urls": { + "type": "object", + "properties": { + "spotify": { + "type": "string" + } + } + }, + "href": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + }, + "uri": { + "type": "string" + } + } + } }, "available_markets": { "type": "array", @@ -19,10 +47,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -44,12 +69,7 @@ "width": { "type": "integer" } - }, - "required": [ - "height", - "url", - "width" - ] + } } }, "name": { @@ -61,68 +81,15 @@ "release_date_precision": { "type": "string" }, + "total_tracks": { + "type": "integer" + }, "type": { "type": "string" }, "uri": { "type": "string" - }, - "artists": { - "type": "array", - "items": { - "type": "object", - "properties": { - "external_urls": { - "type": "object", - "properties": { - "spotify": { - "type": "string" - } - }, - "required": [ - "spotify" - ] - }, - "href": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "type": { - "type": "string" - }, - "uri": { - "type": "string" - } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] - } } }, - "required": [ - "album_type", - "total_tracks", - "external_urls", - "href", - "id", - "images", - "name", - "release_date", - "release_date_precision", - "type", - "uri", - "artists" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/get.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/get.json index a1692714f8..2cd9fdeb9a 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/get.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/get.json @@ -7,10 +7,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "followers": { "type": "object", @@ -21,11 +18,7 @@ "total": { "type": "integer" } - }, - "required": [ - "href", - "total" - ] + } }, "genres": { "type": "array", @@ -44,21 +37,16 @@ "items": { "type": "object", "properties": { - "url": { - "type": "string" - }, "height": { "type": "integer" }, + "url": { + "type": "string" + }, "width": { "type": "integer" } - }, - "required": [ - "url", - "height", - "width" - ] + } } }, "name": { diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/getAlbums.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/getAlbums.json index b4d6b995e0..fc8e0429ac 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/getAlbums.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/getAlbums.json @@ -1,72 +1,12 @@ { "type": "object", "properties": { + "album_group": { + "type": "string" + }, "album_type": { "type": "string" }, - "total_tracks": { - "type": "integer" - }, - "available_markets": { - "type": "array", - "items": { - "type": "string" - } - }, - "external_urls": { - "type": "object", - "properties": { - "spotify": { - "type": "string" - } - }, - "required": [ - "spotify" - ] - }, - "href": { - "type": "string" - }, - "id": { - "type": "string" - }, - "images": { - "type": "array", - "items": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "height": { - "type": "integer" - }, - "width": { - "type": "integer" - } - }, - "required": [ - "url", - "height", - "width" - ] - } - }, - "name": { - "type": "string" - }, - "release_date": { - "type": "string" - }, - "release_date_precision": { - "type": "string" - }, - "type": { - "type": "string" - }, - "uri": { - "type": "string" - }, "artists": { "type": "array", "items": { @@ -78,10 +18,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -98,36 +35,64 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } } }, - "album_group": { + "available_markets": { + "type": "array", + "items": { + "type": "string" + } + }, + "external_urls": { + "type": "object", + "properties": { + "spotify": { + "type": "string" + } + } + }, + "href": { + "type": "string" + }, + "id": { + "type": "string" + }, + "images": { + "type": "array", + "items": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + } + }, + "name": { + "type": "string" + }, + "release_date": { + "type": "string" + }, + "release_date_precision": { + "type": "string" + }, + "total_tracks": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "uri": { "type": "string" } }, - "required": [ - "album_type", - "total_tracks", - "available_markets", - "external_urls", - "href", - "id", - "images", - "name", - "release_date", - "release_date_precision", - "type", - "uri", - "artists", - "album_group" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/getTopTracks.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/getTopTracks.json index 035b5aa8f9..6301ce6d9d 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/getTopTracks.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/getTopTracks.json @@ -18,10 +18,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -38,15 +35,7 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } } }, "available_markets": { @@ -61,10 +50,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -77,21 +63,16 @@ "items": { "type": "object", "properties": { - "url": { - "type": "string" - }, "height": { "type": "integer" }, + "url": { + "type": "string" + }, "width": { "type": "integer" } - }, - "required": [ - "url", - "height", - "width" - ] + } } }, "is_playable": { @@ -115,23 +96,7 @@ "uri": { "type": "string" } - }, - "required": [ - "album_type", - "artists", - "available_markets", - "external_urls", - "href", - "id", - "images", - "is_playable", - "name", - "release_date", - "release_date_precision", - "total_tracks", - "type", - "uri" - ] + } }, "artists": { "type": "array", @@ -144,10 +109,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -164,15 +126,7 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } } }, "available_markets": { @@ -196,10 +150,7 @@ "isrc": { "type": "string" } - }, - "required": [ - "isrc" - ] + } }, "external_urls": { "type": "object", @@ -207,10 +158,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -240,25 +188,5 @@ "type": "string" } }, - "required": [ - "album", - "artists", - "available_markets", - "disc_number", - "duration_ms", - "explicit", - "external_ids", - "external_urls", - "href", - "id", - "is_local", - "is_playable", - "name", - "popularity", - "preview_url", - "track_number", - "type", - "uri" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/search.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/search.json index 306a138f00..2cd9fdeb9a 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/search.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/artist/search.json @@ -7,10 +7,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "followers": { "type": "object", @@ -21,11 +18,7 @@ "total": { "type": "integer" } - }, - "required": [ - "href", - "total" - ] + } }, "genres": { "type": "array", @@ -44,21 +37,16 @@ "items": { "type": "object", "properties": { - "url": { - "type": "string" - }, "height": { "type": "integer" }, + "url": { + "type": "string" + }, "width": { "type": "integer" } - }, - "required": [ - "url", - "height", - "width" - ] + } } }, "name": { @@ -74,17 +62,5 @@ "type": "string" } }, - "required": [ - "external_urls", - "followers", - "genres", - "href", - "id", - "images", - "name", - "popularity", - "type", - "uri" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/library/getLikedTracks.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/library/getLikedTracks.json index 745e1c7088..7514bf5441 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/library/getLikedTracks.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/library/getLikedTracks.json @@ -24,10 +24,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -44,15 +41,7 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } } }, "available_markets": { @@ -67,10 +56,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -86,18 +72,13 @@ "height": { "type": "integer" }, - "width": { - "type": "integer" - }, "url": { "type": "string" + }, + "width": { + "type": "integer" } - }, - "required": [ - "height", - "width", - "url" - ] + } } }, "is_playable": { @@ -121,22 +102,7 @@ "uri": { "type": "string" } - }, - "required": [ - "album_type", - "artists", - "available_markets", - "external_urls", - "href", - "id", - "images", - "name", - "release_date", - "release_date_precision", - "total_tracks", - "type", - "uri" - ] + } }, "artists": { "type": "array", @@ -149,10 +115,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -169,15 +132,7 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } } }, "available_markets": { @@ -201,10 +156,7 @@ "isrc": { "type": "string" } - }, - "required": [ - "isrc" - ] + } }, "external_urls": { "type": "object", @@ -212,10 +164,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -244,31 +193,8 @@ "uri": { "type": "string" } - }, - "required": [ - "album", - "artists", - "available_markets", - "disc_number", - "duration_ms", - "explicit", - "external_ids", - "external_urls", - "href", - "id", - "is_local", - "name", - "popularity", - "preview_url", - "track_number", - "type", - "uri" - ] + } } }, - "required": [ - "added_at", - "track" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/myData/getFollowingArtists.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/myData/getFollowingArtists.json index 306a138f00..2cd9fdeb9a 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/myData/getFollowingArtists.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/myData/getFollowingArtists.json @@ -7,10 +7,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "followers": { "type": "object", @@ -21,11 +18,7 @@ "total": { "type": "integer" } - }, - "required": [ - "href", - "total" - ] + } }, "genres": { "type": "array", @@ -44,21 +37,16 @@ "items": { "type": "object", "properties": { - "url": { - "type": "string" - }, "height": { "type": "integer" }, + "url": { + "type": "string" + }, "width": { "type": "integer" } - }, - "required": [ - "url", - "height", - "width" - ] + } } }, "name": { @@ -74,17 +62,5 @@ "type": "string" } }, - "required": [ - "external_urls", - "followers", - "genres", - "href", - "id", - "images", - "name", - "popularity", - "type", - "uri" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/player/currentlyPlaying.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/player/currentlyPlaying.json index a110178421..c2896fc145 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/player/currentlyPlaying.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/player/currentlyPlaying.json @@ -1,46 +1,6 @@ { "type": "object", "properties": { - "timestamp": { - "type": "integer" - }, - "context": { - "type": "object", - "properties": { - "external_urls": { - "type": "object", - "properties": { - "spotify": { - "type": "string" - } - }, - "required": [ - "spotify" - ] - }, - "href": { - "type": "string" - }, - "type": { - "type": "string" - }, - "uri": { - "type": "string" - } - }, - "required": [ - "external_urls", - "href", - "type", - "uri" - ] - }, - "progress_ms": { - "type": "integer" - }, - "currently_playing_type": { - "type": "string" - }, "actions": { "type": "object", "properties": { @@ -52,23 +12,172 @@ } } } - }, - "required": [ - "disallows" - ] + } + }, + "currently_playing_type": { + "type": "string" }, "is_playing": { "type": "boolean" + }, + "item": { + "type": "object", + "properties": { + "album": { + "type": "object", + "properties": { + "artists": { + "type": "array", + "items": { + "type": "object", + "properties": { + "external_urls": { + "type": "object", + "properties": { + "spotify": { + "type": "string" + } + } + }, + "href": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + }, + "uri": { + "type": "string" + } + } + } + }, + "available_markets": { + "type": "array", + "items": { + "type": "string" + } + }, + "external_urls": { + "type": "object", + "properties": { + "spotify": { + "type": "string" + } + } + }, + "images": { + "type": "array", + "items": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + } + }, + "name": { + "type": "string" + }, + "total_tracks": { + "type": "integer" + }, + "type": { + "type": "string" + } + } + }, + "artists": { + "type": "array", + "items": { + "type": "object", + "properties": { + "external_urls": { + "type": "object", + "properties": { + "spotify": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + } + }, + "available_markets": { + "type": "array", + "items": { + "type": "string" + } + }, + "disc_number": { + "type": "integer" + }, + "duration_ms": { + "type": "integer" + }, + "explicit": { + "type": "boolean" + }, + "external_ids": { + "type": "object", + "properties": { + "isrc": { + "type": "string" + } + } + }, + "external_urls": { + "type": "object", + "properties": { + "spotify": { + "type": "string" + } + } + }, + "is_local": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "popularity": { + "type": "integer" + }, + "track_number": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "uri": { + "type": "string" + } + } + }, + "progress_ms": { + "type": "integer" + }, + "timestamp": { + "type": "integer" } }, - "required": [ - "timestamp", - "context", - "progress_ms", - "item", - "currently_playing_type", - "actions", - "is_playing" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/player/recentlyPlayed.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/player/recentlyPlayed.json index 9bfac9e30b..d770c17693 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/player/recentlyPlayed.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/player/recentlyPlayed.json @@ -1,6 +1,9 @@ { "type": "object", "properties": { + "played_at": { + "type": "string" + }, "track": { "type": "object", "properties": { @@ -21,10 +24,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -41,15 +41,7 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } } }, "available_markets": { @@ -64,10 +56,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -89,12 +78,7 @@ "width": { "type": "integer" } - }, - "required": [ - "height", - "url", - "width" - ] + } } }, "name": { @@ -115,22 +99,7 @@ "uri": { "type": "string" } - }, - "required": [ - "album_type", - "artists", - "available_markets", - "external_urls", - "href", - "id", - "images", - "name", - "release_date", - "release_date_precision", - "total_tracks", - "type", - "uri" - ] + } }, "artists": { "type": "array", @@ -143,10 +112,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -163,15 +129,7 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } } }, "available_markets": { @@ -195,10 +153,7 @@ "isrc": { "type": "string" } - }, - "required": [ - "isrc" - ] + } }, "external_urls": { "type": "object", @@ -206,10 +161,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -235,35 +187,8 @@ "uri": { "type": "string" } - }, - "required": [ - "album", - "artists", - "available_markets", - "disc_number", - "duration_ms", - "explicit", - "external_ids", - "external_urls", - "href", - "id", - "is_local", - "name", - "popularity", - "preview_url", - "track_number", - "type", - "uri" - ] - }, - "played_at": { - "type": "string" + } } }, - "required": [ - "track", - "played_at", - "context" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/player/volume.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/player/volume.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/player/volume.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/player/volume.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/create.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/create.json index 0c4c221afd..5e473110c6 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/create.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/create.json @@ -13,10 +13,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "followers": { "type": "object", @@ -27,11 +24,7 @@ "total": { "type": "integer" } - }, - "required": [ - "href", - "total" - ] + } }, "href": { "type": "string" @@ -39,21 +32,23 @@ "id": { "type": "string" }, - "primary_color": { - "type": "null" - }, "name": { "type": "string" }, - "type": { - "type": "string" - }, - "uri": { - "type": "string" - }, "owner": { "type": "object", "properties": { + "display_name": { + "type": "null" + }, + "external_urls": { + "type": "object", + "properties": { + "spotify": { + "type": "string" + } + } + }, "href": { "type": "string" }, @@ -65,30 +60,11 @@ }, "uri": { "type": "string" - }, - "display_name": { - "type": "null" - }, - "external_urls": { - "type": "object", - "properties": { - "spotify": { - "type": "string" - } - }, - "required": [ - "spotify" - ] } - }, - "required": [ - "href", - "id", - "type", - "uri", - "display_name", - "external_urls" - ] + } + }, + "primary_color": { + "type": "null" }, "public": { "type": "boolean" @@ -99,6 +75,9 @@ "tracks": { "type": "object", "properties": { + "href": { + "type": "string" + }, "limit": { "type": "integer" }, @@ -111,40 +90,17 @@ "previous": { "type": "null" }, - "href": { - "type": "string" - }, "total": { "type": "integer" } - }, - "required": [ - "limit", - "next", - "offset", - "previous", - "href", - "total", - "items" - ] + } + }, + "type": { + "type": "string" + }, + "uri": { + "type": "string" } }, - "required": [ - "collaborative", - "description", - "external_urls", - "followers", - "href", - "id", - "images", - "primary_color", - "name", - "type", - "uri", - "owner", - "public", - "snapshot_id", - "tracks" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/get.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/get.json index 6880067ef7..37da551562 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/get.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/get.json @@ -13,10 +13,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "followers": { "type": "object", @@ -27,11 +24,7 @@ "total": { "type": "integer" } - }, - "required": [ - "href", - "total" - ] + } }, "href": { "type": "string" @@ -54,10 +47,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -71,15 +61,7 @@ "uri": { "type": "string" } - }, - "required": [ - "display_name", - "external_urls", - "href", - "id", - "type", - "uri" - ] + } }, "public": { "type": "boolean" @@ -110,10 +92,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -127,14 +106,7 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "type", - "uri" - ] + } }, "is_local": { "type": "boolean" @@ -145,61 +117,9 @@ "track": { "type": "object", "properties": { - "available_markets": { - "type": "array", - "items": { - "type": "string" - } - }, - "explicit": { - "type": "boolean" - }, - "type": { - "type": "string" - }, - "episode": { - "type": "boolean" - }, - "track": { - "type": "boolean" - }, "album": { "type": "object", "properties": { - "available_markets": { - "type": "array", - "items": { - "type": "string" - } - }, - "type": { - "type": "string" - }, - "images": { - "type": "array", - "items": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "url", - "width", - "height" - ] - } - }, - "name": { - "type": "string" - }, "artists": { "type": "array", "items": { @@ -211,10 +131,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -228,15 +145,13 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } + } + }, + "available_markets": { + "type": "array", + "items": { + "type": "string" } }, "external_urls": { @@ -245,29 +160,35 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } + }, + "images": { + "type": "array", + "items": { + "type": "object", + "properties": { + "height": { + "type": "integer" + }, + "url": { + "type": "string" + }, + "width": { + "type": "integer" + } + } + } + }, + "name": { + "type": "string" }, "total_tracks": { "type": "integer" + }, + "type": { + "type": "string" } - }, - "required": [ - "available_markets", - "type", - "album_type", - "href", - "id", - "images", - "name", - "release_date", - "release_date_precision", - "uri", - "artists", - "external_urls" - ] + } }, "artists": { "type": "array", @@ -280,34 +201,32 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "type": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } + } + }, + "available_markets": { + "type": "array", + "items": { + "type": "string" } }, "disc_number": { "type": "integer" }, - "track_number": { - "type": "integer" - }, "duration_ms": { "type": "integer" }, + "episode": { + "type": "boolean" + }, + "explicit": { + "type": "boolean" + }, "external_ids": { "type": "object", "properties": { @@ -322,10 +241,10 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } + }, + "is_local": { + "type": "boolean" }, "name": { "type": "string" @@ -333,32 +252,19 @@ "popularity": { "type": "integer" }, - "uri": { + "track": { + "type": "boolean" + }, + "track_number": { + "type": "integer" + }, + "type": { "type": "string" }, - "is_local": { - "type": "boolean" + "uri": { + "type": "string" } - }, - "required": [ - "preview_url", - "available_markets", - "explicit", - "type", - "album", - "artists", - "disc_number", - "track_number", - "duration_ms", - "external_ids", - "external_urls", - "href", - "id", - "name", - "popularity", - "uri", - "is_local" - ] + } }, "video_thumbnail": { "type": "object", @@ -366,20 +272,9 @@ "url": { "type": "null" } - }, - "required": [ - "url" - ] + } } - }, - "required": [ - "added_at", - "added_by", - "is_local", - "primary_color", - "track", - "video_thumbnail" - ] + } } }, "limit": { @@ -394,16 +289,7 @@ "total": { "type": "integer" } - }, - "required": [ - "href", - "items", - "limit", - "next", - "offset", - "previous", - "total" - ] + } }, "type": { "type": "string" @@ -412,22 +298,5 @@ "type": "string" } }, - "required": [ - "collaborative", - "description", - "external_urls", - "followers", - "href", - "id", - "images", - "name", - "owner", - "primary_color", - "public", - "snapshot_id", - "tracks", - "type", - "uri" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/getTracks.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/getTracks.json index aa3513196c..8db98a99c6 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/getTracks.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/getTracks.json @@ -13,10 +13,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -24,14 +21,7 @@ "type": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "type", - "uri" - ] + } }, "is_local": { "type": "boolean" @@ -42,38 +32,56 @@ "track": { "type": "object", "properties": { - "available_markets": { - "type": "array", - "items": { - "type": "string" - } - }, - "explicit": { - "type": "boolean" - }, - "type": { - "type": "string" - }, - "episode": { - "type": "boolean" - }, - "track": { - "type": "boolean" - }, "album": { "type": "object", "properties": { + "album_type": { + "type": "string" + }, + "artists": { + "type": "array", + "items": { + "type": "object", + "properties": { + "external_urls": { + "type": "object", + "properties": { + "spotify": { + "type": "string" + } + } + }, + "href": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string" + }, + "uri": { + "type": "string" + } + } + } + }, "available_markets": { "type": "array", "items": { "type": "string" } }, - "type": { - "type": "string" - }, - "album_type": { - "type": "string" + "external_urls": { + "type": "object", + "properties": { + "spotify": { + "type": "string" + } + } }, "href": { "type": "string" @@ -95,12 +103,7 @@ "width": { "type": "integer" } - }, - "required": [ - "height", - "url", - "width" - ] + } } }, "name": { @@ -112,81 +115,16 @@ "release_date_precision": { "type": "string" }, - "uri": { - "type": "string" - }, - "artists": { - "type": "array", - "items": { - "type": "object", - "properties": { - "external_urls": { - "type": "object", - "properties": { - "spotify": { - "type": "string" - } - }, - "required": [ - "spotify" - ] - }, - "href": { - "type": "string" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "type": { - "type": "string" - }, - "uri": { - "type": "string" - } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] - } - }, - "external_urls": { - "type": "object", - "properties": { - "spotify": { - "type": "string" - } - }, - "required": [ - "spotify" - ] - }, "total_tracks": { "type": "integer" + }, + "type": { + "type": "string" + }, + "uri": { + "type": "string" } - }, - "required": [ - "available_markets", - "type", - "album_type", - "href", - "id", - "images", - "name", - "release_date", - "release_date_precision", - "uri", - "artists", - "external_urls", - "total_tracks" - ] + } }, "artists": { "type": "array", @@ -199,10 +137,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -219,36 +154,34 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } + } + }, + "available_markets": { + "type": "array", + "items": { + "type": "string" } }, "disc_number": { "type": "integer" }, - "track_number": { - "type": "integer" - }, "duration_ms": { "type": "integer" }, + "episode": { + "type": "boolean" + }, + "explicit": { + "type": "boolean" + }, "external_ids": { "type": "object", "properties": { "isrc": { "type": "string" } - }, - "required": [ - "isrc" - ] + } }, "external_urls": { "type": "object", @@ -256,10 +189,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -267,40 +197,28 @@ "id": { "type": "string" }, + "is_local": { + "type": "boolean" + }, "name": { "type": "string" }, "popularity": { "type": "integer" }, - "uri": { + "track": { + "type": "boolean" + }, + "track_number": { + "type": "integer" + }, + "type": { "type": "string" }, - "is_local": { - "type": "boolean" + "uri": { + "type": "string" } - }, - "required": [ - "preview_url", - "available_markets", - "explicit", - "type", - "episode", - "track", - "album", - "artists", - "disc_number", - "track_number", - "duration_ms", - "external_ids", - "external_urls", - "href", - "id", - "name", - "popularity", - "uri", - "is_local" - ] + } }, "video_thumbnail": { "type": "object", @@ -308,19 +226,8 @@ "url": { "type": "null" } - }, - "required": [ - "url" - ] + } } }, - "required": [ - "added_at", - "added_by", - "is_local", - "primary_color", - "track", - "video_thumbnail" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/getUserPlaylists.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/getUserPlaylists.json index d1725bffe8..c0825334e4 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/getUserPlaylists.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/getUserPlaylists.json @@ -13,10 +13,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -39,10 +36,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -56,15 +50,7 @@ "uri": { "type": "string" } - }, - "required": [ - "display_name", - "external_urls", - "href", - "id", - "type", - "uri" - ] + } }, "public": { "type": "boolean" @@ -81,11 +67,7 @@ "total": { "type": "integer" } - }, - "required": [ - "href", - "total" - ] + } }, "type": { "type": "string" @@ -94,8 +76,5 @@ "type": "string" } }, - "required": [ - "primary_color" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/search.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/search.json index 4b6f289351..aa2c03d172 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/search.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/playlist/search.json @@ -13,10 +13,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -32,12 +29,7 @@ "url": { "type": "string" } - }, - "required": [ - "height", - "url", - "width" - ] + } } }, "name": { @@ -55,10 +47,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -72,15 +61,7 @@ "uri": { "type": "string" } - }, - "required": [ - "display_name", - "external_urls", - "href", - "id", - "type", - "uri" - ] + } }, "snapshot_id": { "type": "string" @@ -94,11 +75,7 @@ "total": { "type": "integer" } - }, - "required": [ - "href", - "total" - ] + } }, "type": { "type": "string" diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/track/get.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/track/get.json index b331465c6e..c29500c833 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/track/get.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/track/get.json @@ -18,10 +18,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -38,15 +35,7 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } } }, "available_markets": { @@ -61,10 +50,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -77,21 +63,16 @@ "items": { "type": "object", "properties": { + "height": { + "type": "integer" + }, "url": { "type": "string" }, "width": { "type": "integer" - }, - "height": { - "type": "integer" } - }, - "required": [ - "url", - "width", - "height" - ] + } } }, "name": { @@ -112,22 +93,7 @@ "uri": { "type": "string" } - }, - "required": [ - "album_type", - "artists", - "available_markets", - "external_urls", - "href", - "id", - "images", - "name", - "release_date", - "release_date_precision", - "total_tracks", - "type", - "uri" - ] + } }, "artists": { "type": "array", @@ -140,10 +106,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -160,15 +123,7 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } } }, "available_markets": { @@ -192,10 +147,7 @@ "isrc": { "type": "string" } - }, - "required": [ - "isrc" - ] + } }, "external_urls": { "type": "object", @@ -203,10 +155,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/track/getAudioFeatures.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/track/getAudioFeatures.json index f5cd4ed5c1..93480be510 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/track/getAudioFeatures.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/track/getAudioFeatures.json @@ -1,15 +1,30 @@ { "type": "object", "properties": { + "acousticness": { + "type": "number" + }, + "analysis_url": { + "type": "string" + }, "danceability": { "type": "number" }, + "duration_ms": { + "type": "integer" + }, "energy": { "type": "number" }, + "id": { + "type": "string" + }, "key": { "type": "integer" }, + "liveness": { + "type": "number" + }, "loudness": { "type": "number" }, @@ -19,38 +34,23 @@ "speechiness": { "type": "number" }, - "acousticness": { - "type": "number" - }, - "liveness": { - "type": "number" - }, - "valence": { - "type": "number" - }, "tempo": { "type": "number" }, - "type": { + "time_signature": { + "type": "integer" + }, + "track_href": { "type": "string" }, - "id": { + "type": { "type": "string" }, "uri": { "type": "string" }, - "track_href": { - "type": "string" - }, - "analysis_url": { - "type": "string" - }, - "duration_ms": { - "type": "integer" - }, - "time_signature": { - "type": "integer" + "valence": { + "type": "number" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/track/search.json b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/track/search.json index 01aa730e8c..6301ce6d9d 100644 --- a/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/track/search.json +++ b/packages/nodes-base/nodes/Spotify/__schema__/v1.0.0/track/search.json @@ -18,10 +18,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -38,15 +35,7 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } } }, "available_markets": { @@ -61,10 +50,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -80,18 +66,13 @@ "height": { "type": "integer" }, - "width": { - "type": "integer" - }, "url": { "type": "string" + }, + "width": { + "type": "integer" } - }, - "required": [ - "height", - "width", - "url" - ] + } } }, "is_playable": { @@ -115,22 +96,7 @@ "uri": { "type": "string" } - }, - "required": [ - "album_type", - "artists", - "external_urls", - "href", - "id", - "images", - "is_playable", - "name", - "release_date", - "release_date_precision", - "total_tracks", - "type", - "uri" - ] + } }, "artists": { "type": "array", @@ -143,10 +109,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" @@ -163,15 +126,7 @@ "uri": { "type": "string" } - }, - "required": [ - "external_urls", - "href", - "id", - "name", - "type", - "uri" - ] + } } }, "available_markets": { @@ -195,10 +150,7 @@ "isrc": { "type": "string" } - }, - "required": [ - "isrc" - ] + } }, "external_urls": { "type": "object", @@ -206,10 +158,7 @@ "spotify": { "type": "string" } - }, - "required": [ - "spotify" - ] + } }, "href": { "type": "string" diff --git a/packages/nodes-base/nodes/Ssh/__schema__/v1.0.0/command/execute.json b/packages/nodes-base/nodes/Ssh/__schema__/v1.0.0/command/execute.json index 86bfa0fb72..efb2d825e2 100644 --- a/packages/nodes-base/nodes/Ssh/__schema__/v1.0.0/command/execute.json +++ b/packages/nodes-base/nodes/Ssh/__schema__/v1.0.0/command/execute.json @@ -7,18 +7,12 @@ "signal": { "type": "null" }, - "stdout": { + "stderr": { "type": "string" }, - "stderr": { + "stdout": { "type": "string" } }, - "required": [ - "code", - "signal", - "stdout", - "stderr" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Ssh/__schema__/v1.0.0/file/download.json b/packages/nodes-base/nodes/Ssh/__schema__/v1.0.0/file/download.json new file mode 100644 index 0000000000..efb2d825e2 --- /dev/null +++ b/packages/nodes-base/nodes/Ssh/__schema__/v1.0.0/file/download.json @@ -0,0 +1,18 @@ +{ + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "signal": { + "type": "null" + }, + "stderr": { + "type": "string" + }, + "stdout": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Ssh/__schema__/v1.0.0/file/upload.json b/packages/nodes-base/nodes/Ssh/__schema__/v1.0.0/file/upload.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Ssh/__schema__/v1.0.0/file/upload.json +++ b/packages/nodes-base/nodes/Ssh/__schema__/v1.0.0/file/upload.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Storyblok/__schema__/v1.0.0/story/getAll.json b/packages/nodes-base/nodes/Storyblok/__schema__/v1.0.0/story/getAll.json index b844d8a99a..15c6b6c0c0 100644 --- a/packages/nodes-base/nodes/Storyblok/__schema__/v1.0.0/story/getAll.json +++ b/packages/nodes-base/nodes/Storyblok/__schema__/v1.0.0/story/getAll.json @@ -1,128 +1,101 @@ { "type": "object", "properties": { - "name": { + "content_type": { "type": "string" }, "created_at": { "type": "string" }, - "id": { - "type": "integer" + "default_root": { + "type": "null" }, - "uuid": { - "type": "string" + "deleted_at": { + "type": "null" }, - "slug": { - "type": "string" + "disable_fe_editor": { + "type": "boolean" + }, + "disble_fe_editor": { + "type": "boolean" + }, + "expire_at": { + "type": "null" }, "full_slug": { "type": "string" }, - "sort_by_date": { + "group_id": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "is_folder": { + "type": "boolean" + }, + "is_startpage": { + "type": "boolean" + }, + "last_author": { + "type": "object", + "properties": { + "friendly_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "userid": { + "type": "string" + } + } + }, + "last_author_id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "path": { "type": "null" }, + "pinned": { + "type": "boolean" + }, "position": { "type": "integer" }, + "publish_at": { + "type": "null" + }, + "published": { + "type": "boolean" + }, + "scheduled_dates": { + "type": "null" + }, + "slug": { + "type": "string" + }, + "sort_by_date": { + "type": "null" + }, "tag_list": { "type": "array", "items": { "type": "string" } }, - "is_startpage": { + "unpublished_changes": { "type": "boolean" }, - "group_id": { - "type": "string" - }, - "path": { - "type": "null" - }, - "deleted_at": { - "type": "null" - }, "updated_at": { "type": "string" }, - "is_folder": { - "type": "boolean" - }, - "published": { - "type": "boolean" - }, - "unpublished_changes": { - "type": "boolean" - }, - "pinned": { - "type": "boolean" - }, - "publish_at": { - "type": "null" - }, - "expire_at": { - "type": "null" - }, - "default_root": { - "type": "null" - }, - "disble_fe_editor": { - "type": "boolean" - }, - "disable_fe_editor": { - "type": "boolean" - }, - "last_author": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "userid": { - "type": "string" - }, - "friendly_name": { - "type": "string" - } - }, - "required": [ - "id", - "userid", - "friendly_name", - "avatar" - ] - }, - "last_author_id": { - "type": "integer" - }, - "content_type": { + "uuid": { "type": "string" - }, - "can_not_view": { - "type": "boolean" - }, - "scheduled_dates": { - "type": "null" } }, - "required": [ - "name", - "created_at", - "published_at", - "alternates", - "id", - "uuid", - "slug", - "full_slug", - "sort_by_date", - "position", - "tag_list", - "is_startpage", - "parent_id", - "group_id", - "first_published_at", - "path" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Strapi/__schema__/v1.0.0/entry/getAll.json b/packages/nodes-base/nodes/Strapi/__schema__/v1.0.0/entry/getAll.json index 933067fc2a..2f9a55cac0 100644 --- a/packages/nodes-base/nodes/Strapi/__schema__/v1.0.0/entry/getAll.json +++ b/packages/nodes-base/nodes/Strapi/__schema__/v1.0.0/entry/getAll.json @@ -1,28 +1,22 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, "attributes": { "type": "object", "properties": { - "scene_id": { - "type": "integer" - }, "createdAt": { "type": "string" }, + "scene_id": { + "type": "integer" + }, "updatedAt": { "type": "string" - }, - "title": { - "type": "string" - }, - "locale": { - "type": "string" } } + }, + "id": { + "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Strava/__schema__/v1.1.0/activity/getAll.json b/packages/nodes-base/nodes/Strava/__schema__/v1.1.0/activity/getAll.json index dadf463a87..bba3968e29 100644 --- a/packages/nodes-base/nodes/Strava/__schema__/v1.1.0/activity/getAll.json +++ b/packages/nodes-base/nodes/Strava/__schema__/v1.1.0/activity/getAll.json @@ -1,7 +1,7 @@ { "type": "object", "properties": { - "resource_state": { + "achievement_count": { "type": "integer" }, "athlete": { @@ -13,30 +13,94 @@ "resource_state": { "type": "integer" } - }, - "required": [ - "id", - "resource_state" - ] + } }, - "name": { - "type": "string" - }, - "moving_time": { + "athlete_count": { "type": "integer" }, + "comment_count": { + "type": "integer" + }, + "commute": { + "type": "boolean" + }, + "device_watts": { + "type": "boolean" + }, + "display_hide_heartrate_option": { + "type": "boolean" + }, "elapsed_time": { "type": "integer" }, - "type": { - "type": "string" + "flagged": { + "type": "boolean" }, - "sport_type": { - "type": "string" + "from_accepted_tag": { + "type": "boolean" + }, + "has_heartrate": { + "type": "boolean" + }, + "has_kudoed": { + "type": "boolean" + }, + "heartrate_opt_out": { + "type": "boolean" }, "id": { "type": "integer" }, + "kudos_count": { + "type": "integer" + }, + "location_city": { + "type": "null" + }, + "location_state": { + "type": "null" + }, + "manual": { + "type": "boolean" + }, + "map": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "resource_state": { + "type": "integer" + }, + "summary_polyline": { + "type": "string" + } + } + }, + "max_heartrate": { + "type": "integer" + }, + "moving_time": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "photo_count": { + "type": "integer" + }, + "pr_count": { + "type": "integer" + }, + "private": { + "type": "boolean" + }, + "resource_state": { + "type": "integer" + }, + "sport_type": { + "type": "string" + }, "start_date": { "type": "string" }, @@ -46,93 +110,23 @@ "timezone": { "type": "string" }, - "utc_offset": { + "total_photo_count": { "type": "integer" }, - "location_city": { - "type": "null" - }, - "location_state": { - "type": "null" - }, - "achievement_count": { - "type": "integer" - }, - "kudos_count": { - "type": "integer" - }, - "comment_count": { - "type": "integer" - }, - "athlete_count": { - "type": "integer" - }, - "photo_count": { - "type": "integer" - }, - "map": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "summary_polyline": { - "type": "string" - }, - "resource_state": { - "type": "integer" - } - }, - "required": [ - "id", - "summary_polyline", - "resource_state" - ] - }, "trainer": { "type": "boolean" }, - "commute": { - "type": "boolean" - }, - "manual": { - "type": "boolean" - }, - "private": { - "type": "boolean" - }, - "visibility": { + "type": { "type": "string" }, - "flagged": { - "type": "boolean" - }, - "has_heartrate": { - "type": "boolean" - }, - "heartrate_opt_out": { - "type": "boolean" - }, - "display_hide_heartrate_option": { - "type": "boolean" - }, "upload_id_str": { "type": "string" }, - "from_accepted_tag": { - "type": "boolean" - }, - "pr_count": { + "utc_offset": { "type": "integer" }, - "total_photo_count": { - "type": "integer" - }, - "has_kudoed": { - "type": "boolean" - }, - "max_heartrate": { - "type": "integer" + "visibility": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/balance/get.json b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/balance/get.json index 841ea38b57..da9e56fdaa 100644 --- a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/balance/get.json +++ b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/balance/get.json @@ -1,9 +1,6 @@ { "type": "object", "properties": { - "object": { - "type": "string" - }, "available": { "type": "array", "items": { @@ -21,22 +18,17 @@ "card": { "type": "integer" } - }, - "required": [ - "card" - ] + } } - }, - "required": [ - "amount", - "currency", - "source_types" - ] + } } }, "livemode": { "type": "boolean" }, + "object": { + "type": "string" + }, "pending": { "type": "array", "items": { @@ -54,17 +46,9 @@ "card": { "type": "integer" } - }, - "required": [ - "card" - ] + } } - }, - "required": [ - "amount", - "currency", - "source_types" - ] + } } } }, diff --git a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/charge/get.json b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/charge/get.json index 02fa17b5fa..8b23a7e138 100644 --- a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/charge/get.json +++ b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/charge/get.json @@ -1,12 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "object": { - "type": "string" - }, "amount": { "type": "integer" }, @@ -43,6 +37,9 @@ "failure_balance_transaction": { "type": "null" }, + "id": { + "type": "string" + }, "livemode": { "type": "boolean" }, @@ -72,6 +69,9 @@ } } }, + "object": { + "type": "string" + }, "on_behalf_of": { "type": "null" }, @@ -81,32 +81,22 @@ "outcome": { "type": "object", "properties": { - "advice_code": { - "type": "null" - }, "network_status": { "type": "string" }, "risk_level": { "type": "string" }, + "risk_score": { + "type": "integer" + }, "seller_message": { "type": "string" }, "type": { "type": "string" - }, - "risk_score": { - "type": "integer" } - }, - "required": [ - "network_status", - "reason", - "risk_level", - "seller_message", - "type" - ] + } }, "paid": { "type": "boolean" @@ -126,6 +116,9 @@ "brand": { "type": "string" }, + "capture_before": { + "type": "integer" + }, "country": { "type": "string" }, @@ -141,10 +134,10 @@ "status": { "type": "string" } - }, - "required": [ - "status" - ] + } + }, + "fingerprint": { + "type": "string" }, "funding": { "type": "string" @@ -155,10 +148,7 @@ "status": { "type": "string" } - }, - "required": [ - "status" - ] + } }, "installments": { "type": "null" @@ -175,10 +165,7 @@ "status": { "type": "string" } - }, - "required": [ - "status" - ] + } }, "network": { "type": "string" @@ -189,10 +176,7 @@ "used": { "type": "boolean" } - }, - "required": [ - "used" - ] + } }, "network_transaction_id": { "type": "string" @@ -206,102 +190,32 @@ "status": { "type": "string" } - }, - "required": [ - "maximum_amount_capturable", - "status" - ] + } }, "regulated_status": { "type": "string" }, "three_d_secure": { "type": "null" - }, - "capture_before": { - "type": "integer" - }, - "fingerprint": { - "type": "string" } - }, - "required": [ - "amount_authorized", - "authorization_code", - "brand", - "checks", - "country", - "exp_month", - "exp_year", - "extended_authorization", - "funding", - "incremental_authorization", - "installments", - "last4", - "mandate", - "multicapture", - "network", - "network_token", - "overcapture", - "three_d_secure", - "wallet" - ] + } }, "type": { "type": "string" } - }, - "required": [ - "type" - ] + } }, "refunded": { "type": "boolean" }, - "review": { - "type": "null" - }, - "shipping": { - "type": "null" - }, - "source": { - "type": "null" - }, - "source_transfer": { - "type": "null" - }, - "statement_descriptor": { - "type": "null" - }, - "statement_descriptor_suffix": { - "type": "null" - }, - "status": { - "type": "string" - }, - "transfer_data": { - "type": "null" - }, - "transfer_group": { - "type": "null" - }, "refunds": { "type": "object", "properties": { - "object": { - "type": "string" - }, "data": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "object": { - "type": "string" - }, "amount": { "type": "integer" }, @@ -335,22 +249,18 @@ "type": { "type": "string" } - }, - "required": [ - "reference", - "reference_status", - "reference_type", - "type" - ] + } }, "type": { "type": "string" } - }, - "required": [ - "card", - "type" - ] + } + }, + "id": { + "type": "string" + }, + "object": { + "type": "string" }, "payment_intent": { "type": "string" @@ -367,93 +277,50 @@ "transfer_reversal": { "type": "null" } - }, - "required": [ - "id", - "object", - "amount", - "balance_transaction", - "charge", - "created", - "currency", - "destination_details", - "metadata", - "payment_intent", - "reason", - "receipt_number", - "source_transfer_reversal", - "status", - "transfer_reversal" - ] + } } }, "has_more": { "type": "boolean" }, + "object": { + "type": "string" + }, "total_count": { "type": "integer" }, "url": { "type": "string" } - }, - "required": [ - "object", - "data", - "has_more", - "total_count", - "url" - ] + } + }, + "review": { + "type": "null" + }, + "shipping": { + "type": "null" + }, + "source": { + "type": "null" + }, + "source_transfer": { + "type": "null" + }, + "statement_descriptor": { + "type": "null" + }, + "statement_descriptor_suffix": { + "type": "null" + }, + "status": { + "type": "string" + }, + "transfer_data": { + "type": "null" + }, + "transfer_group": { + "type": "null" } }, - "required": [ - "id", - "object", - "amount", - "amount_captured", - "amount_refunded", - "application", - "application_fee", - "application_fee_amount", - "balance_transaction", - "billing_details", - "calculated_statement_descriptor", - "captured", - "created", - "currency", - "customer", - "description", - "destination", - "dispute", - "disputed", - "failure_balance_transaction", - "failure_code", - "failure_message", - "fraud_details", - "invoice", - "livemode", - "metadata", - "on_behalf_of", - "order", - "outcome", - "paid", - "payment_intent", - "payment_method", - "payment_method_details", - "radar_options", - "receipt_email", - "receipt_number", - "receipt_url", - "refunded", - "review", - "shipping", - "source", - "source_transfer", - "statement_descriptor", - "statement_descriptor_suffix", - "status", - "transfer_data", - "transfer_group" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/charge/getAll.json b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/charge/getAll.json index bc68a64f72..7bb1a3addf 100644 --- a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/charge/getAll.json +++ b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/charge/getAll.json @@ -1,12 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "object": { - "type": "string" - }, "amount": { "type": "integer" }, @@ -40,9 +34,15 @@ "failure_balance_transaction": { "type": "null" }, + "id": { + "type": "string" + }, "livemode": { "type": "boolean" }, + "object": { + "type": "string" + }, "on_behalf_of": { "type": "null" }, @@ -64,14 +64,7 @@ "type": { "type": "string" } - }, - "required": [ - "network_status", - "reason", - "risk_level", - "seller_message", - "type" - ] + } }, "paid": { "type": "boolean" @@ -100,10 +93,7 @@ "status": { "type": "string" } - }, - "required": [ - "status" - ] + } }, "fingerprint": { "type": "string" @@ -117,10 +107,7 @@ "status": { "type": "string" } - }, - "required": [ - "status" - ] + } }, "installments": { "type": "null" @@ -137,10 +124,7 @@ "status": { "type": "string" } - }, - "required": [ - "status" - ] + } }, "network": { "type": "string" @@ -151,10 +135,7 @@ "used": { "type": "boolean" } - }, - "required": [ - "used" - ] + } }, "overcapture": { "type": "object", @@ -165,45 +146,17 @@ "status": { "type": "string" } - }, - "required": [ - "maximum_amount_capturable", - "status" - ] + } }, "regulated_status": { "type": "string" } - }, - "required": [ - "amount_authorized", - "authorization_code", - "brand", - "checks", - "country", - "exp_month", - "exp_year", - "extended_authorization", - "funding", - "incremental_authorization", - "installments", - "last4", - "mandate", - "multicapture", - "network", - "network_token", - "overcapture", - "three_d_secure", - "wallet" - ] + } }, "type": { "type": "string" } - }, - "required": [ - "type" - ] + } }, "refunded": { "type": "boolean" @@ -211,26 +164,19 @@ "refunds": { "type": "object", "properties": { - "object": { - "type": "string" - }, "has_more": { "type": "boolean" }, + "object": { + "type": "string" + }, "total_count": { "type": "integer" }, "url": { "type": "string" } - }, - "required": [ - "object", - "data", - "has_more", - "total_count", - "url" - ] + } }, "review": { "type": "null" @@ -248,53 +194,5 @@ "type": "null" } }, - "required": [ - "id", - "object", - "amount", - "amount_captured", - "amount_refunded", - "application", - "application_fee", - "application_fee_amount", - "balance_transaction", - "billing_details", - "calculated_statement_descriptor", - "captured", - "created", - "currency", - "customer", - "description", - "destination", - "dispute", - "disputed", - "failure_balance_transaction", - "failure_code", - "failure_message", - "fraud_details", - "invoice", - "livemode", - "metadata", - "on_behalf_of", - "order", - "outcome", - "paid", - "payment_intent", - "payment_method", - "payment_method_details", - "receipt_email", - "receipt_number", - "receipt_url", - "refunded", - "review", - "shipping", - "source", - "source_transfer", - "statement_descriptor", - "statement_descriptor_suffix", - "status", - "transfer_data", - "transfer_group" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/create.json b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/create.json index c59a8a9f62..192f09627a 100644 --- a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/create.json +++ b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/create.json @@ -1,12 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "object": { - "type": "string" - }, "balance": { "type": "integer" }, @@ -25,6 +19,9 @@ "discount": { "type": "null" }, + "id": { + "type": "string" + }, "invoice_prefix": { "type": "string" }, @@ -43,49 +40,23 @@ "rendering_options": { "type": "null" } - }, - "required": [ - "custom_fields", - "default_payment_method", - "footer", - "rendering_options" - ] + } }, "livemode": { "type": "boolean" }, + "next_invoice_sequence": { + "type": "integer" + }, + "object": { + "type": "string" + }, "tax_exempt": { "type": "string" }, "test_clock": { "type": "null" - }, - "next_invoice_sequence": { - "type": "integer" } }, - "required": [ - "id", - "object", - "address", - "balance", - "created", - "currency", - "default_source", - "delinquent", - "description", - "discount", - "email", - "invoice_prefix", - "invoice_settings", - "livemode", - "metadata", - "name", - "phone", - "preferred_locales", - "shipping", - "tax_exempt", - "test_clock" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/get.json b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/get.json index 75ff4a5c4c..34a74e21ae 100644 --- a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/get.json +++ b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/get.json @@ -1,28 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "object": { - "type": "string" - }, - "address": { - "type": "object", - "properties": { - "country": { - "type": "string" - } - }, - "required": [ - "city", - "country", - "line1", - "line2", - "postal_code", - "state" - ] - }, "balance": { "type": "integer" }, @@ -32,29 +10,26 @@ "delinquent": { "type": "boolean" }, + "id": { + "type": "string" + }, "invoice_prefix": { "type": "string" }, "invoice_settings": { "type": "object", "properties": { - "custom_fields": { - "type": "null" - }, "footer": { "type": "null" } - }, - "required": [ - "custom_fields", - "default_payment_method", - "footer", - "rendering_options" - ] + } }, "livemode": { "type": "boolean" }, + "object": { + "type": "string" + }, "preferred_locales": { "type": "array", "items": { @@ -65,9 +40,5 @@ "type": "string" } }, - "required": [ - "id", - "object" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/getAll.json b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/getAll.json index f85a0aa001..b9863d9d6b 100644 --- a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/getAll.json +++ b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/getAll.json @@ -1,12 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "object": { - "type": "string" - }, "balance": { "type": "integer" }, @@ -16,6 +10,9 @@ "delinquent": { "type": "boolean" }, + "id": { + "type": "string" + }, "invoice_prefix": { "type": "string" }, @@ -31,17 +28,14 @@ "rendering_options": { "type": "null" } - }, - "required": [ - "custom_fields", - "default_payment_method", - "footer", - "rendering_options" - ] + } }, "livemode": { "type": "boolean" }, + "object": { + "type": "string" + }, "preferred_locales": { "type": "array", "items": { @@ -55,28 +49,5 @@ "type": "null" } }, - "required": [ - "id", - "object", - "address", - "balance", - "created", - "currency", - "default_source", - "delinquent", - "description", - "discount", - "email", - "invoice_prefix", - "invoice_settings", - "livemode", - "metadata", - "name", - "phone", - "preferred_locales", - "shipping", - "tax_exempt", - "test_clock" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/update.json b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/update.json index 155b79cd78..b448a12016 100644 --- a/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/update.json +++ b/packages/nodes-base/nodes/Stripe/__schema__/v1.0.0/customer/update.json @@ -1,27 +1,21 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "object": { - "type": "string" - }, "balance": { "type": "integer" }, "created": { "type": "integer" }, - "default_source": { - "type": "null" - }, "delinquent": { "type": "boolean" }, "discount": { "type": "null" }, + "id": { + "type": "string" + }, "invoice_prefix": { "type": "string" }, @@ -37,13 +31,7 @@ "rendering_options": { "type": "null" } - }, - "required": [ - "custom_fields", - "default_payment_method", - "footer", - "rendering_options" - ] + } }, "livemode": { "type": "boolean" @@ -59,6 +47,9 @@ "next_invoice_sequence": { "type": "integer" }, + "object": { + "type": "string" + }, "preferred_locales": { "type": "array", "items": { @@ -72,28 +63,5 @@ "type": "null" } }, - "required": [ - "id", - "object", - "address", - "balance", - "created", - "currency", - "default_source", - "delinquent", - "description", - "discount", - "email", - "invoice_prefix", - "invoice_settings", - "livemode", - "metadata", - "name", - "phone", - "preferred_locales", - "shipping", - "tax_exempt", - "test_clock" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Supabase/__schema__/v1.0.0/row/delete.json b/packages/nodes-base/nodes/Supabase/__schema__/v1.0.0/row/delete.json index 1b4fe38fef..5c9d83e027 100644 --- a/packages/nodes-base/nodes/Supabase/__schema__/v1.0.0/row/delete.json +++ b/packages/nodes-base/nodes/Supabase/__schema__/v1.0.0/row/delete.json @@ -1,51 +1,35 @@ { "type": "object", "properties": { - "content": { - "type": "string" - }, "metadata": { "type": "object", "properties": { + "blobType": { + "type": "string" + }, + "file_id": { + "type": "string" + }, "loc": { "type": "object", "properties": { "lines": { "type": "object", "properties": { - "to": { - "type": "integer" - }, "from": { "type": "integer" + }, + "to": { + "type": "integer" } - }, - "required": [ - "to", - "from" - ] + } } - }, - "required": [ - "lines" - ] + } }, "source": { "type": "string" - }, - "file_id": { - "type": "string" - }, - "blobType": { - "type": "string" } - }, - "required": [ - "source" - ] - }, - "embedding": { - "type": "string" + } } }, "version": 1 diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/callback/answerQuery.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/callback/answerQuery.json index 5c5e21cf0a..a123cba3ac 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/callback/answerQuery.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/callback/answerQuery.json @@ -8,9 +8,5 @@ "type": "boolean" } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/administrators.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/administrators.json index 7b33568c7a..c305813b47 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/administrators.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/administrators.json @@ -1,87 +1,77 @@ { "type": "object", "properties": { - "user": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "is_bot": { - "type": "boolean" - }, - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "username": { - "type": "string" - }, - "language_code": { - "type": "string" - } - }, - "required": [ - "id", - "is_bot", - "first_name" - ] - }, - "status": { - "type": "string" - }, - "is_anonymous": { - "type": "boolean" - }, "can_be_edited": { "type": "boolean" }, - "can_manage_chat": { - "type": "boolean" - }, "can_change_info": { "type": "boolean" }, "can_delete_messages": { "type": "boolean" }, - "can_invite_users": { - "type": "boolean" - }, - "can_restrict_members": { - "type": "boolean" - }, - "can_pin_messages": { - "type": "boolean" - }, - "can_manage_topics": { - "type": "boolean" - }, - "can_promote_members": { - "type": "boolean" - }, - "can_manage_video_chats": { - "type": "boolean" - }, - "can_post_stories": { + "can_delete_stories": { "type": "boolean" }, "can_edit_stories": { "type": "boolean" }, - "can_delete_stories": { + "can_invite_users": { + "type": "boolean" + }, + "can_manage_chat": { + "type": "boolean" + }, + "can_manage_topics": { + "type": "boolean" + }, + "can_manage_video_chats": { "type": "boolean" }, "can_manage_voice_chats": { "type": "boolean" + }, + "can_pin_messages": { + "type": "boolean" + }, + "can_post_stories": { + "type": "boolean" + }, + "can_promote_members": { + "type": "boolean" + }, + "can_restrict_members": { + "type": "boolean" + }, + "is_anonymous": { + "type": "boolean" + }, + "status": { + "type": "string" + }, + "user": { + "type": "object", + "properties": { + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "is_bot": { + "type": "boolean" + }, + "language_code": { + "type": "string" + }, + "last_name": { + "type": "string" + }, + "username": { + "type": "string" + } + } } }, - "required": [ - "user", - "status", - "is_anonymous" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/get.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/get.json index a8f5426d2a..415447de5e 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/get.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/get.json @@ -7,45 +7,35 @@ "result": { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "first_name": { - "type": "string" - }, - "type": { - "type": "string" - }, - "can_send_gift": { - "type": "boolean" - }, - "max_reaction_count": { - "type": "integer" - }, "accent_color_id": { "type": "integer" }, - "username": { - "type": "string" - }, "active_usernames": { "type": "array", "items": { "type": "string" } + }, + "can_send_gift": { + "type": "boolean" + }, + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "max_reaction_count": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "username": { + "type": "string" } - }, - "required": [ - "id", - "type", - "max_reaction_count", - "accent_color_id" - ] + } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/leave.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/leave.json new file mode 100644 index 0000000000..a123cba3ac --- /dev/null +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/leave.json @@ -0,0 +1,12 @@ +{ + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "result": { + "type": "boolean" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/member.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/member.json index 72007b1146..7dc0618abf 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/member.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/chat/member.json @@ -7,47 +7,34 @@ "result": { "type": "object", "properties": { + "is_anonymous": { + "type": "boolean" + }, + "status": { + "type": "string" + }, "user": { "type": "object", "properties": { + "first_name": { + "type": "string" + }, "id": { "type": "integer" }, "is_bot": { "type": "boolean" }, - "first_name": { + "language_code": { "type": "string" }, "username": { "type": "string" - }, - "language_code": { - "type": "string" } - }, - "required": [ - "id", - "is_bot", - "first_name" - ] - }, - "status": { - "type": "string" - }, - "is_anonymous": { - "type": "boolean" + } } - }, - "required": [ - "user", - "status" - ] + } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/file/get.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/file/get.json index d3b209fe61..dd55faa063 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/file/get.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/file/get.json @@ -10,27 +10,17 @@ "file_id": { "type": "string" }, - "file_unique_id": { + "file_path": { "type": "string" }, "file_size": { "type": "integer" }, - "file_path": { + "file_unique_id": { "type": "string" } - }, - "required": [ - "file_id", - "file_unique_id", - "file_size", - "file_path" - ] + } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/deleteMessage.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/deleteMessage.json index 5c5e21cf0a..a123cba3ac 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/deleteMessage.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/deleteMessage.json @@ -8,9 +8,5 @@ "type": "boolean" } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/editMessageText.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/editMessageText.json index 7c224a0e58..674d182c7b 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/editMessageText.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/editMessageText.json @@ -7,52 +7,22 @@ "result": { "type": "object", "properties": { - "message_id": { - "type": "integer" - }, - "from": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "is_bot": { - "type": "boolean" - }, - "first_name": { - "type": "string" - }, - "username": { - "type": "string" - } - }, - "required": [ - "id", - "is_bot", - "first_name", - "username" - ] - }, "chat": { "type": "object", "properties": { + "first_name": { + "type": "string" + }, "id": { "type": "integer" }, - "first_name": { + "type": { "type": "string" }, "username": { "type": "string" - }, - "type": { - "type": "string" } - }, - "required": [ - "id", - "type" - ] + } }, "date": { "type": "integer" @@ -60,22 +30,31 @@ "edit_date": { "type": "integer" }, + "from": { + "type": "object", + "properties": { + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "is_bot": { + "type": "boolean" + }, + "username": { + "type": "string" + } + } + }, + "message_id": { + "type": "integer" + }, "text": { "type": "string" } - }, - "required": [ - "message_id", - "chat", - "date", - "edit_date", - "text" - ] + } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/pinChatMessage.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/pinChatMessage.json index 5c5e21cf0a..a123cba3ac 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/pinChatMessage.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/pinChatMessage.json @@ -8,9 +8,5 @@ "type": "boolean" } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendAnimation.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendAnimation.json index cc979c3fc4..718eee00bb 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendAnimation.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendAnimation.json @@ -7,240 +7,177 @@ "result": { "type": "object", "properties": { - "message_id": { + "animation": { + "type": "object", + "properties": { + "duration": { + "type": "integer" + }, + "file_id": { + "type": "string" + }, + "file_name": { + "type": "string" + }, + "file_size": { + "type": "integer" + }, + "file_unique_id": { + "type": "string" + }, + "height": { + "type": "integer" + }, + "mime_type": { + "type": "string" + }, + "thumb": { + "type": "object", + "properties": { + "file_id": { + "type": "string" + }, + "file_size": { + "type": "integer" + }, + "file_unique_id": { + "type": "string" + }, + "height": { + "type": "integer" + }, + "width": { + "type": "integer" + } + } + }, + "thumbnail": { + "type": "object", + "properties": { + "file_id": { + "type": "string" + }, + "file_size": { + "type": "integer" + }, + "file_unique_id": { + "type": "string" + }, + "height": { + "type": "integer" + }, + "width": { + "type": "integer" + } + } + }, + "width": { + "type": "integer" + } + } + }, + "chat": { + "type": "object", + "properties": { + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "username": { + "type": "string" + } + } + }, + "date": { "type": "integer" }, + "document": { + "type": "object", + "properties": { + "file_id": { + "type": "string" + }, + "file_name": { + "type": "string" + }, + "file_size": { + "type": "integer" + }, + "file_unique_id": { + "type": "string" + }, + "mime_type": { + "type": "string" + }, + "thumb": { + "type": "object", + "properties": { + "file_id": { + "type": "string" + }, + "file_size": { + "type": "integer" + }, + "file_unique_id": { + "type": "string" + }, + "height": { + "type": "integer" + }, + "width": { + "type": "integer" + } + } + }, + "thumbnail": { + "type": "object", + "properties": { + "file_id": { + "type": "string" + }, + "file_size": { + "type": "integer" + }, + "file_unique_id": { + "type": "string" + }, + "height": { + "type": "integer" + }, + "width": { + "type": "integer" + } + } + } + } + }, "from": { "type": "object", "properties": { + "first_name": { + "type": "string" + }, "id": { "type": "integer" }, "is_bot": { "type": "boolean" }, - "first_name": { - "type": "string" - }, "username": { "type": "string" } - }, - "required": [ - "id", - "is_bot", - "first_name", - "username" - ] + } }, - "chat": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "first_name": { - "type": "string" - }, - "username": { - "type": "string" - }, - "type": { - "type": "string" - } - }, - "required": [ - "id", - "type" - ] - }, - "date": { + "message_id": { "type": "integer" - }, - "animation": { - "type": "object", - "properties": { - "file_name": { - "type": "string" - }, - "mime_type": { - "type": "string" - }, - "duration": { - "type": "integer" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "thumbnail": { - "type": "object", - "properties": { - "file_id": { - "type": "string" - }, - "file_unique_id": { - "type": "string" - }, - "file_size": { - "type": "integer" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "file_id", - "file_unique_id", - "file_size", - "width", - "height" - ] - }, - "thumb": { - "type": "object", - "properties": { - "file_id": { - "type": "string" - }, - "file_unique_id": { - "type": "string" - }, - "file_size": { - "type": "integer" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "file_id", - "file_unique_id", - "file_size", - "width", - "height" - ] - }, - "file_id": { - "type": "string" - }, - "file_unique_id": { - "type": "string" - }, - "file_size": { - "type": "integer" - } - }, - "required": [ - "file_name", - "mime_type", - "duration", - "width", - "height", - "file_id", - "file_unique_id", - "file_size" - ] - }, - "document": { - "type": "object", - "properties": { - "file_name": { - "type": "string" - }, - "mime_type": { - "type": "string" - }, - "thumbnail": { - "type": "object", - "properties": { - "file_id": { - "type": "string" - }, - "file_unique_id": { - "type": "string" - }, - "file_size": { - "type": "integer" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "file_id", - "file_unique_id", - "file_size", - "width", - "height" - ] - }, - "thumb": { - "type": "object", - "properties": { - "file_id": { - "type": "string" - }, - "file_unique_id": { - "type": "string" - }, - "file_size": { - "type": "integer" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "file_id", - "file_unique_id", - "file_size", - "width", - "height" - ] - }, - "file_id": { - "type": "string" - }, - "file_unique_id": { - "type": "string" - }, - "file_size": { - "type": "integer" - } - }, - "required": [ - "file_name", - "file_id", - "file_unique_id", - "file_size" - ] } - }, - "required": [ - "message_id", - "chat", - "date" - ] + } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendAudio.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendAudio.json index b279cae21a..4bbe619625 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendAudio.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendAudio.json @@ -7,98 +7,71 @@ "result": { "type": "object", "properties": { - "message_id": { - "type": "integer" - }, - "from": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "is_bot": { - "type": "boolean" - }, - "first_name": { - "type": "string" - }, - "username": { - "type": "string" - } - }, - "required": [ - "id", - "is_bot", - "first_name", - "username" - ] - }, - "chat": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "first_name": { - "type": "string" - }, - "username": { - "type": "string" - }, - "type": { - "type": "string" - } - }, - "required": [ - "id", - "type" - ] - }, - "date": { - "type": "integer" - }, "audio": { "type": "object", "properties": { "duration": { "type": "integer" }, - "file_name": { - "type": "string" - }, - "mime_type": { - "type": "string" - }, "file_id": { "type": "string" }, - "file_unique_id": { + "file_name": { "type": "string" }, "file_size": { "type": "integer" + }, + "file_unique_id": { + "type": "string" + }, + "mime_type": { + "type": "string" } - }, - "required": [ - "duration", - "file_name", - "mime_type", - "file_id", - "file_unique_id", - "file_size" - ] + } + }, + "chat": { + "type": "object", + "properties": { + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last_name": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "date": { + "type": "integer" + }, + "from": { + "type": "object", + "properties": { + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "is_bot": { + "type": "boolean" + }, + "username": { + "type": "string" + } + } + }, + "message_id": { + "type": "integer" } - }, - "required": [ - "message_id", - "chat", - "date" - ] + } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendChatAction.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendChatAction.json index 5c5e21cf0a..a123cba3ac 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendChatAction.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendChatAction.json @@ -8,9 +8,5 @@ "type": "boolean" } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendDocument.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendDocument.json index 5310f55439..52b0a87086 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendDocument.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendDocument.json @@ -7,55 +7,25 @@ "result": { "type": "object", "properties": { - "message_id": { - "type": "integer" - }, - "from": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "is_bot": { - "type": "boolean" - }, - "first_name": { - "type": "string" - }, - "username": { - "type": "string" - } - }, - "required": [ - "id", - "is_bot", - "first_name", - "username" - ] - }, "chat": { "type": "object", "properties": { + "first_name": { + "type": "string" + }, "id": { "type": "integer" }, - "first_name": { + "last_name": { "type": "string" }, "type": { "type": "string" }, - "last_name": { - "type": "string" - }, "username": { "type": "string" } - }, - "required": [ - "id", - "type" - ] + } }, "date": { "type": "integer" @@ -63,40 +33,45 @@ "document": { "type": "object", "properties": { - "file_name": { - "type": "string" - }, "file_id": { "type": "string" }, - "file_unique_id": { + "file_name": { "type": "string" }, "file_size": { "type": "integer" }, + "file_unique_id": { + "type": "string" + }, "mime_type": { "type": "string" } - }, - "required": [ - "file_name", - "file_id", - "file_unique_id", - "file_size" - ] + } + }, + "from": { + "type": "object", + "properties": { + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "is_bot": { + "type": "boolean" + }, + "username": { + "type": "string" + } + } + }, + "message_id": { + "type": "integer" } - }, - "required": [ - "message_id", - "chat", - "date" - ] + } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendLocation.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendLocation.json index 61a0189254..e10515221f 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendLocation.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendLocation.json @@ -7,55 +7,45 @@ "result": { "type": "object", "properties": { - "message_id": { + "chat": { + "type": "object", + "properties": { + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last_name": { + "type": "string" + }, + "type": { + "type": "string" + }, + "username": { + "type": "string" + } + } + }, + "date": { "type": "integer" }, "from": { "type": "object", "properties": { + "first_name": { + "type": "string" + }, "id": { "type": "integer" }, "is_bot": { "type": "boolean" }, - "first_name": { - "type": "string" - }, "username": { "type": "string" } - }, - "required": [ - "id", - "is_bot", - "first_name", - "username" - ] - }, - "chat": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "first_name": { - "type": "string" - }, - "username": { - "type": "string" - } - }, - "required": [ - "id", - "type" - ] - }, - "date": { - "type": "integer" + } }, "location": { "type": "object", @@ -66,24 +56,13 @@ "longitude": { "type": "number" } - }, - "required": [ - "latitude", - "longitude" - ] + } + }, + "message_id": { + "type": "integer" } - }, - "required": [ - "message_id", - "chat", - "date", - "location" - ] + } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendMediaGroup.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendMediaGroup.json index 75c5562dc3..e60df1c66b 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendMediaGroup.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendMediaGroup.json @@ -9,33 +9,49 @@ "items": { "type": "object", "properties": { - "message_id": { - "type": "integer" + "caption": { + "type": "string" }, "chat": { "type": "object", "properties": { + "first_name": { + "type": "string" + }, "id": { "type": "integer" }, - "username": { - "type": "string" - }, "type": { "type": "string" }, - "first_name": { + "username": { "type": "string" } - }, - "required": [ - "id", - "type" - ] + } }, "date": { "type": "integer" }, + "from": { + "type": "object", + "properties": { + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "is_bot": { + "type": "boolean" + }, + "username": { + "type": "string" + } + } + }, + "message_id": { + "type": "integer" + }, "photo": { "type": "array", "items": { @@ -44,66 +60,24 @@ "file_id": { "type": "string" }, + "file_size": { + "type": "integer" + }, "file_unique_id": { "type": "string" }, - "file_size": { + "height": { "type": "integer" }, "width": { "type": "integer" - }, - "height": { - "type": "integer" } - }, - "required": [ - "file_id", - "file_unique_id", - "file_size", - "width", - "height" - ] - } - }, - "caption": { - "type": "string" - }, - "from": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "is_bot": { - "type": "boolean" - }, - "first_name": { - "type": "string" - }, - "username": { - "type": "string" } - }, - "required": [ - "id", - "is_bot", - "first_name", - "username" - ] + } } - }, - "required": [ - "message_id", - "chat", - "date" - ] + } } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendMessage.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendMessage.json index 6c670a7fbd..2b91c202a0 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendMessage.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendMessage.json @@ -7,68 +7,38 @@ "result": { "type": "object", "properties": { - "message_id": { - "type": "integer" - }, - "from": { + "chat": { "type": "object", "properties": { + "first_name": { + "type": "string" + }, "id": { "type": "integer" }, - "is_bot": { - "type": "boolean" + "last_name": { + "type": "string" }, - "first_name": { + "type": { "type": "string" }, "username": { "type": "string" } - }, - "required": [ - "id", - "is_bot", - "first_name", - "username" - ] - }, - "chat": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - } - }, - "required": [ - "id", - "type" - ] + } }, "date": { "type": "integer" }, - "text": { - "type": "string" - }, "entities": { "type": "array", "items": { "type": "object", "properties": { - "offset": { + "length": { "type": "integer" }, - "length": { + "offset": { "type": "integer" }, "type": { @@ -77,26 +47,34 @@ "url": { "type": "string" } - }, - "required": [ - "offset", - "length", - "type" - ] + } } + }, + "from": { + "type": "object", + "properties": { + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "is_bot": { + "type": "boolean" + }, + "username": { + "type": "string" + } + } + }, + "message_id": { + "type": "integer" + }, + "text": { + "type": "string" } - }, - "required": [ - "message_id", - "chat", - "date", - "text" - ] + } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendPhoto.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendPhoto.json index 5b66a53708..62f674707d 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendPhoto.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendPhoto.json @@ -7,57 +7,44 @@ "result": { "type": "object", "properties": { - "message_id": { + "chat": { + "type": "object", + "properties": { + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "username": { + "type": "string" + } + } + }, + "date": { "type": "integer" }, "from": { "type": "object", "properties": { + "first_name": { + "type": "string" + }, "id": { "type": "integer" }, "is_bot": { "type": "boolean" }, - "first_name": { - "type": "string" - }, "username": { "type": "string" } - }, - "required": [ - "id", - "is_bot", - "first_name", - "username" - ] + } }, - "chat": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "first_name": { - "type": "string" - }, - "type": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "username": { - "type": "string" - } - }, - "required": [ - "id", - "type" - ] - }, - "date": { + "message_id": { "type": "integer" }, "photo": { @@ -68,40 +55,23 @@ "file_id": { "type": "string" }, + "file_size": { + "type": "integer" + }, "file_unique_id": { "type": "string" }, - "file_size": { + "height": { "type": "integer" }, "width": { "type": "integer" - }, - "height": { - "type": "integer" } - }, - "required": [ - "file_id", - "file_unique_id", - "file_size", - "width", - "height" - ] + } } } - }, - "required": [ - "message_id", - "chat", - "date", - "photo" - ] + } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendSticker.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendSticker.json index 99f8c98505..5b776cc7c1 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendSticker.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendSticker.json @@ -7,170 +7,126 @@ "result": { "type": "object", "properties": { - "message_id": { + "chat": { + "type": "object", + "properties": { + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last_name": { + "type": "string" + }, + "type": { + "type": "string" + }, + "username": { + "type": "string" + } + } + }, + "date": { "type": "integer" }, "from": { "type": "object", "properties": { + "first_name": { + "type": "string" + }, "id": { "type": "integer" }, "is_bot": { "type": "boolean" }, - "first_name": { - "type": "string" - }, "username": { "type": "string" } - }, - "required": [ - "id", - "is_bot", - "first_name", - "username" - ] + } }, - "chat": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "username": { - "type": "string" - }, - "type": { - "type": "string" - } - }, - "required": [ - "id", - "type" - ] - }, - "date": { + "message_id": { "type": "integer" }, "sticker": { "type": "object", "properties": { - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, "emoji": { "type": "string" }, - "set_name": { + "file_id": { "type": "string" }, + "file_size": { + "type": "integer" + }, + "file_unique_id": { + "type": "string" + }, + "height": { + "type": "integer" + }, "is_animated": { "type": "boolean" }, "is_video": { "type": "boolean" }, - "type": { + "set_name": { "type": "string" }, - "thumbnail": { - "type": "object", - "properties": { - "file_id": { - "type": "string" - }, - "file_unique_id": { - "type": "string" - }, - "file_size": { - "type": "integer" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "file_id", - "file_unique_id", - "file_size", - "width", - "height" - ] - }, "thumb": { "type": "object", "properties": { "file_id": { "type": "string" }, + "file_size": { + "type": "integer" + }, "file_unique_id": { "type": "string" }, + "height": { + "type": "integer" + }, + "width": { + "type": "integer" + } + } + }, + "thumbnail": { + "type": "object", + "properties": { + "file_id": { + "type": "string" + }, "file_size": { "type": "integer" }, - "width": { - "type": "integer" + "file_unique_id": { + "type": "string" }, "height": { "type": "integer" + }, + "width": { + "type": "integer" } - }, - "required": [ - "file_id", - "file_unique_id", - "file_size", - "width", - "height" - ] + } }, - "file_id": { + "type": { "type": "string" }, - "file_unique_id": { - "type": "string" - }, - "file_size": { + "width": { "type": "integer" } - }, - "required": [ - "width", - "height", - "is_animated", - "is_video", - "type", - "file_id", - "file_unique_id", - "file_size" - ] + } } - }, - "required": [ - "message_id", - "from", - "chat", - "date" - ] + } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendVideo.json b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendVideo.json index ad4ce10419..6cc184e595 100644 --- a/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendVideo.json +++ b/packages/nodes-base/nodes/Telegram/__schema__/v1.2.0/message/sendVideo.json @@ -7,54 +7,47 @@ "result": { "type": "object", "properties": { - "message_id": { + "caption": { + "type": "string" + }, + "chat": { + "type": "object", + "properties": { + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "username": { + "type": "string" + } + } + }, + "date": { "type": "integer" }, "from": { "type": "object", "properties": { + "first_name": { + "type": "string" + }, "id": { "type": "integer" }, "is_bot": { "type": "boolean" }, - "first_name": { - "type": "string" - }, "username": { "type": "string" } - }, - "required": [ - "id", - "is_bot", - "first_name", - "username" - ] + } }, - "chat": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "first_name": { - "type": "string" - }, - "username": { - "type": "string" - }, - "type": { - "type": "string" - } - }, - "required": [ - "id", - "type" - ] - }, - "date": { + "message_id": { "type": "integer" }, "video": { @@ -63,44 +56,23 @@ "duration": { "type": "integer" }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" + "file_id": { + "type": "string" }, "file_name": { "type": "string" }, - "mime_type": { + "file_size": { + "type": "integer" + }, + "file_unique_id": { "type": "string" }, - "thumbnail": { - "type": "object", - "properties": { - "file_id": { - "type": "string" - }, - "file_unique_id": { - "type": "string" - }, - "file_size": { - "type": "integer" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - } - }, - "required": [ - "file_id", - "file_unique_id", - "file_size", - "width", - "height" - ] + "height": { + "type": "integer" + }, + "mime_type": { + "type": "string" }, "thumb": { "type": "object", @@ -108,61 +80,47 @@ "file_id": { "type": "string" }, + "file_size": { + "type": "integer" + }, "file_unique_id": { "type": "string" }, + "height": { + "type": "integer" + }, + "width": { + "type": "integer" + } + } + }, + "thumbnail": { + "type": "object", + "properties": { + "file_id": { + "type": "string" + }, "file_size": { "type": "integer" }, - "width": { - "type": "integer" + "file_unique_id": { + "type": "string" }, "height": { "type": "integer" + }, + "width": { + "type": "integer" } - }, - "required": [ - "file_id", - "file_unique_id", - "file_size", - "width", - "height" - ] + } }, - "file_id": { - "type": "string" - }, - "file_unique_id": { - "type": "string" - }, - "file_size": { + "width": { "type": "integer" } - }, - "required": [ - "duration", - "width", - "height", - "mime_type", - "file_id", - "file_unique_id", - "file_size" - ] - }, - "caption": { - "type": "string" + } } - }, - "required": [ - "message_id", - "chat", - "date" - ] + } } }, - "required": [ - "ok", - "result" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/close.json b/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/close.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/close.json +++ b/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/close.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/create.json b/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/create.json index 5b202cc081..6f7b62adc4 100644 --- a/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/create.json +++ b/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/create.json @@ -1,27 +1,36 @@ { "type": "object", "properties": { - "id": { - "type": "string" + "assignee_id": { + "type": "null" }, "assigner_id": { "type": "null" }, - "assignee_id": { - "type": "null" - }, - "project_id": { - "type": "string" - }, - "order": { + "comment_count": { "type": "integer" }, "content": { "type": "string" }, + "created_at": { + "type": "string" + }, + "creator_id": { + "type": "string" + }, + "deadline": { + "type": "null" + }, "description": { "type": "string" }, + "duration": { + "type": "null" + }, + "id": { + "type": "string" + }, "is_completed": { "type": "boolean" }, @@ -31,26 +40,17 @@ "type": "string" } }, + "order": { + "type": "integer" + }, "priority": { "type": "integer" }, - "comment_count": { - "type": "integer" - }, - "creator_id": { - "type": "string" - }, - "created_at": { + "project_id": { "type": "string" }, "url": { "type": "string" - }, - "duration": { - "type": "null" - }, - "deadline": { - "type": "null" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/get.json b/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/get.json index ec11748ab4..f389992b92 100644 --- a/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/get.json +++ b/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/get.json @@ -1,21 +1,24 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "project_id": { - "type": "string" - }, - "order": { + "comment_count": { "type": "integer" }, "content": { "type": "string" }, + "created_at": { + "type": "string" + }, + "creator_id": { + "type": "string" + }, "description": { "type": "string" }, + "id": { + "type": "string" + }, "is_completed": { "type": "boolean" }, @@ -25,41 +28,15 @@ "type": "string" } }, + "order": { + "type": "integer" + }, "priority": { "type": "integer" }, - "comment_count": { - "type": "integer" - }, - "creator_id": { + "project_id": { "type": "string" }, - "created_at": { - "type": "string" - }, - "due": { - "type": "object", - "properties": { - "date": { - "type": "string" - }, - "string": { - "type": "string" - }, - "lang": { - "type": "string" - }, - "is_recurring": { - "type": "boolean" - } - }, - "required": [ - "date", - "string", - "lang", - "is_recurring" - ] - }, "url": { "type": "string" } diff --git a/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/getAll.json b/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/getAll.json index 5a9acd8209..f389992b92 100644 --- a/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/getAll.json +++ b/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/getAll.json @@ -1,21 +1,24 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "project_id": { - "type": "string" - }, - "order": { + "comment_count": { "type": "integer" }, "content": { "type": "string" }, + "created_at": { + "type": "string" + }, + "creator_id": { + "type": "string" + }, "description": { "type": "string" }, + "id": { + "type": "string" + }, "is_completed": { "type": "boolean" }, @@ -25,23 +28,17 @@ "type": "string" } }, + "order": { + "type": "integer" + }, "priority": { "type": "integer" }, - "comment_count": { - "type": "integer" - }, - "creator_id": { - "type": "string" - }, - "created_at": { + "project_id": { "type": "string" }, "url": { "type": "string" - }, - "duration": { - "type": "null" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/move.json b/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/move.json index beaba503c9..6a53ce3025 100644 --- a/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/move.json +++ b/packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/move.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "success" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/attachment/create.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/attachment/create.json index 5f3089275e..36465c7738 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/attachment/create.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/attachment/create.json @@ -1,10 +1,10 @@ { "type": "object", "properties": { - "id": { + "date": { "type": "string" }, - "date": { + "id": { "type": "string" }, "idMember": { @@ -22,49 +22,40 @@ "name": { "type": "string" }, + "pos": { + "type": "integer" + }, "previews": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, "_id": { "type": "string" }, - "scaled": { - "type": "boolean" - }, - "url": { - "type": "string" - }, "bytes": { "type": "integer" }, "height": { "type": "integer" }, + "id": { + "type": "string" + }, + "scaled": { + "type": "boolean" + }, + "url": { + "type": "string" + }, "width": { "type": "integer" } - }, - "required": [ - "id", - "_id", - "scaled", - "url", - "bytes", - "height", - "width" - ] + } } }, "url": { "type": "string" - }, - "pos": { - "type": "integer" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/attachment/get.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/attachment/get.json index 26d8a03698..aab5d59370 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/attachment/get.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/attachment/get.json @@ -1,10 +1,13 @@ { "type": "object", "properties": { - "id": { + "date": { "type": "string" }, - "date": { + "fileName": { + "type": "string" + }, + "id": { "type": "string" }, "idMember": { @@ -19,56 +22,41 @@ "name": { "type": "string" }, + "pos": { + "type": "integer" + }, "previews": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, "_id": { "type": "string" }, - "scaled": { - "type": "boolean" - }, - "url": { - "type": "string" - }, "bytes": { "type": "integer" }, "height": { "type": "integer" }, + "id": { + "type": "string" + }, + "scaled": { + "type": "boolean" + }, + "url": { + "type": "string" + }, "width": { "type": "integer" } - }, - "required": [ - "id", - "_id", - "scaled", - "url", - "bytes", - "height", - "width" - ] + } } }, "url": { "type": "string" - }, - "pos": { - "type": "integer" - }, - "fileName": { - "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/attachment/getAll.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/attachment/getAll.json index 26d8a03698..aab5d59370 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/attachment/getAll.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/attachment/getAll.json @@ -1,10 +1,13 @@ { "type": "object", "properties": { - "id": { + "date": { "type": "string" }, - "date": { + "fileName": { + "type": "string" + }, + "id": { "type": "string" }, "idMember": { @@ -19,56 +22,41 @@ "name": { "type": "string" }, + "pos": { + "type": "integer" + }, "previews": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "string" - }, "_id": { "type": "string" }, - "scaled": { - "type": "boolean" - }, - "url": { - "type": "string" - }, "bytes": { "type": "integer" }, "height": { "type": "integer" }, + "id": { + "type": "string" + }, + "scaled": { + "type": "boolean" + }, + "url": { + "type": "string" + }, "width": { "type": "integer" } - }, - "required": [ - "id", - "_id", - "scaled", - "url", - "bytes", - "height", - "width" - ] + } } }, "url": { "type": "string" - }, - "pos": { - "type": "integer" - }, - "fileName": { - "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/board/create.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/board/create.json index 8f81879ad4..33a29574f2 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/board/create.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/board/create.json @@ -1,11 +1,8 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" + "closed": { + "type": "boolean" }, "desc": { "type": "string" @@ -13,100 +10,138 @@ "descData": { "type": "null" }, - "closed": { - "type": "boolean" - }, - "idOrganization": { + "id": { "type": "string" }, "idEnterprise": { "type": "null" }, + "idOrganization": { + "type": "string" + }, + "labelNames": { + "type": "object", + "properties": { + "black": { + "type": "string" + }, + "black_dark": { + "type": "string" + }, + "black_light": { + "type": "string" + }, + "blue": { + "type": "string" + }, + "blue_dark": { + "type": "string" + }, + "blue_light": { + "type": "string" + }, + "green": { + "type": "string" + }, + "green_dark": { + "type": "string" + }, + "green_light": { + "type": "string" + }, + "lime": { + "type": "string" + }, + "lime_dark": { + "type": "string" + }, + "lime_light": { + "type": "string" + }, + "orange": { + "type": "string" + }, + "orange_dark": { + "type": "string" + }, + "orange_light": { + "type": "string" + }, + "pink": { + "type": "string" + }, + "pink_dark": { + "type": "string" + }, + "pink_light": { + "type": "string" + }, + "purple": { + "type": "string" + }, + "purple_dark": { + "type": "string" + }, + "purple_light": { + "type": "string" + }, + "red": { + "type": "string" + }, + "red_dark": { + "type": "string" + }, + "red_light": { + "type": "string" + }, + "sky": { + "type": "string" + }, + "sky_dark": { + "type": "string" + }, + "sky_light": { + "type": "string" + }, + "yellow": { + "type": "string" + }, + "yellow_dark": { + "type": "string" + }, + "yellow_light": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, "pinned": { "type": "boolean" }, - "url": { - "type": "string" - }, - "shortUrl": { - "type": "string" - }, "prefs": { "type": "object", "properties": { - "permissionLevel": { - "type": "string" - }, - "hideVotes": { - "type": "boolean" - }, - "voting": { - "type": "string" - }, - "comments": { - "type": "string" - }, - "invitations": { - "type": "string" - }, - "selfJoin": { - "type": "boolean" - }, - "cardCovers": { - "type": "boolean" - }, - "showCompleteStatus": { - "type": "boolean" - }, - "cardCounts": { - "type": "boolean" - }, - "isTemplate": { - "type": "boolean" - }, - "cardAging": { - "type": "string" - }, - "calendarFeedEnabled": { - "type": "boolean" - }, - "switcherViews": { - "type": "array", - "items": { - "type": "object", - "properties": { - "viewType": { - "type": "string" - }, - "enabled": { - "type": "boolean" - } - }, - "required": [ - "viewType", - "enabled" - ] - } - }, "background": { "type": "string" }, + "backgroundBottomColor": { + "type": "string" + }, + "backgroundBrightness": { + "type": "string" + }, "backgroundDarkImage": { "type": "null" }, "backgroundTile": { "type": "boolean" }, - "backgroundBrightness": { - "type": "string" - }, - "backgroundBottomColor": { - "type": "string" - }, "backgroundTopColor": { "type": "string" }, - "canBePublic": { + "calendarFeedEnabled": { "type": "boolean" }, "canBeEnterprise": { @@ -118,182 +153,67 @@ "canBePrivate": { "type": "boolean" }, + "canBePublic": { + "type": "boolean" + }, "canInvite": { "type": "boolean" + }, + "cardAging": { + "type": "string" + }, + "cardCounts": { + "type": "boolean" + }, + "cardCovers": { + "type": "boolean" + }, + "comments": { + "type": "string" + }, + "hideVotes": { + "type": "boolean" + }, + "invitations": { + "type": "string" + }, + "isTemplate": { + "type": "boolean" + }, + "permissionLevel": { + "type": "string" + }, + "selfJoin": { + "type": "boolean" + }, + "showCompleteStatus": { + "type": "boolean" + }, + "switcherViews": { + "type": "array", + "items": { + "type": "object", + "properties": { + "enabled": { + "type": "boolean" + }, + "viewType": { + "type": "string" + } + } + } + }, + "voting": { + "type": "string" } - }, - "required": [ - "permissionLevel", - "hideVotes", - "voting", - "comments", - "invitations", - "selfJoin", - "cardCovers", - "cardCounts", - "isTemplate", - "cardAging", - "calendarFeedEnabled", - "hiddenPluginBoardButtons", - "switcherViews", - "background", - "backgroundColor", - "backgroundImage", - "backgroundImageScaled", - "backgroundTile", - "backgroundBrightness", - "sharedSourceUrl", - "backgroundBottomColor", - "backgroundTopColor", - "canBePublic", - "canBeEnterprise", - "canBeOrg", - "canBePrivate", - "canInvite" - ] + } }, - "labelNames": { - "type": "object", - "properties": { - "green": { - "type": "string" - }, - "yellow": { - "type": "string" - }, - "orange": { - "type": "string" - }, - "red": { - "type": "string" - }, - "purple": { - "type": "string" - }, - "blue": { - "type": "string" - }, - "sky": { - "type": "string" - }, - "lime": { - "type": "string" - }, - "pink": { - "type": "string" - }, - "black": { - "type": "string" - }, - "green_dark": { - "type": "string" - }, - "yellow_dark": { - "type": "string" - }, - "orange_dark": { - "type": "string" - }, - "red_dark": { - "type": "string" - }, - "purple_dark": { - "type": "string" - }, - "blue_dark": { - "type": "string" - }, - "sky_dark": { - "type": "string" - }, - "lime_dark": { - "type": "string" - }, - "pink_dark": { - "type": "string" - }, - "black_dark": { - "type": "string" - }, - "green_light": { - "type": "string" - }, - "yellow_light": { - "type": "string" - }, - "orange_light": { - "type": "string" - }, - "red_light": { - "type": "string" - }, - "purple_light": { - "type": "string" - }, - "blue_light": { - "type": "string" - }, - "sky_light": { - "type": "string" - }, - "lime_light": { - "type": "string" - }, - "pink_light": { - "type": "string" - }, - "black_light": { - "type": "string" - } - }, - "required": [ - "green", - "yellow", - "orange", - "red", - "purple", - "blue", - "sky", - "lime", - "pink", - "black", - "green_dark", - "yellow_dark", - "orange_dark", - "red_dark", - "purple_dark", - "blue_dark", - "sky_dark", - "lime_dark", - "pink_dark", - "black_dark", - "green_light", - "yellow_light", - "orange_light", - "red_light", - "purple_light", - "blue_light", - "sky_light", - "lime_light", - "pink_light", - "black_light" - ] + "shortUrl": { + "type": "string" + }, + "url": { + "type": "string" } }, - "required": [ - "id", - "name", - "desc", - "descData", - "closed", - "idOrganization", - "idEnterprise", - "pinned", - "url", - "shortUrl", - "prefs", - "labelNames", - "limits" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/board/get.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/board/get.json index 689642942b..f1e5ef7c41 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/board/get.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/board/get.json @@ -1,112 +1,141 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" + "closed": { + "type": "boolean" }, "desc": { "type": "string" }, - "closed": { - "type": "boolean" - }, - "idOrganization": { + "id": { "type": "string" }, "idEnterprise": { "type": "null" }, + "idOrganization": { + "type": "string" + }, + "labelNames": { + "type": "object", + "properties": { + "black": { + "type": "string" + }, + "black_dark": { + "type": "string" + }, + "black_light": { + "type": "string" + }, + "blue": { + "type": "string" + }, + "blue_dark": { + "type": "string" + }, + "blue_light": { + "type": "string" + }, + "green": { + "type": "string" + }, + "green_dark": { + "type": "string" + }, + "green_light": { + "type": "string" + }, + "lime": { + "type": "string" + }, + "lime_dark": { + "type": "string" + }, + "lime_light": { + "type": "string" + }, + "orange": { + "type": "string" + }, + "orange_dark": { + "type": "string" + }, + "orange_light": { + "type": "string" + }, + "pink": { + "type": "string" + }, + "pink_dark": { + "type": "string" + }, + "pink_light": { + "type": "string" + }, + "purple": { + "type": "string" + }, + "purple_dark": { + "type": "string" + }, + "purple_light": { + "type": "string" + }, + "red": { + "type": "string" + }, + "red_dark": { + "type": "string" + }, + "red_light": { + "type": "string" + }, + "sky": { + "type": "string" + }, + "sky_dark": { + "type": "string" + }, + "sky_light": { + "type": "string" + }, + "yellow": { + "type": "string" + }, + "yellow_dark": { + "type": "string" + }, + "yellow_light": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, "pinned": { "type": "boolean" }, - "url": { - "type": "string" - }, - "shortUrl": { - "type": "string" - }, "prefs": { "type": "object", "properties": { - "permissionLevel": { - "type": "string" - }, - "hideVotes": { - "type": "boolean" - }, - "voting": { - "type": "string" - }, - "comments": { - "type": "string" - }, - "invitations": { - "type": "string" - }, - "selfJoin": { - "type": "boolean" - }, - "cardCovers": { - "type": "boolean" - }, - "showCompleteStatus": { - "type": "boolean" - }, - "cardCounts": { - "type": "boolean" - }, - "isTemplate": { - "type": "boolean" - }, - "cardAging": { - "type": "string" - }, - "calendarFeedEnabled": { - "type": "boolean" - }, - "hiddenPluginBoardButtons": { - "type": "array", - "items": { - "type": "string" - } - }, - "switcherViews": { - "type": "array", - "items": { - "type": "object", - "properties": { - "viewType": { - "type": "string" - }, - "enabled": { - "type": "boolean" - } - }, - "required": [ - "viewType", - "enabled" - ] - } - }, "background": { "type": "string" }, - "backgroundTile": { - "type": "boolean" - }, - "backgroundBrightness": { - "type": "string" - }, "backgroundBottomColor": { "type": "string" }, + "backgroundBrightness": { + "type": "string" + }, + "backgroundTile": { + "type": "boolean" + }, "backgroundTopColor": { "type": "string" }, - "canBePublic": { + "calendarFeedEnabled": { "type": "boolean" }, "canBeEnterprise": { @@ -118,170 +147,73 @@ "canBePrivate": { "type": "boolean" }, + "canBePublic": { + "type": "boolean" + }, "canInvite": { "type": "boolean" + }, + "cardAging": { + "type": "string" + }, + "cardCounts": { + "type": "boolean" + }, + "cardCovers": { + "type": "boolean" + }, + "comments": { + "type": "string" + }, + "hiddenPluginBoardButtons": { + "type": "array", + "items": { + "type": "string" + } + }, + "hideVotes": { + "type": "boolean" + }, + "invitations": { + "type": "string" + }, + "isTemplate": { + "type": "boolean" + }, + "permissionLevel": { + "type": "string" + }, + "selfJoin": { + "type": "boolean" + }, + "showCompleteStatus": { + "type": "boolean" + }, + "switcherViews": { + "type": "array", + "items": { + "type": "object", + "properties": { + "enabled": { + "type": "boolean" + }, + "viewType": { + "type": "string" + } + } + } + }, + "voting": { + "type": "string" } - }, - "required": [ - "permissionLevel", - "hideVotes", - "voting", - "comments", - "invitations", - "selfJoin", - "cardCovers", - "cardCounts", - "isTemplate", - "cardAging", - "calendarFeedEnabled", - "hiddenPluginBoardButtons", - "switcherViews", - "background", - "backgroundColor", - "backgroundImage", - "backgroundImageScaled", - "backgroundTile", - "backgroundBrightness", - "sharedSourceUrl", - "backgroundBottomColor", - "backgroundTopColor", - "canBePublic", - "canBeEnterprise", - "canBeOrg", - "canBePrivate", - "canInvite" - ] + } }, - "labelNames": { - "type": "object", - "properties": { - "green": { - "type": "string" - }, - "yellow": { - "type": "string" - }, - "orange": { - "type": "string" - }, - "red": { - "type": "string" - }, - "purple": { - "type": "string" - }, - "blue": { - "type": "string" - }, - "sky": { - "type": "string" - }, - "lime": { - "type": "string" - }, - "pink": { - "type": "string" - }, - "black": { - "type": "string" - }, - "green_dark": { - "type": "string" - }, - "yellow_dark": { - "type": "string" - }, - "orange_dark": { - "type": "string" - }, - "red_dark": { - "type": "string" - }, - "purple_dark": { - "type": "string" - }, - "blue_dark": { - "type": "string" - }, - "sky_dark": { - "type": "string" - }, - "lime_dark": { - "type": "string" - }, - "pink_dark": { - "type": "string" - }, - "black_dark": { - "type": "string" - }, - "green_light": { - "type": "string" - }, - "yellow_light": { - "type": "string" - }, - "orange_light": { - "type": "string" - }, - "red_light": { - "type": "string" - }, - "purple_light": { - "type": "string" - }, - "blue_light": { - "type": "string" - }, - "sky_light": { - "type": "string" - }, - "lime_light": { - "type": "string" - }, - "pink_light": { - "type": "string" - }, - "black_light": { - "type": "string" - } - }, - "required": [ - "green", - "yellow", - "orange", - "red", - "purple", - "blue", - "sky", - "lime", - "pink", - "black", - "green_dark", - "yellow_dark", - "orange_dark", - "red_dark", - "purple_dark", - "blue_dark", - "sky_dark", - "lime_dark", - "pink_dark", - "black_dark", - "green_light", - "yellow_light", - "orange_light", - "red_light", - "purple_light", - "blue_light", - "sky_light", - "lime_light", - "pink_light", - "black_light" - ] + "shortUrl": { + "type": "string" + }, + "url": { + "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/board/update.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/board/update.json index 7de26f7a4e..46bd3ed3cc 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/board/update.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/board/update.json @@ -1,103 +1,141 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" + "closed": { + "type": "boolean" }, "desc": { "type": "string" }, - "closed": { - "type": "boolean" - }, - "idOrganization": { + "id": { "type": "string" }, "idEnterprise": { "type": "null" }, + "idOrganization": { + "type": "string" + }, + "labelNames": { + "type": "object", + "properties": { + "black": { + "type": "string" + }, + "black_dark": { + "type": "string" + }, + "black_light": { + "type": "string" + }, + "blue": { + "type": "string" + }, + "blue_dark": { + "type": "string" + }, + "blue_light": { + "type": "string" + }, + "green": { + "type": "string" + }, + "green_dark": { + "type": "string" + }, + "green_light": { + "type": "string" + }, + "lime": { + "type": "string" + }, + "lime_dark": { + "type": "string" + }, + "lime_light": { + "type": "string" + }, + "orange": { + "type": "string" + }, + "orange_dark": { + "type": "string" + }, + "orange_light": { + "type": "string" + }, + "pink": { + "type": "string" + }, + "pink_dark": { + "type": "string" + }, + "pink_light": { + "type": "string" + }, + "purple": { + "type": "string" + }, + "purple_dark": { + "type": "string" + }, + "purple_light": { + "type": "string" + }, + "red": { + "type": "string" + }, + "red_dark": { + "type": "string" + }, + "red_light": { + "type": "string" + }, + "sky": { + "type": "string" + }, + "sky_dark": { + "type": "string" + }, + "sky_light": { + "type": "string" + }, + "yellow": { + "type": "string" + }, + "yellow_dark": { + "type": "string" + }, + "yellow_light": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, "pinned": { "type": "boolean" }, - "url": { - "type": "string" - }, - "shortUrl": { - "type": "string" - }, "prefs": { "type": "object", "properties": { - "permissionLevel": { - "type": "string" - }, - "hideVotes": { - "type": "boolean" - }, - "voting": { - "type": "string" - }, - "comments": { - "type": "string" - }, - "invitations": { - "type": "string" - }, - "selfJoin": { - "type": "boolean" - }, - "cardCovers": { - "type": "boolean" - }, - "cardCounts": { - "type": "boolean" - }, - "isTemplate": { - "type": "boolean" - }, - "cardAging": { - "type": "string" - }, - "calendarFeedEnabled": { - "type": "boolean" - }, - "switcherViews": { - "type": "array", - "items": { - "type": "object", - "properties": { - "viewType": { - "type": "string" - }, - "enabled": { - "type": "boolean" - } - }, - "required": [ - "viewType", - "enabled" - ] - } - }, "background": { "type": "string" }, - "backgroundTile": { - "type": "boolean" - }, - "backgroundBrightness": { - "type": "string" - }, "backgroundBottomColor": { "type": "string" }, + "backgroundBrightness": { + "type": "string" + }, + "backgroundTile": { + "type": "boolean" + }, "backgroundTopColor": { "type": "string" }, - "canBePublic": { + "calendarFeedEnabled": { "type": "boolean" }, "canBeEnterprise": { @@ -109,181 +147,64 @@ "canBePrivate": { "type": "boolean" }, + "canBePublic": { + "type": "boolean" + }, "canInvite": { "type": "boolean" + }, + "cardAging": { + "type": "string" + }, + "cardCounts": { + "type": "boolean" + }, + "cardCovers": { + "type": "boolean" + }, + "comments": { + "type": "string" + }, + "hideVotes": { + "type": "boolean" + }, + "invitations": { + "type": "string" + }, + "isTemplate": { + "type": "boolean" + }, + "permissionLevel": { + "type": "string" + }, + "selfJoin": { + "type": "boolean" + }, + "switcherViews": { + "type": "array", + "items": { + "type": "object", + "properties": { + "enabled": { + "type": "boolean" + }, + "viewType": { + "type": "string" + } + } + } + }, + "voting": { + "type": "string" } - }, - "required": [ - "permissionLevel", - "hideVotes", - "voting", - "comments", - "invitations", - "selfJoin", - "cardCovers", - "cardCounts", - "isTemplate", - "cardAging", - "calendarFeedEnabled", - "hiddenPluginBoardButtons", - "switcherViews", - "background", - "backgroundColor", - "backgroundImage", - "backgroundImageScaled", - "backgroundTile", - "backgroundBrightness", - "sharedSourceUrl", - "backgroundBottomColor", - "backgroundTopColor", - "canBePublic", - "canBeEnterprise", - "canBeOrg", - "canBePrivate", - "canInvite" - ] + } }, - "labelNames": { - "type": "object", - "properties": { - "green": { - "type": "string" - }, - "yellow": { - "type": "string" - }, - "orange": { - "type": "string" - }, - "red": { - "type": "string" - }, - "purple": { - "type": "string" - }, - "blue": { - "type": "string" - }, - "sky": { - "type": "string" - }, - "lime": { - "type": "string" - }, - "pink": { - "type": "string" - }, - "black": { - "type": "string" - }, - "green_dark": { - "type": "string" - }, - "yellow_dark": { - "type": "string" - }, - "orange_dark": { - "type": "string" - }, - "red_dark": { - "type": "string" - }, - "purple_dark": { - "type": "string" - }, - "blue_dark": { - "type": "string" - }, - "sky_dark": { - "type": "string" - }, - "lime_dark": { - "type": "string" - }, - "pink_dark": { - "type": "string" - }, - "black_dark": { - "type": "string" - }, - "green_light": { - "type": "string" - }, - "yellow_light": { - "type": "string" - }, - "orange_light": { - "type": "string" - }, - "red_light": { - "type": "string" - }, - "purple_light": { - "type": "string" - }, - "blue_light": { - "type": "string" - }, - "sky_light": { - "type": "string" - }, - "lime_light": { - "type": "string" - }, - "pink_light": { - "type": "string" - }, - "black_light": { - "type": "string" - } - }, - "required": [ - "green", - "yellow", - "orange", - "red", - "purple", - "blue", - "sky", - "lime", - "pink", - "black", - "green_dark", - "yellow_dark", - "orange_dark", - "red_dark", - "purple_dark", - "blue_dark", - "sky_dark", - "lime_dark", - "pink_dark", - "black_dark", - "green_light", - "yellow_light", - "orange_light", - "red_light", - "purple_light", - "blue_light", - "sky_light", - "lime_light", - "pink_light", - "black_light" - ] + "shortUrl": { + "type": "string" + }, + "url": { + "type": "string" } }, - "required": [ - "id", - "name", - "desc", - "descData", - "closed", - "idOrganization", - "idEnterprise", - "pinned", - "url", - "shortUrl", - "prefs", - "labelNames" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/boardMember/getAll.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/boardMember/getAll.json index 2ea0352583..715344b3a5 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/boardMember/getAll.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/boardMember/getAll.json @@ -1,20 +1,15 @@ { "type": "object", "properties": { - "id": { + "fullName": { "type": "string" }, - "fullName": { + "id": { "type": "string" }, "username": { "type": "string" } }, - "required": [ - "id", - "fullName", - "username" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/card/create.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/card/create.json index bc428e3f7a..43f6ea74b5 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/card/create.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/card/create.json @@ -1,8 +1,46 @@ { "type": "object", "properties": { - "id": { - "type": "string" + "attachments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "bytes": { + "type": "null" + }, + "date": { + "type": "string" + }, + "edgeColor": { + "type": "null" + }, + "id": { + "type": "string" + }, + "idMember": { + "type": "string" + }, + "isMalicious": { + "type": "boolean" + }, + "isUpload": { + "type": "boolean" + }, + "mimeType": { + "type": "string" + }, + "name": { + "type": "string" + }, + "pos": { + "type": "integer" + }, + "url": { + "type": "string" + } + } + } }, "badges": { "type": "object", @@ -10,8 +48,21 @@ "attachments": { "type": "integer" }, - "fogbugz": { - "type": "string" + "attachmentsByType": { + "type": "object", + "properties": { + "trello": { + "type": "object", + "properties": { + "board": { + "type": "integer" + }, + "card": { + "type": "integer" + } + } + } + } }, "checkItems": { "type": "integer" @@ -31,76 +82,60 @@ "dueComplete": { "type": "boolean" }, + "externalSource": { + "type": "null" + }, + "fogbugz": { + "type": "string" + }, "lastUpdatedByAi": { "type": "boolean" }, + "location": { + "type": "boolean" + }, "start": { "type": "null" }, - "externalSource": { - "type": "null" - }, - "attachmentsByType": { - "type": "object", - "properties": { - "trello": { - "type": "object", - "properties": { - "board": { - "type": "integer" - }, - "card": { - "type": "integer" - } - }, - "required": [ - "board", - "card" - ] - } - }, - "required": [ - "trello" - ] - }, - "location": { + "subscribed": { "type": "boolean" }, - "votes": { - "type": "integer" - }, "viewingMemberVoted": { "type": "boolean" }, - "subscribed": { - "type": "boolean" + "votes": { + "type": "integer" } - }, - "required": [ - "attachments", - "fogbugz", - "checkItems", - "checkItemsChecked", - "checkItemsEarliestDue", - "comments", - "description", - "due", - "dueComplete", - "lastUpdatedByAi", - "start", - "externalSource", - "attachmentsByType", - "location", - "votes", - "viewingMemberVoted", - "subscribed" - ] + } + }, + "cardRole": { + "type": "null" }, "closed": { "type": "boolean" }, - "dueComplete": { - "type": "boolean" + "cover": { + "type": "object", + "properties": { + "brightness": { + "type": "string" + }, + "color": { + "type": "null" + }, + "idAttachment": { + "type": "null" + }, + "idPlugin": { + "type": "null" + }, + "idUploadedBackground": { + "type": "null" + }, + "size": { + "type": "string" + } + } }, "dateLastActivity": { "type": "string" @@ -108,12 +143,21 @@ "desc": { "type": "string" }, + "dueComplete": { + "type": "boolean" + }, "dueReminder": { "type": "null" }, "email": { "type": "null" }, + "id": { + "type": "string" + }, + "idAttachmentCover": { + "type": "null" + }, "idBoard": { "type": "string" }, @@ -123,6 +167,12 @@ "type": "string" } }, + "idLabels": { + "type": "array", + "items": { + "type": "string" + } + }, "idList": { "type": "string" }, @@ -135,8 +185,8 @@ "idShort": { "type": "integer" }, - "idAttachmentCover": { - "type": "null" + "isTemplate": { + "type": "boolean" }, "labels": { "type": "array", @@ -161,27 +211,15 @@ "uses": { "type": "integer" } - }, - "required": [ - "id", - "idBoard", - "idOrganization", - "name", - "nodeId", - "color", - "uses" - ] - } - }, - "idLabels": { - "type": "array", - "items": { - "type": "string" + } } }, "manualCoverAttachment": { "type": "boolean" }, + "mirrorSourceId": { + "type": "null" + }, "name": { "type": "string" }, @@ -205,141 +243,7 @@ }, "url": { "type": "string" - }, - "cover": { - "type": "object", - "properties": { - "idAttachment": { - "type": "null" - }, - "color": { - "type": "null" - }, - "idUploadedBackground": { - "type": "null" - }, - "size": { - "type": "string" - }, - "brightness": { - "type": "string" - }, - "idPlugin": { - "type": "null" - } - }, - "required": [ - "idAttachment", - "color", - "idUploadedBackground", - "size", - "brightness", - "idPlugin" - ] - }, - "isTemplate": { - "type": "boolean" - }, - "cardRole": { - "type": "null" - }, - "mirrorSourceId": { - "type": "null" - }, - "attachments": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "bytes": { - "type": "null" - }, - "date": { - "type": "string" - }, - "edgeColor": { - "type": "null" - }, - "idMember": { - "type": "string" - }, - "isMalicious": { - "type": "boolean" - }, - "isUpload": { - "type": "boolean" - }, - "mimeType": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": "string" - }, - "pos": { - "type": "integer" - } - }, - "required": [ - "id", - "bytes", - "date", - "edgeColor", - "idMember", - "isUpload", - "mimeType", - "name", - "previews", - "url", - "pos", - "fileName" - ] - } } }, - "required": [ - "id", - "badges", - "checkItemStates", - "closed", - "dueComplete", - "dateLastActivity", - "desc", - "descData", - "due", - "dueReminder", - "email", - "idBoard", - "idChecklists", - "idList", - "idMembers", - "idMembersVoted", - "idShort", - "idAttachmentCover", - "labels", - "idLabels", - "manualCoverAttachment", - "name", - "nodeId", - "pinned", - "pos", - "shortLink", - "shortUrl", - "start", - "subscribed", - "url", - "cover", - "isTemplate", - "cardRole", - "mirrorSourceId", - "attachments", - "stickers", - "limits" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/card/get.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/card/get.json index 496b0ecbcb..ee804e5c1d 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/card/get.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/card/get.json @@ -1,17 +1,27 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, "badges": { "type": "object", "properties": { "attachments": { "type": "integer" }, - "fogbugz": { - "type": "string" + "attachmentsByType": { + "type": "object", + "properties": { + "trello": { + "type": "object", + "properties": { + "board": { + "type": "integer" + }, + "card": { + "type": "integer" + } + } + } + } }, "checkItems": { "type": "integer" @@ -31,67 +41,31 @@ "dueComplete": { "type": "boolean" }, - "lastUpdatedByAi": { - "type": "boolean" - }, - "attachmentsByType": { - "type": "object", - "properties": { - "trello": { - "type": "object", - "properties": { - "board": { - "type": "integer" - }, - "card": { - "type": "integer" - } - }, - "required": [ - "board", - "card" - ] - } - }, - "required": [ - "trello" - ] - }, "externalSource": { "type": "null" }, + "fogbugz": { + "type": "string" + }, + "lastUpdatedByAi": { + "type": "boolean" + }, "location": { "type": "boolean" }, - "votes": { - "type": "integer" + "subscribed": { + "type": "boolean" }, "viewingMemberVoted": { "type": "boolean" }, - "subscribed": { - "type": "boolean" + "votes": { + "type": "integer" } - }, - "required": [ - "attachments", - "fogbugz", - "checkItems", - "checkItemsChecked", - "checkItemsEarliestDue", - "comments", - "description", - "due", - "dueComplete", - "lastUpdatedByAi", - "start", - "attachmentsByType", - "externalSource", - "location", - "votes", - "viewingMemberVoted", - "subscribed" - ] + } + }, + "cardRole": { + "type": "null" }, "checkItemStates": { "type": "array", @@ -104,18 +78,25 @@ "state": { "type": "string" } - }, - "required": [ - "idCheckItem", - "state" - ] + } } }, "closed": { "type": "boolean" }, - "dueComplete": { - "type": "boolean" + "cover": { + "type": "object", + "properties": { + "brightness": { + "type": "string" + }, + "idUploadedBackground": { + "type": "null" + }, + "size": { + "type": "string" + } + } }, "dateLastActivity": { "type": "string" @@ -123,9 +104,15 @@ "desc": { "type": "string" }, + "dueComplete": { + "type": "boolean" + }, "email": { "type": "null" }, + "id": { + "type": "string" + }, "idBoard": { "type": "string" }, @@ -153,6 +140,9 @@ "idShort": { "type": "integer" }, + "isTemplate": { + "type": "boolean" + }, "labels": { "type": "array", "items": { @@ -176,21 +166,15 @@ "uses": { "type": "integer" } - }, - "required": [ - "id", - "idBoard", - "idOrganization", - "name", - "nodeId", - "color", - "uses" - ] + } } }, "manualCoverAttachment": { "type": "boolean" }, + "mirrorSourceId": { + "type": "null" + }, "name": { "type": "string" }, @@ -211,41 +195,7 @@ }, "url": { "type": "string" - }, - "cover": { - "type": "object", - "properties": { - "idUploadedBackground": { - "type": "null" - }, - "size": { - "type": "string" - }, - "brightness": { - "type": "string" - } - }, - "required": [ - "idAttachment", - "color", - "idUploadedBackground", - "size", - "brightness", - "idPlugin" - ] - }, - "isTemplate": { - "type": "boolean" - }, - "cardRole": { - "type": "null" - }, - "mirrorSourceId": { - "type": "null" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/card/update.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/card/update.json index 911e13c39c..98b3547b97 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/card/update.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/card/update.json @@ -1,17 +1,27 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, "badges": { "type": "object", "properties": { "attachments": { "type": "integer" }, - "fogbugz": { - "type": "string" + "attachmentsByType": { + "type": "object", + "properties": { + "trello": { + "type": "object", + "properties": { + "board": { + "type": "integer" + }, + "card": { + "type": "integer" + } + } + } + } }, "checkItems": { "type": "integer" @@ -31,64 +41,28 @@ "dueComplete": { "type": "boolean" }, + "fogbugz": { + "type": "string" + }, "lastUpdatedByAi": { "type": "boolean" }, - "attachmentsByType": { - "type": "object", - "properties": { - "trello": { - "type": "object", - "properties": { - "board": { - "type": "integer" - }, - "card": { - "type": "integer" - } - }, - "required": [ - "board", - "card" - ] - } - }, - "required": [ - "trello" - ] - }, "location": { "type": "boolean" }, - "votes": { - "type": "integer" + "subscribed": { + "type": "boolean" }, "viewingMemberVoted": { "type": "boolean" }, - "subscribed": { - "type": "boolean" + "votes": { + "type": "integer" } - }, - "required": [ - "attachments", - "fogbugz", - "checkItems", - "checkItemsChecked", - "checkItemsEarliestDue", - "comments", - "description", - "due", - "dueComplete", - "lastUpdatedByAi", - "start", - "externalSource", - "attachmentsByType", - "location", - "votes", - "viewingMemberVoted", - "subscribed" - ] + } + }, + "cardRole": { + "type": "null" }, "checkItemStates": { "type": "array", @@ -101,18 +75,28 @@ "state": { "type": "string" } - }, - "required": [ - "idCheckItem", - "state" - ] + } } }, "closed": { "type": "boolean" }, - "dueComplete": { - "type": "boolean" + "cover": { + "type": "object", + "properties": { + "brightness": { + "type": "string" + }, + "idPlugin": { + "type": "null" + }, + "idUploadedBackground": { + "type": "null" + }, + "size": { + "type": "string" + } + } }, "dateLastActivity": { "type": "string" @@ -120,9 +104,15 @@ "desc": { "type": "string" }, + "dueComplete": { + "type": "boolean" + }, "email": { "type": "null" }, + "id": { + "type": "string" + }, "idBoard": { "type": "string" }, @@ -132,6 +122,12 @@ "type": "string" } }, + "idLabels": { + "type": "array", + "items": { + "type": "string" + } + }, "idList": { "type": "string" }, @@ -144,11 +140,17 @@ "idShort": { "type": "integer" }, + "isTemplate": { + "type": "boolean" + }, "labels": { "type": "array", "items": { "type": "object", "properties": { + "color": { + "type": "string" + }, "id": { "type": "string" }, @@ -164,28 +166,10 @@ "nodeId": { "type": "string" }, - "color": { - "type": "string" - }, "uses": { "type": "integer" } - }, - "required": [ - "id", - "idBoard", - "idOrganization", - "name", - "nodeId", - "color", - "uses" - ] - } - }, - "idLabels": { - "type": "array", - "items": { - "type": "string" + } } }, "manualCoverAttachment": { @@ -208,37 +192,6 @@ }, "url": { "type": "string" - }, - "cover": { - "type": "object", - "properties": { - "idUploadedBackground": { - "type": "null" - }, - "size": { - "type": "string" - }, - "brightness": { - "type": "string" - }, - "idPlugin": { - "type": "null" - } - }, - "required": [ - "idAttachment", - "color", - "idUploadedBackground", - "size", - "brightness", - "idPlugin" - ] - }, - "isTemplate": { - "type": "boolean" - }, - "cardRole": { - "type": "null" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/cardComment/create.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/cardComment/create.json index 9ba767eae2..1ceec46e40 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/cardComment/create.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/cardComment/create.json @@ -1,41 +1,17 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "idMemberCreator": { - "type": "string" + "appCreator": { + "type": "object", + "properties": { + "id": { + "type": "string" + } + } }, "data": { "type": "object", "properties": { - "text": { - "type": "string" - }, - "card": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "idShort": { - "type": "integer" - }, - "shortLink": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "idShort", - "shortLink" - ] - }, "board": { "type": "object", "properties": { @@ -48,12 +24,24 @@ "shortLink": { "type": "string" } - }, - "required": [ - "id", - "name", - "shortLink" - ] + } + }, + "card": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "idShort": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "shortLink": { + "type": "string" + } + } }, "list": { "type": "object", @@ -64,131 +52,25 @@ "name": { "type": "string" } - }, - "required": [ - "id", - "name" - ] - } - }, - "required": [ - "text", - "textData", - "card", - "board", - "list" - ] - }, - "appCreator": { - "type": "object", - "properties": { - "id": { + } + }, + "text": { "type": "string" } - }, - "required": [ - "id" - ] - }, - "type": { - "type": "string" + } }, "date": { "type": "string" }, - "limits": { - "type": "object", - "properties": { - "reactions": { - "type": "object", - "properties": { - "perAction": { - "type": "object", - "properties": { - "status": { - "type": "string" - }, - "disableAt": { - "type": "integer" - }, - "warnAt": { - "type": "integer" - } - }, - "required": [ - "status", - "disableAt", - "warnAt" - ] - }, - "uniquePerAction": { - "type": "object", - "properties": { - "status": { - "type": "string" - }, - "disableAt": { - "type": "integer" - }, - "warnAt": { - "type": "integer" - } - }, - "required": [ - "status", - "disableAt", - "warnAt" - ] - } - }, - "required": [ - "perAction", - "uniquePerAction" - ] - } - }, - "required": [ - "reactions" - ] - }, "display": { "type": "object", "properties": { - "translationKey": { - "type": "string" - }, "entities": { "type": "object", "properties": { - "contextOn": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "translationKey": { - "type": "string" - }, - "hideIfContext": { - "type": "boolean" - }, - "idContext": { - "type": "string" - } - }, - "required": [ - "type", - "translationKey", - "hideIfContext", - "idContext" - ] - }, "card": { "type": "object", "properties": { - "type": { - "type": "string" - }, "hideIfContext": { "type": "boolean" }, @@ -200,107 +82,140 @@ }, "text": { "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "hideIfContext", - "id", - "shortLink", - "text" - ] + } }, "comment": { "type": "object", "properties": { - "type": { - "type": "string" - }, "text": { "type": "string" + }, + "type": { + "type": "string" } - }, - "required": [ - "type", - "text" - ] + } + }, + "contextOn": { + "type": "object", + "properties": { + "hideIfContext": { + "type": "boolean" + }, + "idContext": { + "type": "string" + }, + "translationKey": { + "type": "string" + }, + "type": { + "type": "string" + } + } }, "memberCreator": { "type": "object", "properties": { - "type": { - "type": "string" - }, "id": { "type": "string" }, - "username": { - "type": "string" - }, "text": { "type": "string" + }, + "type": { + "type": "string" + }, + "username": { + "type": "string" } - }, - "required": [ - "type", - "id", - "username", - "text" - ] + } } - }, - "required": [ - "contextOn", - "card", - "comment", - "memberCreator" - ] + } + }, + "translationKey": { + "type": "string" } - }, - "required": [ - "translationKey", - "entities" - ] + } }, "entities": { "type": "array", "items": { "type": "object", "properties": { - "type": { - "type": "string" + "hideIfContext": { + "type": "boolean" }, "id": { "type": "string" }, - "username": { - "type": "string" - }, - "text": { - "type": "string" - }, - "hideIfContext": { - "type": "boolean" - }, "idContext": { "type": "string" }, "shortLink": { "type": "string" + }, + "text": { + "type": "string" + }, + "type": { + "type": "string" + }, + "username": { + "type": "string" } - }, - "required": [ - "type", - "text" - ] + } + } + }, + "id": { + "type": "string" + }, + "idMemberCreator": { + "type": "string" + }, + "limits": { + "type": "object", + "properties": { + "reactions": { + "type": "object", + "properties": { + "perAction": { + "type": "object", + "properties": { + "disableAt": { + "type": "integer" + }, + "status": { + "type": "string" + }, + "warnAt": { + "type": "integer" + } + } + }, + "uniquePerAction": { + "type": "object", + "properties": { + "disableAt": { + "type": "integer" + }, + "status": { + "type": "string" + }, + "warnAt": { + "type": "integer" + } + } + } + } + } } }, "memberCreator": { "type": "object", "properties": { - "id": { - "type": "string" - }, "activityBlocked": { "type": "boolean" }, @@ -313,6 +228,9 @@ "fullName": { "type": "string" }, + "id": { + "type": "string" + }, "initials": { "type": "string" }, @@ -322,32 +240,11 @@ "username": { "type": "string" } - }, - "required": [ - "id", - "activityBlocked", - "avatarHash", - "avatarUrl", - "fullName", - "idMemberReferrer", - "initials", - "nonPublic", - "nonPublicAvailable", - "username" - ] + } + }, + "type": { + "type": "string" } }, - "required": [ - "id", - "idMemberCreator", - "data", - "appCreator", - "type", - "date", - "limits", - "display", - "entities", - "memberCreator" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/create.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/create.json index 0d1fbd2fdf..01542e26ea 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/create.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/create.json @@ -1,29 +1,26 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "idBoard": { - "type": "string" - }, - "idCard": { - "type": "string" - }, - "pos": { - "type": "integer" - }, "checkItems": { "type": "array", "items": { "type": "object", "properties": { + "due": { + "type": "null" + }, + "dueReminder": { + "type": "integer" + }, "id": { "type": "string" }, + "idChecklist": { + "type": "string" + }, + "idMember": { + "type": "null" + }, "name": { "type": "string" }, @@ -32,41 +29,25 @@ }, "state": { "type": "string" - }, - "due": { - "type": "null" - }, - "dueReminder": { - "type": "integer" - }, - "idMember": { - "type": "null" - }, - "idChecklist": { - "type": "string" } - }, - "required": [ - "id", - "name", - "nameData", - "pos", - "state", - "due", - "dueReminder", - "idMember", - "idChecklist" - ] + } } + }, + "id": { + "type": "string" + }, + "idBoard": { + "type": "string" + }, + "idCard": { + "type": "string" + }, + "name": { + "type": "string" + }, + "pos": { + "type": "integer" } }, - "required": [ - "id", - "name", - "idBoard", - "idCard", - "pos", - "checkItems" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/createCheckItem.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/createCheckItem.json index 44c7cdbd3f..df8780ff67 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/createCheckItem.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/createCheckItem.json @@ -1,9 +1,21 @@ { "type": "object", "properties": { + "due": { + "type": "null" + }, + "dueReminder": { + "type": "null" + }, "id": { "type": "string" }, + "idChecklist": { + "type": "string" + }, + "idMember": { + "type": "null" + }, "name": { "type": "string" }, @@ -12,18 +24,6 @@ }, "state": { "type": "string" - }, - "due": { - "type": "null" - }, - "dueReminder": { - "type": "null" - }, - "idMember": { - "type": "null" - }, - "idChecklist": { - "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/get.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/get.json index 7a953c128d..8099f2c54e 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/get.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/get.json @@ -1,21 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "idBoard": { - "type": "string" - }, - "idCard": { - "type": "string" - }, - "pos": { - "type": "integer" - }, "checkItems": { "type": "array", "items": { @@ -24,37 +9,33 @@ "id": { "type": "string" }, + "idChecklist": { + "type": "string" + }, "name": { "type": "string" }, "state": { "type": "string" - }, - "idChecklist": { - "type": "string" } - }, - "required": [ - "id", - "name", - "nameData", - "pos", - "state", - "due", - "dueReminder", - "idMember", - "idChecklist" - ] + } } + }, + "id": { + "type": "string" + }, + "idBoard": { + "type": "string" + }, + "idCard": { + "type": "string" + }, + "name": { + "type": "string" + }, + "pos": { + "type": "integer" } }, - "required": [ - "id", - "name", - "idBoard", - "idCard", - "pos", - "checkItems" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/getAll.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/getAll.json index 633c50b250..340ce17058 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/getAll.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/checklist/getAll.json @@ -1,21 +1,6 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "idBoard": { - "type": "string" - }, - "idCard": { - "type": "string" - }, - "pos": { - "type": "integer" - }, "checkItems": { "type": "array", "items": { @@ -24,6 +9,9 @@ "id": { "type": "string" }, + "idChecklist": { + "type": "string" + }, "name": { "type": "string" }, @@ -32,32 +20,25 @@ }, "state": { "type": "string" - }, - "idChecklist": { - "type": "string" } - }, - "required": [ - "id", - "name", - "nameData", - "pos", - "state", - "due", - "dueReminder", - "idMember", - "idChecklist" - ] + } } + }, + "id": { + "type": "string" + }, + "idBoard": { + "type": "string" + }, + "idCard": { + "type": "string" + }, + "name": { + "type": "string" + }, + "pos": { + "type": "integer" } }, - "required": [ - "id", - "name", - "idBoard", - "idCard", - "pos", - "checkItems" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/create.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/create.json index 0191608038..0248886fe7 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/create.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/create.json @@ -1,44 +1,32 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, "closed": { "type": "boolean" }, "color": { "type": "null" }, - "idBoard": { - "type": "string" - }, - "type": { - "type": "null" - }, "datasource": { "type": "object", "properties": { "filter": { "type": "boolean" } - }, - "required": [ - "filter" - ] + } + }, + "id": { + "type": "string" + }, + "idBoard": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "null" } }, - "required": [ - "id", - "name", - "closed", - "color", - "idBoard", - "pos", - "limits" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/get.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/get.json index e477fc77fd..5e9c5e4195 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/get.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/get.json @@ -1,35 +1,29 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, "closed": { "type": "boolean" }, - "idBoard": { - "type": "string" - }, - "type": { - "type": "null" - }, "datasource": { "type": "object", "properties": { "filter": { "type": "boolean" } - }, - "required": [ - "filter" - ] + } + }, + "id": { + "type": "string" + }, + "idBoard": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "null" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/getAll.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/getAll.json index 1385039b6b..e702215b09 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/getAll.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/getAll.json @@ -1,50 +1,35 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, "closed": { "type": "boolean" }, - "idBoard": { - "type": "string" - }, - "subscribed": { - "type": "boolean" - }, - "softLimit": { - "type": "null" - }, - "type": { - "type": "null" - }, "datasource": { "type": "object", "properties": { "filter": { "type": "boolean" } - }, - "required": [ - "filter" - ] + } + }, + "id": { + "type": "string" + }, + "idBoard": { + "type": "string" + }, + "name": { + "type": "string" + }, + "softLimit": { + "type": "null" + }, + "subscribed": { + "type": "boolean" + }, + "type": { + "type": "null" } }, - "required": [ - "id", - "name", - "closed", - "color", - "idBoard", - "pos", - "subscribed", - "softLimit", - "type", - "datasource" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/getCards.json b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/getCards.json index fe2bc3c142..d20ffd08ce 100644 --- a/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/getCards.json +++ b/packages/nodes-base/nodes/Trello/__schema__/v1.0.0/list/getCards.json @@ -1,39 +1,12 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, "badges": { "type": "object", "properties": { "attachments": { "type": "integer" }, - "fogbugz": { - "type": "string" - }, - "checkItems": { - "type": "integer" - }, - "checkItemsChecked": { - "type": "integer" - }, - "checkItemsEarliestDue": { - "type": "null" - }, - "comments": { - "type": "integer" - }, - "description": { - "type": "boolean" - }, - "dueComplete": { - "type": "boolean" - }, - "lastUpdatedByAi": { - "type": "boolean" - }, "attachmentsByType": { "type": "object", "properties": { @@ -46,52 +19,47 @@ "card": { "type": "integer" } - }, - "required": [ - "board", - "card" - ] + } } - }, - "required": [ - "trello" - ] + } }, - "externalSource": { - "type": "null" + "checkItems": { + "type": "integer" + }, + "checkItemsChecked": { + "type": "integer" + }, + "comments": { + "type": "integer" + }, + "description": { + "type": "boolean" + }, + "dueComplete": { + "type": "boolean" + }, + "fogbugz": { + "type": "string" + }, + "lastUpdatedByAi": { + "type": "boolean" }, "location": { "type": "boolean" }, - "votes": { - "type": "integer" + "subscribed": { + "type": "boolean" }, "viewingMemberVoted": { "type": "boolean" }, - "subscribed": { - "type": "boolean" + "votes": { + "type": "integer" } - }, - "required": [ - "attachments", - "fogbugz", - "checkItems", - "checkItemsChecked", - "checkItemsEarliestDue", - "comments", - "description", - "due", - "dueComplete", - "lastUpdatedByAi", - "start", - "attachmentsByType", - "externalSource", - "location", - "votes", - "viewingMemberVoted", - "subscribed" - ] + } + }, + "cardRole": { + "type": "null" }, "checkItemStates": { "type": "array", @@ -104,18 +72,28 @@ "state": { "type": "string" } - }, - "required": [ - "idCheckItem", - "state" - ] + } } }, "closed": { "type": "boolean" }, - "dueComplete": { - "type": "boolean" + "cover": { + "type": "object", + "properties": { + "brightness": { + "type": "string" + }, + "idPlugin": { + "type": "null" + }, + "idUploadedBackground": { + "type": "null" + }, + "size": { + "type": "string" + } + } }, "dateLastActivity": { "type": "string" @@ -123,9 +101,15 @@ "desc": { "type": "string" }, + "dueComplete": { + "type": "boolean" + }, "email": { "type": "null" }, + "id": { + "type": "string" + }, "idBoard": { "type": "string" }, @@ -135,6 +119,12 @@ "type": "string" } }, + "idLabels": { + "type": "array", + "items": { + "type": "string" + } + }, "idList": { "type": "string" }, @@ -147,6 +137,9 @@ "idShort": { "type": "integer" }, + "isTemplate": { + "type": "boolean" + }, "labels": { "type": "array", "items": { @@ -170,27 +163,15 @@ "uses": { "type": "integer" } - }, - "required": [ - "id", - "idBoard", - "idOrganization", - "name", - "nodeId", - "color", - "uses" - ] - } - }, - "idLabels": { - "type": "array", - "items": { - "type": "string" + } } }, "manualCoverAttachment": { "type": "boolean" }, + "mirrorSourceId": { + "type": "null" + }, "name": { "type": "string" }, @@ -211,41 +192,7 @@ }, "url": { "type": "string" - }, - "cover": { - "type": "object", - "properties": { - "idUploadedBackground": { - "type": "null" - }, - "size": { - "type": "string" - }, - "brightness": { - "type": "string" - } - }, - "required": [ - "idAttachment", - "color", - "idUploadedBackground", - "size", - "brightness", - "idPlugin" - ] - }, - "isTemplate": { - "type": "boolean" - }, - "cardRole": { - "type": "null" - }, - "mirrorSourceId": { - "type": "null" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Twilio/__schema__/v1.0.0/call/make.json b/packages/nodes-base/nodes/Twilio/__schema__/v1.0.0/call/make.json index f152e5d8e1..b8e94e57fe 100644 --- a/packages/nodes-base/nodes/Twilio/__schema__/v1.0.0/call/make.json +++ b/packages/nodes-base/nodes/Twilio/__schema__/v1.0.0/call/make.json @@ -94,18 +94,7 @@ "user_defined_messages": { "type": "string" } - }, - "required": [ - "events", - "notifications", - "payments", - "recordings", - "siprec", - "streams", - "transcriptions", - "user_defined_message_subscriptions", - "user_defined_messages" - ] + } }, "to": { "type": "string" diff --git a/packages/nodes-base/nodes/Twilio/__schema__/v1.0.0/sms/send.json b/packages/nodes-base/nodes/Twilio/__schema__/v1.0.0/sms/send.json index 7fe0a9d54d..d849dd3887 100644 --- a/packages/nodes-base/nodes/Twilio/__schema__/v1.0.0/sms/send.json +++ b/packages/nodes-base/nodes/Twilio/__schema__/v1.0.0/sms/send.json @@ -55,10 +55,7 @@ "media": { "type": "string" } - }, - "required": [ - "media" - ] + } }, "to": { "type": "string" diff --git a/packages/nodes-base/nodes/Twitter/__schema__/v2.0.0/tweet/create.json b/packages/nodes-base/nodes/Twitter/__schema__/v2.0.0/tweet/create.json index d8d3664f6d..a3a619d2c7 100644 --- a/packages/nodes-base/nodes/Twitter/__schema__/v2.0.0/tweet/create.json +++ b/packages/nodes-base/nodes/Twitter/__schema__/v2.0.0/tweet/create.json @@ -1,17 +1,17 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "text": { - "type": "string" - }, "edit_history_tweet_ids": { "type": "array", "items": { "type": "string" } + }, + "id": { + "type": "string" + }, + "text": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Twitter/__schema__/v2.0.0/tweet/like.json b/packages/nodes-base/nodes/Twitter/__schema__/v2.0.0/tweet/like.json index ef6a23b630..ca0d66c322 100644 --- a/packages/nodes-base/nodes/Twitter/__schema__/v2.0.0/tweet/like.json +++ b/packages/nodes-base/nodes/Twitter/__schema__/v2.0.0/tweet/like.json @@ -5,8 +5,5 @@ "type": "boolean" } }, - "required": [ - "liked" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Twitter/__schema__/v2.0.0/tweet/search.json b/packages/nodes-base/nodes/Twitter/__schema__/v2.0.0/tweet/search.json index 1405fa957f..3db8deb438 100644 --- a/packages/nodes-base/nodes/Twitter/__schema__/v2.0.0/tweet/search.json +++ b/packages/nodes-base/nodes/Twitter/__schema__/v2.0.0/tweet/search.json @@ -1,7 +1,7 @@ { "type": "object", "properties": { - "text": { + "author_id": { "type": "string" }, "edit_history_tweet_ids": { @@ -12,6 +12,9 @@ }, "id": { "type": "string" + }, + "text": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/UnleashedSoftware/__schema__/v1.0.0/salesOrder/getAll.json b/packages/nodes-base/nodes/UnleashedSoftware/__schema__/v1.0.0/salesOrder/getAll.json new file mode 100644 index 0000000000..421e266a4b --- /dev/null +++ b/packages/nodes-base/nodes/UnleashedSoftware/__schema__/v1.0.0/salesOrder/getAll.json @@ -0,0 +1,209 @@ +{ + "type": "object", + "properties": { + "AllocateProduct": { + "type": "boolean" + }, + "CreatedBy": { + "type": "string" + }, + "CreatedOn": { + "type": "string" + }, + "Currency": { + "type": "object", + "properties": { + "CurrencyCode": { + "type": "string" + }, + "DefaultBuyRate": { + "type": "null" + }, + "DefaultSellRate": { + "type": "null" + }, + "Description": { + "type": "string" + }, + "Guid": { + "type": "string" + }, + "LastModifiedOn": { + "type": "string" + } + } + }, + "Customer": { + "type": "object", + "properties": { + "CurrencyId": { + "type": "integer" + }, + "CustomerCode": { + "type": "string" + }, + "CustomerName": { + "type": "string" + }, + "Guid": { + "type": "string" + }, + "LastModifiedOn": { + "type": "string" + } + } + }, + "Guid": { + "type": "string" + }, + "LastModifiedBy": { + "type": "string" + }, + "LastModifiedOn": { + "type": "string" + }, + "OrderDate": { + "type": "string" + }, + "OrderNumber": { + "type": "string" + }, + "OrderStatus": { + "type": "string" + }, + "ReceivedDate": { + "type": "null" + }, + "SalesAccount": { + "type": "null" + }, + "SalesOrderLines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "BatchNumbers": { + "type": "null" + }, + "DueDate": { + "type": "string" + }, + "Guid": { + "type": "string" + }, + "LastModifiedOn": { + "type": "string" + }, + "LineNumber": { + "type": "integer" + }, + "OrderQuantity": { + "type": "integer" + }, + "Product": { + "type": "object", + "properties": { + "Guid": { + "type": "string" + }, + "ProductDescription": { + "type": "string" + } + } + }, + "SerialNumbers": { + "type": "null" + }, + "XeroTaxCode": { + "type": "string" + } + } + } + }, + "SalesPerson": { + "type": "object", + "properties": { + "Email": { + "type": "string" + }, + "FullName": { + "type": "string" + }, + "Guid": { + "type": "string" + }, + "LastModifiedOn": { + "type": "string" + }, + "Obsolete": { + "type": "boolean" + } + } + }, + "SaveAddress": { + "type": "boolean" + }, + "SendAccountingJournalOnly": { + "type": "boolean" + }, + "SourceId": { + "type": "null" + }, + "Tax": { + "type": "object", + "properties": { + "CanApplyToExpenses": { + "type": "boolean" + }, + "CanApplyToRevenue": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "Guid": { + "type": "string" + }, + "LastModifiedOn": { + "type": "string" + }, + "Obsolete": { + "type": "boolean" + }, + "TaxCode": { + "type": "string" + } + } + }, + "Warehouse": { + "type": "object", + "properties": { + "FaxNumber": { + "type": "null" + }, + "Guid": { + "type": "string" + }, + "IsDefault": { + "type": "boolean" + }, + "LastModifiedOn": { + "type": "string" + }, + "Obsolete": { + "type": "boolean" + }, + "WarehouseCode": { + "type": "string" + }, + "WarehouseName": { + "type": "string" + } + } + }, + "XeroTaxCode": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/UrlScanIo/__schema__/v1.0.0/scan/perform.json b/packages/nodes-base/nodes/UrlScanIo/__schema__/v1.0.0/scan/perform.json index f45600c336..961a9923c6 100644 --- a/packages/nodes-base/nodes/UrlScanIo/__schema__/v1.0.0/scan/perform.json +++ b/packages/nodes-base/nodes/UrlScanIo/__schema__/v1.0.0/scan/perform.json @@ -1,7 +1,7 @@ { "type": "object", "properties": { - "scanId": { + "api": { "type": "string" }, "message": { @@ -10,14 +10,14 @@ "result": { "type": "string" }, - "api": { - "type": "string" - }, - "visibility": { + "scanId": { "type": "string" }, "url": { "type": "string" + }, + "visibility": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Vonage/__schema__/v1.0.0/sms/send.json b/packages/nodes-base/nodes/Vonage/__schema__/v1.0.0/sms/send.json index ff94b38347..387871e211 100644 --- a/packages/nodes-base/nodes/Vonage/__schema__/v1.0.0/sms/send.json +++ b/packages/nodes-base/nodes/Vonage/__schema__/v1.0.0/sms/send.json @@ -1,27 +1,24 @@ { "type": "object", "properties": { - "to": { - "type": "string" - }, "message-id": { "type": "string" }, - "status": { - "type": "string" - }, - "remaining-balance": { - "type": "string" - }, "message-price": { "type": "string" }, "network": { "type": "string" + }, + "remaining-balance": { + "type": "string" + }, + "status": { + "type": "string" + }, + "to": { + "type": "string" } }, - "required": [ - "status" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/create.json b/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/create.json index a0b9c8eda9..5cef5bae8b 100644 --- a/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/create.json +++ b/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/create.json @@ -1,21 +1,9 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "lastUpdated": { - "type": "string" - }, "createdOn": { "type": "string" }, - "isArchived": { - "type": "boolean" - }, - "isDraft": { - "type": "boolean" - }, "fieldData": { "type": "object", "properties": { @@ -25,11 +13,19 @@ "slug": { "type": "string" } - }, - "required": [ - "name", - "slug" - ] + } + }, + "id": { + "type": "string" + }, + "isArchived": { + "type": "boolean" + }, + "isDraft": { + "type": "boolean" + }, + "lastUpdated": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/get.json b/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/get.json index db1a408af3..f841847ed6 100644 --- a/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/get.json +++ b/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/get.json @@ -1,18 +1,9 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "lastUpdated": { - "type": "string" - }, "createdOn": { "type": "string" }, - "isArchived": { - "type": "boolean" - }, "fieldData": { "type": "object", "properties": { @@ -22,11 +13,16 @@ "slug": { "type": "string" } - }, - "required": [ - "name", - "slug" - ] + } + }, + "id": { + "type": "string" + }, + "isArchived": { + "type": "boolean" + }, + "lastUpdated": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/getAll.json b/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/getAll.json index e44d980d20..5cef5bae8b 100644 --- a/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/getAll.json +++ b/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/getAll.json @@ -1,21 +1,9 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "lastUpdated": { - "type": "string" - }, "createdOn": { "type": "string" }, - "isArchived": { - "type": "boolean" - }, - "isDraft": { - "type": "boolean" - }, "fieldData": { "type": "object", "properties": { @@ -25,22 +13,20 @@ "slug": { "type": "string" } - }, - "required": [ - "name", - "slug" - ] + } + }, + "id": { + "type": "string" + }, + "isArchived": { + "type": "boolean" + }, + "isDraft": { + "type": "boolean" + }, + "lastUpdated": { + "type": "string" } }, - "required": [ - "id", - "cmsLocaleId", - "lastPublished", - "lastUpdated", - "createdOn", - "isArchived", - "isDraft", - "fieldData" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/update.json b/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/update.json index a0b9c8eda9..5cef5bae8b 100644 --- a/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/update.json +++ b/packages/nodes-base/nodes/Webflow/__schema__/v2.0.0/item/update.json @@ -1,21 +1,9 @@ { "type": "object", "properties": { - "id": { - "type": "string" - }, - "lastUpdated": { - "type": "string" - }, "createdOn": { "type": "string" }, - "isArchived": { - "type": "boolean" - }, - "isDraft": { - "type": "boolean" - }, "fieldData": { "type": "object", "properties": { @@ -25,11 +13,19 @@ "slug": { "type": "string" } - }, - "required": [ - "name", - "slug" - ] + } + }, + "id": { + "type": "string" + }, + "isArchived": { + "type": "boolean" + }, + "isDraft": { + "type": "boolean" + }, + "lastUpdated": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/media/mediaUpload.json b/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/media/mediaUpload.json index 9db482b639..d590d8cf9d 100644 --- a/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/media/mediaUpload.json +++ b/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/media/mediaUpload.json @@ -5,8 +5,5 @@ "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/media/mediaUrlGet.json b/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/media/mediaUrlGet.json index cb09b833e5..ebac5f321a 100644 --- a/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/media/mediaUrlGet.json +++ b/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/media/mediaUrlGet.json @@ -1,15 +1,6 @@ { "type": "object", "properties": { - "url": { - "type": "string" - }, - "mime_type": { - "type": "string" - }, - "sha256": { - "type": "string" - }, "file_size": { "type": "integer" }, @@ -18,10 +9,16 @@ }, "messaging_product": { "type": "string" + }, + "mime_type": { + "type": "string" + }, + "sha256": { + "type": "string" + }, + "url": { + "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/message/send.json b/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/message/send.json index eaccb5eff6..e1787e72e9 100644 --- a/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/message/send.json +++ b/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/message/send.json @@ -1,9 +1,6 @@ { "type": "object", "properties": { - "messaging_product": { - "type": "string" - }, "contacts": { "type": "array", "items": { @@ -15,11 +12,7 @@ "wa_id": { "type": "string" } - }, - "required": [ - "input", - "wa_id" - ] + } } }, "messages": { @@ -30,17 +23,12 @@ "id": { "type": "string" } - }, - "required": [ - "id" - ] + } } + }, + "messaging_product": { + "type": "string" } }, - "required": [ - "messaging_product", - "contacts", - "messages" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/message/sendTemplate.json b/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/message/sendTemplate.json index f6e3b31a80..33f033c828 100644 --- a/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/message/sendTemplate.json +++ b/packages/nodes-base/nodes/WhatsApp/__schema__/v1.0.0/message/sendTemplate.json @@ -1,9 +1,6 @@ { "type": "object", "properties": { - "messaging_product": { - "type": "string" - }, "contacts": { "type": "array", "items": { @@ -15,11 +12,7 @@ "wa_id": { "type": "string" } - }, - "required": [ - "input", - "wa_id" - ] + } } }, "messages": { @@ -33,12 +26,11 @@ "message_status": { "type": "string" } - }, - "required": [ - "id", - "message_status" - ] + } } + }, + "messaging_product": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Wise/__schema__/v1.0.0/account/getBalances.json b/packages/nodes-base/nodes/Wise/__schema__/v1.0.0/account/getBalances.json index 5836ef5e52..a11bce0bad 100644 --- a/packages/nodes-base/nodes/Wise/__schema__/v1.0.0/account/getBalances.json +++ b/packages/nodes-base/nodes/Wise/__schema__/v1.0.0/account/getBalances.json @@ -1,34 +1,21 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "profileId": { - "type": "integer" - }, - "recipientId": { - "type": "integer" - }, - "creationTime": { - "type": "string" - }, - "modificationTime": { - "type": "string" - }, "active": { "type": "boolean" }, - "eligible": { - "type": "boolean" - }, "balances": { "type": "array", "items": { "type": "object", "properties": { - "id": { - "type": "integer" + "amount": { + "type": "object", + "properties": { + "currency": { + "type": "string" + } + } }, "balanceType": { "type": "string" @@ -36,17 +23,8 @@ "currency": { "type": "string" }, - "amount": { - "type": "object", - "properties": { - "currency": { - "type": "string" - } - }, - "required": [ - "value", - "currency" - ] + "id": { + "type": "integer" }, "reservedAmount": { "type": "object", @@ -54,33 +32,29 @@ "currency": { "type": "string" } - }, - "required": [ - "value", - "currency" - ] + } } - }, - "required": [ - "id", - "balanceType", - "currency", - "amount", - "reservedAmount", - "bankDetails" - ] + } } + }, + "creationTime": { + "type": "string" + }, + "eligible": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "modificationTime": { + "type": "string" + }, + "profileId": { + "type": "integer" + }, + "recipientId": { + "type": "integer" } }, - "required": [ - "id", - "profileId", - "recipientId", - "creationTime", - "modificationTime", - "active", - "eligible", - "balances" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Wise/__schema__/v1.0.0/exchangeRate/get.json b/packages/nodes-base/nodes/Wise/__schema__/v1.0.0/exchangeRate/get.json index 1ccd58e4cc..8b80989dbe 100644 --- a/packages/nodes-base/nodes/Wise/__schema__/v1.0.0/exchangeRate/get.json +++ b/packages/nodes-base/nodes/Wise/__schema__/v1.0.0/exchangeRate/get.json @@ -11,11 +11,5 @@ "type": "string" } }, - "required": [ - "rate", - "source", - "target", - "time" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/customer/get.json b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/customer/get.json index 109a9a3358..c66d0ae940 100644 --- a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/customer/get.json +++ b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/customer/get.json @@ -1,8 +1,73 @@ { "type": "object", "properties": { - "id": { - "type": "integer" + "_links": { + "type": "object", + "properties": { + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "self": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + } + } + }, + "avatar_url": { + "type": "string" + }, + "billing": { + "type": "object", + "properties": { + "address_1": { + "type": "string" + }, + "address_2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "company": { + "type": "string" + }, + "country": { + "type": "string" + }, + "email": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "last_name": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } }, "date_created": { "type": "string" @@ -22,156 +87,15 @@ "first_name": { "type": "string" }, - "last_name": { - "type": "string" - }, - "role": { - "type": "string" - }, - "username": { - "type": "string" - }, - "billing": { - "type": "object", - "properties": { - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "company": { - "type": "string" - }, - "address_1": { - "type": "string" - }, - "address_2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "postcode": { - "type": "string" - }, - "country": { - "type": "string" - }, - "state": { - "type": "string" - }, - "email": { - "type": "string" - }, - "phone": { - "type": "string" - } - }, - "required": [ - "first_name", - "last_name", - "company", - "address_1", - "address_2", - "city", - "postcode", - "country", - "state", - "email", - "phone" - ] - }, - "shipping": { - "type": "object", - "properties": { - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "company": { - "type": "string" - }, - "address_1": { - "type": "string" - }, - "address_2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "postcode": { - "type": "string" - }, - "country": { - "type": "string" - }, - "state": { - "type": "string" - }, - "phone": { - "type": "string" - } - }, - "required": [ - "first_name", - "last_name", - "company", - "address_1", - "address_2", - "city", - "postcode", - "country", - "state", - "phone" - ] + "id": { + "type": "integer" }, "is_paying_customer": { "type": "boolean" }, - "avatar_url": { + "last_name": { "type": "string" }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - } - }, - "required": [ - "self", - "collection" - ] - }, "meta_data": { "type": "array", "items": { @@ -183,31 +107,50 @@ "key": { "type": "string" } - }, - "required": [ - "id", - "key", - "value" - ] + } } + }, + "role": { + "type": "string" + }, + "shipping": { + "type": "object", + "properties": { + "address_1": { + "type": "string" + }, + "address_2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "company": { + "type": "string" + }, + "country": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "last_name": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "username": { + "type": "string" } }, - "required": [ - "id", - "date_created", - "date_created_gmt", - "date_modified", - "date_modified_gmt", - "email", - "first_name", - "last_name", - "role", - "username", - "billing", - "shipping", - "is_paying_customer", - "avatar_url", - "_links" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/customer/getAll.json b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/customer/getAll.json index d62939031b..54e319a014 100644 --- a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/customer/getAll.json +++ b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/customer/getAll.json @@ -1,8 +1,73 @@ { "type": "object", "properties": { - "id": { - "type": "integer" + "_links": { + "type": "object", + "properties": { + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "self": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + } + } + }, + "avatar_url": { + "type": "string" + }, + "billing": { + "type": "object", + "properties": { + "address_1": { + "type": "string" + }, + "address_2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "company": { + "type": "string" + }, + "country": { + "type": "string" + }, + "email": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "last_name": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } }, "date_created": { "type": "string" @@ -16,117 +81,13 @@ "first_name": { "type": "string" }, - "last_name": { - "type": "string" - }, - "role": { - "type": "string" - }, - "username": { - "type": "string" - }, - "billing": { - "type": "object", - "properties": { - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "company": { - "type": "string" - }, - "address_1": { - "type": "string" - }, - "address_2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "postcode": { - "type": "string" - }, - "country": { - "type": "string" - }, - "state": { - "type": "string" - }, - "email": { - "type": "string" - }, - "phone": { - "type": "string" - } - }, - "required": [ - "first_name", - "last_name", - "company", - "address_1", - "address_2", - "city", - "postcode", - "country", - "state", - "email", - "phone" - ] - }, - "shipping": { - "type": "object", - "properties": { - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "company": { - "type": "string" - }, - "address_1": { - "type": "string" - }, - "address_2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "postcode": { - "type": "string" - }, - "country": { - "type": "string" - }, - "state": { - "type": "string" - }, - "phone": { - "type": "string" - } - }, - "required": [ - "first_name", - "last_name", - "company", - "address_1", - "address_2", - "city", - "postcode", - "country", - "state", - "phone" - ] + "id": { + "type": "integer" }, "is_paying_customer": { "type": "boolean" }, - "avatar_url": { + "last_name": { "type": "string" }, "meta_data": { @@ -140,68 +101,50 @@ "key": { "type": "string" } - }, - "required": [ - "id", - "key", - "value" - ] + } } }, - "_links": { + "role": { + "type": "string" + }, + "shipping": { "type": "object", "properties": { - "self": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } + "address_1": { + "type": "string" }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } + "address_2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "company": { + "type": "string" + }, + "country": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "last_name": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postcode": { + "type": "string" + }, + "state": { + "type": "string" } - }, - "required": [ - "self", - "collection" - ] + } + }, + "username": { + "type": "string" } }, - "required": [ - "id", - "date_created", - "date_created_gmt", - "date_modified", - "date_modified_gmt", - "email", - "first_name", - "last_name", - "role", - "username", - "billing", - "shipping", - "is_paying_customer", - "avatar_url", - "_links" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/order/create.json b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/order/create.json index c908a151e3..4f01df8ff6 100644 --- a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/order/create.json +++ b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/order/create.json @@ -1,69 +1,36 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "parent_id": { - "type": "integer" - }, - "status": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "version": { - "type": "string" - }, - "prices_include_tax": { - "type": "boolean" - }, - "date_created": { - "type": "string" - }, - "date_modified": { - "type": "string" - }, - "discount_total": { - "type": "string" - }, - "discount_tax": { - "type": "string" - }, - "shipping_total": { - "type": "string" - }, - "shipping_tax": { - "type": "string" - }, - "cart_tax": { - "type": "string" - }, - "total": { - "type": "string" - }, - "total_tax": { - "type": "string" - }, - "customer_id": { - "type": "integer" - }, - "order_key": { - "type": "string" + "_links": { + "type": "object", + "properties": { + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "self": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + } + } }, "billing": { "type": "object", "properties": { - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "company": { - "type": "string" - }, "address_1": { "type": "string" }, @@ -73,10 +40,7 @@ "city": { "type": "string" }, - "state": { - "type": "string" - }, - "postcode": { + "company": { "type": "string" }, "country": { @@ -85,256 +49,76 @@ "email": { "type": "string" }, - "phone": { - "type": "string" - } - }, - "required": [ - "first_name", - "last_name", - "company", - "address_1", - "address_2", - "city", - "state", - "postcode", - "country", - "email", - "phone" - ] - }, - "shipping": { - "type": "object", - "properties": { "first_name": { "type": "string" }, "last_name": { "type": "string" }, - "company": { - "type": "string" - }, - "address_1": { - "type": "string" - }, - "address_2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "state": { + "phone": { "type": "string" }, "postcode": { "type": "string" }, - "country": { - "type": "string" - }, - "phone": { + "state": { "type": "string" } - }, - "required": [ - "first_name", - "last_name", - "company", - "address_1", - "address_2", - "city", - "state", - "postcode", - "country", - "phone" - ] + } }, - "payment_method": { + "cart_hash": { "type": "string" }, - "payment_method_title": { - "type": "string" - }, - "transaction_id": { - "type": "string" - }, - "customer_ip_address": { - "type": "string" - }, - "customer_user_agent": { + "cart_tax": { "type": "string" }, "created_via": { "type": "string" }, + "currency": { + "type": "string" + }, + "currency_symbol": { + "type": "string" + }, + "customer_id": { + "type": "integer" + }, + "customer_ip_address": { + "type": "string" + }, "customer_note": { "type": "string" }, - "cart_hash": { + "customer_user_agent": { "type": "string" }, - "number": { + "date_created": { "type": "string" }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value" - ] - } + "date_created_gmt": { + "type": "string" }, - "line_items": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "product_id": { - "type": "integer" - }, - "variation_id": { - "type": "integer" - }, - "quantity": { - "type": "integer" - }, - "tax_class": { - "type": "string" - }, - "subtotal": { - "type": "string" - }, - "subtotal_tax": { - "type": "string" - }, - "total": { - "type": "string" - }, - "total_tax": { - "type": "string" - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - }, - "value": { - "type": "string" - }, - "display_key": { - "type": "string" - }, - "display_value": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value", - "display_key", - "display_value" - ] - } - }, - "image": { - "type": "object", - "properties": { - "src": { - "type": "string" - } - }, - "required": [ - "id", - "src" - ] - } - }, - "required": [ - "id", - "name", - "product_id", - "variation_id", - "quantity", - "tax_class", - "subtotal", - "subtotal_tax", - "total", - "total_tax", - "taxes", - "meta_data", - "sku", - "price", - "image", - "parent_name" - ] - } + "date_modified": { + "type": "string" }, - "shipping_lines": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "method_title": { - "type": "string" - }, - "method_id": { - "type": "string" - }, - "instance_id": { - "type": "string" - }, - "total": { - "type": "string" - }, - "total_tax": { - "type": "string" - } - }, - "required": [ - "id", - "method_title", - "method_id", - "instance_id", - "total", - "total_tax", - "taxes", - "meta_data" - ] - } + "date_modified_gmt": { + "type": "string" + }, + "discount_tax": { + "type": "string" + }, + "discount_total": { + "type": "string" }, "fee_lines": { "type": "array", "items": { "type": "object", "properties": { + "amount": { + "type": "string" + }, "id": { "type": "integer" }, @@ -347,7 +131,178 @@ "tax_status": { "type": "string" }, - "amount": { + "total": { + "type": "string" + }, + "total_tax": { + "type": "string" + } + } + } + }, + "id": { + "type": "integer" + }, + "is_editable": { + "type": "boolean" + }, + "line_items": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "image": { + "type": "object", + "properties": { + "src": { + "type": "string" + } + } + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "display_key": { + "type": "string" + }, + "display_value": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "key": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "name": { + "type": "string" + }, + "product_id": { + "type": "integer" + }, + "quantity": { + "type": "integer" + }, + "subtotal": { + "type": "string" + }, + "subtotal_tax": { + "type": "string" + }, + "tax_class": { + "type": "string" + }, + "total": { + "type": "string" + }, + "total_tax": { + "type": "string" + }, + "variation_id": { + "type": "integer" + } + } + } + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "key": { + "type": "string" + } + } + } + }, + "needs_processing": { + "type": "boolean" + }, + "number": { + "type": "string" + }, + "order_key": { + "type": "string" + }, + "parent_id": { + "type": "integer" + }, + "payment_method": { + "type": "string" + }, + "payment_method_title": { + "type": "string" + }, + "payment_url": { + "type": "string" + }, + "prices_include_tax": { + "type": "boolean" + }, + "shipping": { + "type": "object", + "properties": { + "address_1": { + "type": "string" + }, + "address_2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "company": { + "type": "string" + }, + "country": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "last_name": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "shipping_lines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "instance_id": { + "type": "string" + }, + "method_id": { + "type": "string" + }, + "method_title": { "type": "string" }, "total": { @@ -356,124 +311,30 @@ "total_tax": { "type": "string" } - }, - "required": [ - "id", - "name", - "tax_class", - "tax_status", - "amount", - "total", - "total_tax", - "taxes", - "meta_data" - ] + } } }, - "payment_url": { + "shipping_tax": { "type": "string" }, - "is_editable": { - "type": "boolean" - }, - "needs_processing": { - "type": "boolean" - }, - "date_created_gmt": { + "shipping_total": { "type": "string" }, - "date_modified_gmt": { + "status": { "type": "string" }, - "currency_symbol": { + "total": { "type": "string" }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - } - }, - "required": [ - "self", - "collection" - ] + "total_tax": { + "type": "string" + }, + "transaction_id": { + "type": "string" + }, + "version": { + "type": "string" } }, - "required": [ - "id", - "parent_id", - "status", - "currency", - "version", - "prices_include_tax", - "date_created", - "date_modified", - "discount_total", - "discount_tax", - "shipping_total", - "shipping_tax", - "cart_tax", - "total", - "total_tax", - "customer_id", - "order_key", - "billing", - "shipping", - "payment_method", - "payment_method_title", - "transaction_id", - "customer_ip_address", - "customer_user_agent", - "created_via", - "customer_note", - "date_completed", - "date_paid", - "cart_hash", - "number", - "meta_data", - "line_items", - "tax_lines", - "shipping_lines", - "fee_lines", - "coupon_lines", - "refunds", - "payment_url", - "is_editable", - "needs_payment", - "needs_processing", - "date_created_gmt", - "date_modified_gmt", - "date_completed_gmt", - "date_paid_gmt", - "currency_symbol", - "_links" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/order/get.json b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/order/get.json index 4db60a0d7a..3d861f07d8 100644 --- a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/order/get.json +++ b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/order/get.json @@ -1,655 +1,20 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "parent_id": { - "type": "integer" - }, - "status": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "version": { - "type": "string" - }, - "prices_include_tax": { - "type": "boolean" - }, - "date_created": { - "type": "string" - }, - "date_modified": { - "type": "string" - }, - "discount_total": { - "type": "string" - }, - "discount_tax": { - "type": "string" - }, - "shipping_total": { - "type": "string" - }, - "shipping_tax": { - "type": "string" - }, - "cart_tax": { - "type": "string" - }, - "total": { - "type": "string" - }, - "total_tax": { - "type": "string" - }, - "customer_id": { - "type": "integer" - }, - "order_key": { - "type": "string" - }, - "billing": { - "type": "object", - "properties": { - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "company": { - "type": "string" - }, - "address_1": { - "type": "string" - }, - "address_2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "state": { - "type": "string" - }, - "postcode": { - "type": "string" - }, - "country": { - "type": "string" - }, - "email": { - "type": "string" - }, - "phone": { - "type": "string" - } - }, - "required": [ - "first_name", - "last_name", - "company", - "address_1", - "address_2", - "city", - "state", - "postcode", - "country", - "email", - "phone" - ] - }, - "shipping": { - "type": "object", - "properties": { - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "company": { - "type": "string" - }, - "address_1": { - "type": "string" - }, - "address_2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "state": { - "type": "string" - }, - "postcode": { - "type": "string" - }, - "country": { - "type": "string" - }, - "phone": { - "type": "string" - } - }, - "required": [ - "first_name", - "last_name", - "company", - "address_1", - "address_2", - "city", - "state", - "postcode", - "country", - "phone" - ] - }, - "payment_method": { - "type": "string" - }, - "payment_method_title": { - "type": "string" - }, - "transaction_id": { - "type": "string" - }, - "customer_ip_address": { - "type": "string" - }, - "customer_user_agent": { - "type": "string" - }, - "created_via": { - "type": "string" - }, - "customer_note": { - "type": "string" - }, - "cart_hash": { - "type": "string" - }, - "number": { - "type": "string" - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value" - ] - } - }, - "line_items": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "product_id": { - "type": "integer" - }, - "variation_id": { - "type": "integer" - }, - "quantity": { - "type": "integer" - }, - "tax_class": { - "type": "string" - }, - "subtotal": { - "type": "string" - }, - "subtotal_tax": { - "type": "string" - }, - "total": { - "type": "string" - }, - "total_tax": { - "type": "string" - }, - "taxes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "total": { - "type": "string" - }, - "subtotal": { - "type": "string" - } - }, - "required": [ - "id", - "total", - "subtotal" - ] - } - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - }, - "display_key": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value", - "display_key", - "display_value" - ] - } - }, - "image": { - "type": "object", - "properties": { - "src": { - "type": "string" - } - }, - "required": [ - "id", - "src" - ] - } - }, - "required": [ - "id", - "name", - "product_id", - "variation_id", - "quantity", - "tax_class", - "subtotal", - "subtotal_tax", - "total", - "total_tax", - "taxes", - "meta_data", - "sku", - "price", - "image", - "parent_name" - ] - } - }, - "tax_lines": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "rate_code": { - "type": "string" - }, - "rate_id": { - "type": "integer" - }, - "label": { - "type": "string" - }, - "compound": { - "type": "boolean" - }, - "tax_total": { - "type": "string" - }, - "shipping_tax_total": { - "type": "string" - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - }, - "value": { - "type": "string" - }, - "display_key": { - "type": "string" - }, - "display_value": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value", - "display_key", - "display_value" - ] - } - } - }, - "required": [ - "id", - "rate_code", - "rate_id", - "label", - "compound", - "tax_total", - "shipping_tax_total", - "rate_percent", - "meta_data" - ] - } - }, - "shipping_lines": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "method_title": { - "type": "string" - }, - "method_id": { - "type": "string" - }, - "instance_id": { - "type": "string" - }, - "total": { - "type": "string" - }, - "total_tax": { - "type": "string" - }, - "taxes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "total": { - "type": "string" - }, - "subtotal": { - "type": "string" - } - }, - "required": [ - "id", - "total", - "subtotal" - ] - } - }, - "tax_status": { - "type": "string" - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - }, - "value": { - "type": "string" - }, - "display_key": { - "type": "string" - }, - "display_value": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value", - "display_key", - "display_value" - ] - } - } - }, - "required": [ - "id", - "method_title", - "method_id", - "instance_id", - "total", - "total_tax", - "taxes", - "meta_data" - ] - } - }, - "fee_lines": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "tax_class": { - "type": "string" - }, - "tax_status": { - "type": "string" - }, - "amount": { - "type": "string" - }, - "total": { - "type": "string" - }, - "total_tax": { - "type": "string" - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - }, - "value": { - "type": "string" - }, - "display_key": { - "type": "string" - }, - "display_value": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value", - "display_key", - "display_value" - ] - } - } - }, - "required": [ - "id", - "name", - "tax_class", - "tax_status", - "amount", - "total", - "total_tax", - "taxes", - "meta_data" - ] - } - }, - "coupon_lines": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "code": { - "type": "string" - }, - "discount": { - "type": "string" - }, - "discount_tax": { - "type": "string" - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - }, - "display_key": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value", - "display_key", - "display_value" - ] - } - }, - "discount_type": { - "type": "string" - }, - "nominal_amount": { - "type": "integer" - }, - "free_shipping": { - "type": "boolean" - } - }, - "required": [ - "id", - "code", - "discount", - "discount_tax", - "meta_data", - "discount_type", - "nominal_amount", - "free_shipping" - ] - } - }, - "refunds": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "reason": { - "type": "string" - }, - "total": { - "type": "string" - } - }, - "required": [ - "id", - "reason", - "total" - ] - } - }, - "payment_url": { - "type": "string" - }, - "is_editable": { - "type": "boolean" - }, - "needs_payment": { - "type": "boolean" - }, - "needs_processing": { - "type": "boolean" - }, - "date_created_gmt": { - "type": "string" - }, - "date_modified_gmt": { - "type": "string" - }, - "currency_symbol": { - "type": "string" - }, "_links": { "type": "object", "properties": { + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, "self": { "type": "array", "items": { @@ -667,36 +32,517 @@ "type": "string" } } - }, - "required": [ - "allow" - ] + } } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] + } } } - }, - "required": [ - "self", - "collection" - ] + } + }, + "billing": { + "type": "object", + "properties": { + "address_1": { + "type": "string" + }, + "address_2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "company": { + "type": "string" + }, + "country": { + "type": "string" + }, + "email": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "last_name": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "cart_hash": { + "type": "string" + }, + "cart_tax": { + "type": "string" + }, + "coupon_lines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "discount": { + "type": "string" + }, + "discount_tax": { + "type": "string" + }, + "discount_type": { + "type": "string" + }, + "free_shipping": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "display_key": { + "type": "string" + }, + "display_value": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "key": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + } + } + } + }, + "created_via": { + "type": "string" + }, + "currency": { + "type": "string" + }, + "currency_symbol": { + "type": "string" + }, + "customer_id": { + "type": "integer" + }, + "customer_ip_address": { + "type": "string" + }, + "customer_note": { + "type": "string" + }, + "customer_user_agent": { + "type": "string" + }, + "date_created": { + "type": "string" + }, + "date_created_gmt": { + "type": "string" + }, + "date_modified": { + "type": "string" + }, + "date_modified_gmt": { + "type": "string" + }, + "discount_tax": { + "type": "string" + }, + "discount_total": { + "type": "string" + }, + "fee_lines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "amount": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "display_key": { + "type": "string" + }, + "display_value": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "key": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "name": { + "type": "string" + }, + "tax_class": { + "type": "string" + }, + "tax_status": { + "type": "string" + }, + "total": { + "type": "string" + }, + "total_tax": { + "type": "string" + } + } + } + }, + "id": { + "type": "integer" + }, + "is_editable": { + "type": "boolean" + }, + "line_items": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "image": { + "type": "object", + "properties": { + "src": { + "type": "string" + } + } + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "display_key": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "key": { + "type": "string" + } + } + } + }, + "name": { + "type": "string" + }, + "product_id": { + "type": "integer" + }, + "quantity": { + "type": "integer" + }, + "subtotal": { + "type": "string" + }, + "subtotal_tax": { + "type": "string" + }, + "tax_class": { + "type": "string" + }, + "taxes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "subtotal": { + "type": "string" + }, + "total": { + "type": "string" + } + } + } + }, + "total": { + "type": "string" + }, + "total_tax": { + "type": "string" + }, + "variation_id": { + "type": "integer" + } + } + } + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "key": { + "type": "string" + } + } + } + }, + "needs_payment": { + "type": "boolean" + }, + "needs_processing": { + "type": "boolean" + }, + "number": { + "type": "string" + }, + "order_key": { + "type": "string" + }, + "parent_id": { + "type": "integer" + }, + "payment_method": { + "type": "string" + }, + "payment_method_title": { + "type": "string" + }, + "payment_url": { + "type": "string" + }, + "prices_include_tax": { + "type": "boolean" + }, + "refunds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "reason": { + "type": "string" + }, + "total": { + "type": "string" + } + } + } + }, + "shipping": { + "type": "object", + "properties": { + "address_1": { + "type": "string" + }, + "address_2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "company": { + "type": "string" + }, + "country": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "last_name": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "shipping_lines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "instance_id": { + "type": "string" + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "display_key": { + "type": "string" + }, + "display_value": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "key": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "method_id": { + "type": "string" + }, + "method_title": { + "type": "string" + }, + "tax_status": { + "type": "string" + }, + "taxes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "subtotal": { + "type": "string" + }, + "total": { + "type": "string" + } + } + } + }, + "total": { + "type": "string" + }, + "total_tax": { + "type": "string" + } + } + } + }, + "shipping_tax": { + "type": "string" + }, + "shipping_total": { + "type": "string" + }, + "status": { + "type": "string" + }, + "tax_lines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "compound": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "label": { + "type": "string" + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "display_key": { + "type": "string" + }, + "display_value": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "key": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "rate_code": { + "type": "string" + }, + "rate_id": { + "type": "integer" + }, + "shipping_tax_total": { + "type": "string" + }, + "tax_total": { + "type": "string" + } + } + } + }, + "total": { + "type": "string" + }, + "total_tax": { + "type": "string" + }, + "transaction_id": { + "type": "string" + }, + "version": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/order/getAll.json b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/order/getAll.json index 7753dc18db..7b9307b7f6 100644 --- a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/order/getAll.json +++ b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/order/getAll.json @@ -1,577 +1,20 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "parent_id": { - "type": "integer" - }, - "status": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "version": { - "type": "string" - }, - "prices_include_tax": { - "type": "boolean" - }, - "date_created": { - "type": "string" - }, - "date_modified": { - "type": "string" - }, - "discount_total": { - "type": "string" - }, - "discount_tax": { - "type": "string" - }, - "shipping_total": { - "type": "string" - }, - "shipping_tax": { - "type": "string" - }, - "cart_tax": { - "type": "string" - }, - "total": { - "type": "string" - }, - "total_tax": { - "type": "string" - }, - "customer_id": { - "type": "integer" - }, - "order_key": { - "type": "string" - }, - "billing": { - "type": "object", - "properties": { - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "company": { - "type": "string" - }, - "address_1": { - "type": "string" - }, - "address_2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "state": { - "type": "string" - }, - "postcode": { - "type": "string" - }, - "country": { - "type": "string" - }, - "email": { - "type": "string" - }, - "phone": { - "type": "string" - } - }, - "required": [ - "first_name", - "last_name", - "company", - "address_1", - "address_2", - "city", - "state", - "postcode", - "country", - "email", - "phone" - ] - }, - "shipping": { - "type": "object", - "properties": { - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "company": { - "type": "string" - }, - "address_1": { - "type": "string" - }, - "address_2": { - "type": "string" - }, - "city": { - "type": "string" - }, - "state": { - "type": "string" - }, - "postcode": { - "type": "string" - }, - "country": { - "type": "string" - }, - "phone": { - "type": "string" - } - }, - "required": [ - "first_name", - "last_name", - "company", - "address_1", - "address_2", - "city", - "state", - "postcode", - "country" - ] - }, - "payment_method": { - "type": "string" - }, - "payment_method_title": { - "type": "string" - }, - "transaction_id": { - "type": "string" - }, - "customer_ip_address": { - "type": "string" - }, - "customer_user_agent": { - "type": "string" - }, - "created_via": { - "type": "string" - }, - "customer_note": { - "type": "string" - }, - "cart_hash": { - "type": "string" - }, - "number": { - "type": "string" - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value" - ] - } - }, - "line_items": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "product_id": { - "type": "integer" - }, - "variation_id": { - "type": "integer" - }, - "quantity": { - "type": "integer" - }, - "tax_class": { - "type": "string" - }, - "subtotal": { - "type": "string" - }, - "subtotal_tax": { - "type": "string" - }, - "total": { - "type": "string" - }, - "total_tax": { - "type": "string" - }, - "taxes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "total": { - "type": "string" - }, - "subtotal": { - "type": "string" - } - }, - "required": [ - "id", - "total", - "subtotal" - ] - } - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - }, - "display_key": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value" - ] - } - }, - "sku": { - "type": "string" - }, - "image": { - "type": "object", - "properties": { - "src": { - "type": "string" - } - }, - "required": [ - "id", - "src" - ] - } - }, - "required": [ - "id", - "name", - "product_id", - "variation_id", - "quantity", - "tax_class", - "subtotal", - "subtotal_tax", - "total", - "total_tax", - "taxes", - "meta_data", - "sku", - "price" - ] - } - }, - "tax_lines": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "rate_code": { - "type": "string" - }, - "rate_id": { - "type": "integer" - }, - "label": { - "type": "string" - }, - "compound": { - "type": "boolean" - }, - "tax_total": { - "type": "string" - }, - "shipping_tax_total": { - "type": "string" - } - }, - "required": [ - "id", - "rate_code", - "rate_id", - "label", - "compound", - "tax_total", - "shipping_tax_total", - "rate_percent", - "meta_data" - ] - } - }, - "shipping_lines": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "method_title": { - "type": "string" - }, - "method_id": { - "type": "string" - }, - "instance_id": { - "type": "string" - }, - "total": { - "type": "string" - }, - "total_tax": { - "type": "string" - }, - "taxes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "total": { - "type": "string" - }, - "subtotal": { - "type": "string" - } - }, - "required": [ - "id", - "total", - "subtotal" - ] - } - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - }, - "value": { - "type": "string" - }, - "display_key": { - "type": "string" - }, - "display_value": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value" - ] - } - } - }, - "required": [ - "id", - "method_title", - "method_id", - "instance_id", - "total", - "total_tax", - "taxes", - "meta_data" - ] - } - }, - "fee_lines": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "tax_class": { - "type": "string" - }, - "tax_status": { - "type": "string" - }, - "amount": { - "type": "string" - }, - "total": { - "type": "string" - }, - "total_tax": { - "type": "string" - }, - "taxes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "total": { - "type": "string" - }, - "subtotal": { - "type": "string" - } - }, - "required": [ - "id", - "total", - "subtotal" - ] - } - } - }, - "required": [ - "id", - "name", - "tax_class", - "tax_status", - "amount", - "total", - "total_tax", - "taxes", - "meta_data" - ] - } - }, - "coupon_lines": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "code": { - "type": "string" - }, - "discount": { - "type": "string" - }, - "discount_tax": { - "type": "string" - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - }, - "display_key": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value" - ] - } - }, - "discount_type": { - "type": "string" - }, - "free_shipping": { - "type": "boolean" - } - }, - "required": [ - "id", - "code", - "discount", - "discount_tax", - "meta_data" - ] - } - }, - "payment_url": { - "type": "string" - }, - "is_editable": { - "type": "boolean" - }, - "needs_processing": { - "type": "boolean" - }, - "date_created_gmt": { - "type": "string" - }, - "date_modified_gmt": { - "type": "string" - }, - "currency_symbol": { - "type": "string" - }, "_links": { "type": "object", "properties": { + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, "self": { "type": "array", "items": { @@ -589,81 +32,497 @@ "type": "string" } } - }, - "required": [ - "allow" - ] + } } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] + } } } - }, - "required": [ - "self", - "collection" - ] + } + }, + "billing": { + "type": "object", + "properties": { + "address_1": { + "type": "string" + }, + "address_2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "company": { + "type": "string" + }, + "country": { + "type": "string" + }, + "email": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "last_name": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "cart_hash": { + "type": "string" + }, + "cart_tax": { + "type": "string" + }, + "coupon_lines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "discount": { + "type": "string" + }, + "discount_tax": { + "type": "string" + }, + "discount_type": { + "type": "string" + }, + "free_shipping": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "display_key": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "key": { + "type": "string" + } + } + } + } + } + } + }, + "created_via": { + "type": "string" + }, + "currency": { + "type": "string" + }, + "currency_symbol": { + "type": "string" + }, + "customer_id": { + "type": "integer" + }, + "customer_ip_address": { + "type": "string" + }, + "customer_note": { + "type": "string" + }, + "customer_user_agent": { + "type": "string" + }, + "date_created": { + "type": "string" + }, + "date_created_gmt": { + "type": "string" + }, + "date_modified": { + "type": "string" + }, + "date_modified_gmt": { + "type": "string" + }, + "discount_tax": { + "type": "string" + }, + "discount_total": { + "type": "string" + }, + "fee_lines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "amount": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tax_class": { + "type": "string" + }, + "tax_status": { + "type": "string" + }, + "taxes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "subtotal": { + "type": "string" + }, + "total": { + "type": "string" + } + } + } + }, + "total": { + "type": "string" + }, + "total_tax": { + "type": "string" + } + } + } + }, + "id": { + "type": "integer" + }, + "is_editable": { + "type": "boolean" + }, + "line_items": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "image": { + "type": "object", + "properties": { + "src": { + "type": "string" + } + } + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "display_key": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "key": { + "type": "string" + } + } + } + }, + "name": { + "type": "string" + }, + "product_id": { + "type": "integer" + }, + "quantity": { + "type": "integer" + }, + "subtotal": { + "type": "string" + }, + "subtotal_tax": { + "type": "string" + }, + "tax_class": { + "type": "string" + }, + "taxes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "subtotal": { + "type": "string" + }, + "total": { + "type": "string" + } + } + } + }, + "total": { + "type": "string" + }, + "total_tax": { + "type": "string" + }, + "variation_id": { + "type": "integer" + } + } + } + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "key": { + "type": "string" + } + } + } + }, + "needs_processing": { + "type": "boolean" + }, + "number": { + "type": "string" + }, + "order_key": { + "type": "string" + }, + "parent_id": { + "type": "integer" + }, + "payment_method": { + "type": "string" + }, + "payment_method_title": { + "type": "string" + }, + "payment_url": { + "type": "string" + }, + "prices_include_tax": { + "type": "boolean" + }, + "refunds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "reason": { + "type": "string" + }, + "total": { + "type": "string" + } + } + } + }, + "shipping": { + "type": "object", + "properties": { + "address_1": { + "type": "string" + }, + "address_2": { + "type": "string" + }, + "city": { + "type": "string" + }, + "company": { + "type": "string" + }, + "country": { + "type": "string" + }, + "first_name": { + "type": "string" + }, + "last_name": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "postcode": { + "type": "string" + }, + "state": { + "type": "string" + } + } + }, + "shipping_lines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "instance_id": { + "type": "string" + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "display_key": { + "type": "string" + }, + "display_value": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "key": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "method_id": { + "type": "string" + }, + "method_title": { + "type": "string" + }, + "taxes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "subtotal": { + "type": "string" + }, + "total": { + "type": "string" + } + } + } + }, + "total": { + "type": "string" + }, + "total_tax": { + "type": "string" + } + } + } + }, + "shipping_tax": { + "type": "string" + }, + "shipping_total": { + "type": "string" + }, + "status": { + "type": "string" + }, + "tax_lines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "compound": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "label": { + "type": "string" + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "display_key": { + "type": "string" + }, + "display_value": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "key": { + "type": "string" + }, + "value": { + "type": "string" + } + } + } + }, + "rate_code": { + "type": "string" + }, + "shipping_tax_total": { + "type": "string" + }, + "tax_total": { + "type": "string" + } + } + } + }, + "total": { + "type": "string" + }, + "total_tax": { + "type": "string" + }, + "transaction_id": { + "type": "string" + }, + "version": { + "type": "string" } }, - "required": [ - "id", - "parent_id", - "status", - "currency", - "version", - "prices_include_tax", - "date_created", - "date_modified", - "discount_total", - "discount_tax", - "shipping_total", - "shipping_tax", - "cart_tax", - "total", - "total_tax", - "customer_id", - "order_key", - "billing", - "shipping", - "payment_method", - "payment_method_title", - "transaction_id", - "customer_ip_address", - "customer_user_agent", - "created_via", - "customer_note", - "date_completed", - "date_paid", - "cart_hash", - "number", - "meta_data", - "line_items", - "tax_lines", - "shipping_lines", - "fee_lines", - "coupon_lines", - "refunds", - "date_created_gmt", - "date_modified_gmt", - "date_completed_gmt", - "date_paid_gmt", - "_links" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/create.json b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/create.json index ded6f5c0cf..382c212926 100644 --- a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/create.json +++ b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/create.json @@ -1,106 +1,37 @@ { "type": "object", "properties": { - "id": { - "type": "integer" + "_links": { + "type": "object", + "properties": { + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "self": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + } + } }, - "name": { + "average_rating": { "type": "string" }, - "slug": { - "type": "string" - }, - "permalink": { - "type": "string" - }, - "date_created": { - "type": "string" - }, - "date_created_gmt": { - "type": "string" - }, - "date_modified": { - "type": "string" - }, - "date_modified_gmt": { - "type": "string" - }, - "type": { - "type": "string" - }, - "status": { - "type": "string" - }, - "featured": { - "type": "boolean" - }, - "catalog_visibility": { - "type": "string" - }, - "description": { - "type": "string" - }, - "short_description": { - "type": "string" - }, - "sku": { - "type": "string" - }, - "price": { - "type": "string" - }, - "regular_price": { - "type": "string" - }, - "sale_price": { - "type": "string" - }, - "date_on_sale_from": { - "type": "null" - }, - "date_on_sale_from_gmt": { - "type": "null" - }, - "date_on_sale_to": { - "type": "null" - }, - "date_on_sale_to_gmt": { - "type": "null" - }, - "on_sale": { - "type": "boolean" - }, - "purchasable": { - "type": "boolean" - }, - "total_sales": { - "type": "integer" - }, - "virtual": { - "type": "boolean" - }, - "downloadable": { - "type": "boolean" - }, - "download_limit": { - "type": "integer" - }, - "download_expiry": { - "type": "integer" - }, - "external_url": { - "type": "string" - }, - "button_text": { - "type": "string" - }, - "tax_status": { - "type": "string" - }, - "tax_class": { - "type": "string" - }, - "manage_stock": { + "backordered": { "type": "boolean" }, "backorders": { @@ -109,59 +40,10 @@ "backorders_allowed": { "type": "boolean" }, - "backordered": { - "type": "boolean" - }, - "sold_individually": { - "type": "boolean" - }, - "weight": { + "button_text": { "type": "string" }, - "dimensions": { - "type": "object", - "properties": { - "length": { - "type": "string" - }, - "width": { - "type": "string" - }, - "height": { - "type": "string" - } - }, - "required": [ - "length", - "width", - "height" - ] - }, - "shipping_required": { - "type": "boolean" - }, - "shipping_taxable": { - "type": "boolean" - }, - "shipping_class": { - "type": "string" - }, - "shipping_class_id": { - "type": "integer" - }, - "reviews_allowed": { - "type": "boolean" - }, - "average_rating": { - "type": "string" - }, - "rating_count": { - "type": "integer" - }, - "parent_id": { - "type": "integer" - }, - "purchase_note": { + "catalog_visibility": { "type": "string" }, "categories": { @@ -178,14 +60,207 @@ "slug": { "type": "string" } - }, - "required": [ - "id", - "name", - "slug" - ] + } } }, + "date_created": { + "type": "string" + }, + "date_created_gmt": { + "type": "string" + }, + "date_modified": { + "type": "string" + }, + "date_modified_gmt": { + "type": "string" + }, + "date_on_sale_from": { + "type": "null" + }, + "date_on_sale_from_gmt": { + "type": "null" + }, + "date_on_sale_to": { + "type": "null" + }, + "date_on_sale_to_gmt": { + "type": "null" + }, + "description": { + "type": "string" + }, + "dimensions": { + "type": "object", + "properties": { + "height": { + "type": "string" + }, + "length": { + "type": "string" + }, + "width": { + "type": "string" + } + } + }, + "download_expiry": { + "type": "integer" + }, + "download_limit": { + "type": "integer" + }, + "downloadable": { + "type": "boolean" + }, + "external_url": { + "type": "string" + }, + "featured": { + "type": "boolean" + }, + "generated_slug": { + "type": "string" + }, + "global_unique_id": { + "type": "string" + }, + "has_options": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "images": { + "type": "array", + "items": { + "type": "object", + "properties": { + "alt": { + "type": "string" + }, + "date_created": { + "type": "string" + }, + "date_created_gmt": { + "type": "string" + }, + "date_modified": { + "type": "string" + }, + "date_modified_gmt": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "src": { + "type": "string" + } + } + } + }, + "manage_stock": { + "type": "boolean" + }, + "menu_order": { + "type": "integer" + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "key": { + "type": "string" + } + } + } + }, + "name": { + "type": "string" + }, + "on_sale": { + "type": "boolean" + }, + "parent_id": { + "type": "integer" + }, + "permalink": { + "type": "string" + }, + "permalink_template": { + "type": "string" + }, + "post_password": { + "type": "string" + }, + "price": { + "type": "string" + }, + "price_html": { + "type": "string" + }, + "purchasable": { + "type": "boolean" + }, + "purchase_note": { + "type": "string" + }, + "rating_count": { + "type": "integer" + }, + "regular_price": { + "type": "string" + }, + "related_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "reviews_allowed": { + "type": "boolean" + }, + "sale_price": { + "type": "string" + }, + "shipping_class": { + "type": "string" + }, + "shipping_class_id": { + "type": "integer" + }, + "shipping_required": { + "type": "boolean" + }, + "shipping_taxable": { + "type": "boolean" + }, + "short_description": { + "type": "string" + }, + "sku": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "sold_individually": { + "type": "boolean" + }, + "status": { + "type": "string" + }, + "stock_status": { + "type": "string" + }, "tags": { "type": "array", "items": { @@ -200,212 +275,27 @@ "slug": { "type": "string" } - }, - "required": [ - "id", - "name", - "slug" - ] + } } }, - "images": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "date_created": { - "type": "string" - }, - "date_created_gmt": { - "type": "string" - }, - "date_modified": { - "type": "string" - }, - "date_modified_gmt": { - "type": "string" - }, - "src": { - "type": "string" - }, - "name": { - "type": "string" - }, - "alt": { - "type": "string" - } - }, - "required": [ - "id", - "date_created", - "date_created_gmt", - "date_modified", - "date_modified_gmt", - "src", - "name", - "alt" - ] - } + "tax_class": { + "type": "string" }, - "menu_order": { + "tax_status": { + "type": "string" + }, + "total_sales": { "type": "integer" }, - "price_html": { + "type": { "type": "string" }, - "related_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - } - }, - "required": [ - "id", - "key", - "value" - ] - } - }, - "stock_status": { - "type": "string" - }, - "has_options": { + "virtual": { "type": "boolean" }, - "post_password": { + "weight": { "type": "string" - }, - "global_unique_id": { - "type": "string" - }, - "permalink_template": { - "type": "string" - }, - "generated_slug": { - "type": "string" - }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - } - }, - "required": [ - "self", - "collection" - ] } }, - "required": [ - "id", - "name", - "slug", - "permalink", - "date_created", - "date_created_gmt", - "date_modified", - "date_modified_gmt", - "type", - "status", - "featured", - "catalog_visibility", - "description", - "short_description", - "sku", - "price", - "regular_price", - "sale_price", - "date_on_sale_from", - "date_on_sale_from_gmt", - "date_on_sale_to", - "date_on_sale_to_gmt", - "on_sale", - "purchasable", - "total_sales", - "virtual", - "downloadable", - "downloads", - "download_limit", - "download_expiry", - "external_url", - "button_text", - "tax_status", - "tax_class", - "manage_stock", - "stock_quantity", - "backorders", - "backorders_allowed", - "backordered", - "low_stock_amount", - "sold_individually", - "weight", - "dimensions", - "shipping_required", - "shipping_taxable", - "shipping_class", - "shipping_class_id", - "reviews_allowed", - "average_rating", - "rating_count", - "upsell_ids", - "cross_sell_ids", - "parent_id", - "purchase_note", - "categories", - "tags", - "images", - "attributes", - "default_attributes", - "variations", - "grouped_products", - "menu_order", - "price_html", - "related_ids", - "meta_data", - "stock_status", - "has_options", - "_links" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/get.json b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/get.json index 46e79dd5ef..4a253e951b 100644 --- a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/get.json +++ b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/get.json @@ -1,372 +1,20 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "permalink": { - "type": "string" - }, - "date_modified": { - "type": "string" - }, - "date_modified_gmt": { - "type": "string" - }, - "type": { - "type": "string" - }, - "status": { - "type": "string" - }, - "featured": { - "type": "boolean" - }, - "catalog_visibility": { - "type": "string" - }, - "description": { - "type": "string" - }, - "short_description": { - "type": "string" - }, - "sku": { - "type": "string" - }, - "sale_price": { - "type": "string" - }, - "on_sale": { - "type": "boolean" - }, - "purchasable": { - "type": "boolean" - }, - "virtual": { - "type": "boolean" - }, - "downloadable": { - "type": "boolean" - }, - "downloads": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "file": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "file" - ] - } - }, - "download_limit": { - "type": "integer" - }, - "download_expiry": { - "type": "integer" - }, - "external_url": { - "type": "string" - }, - "button_text": { - "type": "string" - }, - "tax_status": { - "type": "string" - }, - "tax_class": { - "type": "string" - }, - "manage_stock": { - "type": "boolean" - }, - "backorders": { - "type": "string" - }, - "backorders_allowed": { - "type": "boolean" - }, - "backordered": { - "type": "boolean" - }, - "sold_individually": { - "type": "boolean" - }, - "weight": { - "type": "string" - }, - "dimensions": { - "type": "object", - "properties": { - "length": { - "type": "string" - }, - "width": { - "type": "string" - }, - "height": { - "type": "string" - } - }, - "required": [ - "length", - "width", - "height" - ] - }, - "shipping_required": { - "type": "boolean" - }, - "shipping_taxable": { - "type": "boolean" - }, - "shipping_class": { - "type": "string" - }, - "shipping_class_id": { - "type": "integer" - }, - "reviews_allowed": { - "type": "boolean" - }, - "average_rating": { - "type": "string" - }, - "rating_count": { - "type": "integer" - }, - "upsell_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "cross_sell_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "parent_id": { - "type": "integer" - }, - "purchase_note": { - "type": "string" - }, - "categories": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "slug": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "slug" - ] - } - }, - "tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "slug": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "slug" - ] - } - }, - "images": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "date_created": { - "type": "string" - }, - "date_created_gmt": { - "type": "string" - }, - "date_modified": { - "type": "string" - }, - "date_modified_gmt": { - "type": "string" - }, - "src": { - "type": "string" - }, - "name": { - "type": "string" - }, - "alt": { - "type": "string" - } - }, - "required": [ - "id", - "date_created", - "date_created_gmt", - "date_modified", - "date_modified_gmt", - "src", - "name", - "alt" - ] - } - }, - "attributes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "position": { - "type": "integer" - }, - "visible": { - "type": "boolean" - }, - "variation": { - "type": "boolean" - }, - "options": { - "type": "array", - "items": { - "type": "string" - } - }, - "slug": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "position", - "visible", - "variation", - "options" - ] - } - }, - "default_attributes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "option": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "option" - ] - } - }, - "variations": { - "type": "array", - "items": { - "type": "integer" - } - }, - "menu_order": { - "type": "integer" - }, - "price_html": { - "type": "string" - }, - "related_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - } - }, - "required": [ - "key", - "value" - ] - } - }, - "stock_status": { - "type": "string" - }, - "has_options": { - "type": "boolean" - }, - "post_password": { - "type": "string" - }, "_links": { "type": "object", "properties": { + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, "self": { "type": "array", "items": { @@ -384,40 +32,57 @@ "type": "string" } } - }, - "required": [ - "allow" - ] + } } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] + } } } - }, - "required": [ - "self", - "collection" - ] + } }, - "global_unique_id": { + "attributes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "options": { + "type": "array", + "items": { + "type": "string" + } + }, + "position": { + "type": "integer" + }, + "slug": { + "type": "string" + }, + "variation": { + "type": "boolean" + }, + "visible": { + "type": "boolean" + } + } + } + }, + "average_rating": { "type": "string" }, + "backordered": { + "type": "boolean" + }, + "backorders": { + "type": "string" + }, + "backorders_allowed": { + "type": "boolean" + }, "brands": { "type": "array", "items": { @@ -432,82 +97,284 @@ "slug": { "type": "string" } - }, - "required": [ - "id", - "name", - "slug" - ] + } } + }, + "button_text": { + "type": "string" + }, + "catalog_visibility": { + "type": "string" + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "slug": { + "type": "string" + } + } + } + }, + "cross_sell_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "date_modified": { + "type": "string" + }, + "date_modified_gmt": { + "type": "string" + }, + "default_attributes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "option": { + "type": "string" + } + } + } + }, + "description": { + "type": "string" + }, + "dimensions": { + "type": "object", + "properties": { + "height": { + "type": "string" + }, + "length": { + "type": "string" + }, + "width": { + "type": "string" + } + } + }, + "download_expiry": { + "type": "integer" + }, + "download_limit": { + "type": "integer" + }, + "downloadable": { + "type": "boolean" + }, + "downloads": { + "type": "array", + "items": { + "type": "object", + "properties": { + "file": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + }, + "external_url": { + "type": "string" + }, + "featured": { + "type": "boolean" + }, + "global_unique_id": { + "type": "string" + }, + "has_options": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "images": { + "type": "array", + "items": { + "type": "object", + "properties": { + "alt": { + "type": "string" + }, + "date_created": { + "type": "string" + }, + "date_created_gmt": { + "type": "string" + }, + "date_modified": { + "type": "string" + }, + "date_modified_gmt": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "src": { + "type": "string" + } + } + } + }, + "manage_stock": { + "type": "boolean" + }, + "menu_order": { + "type": "integer" + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "key": { + "type": "string" + } + } + } + }, + "name": { + "type": "string" + }, + "on_sale": { + "type": "boolean" + }, + "parent_id": { + "type": "integer" + }, + "permalink": { + "type": "string" + }, + "post_password": { + "type": "string" + }, + "price_html": { + "type": "string" + }, + "purchasable": { + "type": "boolean" + }, + "purchase_note": { + "type": "string" + }, + "rating_count": { + "type": "integer" + }, + "related_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "reviews_allowed": { + "type": "boolean" + }, + "sale_price": { + "type": "string" + }, + "shipping_class": { + "type": "string" + }, + "shipping_class_id": { + "type": "integer" + }, + "shipping_required": { + "type": "boolean" + }, + "shipping_taxable": { + "type": "boolean" + }, + "short_description": { + "type": "string" + }, + "sku": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "sold_individually": { + "type": "boolean" + }, + "status": { + "type": "string" + }, + "stock_status": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "slug": { + "type": "string" + } + } + } + }, + "tax_class": { + "type": "string" + }, + "tax_status": { + "type": "string" + }, + "type": { + "type": "string" + }, + "upsell_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "variations": { + "type": "array", + "items": { + "type": "integer" + } + }, + "virtual": { + "type": "boolean" + }, + "weight": { + "type": "string" } }, - "required": [ - "id", - "name", - "slug", - "permalink", - "date_created", - "date_created_gmt", - "date_modified", - "date_modified_gmt", - "type", - "status", - "featured", - "catalog_visibility", - "description", - "short_description", - "sku", - "price", - "regular_price", - "sale_price", - "date_on_sale_from", - "date_on_sale_from_gmt", - "date_on_sale_to", - "date_on_sale_to_gmt", - "on_sale", - "purchasable", - "total_sales", - "virtual", - "downloadable", - "downloads", - "download_limit", - "download_expiry", - "external_url", - "button_text", - "tax_status", - "tax_class", - "manage_stock", - "stock_quantity", - "backorders", - "backorders_allowed", - "backordered", - "sold_individually", - "weight", - "dimensions", - "shipping_required", - "shipping_taxable", - "shipping_class", - "shipping_class_id", - "reviews_allowed", - "average_rating", - "rating_count", - "upsell_ids", - "cross_sell_ids", - "parent_id", - "purchase_note", - "categories", - "tags", - "images", - "attributes", - "default_attributes", - "variations", - "grouped_products", - "menu_order", - "price_html", - "related_ids", - "meta_data", - "stock_status", - "_links" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/getAll.json b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/getAll.json index 5c82c51025..b765faf62b 100644 --- a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/getAll.json +++ b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/getAll.json @@ -1,88 +1,80 @@ { "type": "object", "properties": { - "id": { - "type": "integer" + "_links": { + "type": "object", + "properties": { + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "self": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "targetHints": { + "type": "object", + "properties": { + "allow": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + } + } }, - "name": { + "attributes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "options": { + "type": "array", + "items": { + "type": "string" + } + }, + "position": { + "type": "integer" + }, + "slug": { + "type": "string" + }, + "variation": { + "type": "boolean" + }, + "visible": { + "type": "boolean" + } + } + } + }, + "average_rating": { "type": "string" }, - "slug": { - "type": "string" - }, - "permalink": { - "type": "string" - }, - "date_modified": { - "type": "string" - }, - "date_modified_gmt": { - "type": "string" - }, - "type": { - "type": "string" - }, - "status": { - "type": "string" - }, - "featured": { - "type": "boolean" - }, - "catalog_visibility": { - "type": "string" - }, - "description": { - "type": "string" - }, - "short_description": { - "type": "string" - }, - "sku": { - "type": "string" - }, - "date_on_sale_from": { - "type": "null" - }, - "date_on_sale_from_gmt": { - "type": "null" - }, - "date_on_sale_to": { - "type": "null" - }, - "date_on_sale_to_gmt": { - "type": "null" - }, - "on_sale": { - "type": "boolean" - }, - "purchasable": { - "type": "boolean" - }, - "virtual": { - "type": "boolean" - }, - "downloadable": { - "type": "boolean" - }, - "download_limit": { - "type": "integer" - }, - "download_expiry": { - "type": "integer" - }, - "external_url": { - "type": "string" - }, - "button_text": { - "type": "string" - }, - "tax_status": { - "type": "string" - }, - "tax_class": { - "type": "string" - }, - "manage_stock": { + "backordered": { "type": "boolean" }, "backorders": { @@ -91,68 +83,27 @@ "backorders_allowed": { "type": "boolean" }, - "backordered": { - "type": "boolean" - }, - "weight": { - "type": "string" - }, - "dimensions": { - "type": "object", - "properties": { - "length": { - "type": "string" - }, - "width": { - "type": "string" - }, - "height": { - "type": "string" + "brands": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "slug": { + "type": "string" + } } - }, - "required": [ - "length", - "width", - "height" - ] - }, - "shipping_required": { - "type": "boolean" - }, - "shipping_taxable": { - "type": "boolean" - }, - "shipping_class": { - "type": "string" - }, - "shipping_class_id": { - "type": "integer" - }, - "reviews_allowed": { - "type": "boolean" - }, - "average_rating": { - "type": "string" - }, - "rating_count": { - "type": "integer" - }, - "upsell_ids": { - "type": "array", - "items": { - "type": "integer" } }, - "cross_sell_ids": { - "type": "array", - "items": { - "type": "integer" - } + "button_text": { + "type": "string" }, - "parent_id": { - "type": "integer" - }, - "purchase_note": { + "catalog_visibility": { "type": "string" }, "categories": { @@ -169,113 +120,32 @@ "slug": { "type": "string" } - }, - "required": [ - "id", - "name", - "slug" - ] + } } }, - "tags": { + "cross_sell_ids": { "type": "array", "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "slug": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "slug" - ] + "type": "integer" } }, - "images": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "date_created": { - "type": "string" - }, - "date_created_gmt": { - "type": "string" - }, - "date_modified": { - "type": "string" - }, - "date_modified_gmt": { - "type": "string" - }, - "src": { - "type": "string" - }, - "name": { - "type": "string" - }, - "alt": { - "type": "string" - } - }, - "required": [ - "id", - "date_created", - "date_created_gmt", - "date_modified", - "date_modified_gmt", - "src", - "name", - "alt" - ] - } + "date_modified": { + "type": "string" }, - "attributes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "position": { - "type": "integer" - }, - "visible": { - "type": "boolean" - }, - "variation": { - "type": "boolean" - }, - "options": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "required": [ - "id", - "name" - ] - } + "date_modified_gmt": { + "type": "string" + }, + "date_on_sale_from": { + "type": "null" + }, + "date_on_sale_from_gmt": { + "type": "null" + }, + "date_on_sale_to": { + "type": "null" + }, + "date_on_sale_to_gmt": { + "type": "null" }, "default_attributes": { "type": "array", @@ -291,38 +161,111 @@ "option": { "type": "string" } - }, - "required": [ - "id", - "name", - "option" - ] + } } }, - "variations": { + "description": { + "type": "string" + }, + "dimensions": { + "type": "object", + "properties": { + "height": { + "type": "string" + }, + "length": { + "type": "string" + }, + "width": { + "type": "string" + } + } + }, + "download_expiry": { + "type": "integer" + }, + "download_limit": { + "type": "integer" + }, + "downloadable": { + "type": "boolean" + }, + "downloads": { "type": "array", "items": { - "type": "integer" + "type": "object", + "properties": { + "file": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } } }, + "external_url": { + "type": "string" + }, + "featured": { + "type": "boolean" + }, + "global_unique_id": { + "type": "string" + }, "grouped_products": { "type": "array", "items": { "type": "integer" } }, - "menu_order": { + "has_options": { + "type": "boolean" + }, + "id": { "type": "integer" }, - "price_html": { - "type": "string" - }, - "related_ids": { + "images": { "type": "array", "items": { - "type": "integer" + "type": "object", + "properties": { + "alt": { + "type": "string" + }, + "date_created": { + "type": "string" + }, + "date_created_gmt": { + "type": "string" + }, + "date_modified": { + "type": "string" + }, + "date_modified_gmt": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "src": { + "type": "string" + } + } } }, + "manage_stock": { + "type": "boolean" + }, + "menu_order": { + "type": "integer" + }, "meta_data": { "type": "array", "items": { @@ -334,131 +277,119 @@ "key": { "type": "string" } - }, - "required": [ - "id", - "key", - "value" - ] + } } }, - "stock_status": { + "name": { "type": "string" }, - "has_options": { + "on_sale": { "type": "boolean" }, + "parent_id": { + "type": "integer" + }, + "permalink": { + "type": "string" + }, "post_password": { "type": "string" }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] + "price_html": { + "type": "string" + }, + "purchasable": { + "type": "boolean" + }, + "purchase_note": { + "type": "string" + }, + "rating_count": { + "type": "integer" + }, + "related_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "reviews_allowed": { + "type": "boolean" + }, + "shipping_class": { + "type": "string" + }, + "shipping_class_id": { + "type": "integer" + }, + "shipping_required": { + "type": "boolean" + }, + "shipping_taxable": { + "type": "boolean" + }, + "short_description": { + "type": "string" + }, + "sku": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "sold_individually": { + "type": "boolean" + }, + "status": { + "type": "string" + }, + "stock_status": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "slug": { + "type": "string" } } - }, - "required": [ - "self", - "collection" - ] + } }, - "global_unique_id": { + "tax_class": { + "type": "string" + }, + "tax_status": { + "type": "string" + }, + "type": { + "type": "string" + }, + "upsell_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "variations": { + "type": "array", + "items": { + "type": "integer" + } + }, + "virtual": { + "type": "boolean" + }, + "weight": { "type": "string" } }, - "required": [ - "id", - "name", - "slug", - "permalink", - "date_created", - "date_created_gmt", - "date_modified", - "date_modified_gmt", - "type", - "status", - "featured", - "catalog_visibility", - "description", - "short_description", - "sku", - "price", - "regular_price", - "sale_price", - "date_on_sale_from", - "date_on_sale_from_gmt", - "date_on_sale_to", - "date_on_sale_to_gmt", - "on_sale", - "purchasable", - "total_sales", - "virtual", - "downloadable", - "downloads", - "download_limit", - "download_expiry", - "external_url", - "button_text", - "tax_status", - "tax_class", - "manage_stock", - "stock_quantity", - "backorders", - "backorders_allowed", - "backordered", - "low_stock_amount", - "sold_individually", - "weight", - "dimensions", - "shipping_required", - "shipping_taxable", - "shipping_class", - "shipping_class_id", - "reviews_allowed", - "average_rating", - "rating_count", - "upsell_ids", - "cross_sell_ids", - "parent_id", - "purchase_note", - "categories", - "tags", - "images", - "attributes", - "default_attributes", - "variations", - "grouped_products", - "menu_order", - "price_html", - "related_ids", - "meta_data", - "stock_status", - "_links" - ] + "version": 1 } diff --git a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/update.json b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/update.json index 151b053e7f..900460ff87 100644 --- a/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/update.json +++ b/packages/nodes-base/nodes/WooCommerce/__schema__/v1.0.0/product/update.json @@ -1,390 +1,20 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "permalink": { - "type": "string" - }, - "date_modified": { - "type": "string" - }, - "date_modified_gmt": { - "type": "string" - }, - "type": { - "type": "string" - }, - "status": { - "type": "string" - }, - "featured": { - "type": "boolean" - }, - "catalog_visibility": { - "type": "string" - }, - "description": { - "type": "string" - }, - "short_description": { - "type": "string" - }, - "sku": { - "type": "string" - }, - "price": { - "type": "string" - }, - "regular_price": { - "type": "string" - }, - "sale_price": { - "type": "string" - }, - "date_on_sale_from": { - "type": "null" - }, - "date_on_sale_from_gmt": { - "type": "null" - }, - "date_on_sale_to": { - "type": "null" - }, - "date_on_sale_to_gmt": { - "type": "null" - }, - "on_sale": { - "type": "boolean" - }, - "purchasable": { - "type": "boolean" - }, - "total_sales": { - "type": "integer" - }, - "virtual": { - "type": "boolean" - }, - "downloadable": { - "type": "boolean" - }, - "downloads": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "file": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "file" - ] - } - }, - "download_limit": { - "type": "integer" - }, - "download_expiry": { - "type": "integer" - }, - "external_url": { - "type": "string" - }, - "button_text": { - "type": "string" - }, - "tax_status": { - "type": "string" - }, - "tax_class": { - "type": "string" - }, - "manage_stock": { - "type": "boolean" - }, - "backorders": { - "type": "string" - }, - "backorders_allowed": { - "type": "boolean" - }, - "backordered": { - "type": "boolean" - }, - "sold_individually": { - "type": "boolean" - }, - "weight": { - "type": "string" - }, - "dimensions": { - "type": "object", - "properties": { - "length": { - "type": "string" - }, - "width": { - "type": "string" - }, - "height": { - "type": "string" - } - }, - "required": [ - "length", - "width", - "height" - ] - }, - "shipping_required": { - "type": "boolean" - }, - "shipping_taxable": { - "type": "boolean" - }, - "shipping_class": { - "type": "string" - }, - "shipping_class_id": { - "type": "integer" - }, - "reviews_allowed": { - "type": "boolean" - }, - "average_rating": { - "type": "string" - }, - "rating_count": { - "type": "integer" - }, - "upsell_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "cross_sell_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "parent_id": { - "type": "integer" - }, - "purchase_note": { - "type": "string" - }, - "categories": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "slug": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "slug" - ] - } - }, - "tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "slug": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "slug" - ] - } - }, - "images": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "date_created": { - "type": "string" - }, - "date_created_gmt": { - "type": "string" - }, - "date_modified": { - "type": "string" - }, - "date_modified_gmt": { - "type": "string" - }, - "src": { - "type": "string" - }, - "name": { - "type": "string" - }, - "alt": { - "type": "string" - } - }, - "required": [ - "id", - "date_created", - "date_created_gmt", - "date_modified", - "date_modified_gmt", - "src", - "name", - "alt" - ] - } - }, - "attributes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "position": { - "type": "integer" - }, - "visible": { - "type": "boolean" - }, - "variation": { - "type": "boolean" - }, - "options": { - "type": "array", - "items": { - "type": "string" - } - }, - "slug": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "position", - "visible", - "variation", - "options" - ] - } - }, - "default_attributes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "option": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "option" - ] - } - }, - "variations": { - "type": "array", - "items": { - "type": "integer" - } - }, - "menu_order": { - "type": "integer" - }, - "price_html": { - "type": "string" - }, - "related_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "meta_data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "key": { - "type": "string" - } - }, - "required": [ - "key", - "value" - ] - } - }, - "stock_status": { - "type": "string" - }, - "has_options": { - "type": "boolean" - }, "_links": { "type": "object", "properties": { + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, "self": { "type": "array", "items": { @@ -402,119 +32,359 @@ "type": "string" } } - }, - "required": [ - "allow" - ] + } } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] + } } } - }, - "required": [ - "self", - "collection" - ] + } }, - "post_password": { + "attributes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "options": { + "type": "array", + "items": { + "type": "string" + } + }, + "position": { + "type": "integer" + }, + "slug": { + "type": "string" + }, + "variation": { + "type": "boolean" + }, + "visible": { + "type": "boolean" + } + } + } + }, + "average_rating": { + "type": "string" + }, + "backordered": { + "type": "boolean" + }, + "backorders": { + "type": "string" + }, + "backorders_allowed": { + "type": "boolean" + }, + "button_text": { + "type": "string" + }, + "catalog_visibility": { + "type": "string" + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "slug": { + "type": "string" + } + } + } + }, + "cross_sell_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "date_modified": { + "type": "string" + }, + "date_modified_gmt": { + "type": "string" + }, + "date_on_sale_from": { + "type": "null" + }, + "date_on_sale_from_gmt": { + "type": "null" + }, + "date_on_sale_to": { + "type": "null" + }, + "date_on_sale_to_gmt": { + "type": "null" + }, + "default_attributes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "option": { + "type": "string" + } + } + } + }, + "description": { + "type": "string" + }, + "dimensions": { + "type": "object", + "properties": { + "height": { + "type": "string" + }, + "length": { + "type": "string" + }, + "width": { + "type": "string" + } + } + }, + "download_expiry": { + "type": "integer" + }, + "download_limit": { + "type": "integer" + }, + "downloadable": { + "type": "boolean" + }, + "downloads": { + "type": "array", + "items": { + "type": "object", + "properties": { + "file": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + }, + "external_url": { + "type": "string" + }, + "featured": { + "type": "boolean" + }, + "generated_slug": { "type": "string" }, "global_unique_id": { "type": "string" }, + "has_options": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "images": { + "type": "array", + "items": { + "type": "object", + "properties": { + "alt": { + "type": "string" + }, + "date_created": { + "type": "string" + }, + "date_created_gmt": { + "type": "string" + }, + "date_modified": { + "type": "string" + }, + "date_modified_gmt": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "src": { + "type": "string" + } + } + } + }, + "manage_stock": { + "type": "boolean" + }, + "menu_order": { + "type": "integer" + }, + "meta_data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "key": { + "type": "string" + } + } + } + }, + "name": { + "type": "string" + }, + "on_sale": { + "type": "boolean" + }, + "parent_id": { + "type": "integer" + }, + "permalink": { + "type": "string" + }, "permalink_template": { "type": "string" }, - "generated_slug": { + "post_password": { + "type": "string" + }, + "price": { + "type": "string" + }, + "price_html": { + "type": "string" + }, + "purchasable": { + "type": "boolean" + }, + "purchase_note": { + "type": "string" + }, + "rating_count": { + "type": "integer" + }, + "regular_price": { + "type": "string" + }, + "related_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "reviews_allowed": { + "type": "boolean" + }, + "sale_price": { + "type": "string" + }, + "shipping_class": { + "type": "string" + }, + "shipping_class_id": { + "type": "integer" + }, + "shipping_required": { + "type": "boolean" + }, + "shipping_taxable": { + "type": "boolean" + }, + "short_description": { + "type": "string" + }, + "sku": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "sold_individually": { + "type": "boolean" + }, + "status": { + "type": "string" + }, + "stock_status": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "slug": { + "type": "string" + } + } + } + }, + "tax_class": { + "type": "string" + }, + "tax_status": { + "type": "string" + }, + "total_sales": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "upsell_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "variations": { + "type": "array", + "items": { + "type": "integer" + } + }, + "virtual": { + "type": "boolean" + }, + "weight": { "type": "string" } }, - "required": [ - "id", - "name", - "slug", - "permalink", - "date_created", - "date_created_gmt", - "date_modified", - "date_modified_gmt", - "type", - "status", - "featured", - "catalog_visibility", - "description", - "short_description", - "sku", - "price", - "regular_price", - "sale_price", - "date_on_sale_from", - "date_on_sale_from_gmt", - "date_on_sale_to", - "date_on_sale_to_gmt", - "on_sale", - "purchasable", - "total_sales", - "virtual", - "downloadable", - "downloads", - "download_limit", - "download_expiry", - "external_url", - "button_text", - "tax_status", - "tax_class", - "manage_stock", - "stock_quantity", - "backorders", - "backorders_allowed", - "backordered", - "low_stock_amount", - "sold_individually", - "weight", - "dimensions", - "shipping_required", - "shipping_taxable", - "shipping_class", - "shipping_class_id", - "reviews_allowed", - "average_rating", - "rating_count", - "upsell_ids", - "cross_sell_ids", - "parent_id", - "purchase_note", - "categories", - "tags", - "images", - "attributes", - "default_attributes", - "variations", - "grouped_products", - "menu_order", - "price_html", - "related_ids", - "meta_data", - "stock_status", - "has_options", - "_links" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/page/create.json b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/page/create.json index d61561eac7..553716c2b7 100644 --- a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/page/create.json +++ b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/page/create.json @@ -1,152 +1,76 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "date": { - "type": "string" - }, - "date_gmt": { - "type": "string" - }, - "guid": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - }, - "raw": { - "type": "string" - } - }, - "required": [ - "rendered", - "raw" - ] - }, - "modified": { - "type": "string" - }, - "modified_gmt": { - "type": "string" - }, - "password": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "status": { - "type": "string" - }, - "type": { - "type": "string" - }, - "link": { - "type": "string" - }, - "title": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "rendered": { - "type": "string" - } - }, - "required": [ - "raw", - "rendered" - ] - }, - "content": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - }, - "block_version": { - "type": "integer" - } - }, - "required": [ - "raw", - "rendered", - "protected", - "block_version" - ] - }, - "excerpt": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - } - }, - "required": [ - "raw", - "rendered", - "protected" - ] - }, - "author": { - "type": "integer" - }, - "featured_media": { - "type": "integer" - }, - "parent": { - "type": "integer" - }, - "menu_order": { - "type": "integer" - }, - "comment_status": { - "type": "string" - }, - "ping_status": { - "type": "string" - }, - "template": { - "type": "string" - }, - "meta": { - "type": "object", - "properties": { - "footnotes": { - "type": "string" - } - } - }, - "permalink_template": { - "type": "string" - }, - "generated_slug": { - "type": "string" - }, - "class_list": { - "type": "array", - "items": { - "type": "string" - } - }, "_links": { "type": "object", "properties": { + "about": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "author": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "curies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "name": { + "type": "string" + }, + "templated": { + "type": "boolean" + } + } + } + }, + "replies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, "self": { "type": "array", "items": { @@ -164,79 +88,9 @@ "type": "string" } } - }, - "required": [ - "allow" - ] + } } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "about": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "author": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] - } - }, - "replies": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] + } } }, "version-history": { @@ -250,53 +104,7 @@ "href": { "type": "string" } - }, - "required": [ - "count", - "href" - ] - } - }, - "wp:attachment": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-publish": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-unfiltered-html": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] + } } }, "wp:action-assign-author": { @@ -307,76 +115,168 @@ "href": { "type": "string" } - }, - "required": [ - "href" - ] + } } }, - "curies": { + "wp:action-publish": { "type": "array", "items": { "type": "object", "properties": { - "name": { - "type": "string" - }, "href": { "type": "string" - }, - "templated": { - "type": "boolean" } - }, - "required": [ - "name", - "href", - "templated" - ] + } + } + }, + "wp:action-unfiltered-html": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:attachment": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } } } - }, - "required": [ - "self", - "collection", - "about", - "author", - "replies", - "version-history", - "wp:attachment", - "wp:action-publish", - "wp:action-unfiltered-html", - "wp:action-assign-author", - "curies" - ] + } + }, + "author": { + "type": "integer" + }, + "class_list": { + "type": "array", + "items": { + "type": "string" + } + }, + "comment_status": { + "type": "string" + }, + "content": { + "type": "object", + "properties": { + "block_version": { + "type": "integer" + }, + "protected": { + "type": "boolean" + }, + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "date": { + "type": "string" + }, + "date_gmt": { + "type": "string" + }, + "excerpt": { + "type": "object", + "properties": { + "protected": { + "type": "boolean" + }, + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "featured_media": { + "type": "integer" + }, + "generated_slug": { + "type": "string" + }, + "guid": { + "type": "object", + "properties": { + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "id": { + "type": "integer" + }, + "link": { + "type": "string" + }, + "menu_order": { + "type": "integer" + }, + "meta": { + "type": "object", + "properties": { + "footnotes": { + "type": "string" + } + } + }, + "modified": { + "type": "string" + }, + "modified_gmt": { + "type": "string" + }, + "parent": { + "type": "integer" + }, + "password": { + "type": "string" + }, + "permalink_template": { + "type": "string" + }, + "ping_status": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "status": { + "type": "string" + }, + "template": { + "type": "string" + }, + "title": { + "type": "object", + "properties": { + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "type": { + "type": "string" } }, - "required": [ - "id", - "date", - "date_gmt", - "guid", - "modified", - "modified_gmt", - "password", - "slug", - "status", - "type", - "link", - "title", - "content", - "excerpt", - "author", - "featured_media", - "parent", - "menu_order", - "comment_status", - "ping_status", - "template", - "meta", - "permalink_template", - "generated_slug", - "_links" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/page/getAll.json b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/page/getAll.json index e85f0a19f6..819145a022 100644 --- a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/page/getAll.json +++ b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/page/getAll.json @@ -1,120 +1,90 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "date": { - "type": "string" - }, - "date_gmt": { - "type": "string" - }, - "guid": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - } - }, - "required": [ - "rendered" - ] - }, - "modified": { - "type": "string" - }, - "modified_gmt": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "status": { - "type": "string" - }, - "type": { - "type": "string" - }, - "link": { - "type": "string" - }, - "title": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - } - }, - "required": [ - "rendered" - ] - }, - "content": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - } - }, - "required": [ - "rendered", - "protected" - ] - }, - "excerpt": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - } - }, - "required": [ - "rendered", - "protected" - ] - }, - "author": { - "type": "integer" - }, - "featured_media": { - "type": "integer" - }, - "parent": { - "type": "integer" - }, - "menu_order": { - "type": "integer" - }, - "comment_status": { - "type": "string" - }, - "ping_status": { - "type": "string" - }, - "template": { - "type": "string" - }, - "meta": { - "type": "object", - "properties": { - "footnotes": { - "type": "string" - } - }, - "required": [ - "footnotes" - ] - }, "_links": { "type": "object", "properties": { + "about": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "author": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "curies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "name": { + "type": "string" + }, + "templated": { + "type": "boolean" + } + } + } + }, + "predecessor-version": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "id": { + "type": "integer" + } + } + } + }, + "replies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, "self": { "type": "array", "items": { @@ -132,79 +102,9 @@ "type": "string" } } - }, - "required": [ - "allow" - ] + } } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "about": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "author": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] - } - }, - "replies": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] + } } }, "version-history": { @@ -218,29 +118,7 @@ "href": { "type": "string" } - }, - "required": [ - "count", - "href" - ] - } - }, - "predecessor-version": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "href": { - "type": "string" - } - }, - "required": [ - "id", - "href" - ] + } } }, "wp:attachment": { @@ -251,317 +129,105 @@ "href": { "type": "string" } - }, - "required": [ - "href" - ] - } - }, - "curies": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "href": { - "type": "string" - }, - "templated": { - "type": "boolean" - } - }, - "required": [ - "name", - "href", - "templated" - ] + } } } - }, - "required": [ - "self", - "collection", - "about", - "replies", - "version-history", - "wp:attachment", - "curies" - ] + } }, - "yoast_head": { + "author": { + "type": "integer" + }, + "comment_status": { "type": "string" }, - "yoast_head_json": { + "content": { "type": "object", "properties": { - "title": { + "protected": { + "type": "boolean" + }, + "rendered": { "type": "string" - }, - "robots": { - "type": "object", - "properties": { - "index": { - "type": "string" - }, - "follow": { - "type": "string" - }, - "max-snippet": { - "type": "string" - }, - "max-image-preview": { - "type": "string" - }, - "max-video-preview": { - "type": "string" - } - }, - "required": [ - "index", - "follow" - ] - }, - "canonical": { - "type": "string" - }, - "og_locale": { - "type": "string" - }, - "og_type": { - "type": "string" - }, - "og_title": { - "type": "string" - }, - "og_url": { - "type": "string" - }, - "og_site_name": { - "type": "string" - }, - "article_modified_time": { - "type": "string" - }, - "schema": { - "type": "object", - "properties": { - "@context": { - "type": "string" - }, - "@graph": { - "type": "array", - "items": { - "type": "object", - "properties": { - "@id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "isPartOf": { - "type": "object", - "properties": { - "@id": { - "type": "string" - } - }, - "required": [ - "@id" - ] - }, - "datePublished": { - "type": "string" - }, - "dateModified": { - "type": "string" - }, - "breadcrumb": { - "type": "object", - "properties": { - "@id": { - "type": "string" - } - }, - "required": [ - "@id" - ] - }, - "inLanguage": { - "type": "string" - }, - "potentialAction": { - "type": "array", - "items": { - "type": "object", - "properties": { - "@type": { - "type": "string" - }, - "query-input": { - "type": "object", - "properties": { - "@type": { - "type": "string" - }, - "valueRequired": { - "type": "boolean" - }, - "valueName": { - "type": "string" - } - }, - "required": [ - "@type", - "valueRequired", - "valueName" - ] - } - }, - "required": [ - "@type", - "target" - ] - } - }, - "itemListElement": { - "type": "array", - "items": { - "type": "object", - "properties": { - "@type": { - "type": "string" - }, - "position": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "item": { - "type": "string" - } - }, - "required": [ - "@type", - "position", - "name" - ] - } - }, - "description": { - "type": "string" - }, - "image": { - "type": "object", - "properties": { - "@id": { - "type": "string" - } - }, - "required": [ - "@id" - ] - }, - "primaryImageOfPage": { - "type": "object", - "properties": { - "@id": { - "type": "string" - } - }, - "required": [ - "@id" - ] - }, - "thumbnailUrl": { - "type": "string" - }, - "contentUrl": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "caption": { - "type": "string" - } - }, - "required": [ - "@type", - "@id" - ] - } - } - }, - "required": [ - "@context", - "@graph" - ] - }, - "twitter_misc": { - "type": "object", - "properties": { - "Durée de lecture est.": { - "type": "string" - } - } - }, - "description": { - "type": "string" - }, - "og_description": { - "type": "string" - }, - "article_publisher": { - "type": "string" - }, - "og_image": { - "type": "array", - "items": { - "type": "object", - "properties": { - "url": { - "type": "string" - } - }, - "required": [ - "url" - ] - } } - }, - "required": [ - "title", - "robots", - "og_locale", - "og_type", - "og_title", - "og_url", - "og_site_name", - "schema" - ] + } + }, + "date": { + "type": "string" + }, + "date_gmt": { + "type": "string" + }, + "excerpt": { + "type": "object", + "properties": { + "protected": { + "type": "boolean" + }, + "rendered": { + "type": "string" + } + } + }, + "featured_media": { + "type": "integer" + }, + "guid": { + "type": "object", + "properties": { + "rendered": { + "type": "string" + } + } + }, + "id": { + "type": "integer" + }, + "link": { + "type": "string" + }, + "menu_order": { + "type": "integer" + }, + "meta": { + "type": "object", + "properties": { + "footnotes": { + "type": "string" + } + } + }, + "modified": { + "type": "string" + }, + "modified_gmt": { + "type": "string" + }, + "parent": { + "type": "integer" + }, + "ping_status": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "status": { + "type": "string" + }, + "template": { + "type": "string" + }, + "title": { + "type": "object", + "properties": { + "rendered": { + "type": "string" + } + } + }, + "type": { + "type": "string" } }, - "required": [ - "id", - "date", - "slug", - "type", - "link", - "title", - "excerpt", - "author", - "featured_media", - "_links" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/page/update.json b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/page/update.json index c1c647b3cb..06828a1f94 100644 --- a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/page/update.json +++ b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/page/update.json @@ -1,170 +1,90 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "date": { - "type": "string" - }, - "date_gmt": { - "type": "string" - }, - "guid": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - }, - "raw": { - "type": "string" - } - }, - "required": [ - "rendered", - "raw" - ] - }, - "modified": { - "type": "string" - }, - "modified_gmt": { - "type": "string" - }, - "password": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "status": { - "type": "string" - }, - "type": { - "type": "string" - }, - "link": { - "type": "string" - }, - "title": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "rendered": { - "type": "string" - } - }, - "required": [ - "raw", - "rendered" - ] - }, - "content": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - }, - "block_version": { - "type": "integer" - } - }, - "required": [ - "raw", - "rendered", - "protected", - "block_version" - ] - }, - "excerpt": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - } - }, - "required": [ - "raw", - "rendered", - "protected" - ] - }, - "author": { - "type": "integer" - }, - "featured_media": { - "type": "integer" - }, - "parent": { - "type": "integer" - }, - "menu_order": { - "type": "integer" - }, - "comment_status": { - "type": "string" - }, - "ping_status": { - "type": "string" - }, - "template": { - "type": "string" - }, - "meta": { - "type": "object", - "properties": { - "footnotes": { - "type": "string" - }, - "advanced_seo_description": { - "type": "string" - }, - "jetpack_seo_html_title": { - "type": "string" - }, - "jetpack_seo_noindex": { - "type": "boolean" - }, - "jetpack_post_was_ever_published": { - "type": "boolean" - }, - "_starter_page_template": { - "type": "string" - }, - "_wpcom_template_layout_category": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "required": [ - "footnotes" - ] - }, - "permalink_template": { - "type": "string" - }, - "generated_slug": { - "type": "string" - }, "_links": { "type": "object", "properties": { + "about": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "author": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "curies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "name": { + "type": "string" + }, + "templated": { + "type": "boolean" + } + } + } + }, + "predecessor-version": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "id": { + "type": "integer" + } + } + } + }, + "replies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, "self": { "type": "array", "items": { @@ -182,79 +102,9 @@ "type": "string" } } - }, - "required": [ - "allow" - ] + } } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "about": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "author": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] - } - }, - "replies": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] + } } }, "version-history": { @@ -268,71 +118,7 @@ "href": { "type": "string" } - }, - "required": [ - "count", - "href" - ] - } - }, - "predecessor-version": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "href": { - "type": "string" - } - }, - "required": [ - "id", - "href" - ] - } - }, - "wp:attachment": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-publish": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-unfiltered-html": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] + } } }, "wp:action-assign-author": { @@ -343,48 +129,161 @@ "href": { "type": "string" } - }, - "required": [ - "href" - ] + } } }, - "curies": { + "wp:action-publish": { "type": "array", "items": { "type": "object", "properties": { - "name": { - "type": "string" - }, "href": { "type": "string" - }, - "templated": { - "type": "boolean" } - }, - "required": [ - "name", - "href", - "templated" - ] + } + } + }, + "wp:action-unfiltered-html": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:attachment": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } } } - }, - "required": [ - "self", - "collection", - "about", - "author", - "replies", - "version-history", - "predecessor-version", - "wp:attachment", - "wp:action-publish", - "wp:action-assign-author", - "curies" - ] + } + }, + "author": { + "type": "integer" + }, + "comment_status": { + "type": "string" + }, + "content": { + "type": "object", + "properties": { + "block_version": { + "type": "integer" + }, + "protected": { + "type": "boolean" + }, + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "date": { + "type": "string" + }, + "date_gmt": { + "type": "string" + }, + "excerpt": { + "type": "object", + "properties": { + "protected": { + "type": "boolean" + }, + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "featured_media": { + "type": "integer" + }, + "generated_slug": { + "type": "string" + }, + "guid": { + "type": "object", + "properties": { + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "id": { + "type": "integer" + }, + "link": { + "type": "string" + }, + "menu_order": { + "type": "integer" + }, + "meta": { + "type": "object", + "properties": { + "footnotes": { + "type": "string" + } + } + }, + "modified": { + "type": "string" + }, + "modified_gmt": { + "type": "string" + }, + "parent": { + "type": "integer" + }, + "password": { + "type": "string" + }, + "permalink_template": { + "type": "string" + }, + "ping_status": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "status": { + "type": "string" + }, + "template": { + "type": "string" + }, + "title": { + "type": "object", + "properties": { + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "type": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/create.json b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/create.json index 24f6f50c62..b5fbc1c45f 100644 --- a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/create.json +++ b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/create.json @@ -1,158 +1,76 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "date": { - "type": "string" - }, - "date_gmt": { - "type": "string" - }, - "guid": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - }, - "raw": { - "type": "string" - } - }, - "required": [ - "rendered", - "raw" - ] - }, - "modified": { - "type": "string" - }, - "modified_gmt": { - "type": "string" - }, - "password": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "status": { - "type": "string" - }, - "type": { - "type": "string" - }, - "link": { - "type": "string" - }, - "title": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "rendered": { - "type": "string" - } - }, - "required": [ - "raw", - "rendered" - ] - }, - "content": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - }, - "block_version": { - "type": "integer" - } - }, - "required": [ - "raw", - "rendered", - "protected", - "block_version" - ] - }, - "excerpt": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - } - }, - "required": [ - "raw", - "rendered", - "protected" - ] - }, - "featured_media": { - "type": "integer" - }, - "comment_status": { - "type": "string" - }, - "ping_status": { - "type": "string" - }, - "sticky": { - "type": "boolean" - }, - "template": { - "type": "string" - }, - "format": { - "type": "string" - }, - "meta": { - "type": "object", - "properties": { - "footnotes": { - "type": "string" - } - }, - "required": [ - "footnotes" - ] - }, - "categories": { - "type": "array", - "items": { - "type": "integer" - } - }, - "tags": { - "type": "array", - "items": { - "type": "integer" - } - }, - "permalink_template": { - "type": "string" - }, - "generated_slug": { - "type": "string" - }, "_links": { "type": "object", "properties": { + "about": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "author": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "curies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "name": { + "type": "string" + }, + "templated": { + "type": "boolean" + } + } + } + }, + "replies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, "self": { "type": "array", "items": { @@ -170,79 +88,9 @@ "type": "string" } } - }, - "required": [ - "allow" - ] + } } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "about": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "author": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] - } - }, - "replies": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] + } } }, "version-history": { @@ -256,89 +104,7 @@ "href": { "type": "string" } - }, - "required": [ - "count", - "href" - ] - } - }, - "wp:attachment": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:term": { - "type": "array", - "items": { - "type": "object", - "properties": { - "taxonomy": { - "type": "string" - }, - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "taxonomy", - "embeddable", - "href" - ] - } - }, - "wp:action-publish": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-unfiltered-html": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-sticky": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] + } } }, "wp:action-assign-author": { @@ -349,24 +115,7 @@ "href": { "type": "string" } - }, - "required": [ - "href" - ] - } - }, - "wp:action-create-categories": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] + } } }, "wp:action-assign-categories": { @@ -377,24 +126,7 @@ "href": { "type": "string" } - }, - "required": [ - "href" - ] - } - }, - "wp:action-create-tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] + } } }, "wp:action-assign-tags": { @@ -405,45 +137,223 @@ "href": { "type": "string" } - }, - "required": [ - "href" - ] + } } }, - "curies": { + "wp:action-create-categories": { "type": "array", "items": { "type": "object", "properties": { - "name": { + "href": { "type": "string" + } + } + } + }, + "wp:action-create-tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:action-publish": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:action-sticky": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:action-unfiltered-html": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:attachment": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:term": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" }, "href": { "type": "string" }, - "templated": { - "type": "boolean" + "taxonomy": { + "type": "string" } - }, - "required": [ - "name", - "href", - "templated" - ] + } } } - }, - "required": [ - "self", - "collection", - "about", - "author", - "replies", - "version-history", - "wp:attachment", - "curies" - ] + } + }, + "author": { + "type": "integer" + }, + "categories": { + "type": "array", + "items": { + "type": "integer" + } + }, + "comment_status": { + "type": "string" + }, + "content": { + "type": "object", + "properties": { + "block_version": { + "type": "integer" + }, + "protected": { + "type": "boolean" + }, + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "date": { + "type": "string" + }, + "date_gmt": { + "type": "string" + }, + "excerpt": { + "type": "object", + "properties": { + "protected": { + "type": "boolean" + }, + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "featured_media": { + "type": "integer" + }, + "format": { + "type": "string" + }, + "generated_slug": { + "type": "string" + }, + "guid": { + "type": "object", + "properties": { + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "id": { + "type": "integer" + }, + "link": { + "type": "string" + }, + "meta": { + "type": "object", + "properties": { + "footnotes": { + "type": "string" + } + } + }, + "modified": { + "type": "string" + }, + "modified_gmt": { + "type": "string" + }, + "password": { + "type": "string" + }, + "permalink_template": { + "type": "string" + }, + "ping_status": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "status": { + "type": "string" + }, + "sticky": { + "type": "boolean" + }, + "tags": { + "type": "array", + "items": { + "type": "integer" + } + }, + "template": { + "type": "string" + }, + "title": { + "type": "object", + "properties": { + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "type": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/get.json b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/get.json index b755e86fc2..f8b8f164a8 100644 --- a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/get.json +++ b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/get.json @@ -1,129 +1,90 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "date": { - "type": "string" - }, - "date_gmt": { - "type": "string" - }, - "guid": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - } - }, - "required": [ - "rendered" - ] - }, - "modified": { - "type": "string" - }, - "modified_gmt": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "status": { - "type": "string" - }, - "type": { - "type": "string" - }, - "link": { - "type": "string" - }, - "title": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - } - }, - "required": [ - "rendered" - ] - }, - "content": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - } - }, - "required": [ - "rendered", - "protected" - ] - }, - "excerpt": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - } - }, - "required": [ - "rendered", - "protected" - ] - }, - "author": { - "type": "integer" - }, - "featured_media": { - "type": "integer" - }, - "comment_status": { - "type": "string" - }, - "ping_status": { - "type": "string" - }, - "sticky": { - "type": "boolean" - }, - "template": { - "type": "string" - }, - "format": { - "type": "string" - }, - "meta": { - "type": "object", - "properties": { - "footnotes": { - "type": "string" - } - } - }, - "categories": { - "type": "array", - "items": { - "type": "integer" - } - }, - "tags": { - "type": "array", - "items": { - "type": "integer" - } - }, "_links": { "type": "object", "properties": { + "about": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "author": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "curies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "name": { + "type": "string" + }, + "templated": { + "type": "boolean" + } + } + } + }, + "predecessor-version": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "id": { + "type": "integer" + } + } + } + }, + "replies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, "self": { "type": "array", "items": { @@ -141,79 +102,9 @@ "type": "string" } } - }, - "required": [ - "allow" - ] + } } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "about": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "author": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] - } - }, - "replies": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] + } } }, "version-history": { @@ -227,29 +118,7 @@ "href": { "type": "string" } - }, - "required": [ - "count", - "href" - ] - } - }, - "predecessor-version": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "href": { - "type": "string" - } - }, - "required": [ - "id", - "href" - ] + } } }, "wp:attachment": { @@ -260,54 +129,7 @@ "href": { "type": "string" } - }, - "required": [ - "href" - ] - } - }, - "wp:term": { - "type": "array", - "items": { - "type": "object", - "properties": { - "taxonomy": { - "type": "string" - }, - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "taxonomy", - "embeddable", - "href" - ] - } - }, - "curies": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "href": { - "type": "string" - }, - "templated": { - "type": "boolean" - } - }, - "required": [ - "name", - "href", - "templated" - ] + } } }, "wp:featuredmedia": { @@ -321,25 +143,133 @@ "href": { "type": "string" } - }, - "required": [ - "embeddable", - "href" - ] + } + } + }, + "wp:term": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + }, + "taxonomy": { + "type": "string" + } + } } } - }, - "required": [ - "self", - "collection", - "about", - "author", - "replies", - "version-history", - "wp:attachment", - "wp:term", - "curies" - ] + } + }, + "author": { + "type": "integer" + }, + "categories": { + "type": "array", + "items": { + "type": "integer" + } + }, + "comment_status": { + "type": "string" + }, + "content": { + "type": "object", + "properties": { + "protected": { + "type": "boolean" + }, + "rendered": { + "type": "string" + } + } + }, + "date": { + "type": "string" + }, + "date_gmt": { + "type": "string" + }, + "excerpt": { + "type": "object", + "properties": { + "protected": { + "type": "boolean" + }, + "rendered": { + "type": "string" + } + } + }, + "featured_media": { + "type": "integer" + }, + "format": { + "type": "string" + }, + "guid": { + "type": "object", + "properties": { + "rendered": { + "type": "string" + } + } + }, + "id": { + "type": "integer" + }, + "link": { + "type": "string" + }, + "meta": { + "type": "object", + "properties": { + "footnotes": { + "type": "string" + } + } + }, + "modified": { + "type": "string" + }, + "modified_gmt": { + "type": "string" + }, + "ping_status": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "status": { + "type": "string" + }, + "sticky": { + "type": "boolean" + }, + "tags": { + "type": "array", + "items": { + "type": "integer" + } + }, + "template": { + "type": "string" + }, + "title": { + "type": "object", + "properties": { + "rendered": { + "type": "string" + } + } + }, + "type": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/getAll.json b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/getAll.json index 59dd2237b7..79c286475a 100644 --- a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/getAll.json +++ b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/getAll.json @@ -1,129 +1,90 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "date": { - "type": "string" - }, - "date_gmt": { - "type": "string" - }, - "guid": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - } - }, - "required": [ - "rendered" - ] - }, - "modified": { - "type": "string" - }, - "modified_gmt": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "status": { - "type": "string" - }, - "type": { - "type": "string" - }, - "link": { - "type": "string" - }, - "title": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - } - }, - "required": [ - "rendered" - ] - }, - "content": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - } - }, - "required": [ - "rendered", - "protected" - ] - }, - "excerpt": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - } - }, - "required": [ - "rendered", - "protected" - ] - }, - "author": { - "type": "integer" - }, - "featured_media": { - "type": "integer" - }, - "comment_status": { - "type": "string" - }, - "ping_status": { - "type": "string" - }, - "sticky": { - "type": "boolean" - }, - "template": { - "type": "string" - }, - "format": { - "type": "string" - }, - "meta": { - "type": "object", - "properties": { - "footnotes": { - "type": "string" - } - } - }, - "categories": { - "type": "array", - "items": { - "type": "integer" - } - }, - "tags": { - "type": "array", - "items": { - "type": "integer" - } - }, "_links": { "type": "object", "properties": { + "about": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "author": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "curies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "name": { + "type": "string" + }, + "templated": { + "type": "boolean" + } + } + } + }, + "predecessor-version": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "id": { + "type": "integer" + } + } + } + }, + "replies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, "self": { "type": "array", "items": { @@ -141,79 +102,9 @@ "type": "string" } } - }, - "required": [ - "allow" - ] + } } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "about": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "author": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] - } - }, - "replies": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] + } } }, "version-history": { @@ -227,29 +118,7 @@ "href": { "type": "string" } - }, - "required": [ - "count", - "href" - ] - } - }, - "predecessor-version": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "href": { - "type": "string" - } - }, - "required": [ - "id", - "href" - ] + } } }, "wp:attachment": { @@ -260,54 +129,7 @@ "href": { "type": "string" } - }, - "required": [ - "href" - ] - } - }, - "wp:term": { - "type": "array", - "items": { - "type": "object", - "properties": { - "taxonomy": { - "type": "string" - }, - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "taxonomy", - "embeddable", - "href" - ] - } - }, - "curies": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "href": { - "type": "string" - }, - "templated": { - "type": "boolean" - } - }, - "required": [ - "name", - "href", - "templated" - ] + } } }, "wp:featuredmedia": { @@ -321,37 +143,126 @@ "href": { "type": "string" } - }, - "required": [ - "embeddable", - "href" - ] + } + } + }, + "wp:term": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + }, + "taxonomy": { + "type": "string" + } + } } } - }, - "required": [ - "self", - "collection", - "about", - "replies", - "version-history", - "wp:attachment", - "wp:term", - "curies" - ] + } + }, + "author": { + "type": "integer" + }, + "categories": { + "type": "array", + "items": { + "type": "integer" + } + }, + "comment_status": { + "type": "string" + }, + "content": { + "type": "object", + "properties": { + "protected": { + "type": "boolean" + }, + "rendered": { + "type": "string" + } + } + }, + "date": { + "type": "string" + }, + "date_gmt": { + "type": "string" + }, + "excerpt": { + "type": "object", + "properties": { + "protected": { + "type": "boolean" + }, + "rendered": { + "type": "string" + } + } + }, + "featured_media": { + "type": "integer" + }, + "format": { + "type": "string" + }, + "guid": { + "type": "object", + "properties": { + "rendered": { + "type": "string" + } + } + }, + "id": { + "type": "integer" + }, + "link": { + "type": "string" + }, + "modified": { + "type": "string" + }, + "modified_gmt": { + "type": "string" + }, + "ping_status": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "status": { + "type": "string" + }, + "sticky": { + "type": "boolean" + }, + "tags": { + "type": "array", + "items": { + "type": "integer" + } + }, + "template": { + "type": "string" + }, + "title": { + "type": "object", + "properties": { + "rendered": { + "type": "string" + } + } + }, + "type": { + "type": "string" } }, - "required": [ - "id", - "date", - "slug", - "type", - "link", - "title", - "excerpt", - "author", - "featured_media", - "_links" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/update.json b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/update.json index 7b075679e9..d8ee70615d 100644 --- a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/update.json +++ b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/post/update.json @@ -1,485 +1,374 @@ { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "date": { - "type": "string" - }, - "date_gmt": { - "type": "string" - }, - "guid": { - "type": "object", - "properties": { - "rendered": { - "type": "string" - }, - "raw": { - "type": "string" - } - }, - "required": [ - "rendered", - "raw" - ] - }, - "modified": { - "type": "string" - }, - "modified_gmt": { - "type": "string" - }, - "password": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "status": { - "type": "string" - }, - "type": { - "type": "string" - }, - "link": { - "type": "string" - }, - "title": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "rendered": { - "type": "string" - } - }, - "required": [ - "raw", - "rendered" - ] - }, - "content": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - }, - "block_version": { - "type": "integer" - } - }, - "required": [ - "raw", - "rendered", - "protected", - "block_version" - ] - }, - "excerpt": { - "type": "object", - "properties": { - "raw": { - "type": "string" - }, - "rendered": { - "type": "string" - }, - "protected": { - "type": "boolean" - } - }, - "required": [ - "raw", - "rendered", - "protected" - ] - }, - "author": { - "type": "integer" - }, - "featured_media": { - "type": "integer" - }, - "comment_status": { - "type": "string" - }, - "ping_status": { - "type": "string" - }, - "sticky": { - "type": "boolean" - }, - "template": { - "type": "string" - }, - "format": { - "type": "string" - }, - "meta": { - "type": "object", - "properties": { - "footnotes": { - "type": "string" - } - }, - "required": [ - "footnotes" - ] - }, - "categories": { - "type": "array", - "items": { - "type": "integer" - } - }, - "tags": { - "type": "array", - "items": { - "type": "integer" - } - }, - "permalink_template": { - "type": "string" - }, - "generated_slug": { - "type": "string" - }, - "_links": { - "type": "object", - "properties": { - "self": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - }, - "targetHints": { - "type": "object", - "properties": { - "allow": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "required": [ - "allow" - ] - } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "about": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "author": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] - } - }, - "replies": { - "type": "array", - "items": { - "type": "object", - "properties": { - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "embeddable", - "href" - ] - } - }, - "version-history": { - "type": "array", - "items": { - "type": "object", - "properties": { - "count": { - "type": "integer" - }, - "href": { - "type": "string" - } - }, - "required": [ - "count", - "href" - ] - } - }, - "predecessor-version": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "href": { - "type": "string" - } - }, - "required": [ - "id", - "href" - ] - } - }, - "wp:attachment": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:term": { - "type": "array", - "items": { - "type": "object", - "properties": { - "taxonomy": { - "type": "string" - }, - "embeddable": { - "type": "boolean" - }, - "href": { - "type": "string" - } - }, - "required": [ - "taxonomy", - "embeddable", - "href" - ] - } - }, - "wp:action-publish": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-unfiltered-html": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-sticky": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-assign-author": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-create-categories": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-assign-categories": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-create-tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "wp:action-assign-tags": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "curies": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "href": { - "type": "string" - }, - "templated": { - "type": "boolean" - } - }, - "required": [ - "name", - "href", - "templated" - ] - } - } - }, - "required": [ - "self", - "collection", - "about", - "author", - "replies", - "version-history", - "predecessor-version", - "wp:attachment", - "wp:term", - "wp:action-publish", - "wp:action-unfiltered-html", - "wp:action-sticky", - "wp:action-create-categories", - "wp:action-assign-categories", - "wp:action-create-tags", - "wp:action-assign-tags", - "curies" - ] - } - }, - "required": [ - "id", - "status", - "title", - "content" - ] + "type": "object", + "properties": { + "_links": { + "type": "object", + "properties": { + "about": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "author": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "curies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "name": { + "type": "string" + }, + "templated": { + "type": "boolean" + } + } + } + }, + "predecessor-version": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "id": { + "type": "integer" + } + } + } + }, + "replies": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + } + } + } + }, + "self": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + }, + "targetHints": { + "type": "object", + "properties": { + "allow": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "version-history": { + "type": "array", + "items": { + "type": "object", + "properties": { + "count": { + "type": "integer" + }, + "href": { + "type": "string" + } + } + } + }, + "wp:action-assign-author": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:action-assign-categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:action-assign-tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:action-create-categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:action-create-tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:action-publish": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:action-sticky": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:action-unfiltered-html": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:attachment": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "wp:term": { + "type": "array", + "items": { + "type": "object", + "properties": { + "embeddable": { + "type": "boolean" + }, + "href": { + "type": "string" + }, + "taxonomy": { + "type": "string" + } + } + } + } + } + }, + "author": { + "type": "integer" + }, + "categories": { + "type": "array", + "items": { + "type": "integer" + } + }, + "comment_status": { + "type": "string" + }, + "content": { + "type": "object", + "properties": { + "block_version": { + "type": "integer" + }, + "protected": { + "type": "boolean" + }, + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "date": { + "type": "string" + }, + "date_gmt": { + "type": "string" + }, + "excerpt": { + "type": "object", + "properties": { + "protected": { + "type": "boolean" + }, + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "featured_media": { + "type": "integer" + }, + "format": { + "type": "string" + }, + "generated_slug": { + "type": "string" + }, + "guid": { + "type": "object", + "properties": { + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "id": { + "type": "integer" + }, + "link": { + "type": "string" + }, + "meta": { + "type": "object", + "properties": { + "footnotes": { + "type": "string" + } + } + }, + "modified": { + "type": "string" + }, + "modified_gmt": { + "type": "string" + }, + "password": { + "type": "string" + }, + "permalink_template": { + "type": "string" + }, + "ping_status": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "status": { + "type": "string" + }, + "sticky": { + "type": "boolean" + }, + "tags": { + "type": "array", + "items": { + "type": "integer" + } + }, + "template": { + "type": "string" + }, + "title": { + "type": "object", + "properties": { + "raw": { + "type": "string" + }, + "rendered": { + "type": "string" + } + } + }, + "type": { + "type": "string" + } + }, + "version": 1 } diff --git a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/user/create.json b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/user/create.json index 00119f632b..07f1149d27 100644 --- a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/user/create.json +++ b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/user/create.json @@ -1,79 +1,20 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "username": { - "type": "string" - }, - "name": { - "type": "string" - }, - "first_name": { - "type": "string" - }, - "last_name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "url": { - "type": "string" - }, - "description": { - "type": "string" - }, - "link": { - "type": "string" - }, - "locale": { - "type": "string" - }, - "nickname": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "roles": { - "type": "array", - "items": { - "type": "string" - } - }, - "registered_date": { - "type": "string" - }, - "capabilities": { - "type": "object", - "properties": { - "level_0": { - "type": "boolean" - }, - "read": { - "type": "boolean" - }, - "subscriber": { - "type": "boolean" - } - }, - "required": [ - "read" - ] - }, - "extra_capabilities": { - "type": "object", - "properties": { - "subscriber": { - "type": "boolean" - } - } - }, "_links": { "type": "object", "properties": { + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, "self": { "type": "array", "items": { @@ -91,36 +32,12 @@ "type": "string" } } - }, - "required": [ - "allow" - ] + } } - }, - "required": [ - "href" - ] - } - }, - "collection": { - "type": "array", - "items": { - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] + } } } - }, - "required": [ - "self", - "collection" - ] + } }, "avatar_urls": { "type": "object", @@ -134,12 +51,74 @@ "96": { "type": "string" } - }, - "required": [ - "24", - "48", - "96" - ] + } + }, + "capabilities": { + "type": "object", + "properties": { + "level_0": { + "type": "boolean" + }, + "read": { + "type": "boolean" + }, + "subscriber": { + "type": "boolean" + } + } + }, + "description": { + "type": "string" + }, + "email": { + "type": "string" + }, + "extra_capabilities": { + "type": "object", + "properties": { + "subscriber": { + "type": "boolean" + } + } + }, + "first_name": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last_name": { + "type": "string" + }, + "link": { + "type": "string" + }, + "locale": { + "type": "string" + }, + "name": { + "type": "string" + }, + "nickname": { + "type": "string" + }, + "registered_date": { + "type": "string" + }, + "roles": { + "type": "array", + "items": { + "type": "string" + } + }, + "slug": { + "type": "string" + }, + "url": { + "type": "string" + }, + "username": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/user/get.json b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/user/get.json new file mode 100644 index 0000000000..d5cedfee96 --- /dev/null +++ b/packages/nodes-base/nodes/Wordpress/__schema__/v1.0.0/user/get.json @@ -0,0 +1,51 @@ +{ + "type": "object", + "properties": { + "_links": { + "type": "object", + "properties": { + "collection": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + }, + "self": { + "type": "array", + "items": { + "type": "object", + "properties": { + "href": { + "type": "string" + } + } + } + } + } + }, + "description": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "link": { + "type": "string" + }, + "name": { + "type": "string" + }, + "slug": { + "type": "string" + }, + "url": { + "type": "string" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/contact/create.json b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/contact/create.json index 08c4c643e0..dda9a54430 100644 --- a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/contact/create.json +++ b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/contact/create.json @@ -1,21 +1,6 @@ { "type": "object", "properties": { - "ContactID": { - "type": "string" - }, - "ContactStatus": { - "type": "string" - }, - "Name": { - "type": "string" - }, - "EmailAddress": { - "type": "string" - }, - "BankAccountDetails": { - "type": "string" - }, "Addresses": { "type": "array", "items": { @@ -27,72 +12,65 @@ "City": { "type": "string" }, - "Region": { + "Country": { "type": "string" }, "PostalCode": { "type": "string" }, - "Country": { + "Region": { "type": "string" } - }, - "required": [ - "AddressType" - ] + } } }, + "BankAccountDetails": { + "type": "string" + }, + "ContactID": { + "type": "string" + }, + "ContactStatus": { + "type": "string" + }, + "EmailAddress": { + "type": "string" + }, + "HasValidationErrors": { + "type": "boolean" + }, + "IsCustomer": { + "type": "boolean" + }, + "IsSupplier": { + "type": "boolean" + }, + "Name": { + "type": "string" + }, "Phones": { "type": "array", "items": { "type": "object", "properties": { - "PhoneType": { - "type": "string" - }, - "PhoneNumber": { - "type": "string" - }, "PhoneAreaCode": { "type": "string" }, "PhoneCountryCode": { "type": "string" + }, + "PhoneNumber": { + "type": "string" + }, + "PhoneType": { + "type": "string" } - }, - "required": [ - "PhoneType" - ] + } } }, "UpdatedDateUTC": { "type": "string" - }, - "IsSupplier": { - "type": "boolean" - }, - "IsCustomer": { - "type": "boolean" - }, - "HasValidationErrors": { - "type": "boolean" } }, - "required": [ - "ContactID", - "ContactStatus", - "Name", - "EmailAddress", - "Addresses", - "Phones", - "UpdatedDateUTC", - "ContactGroups", - "IsSupplier", - "IsCustomer", - "SalesTrackingCategories", - "PurchasesTrackingCategories", - "ContactPersons", - "HasValidationErrors" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/contact/get.json b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/contact/get.json index 05c5ee280b..9b1eb1a77e 100644 --- a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/contact/get.json +++ b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/contact/get.json @@ -1,71 +1,33 @@ { "type": "object", "properties": { - "ContactID": { - "type": "string" - }, - "ContactStatus": { - "type": "string" - }, - "Name": { - "type": "string" - }, - "EmailAddress": { - "type": "string" - }, "Addresses": { "type": "array", "items": { "type": "object", "properties": { + "AddressLine1": { + "type": "string" + }, "AddressType": { "type": "string" }, "City": { "type": "string" }, - "Region": { + "Country": { "type": "string" }, "PostalCode": { "type": "string" }, - "Country": { - "type": "string" - }, - "AddressLine1": { + "Region": { "type": "string" } - }, - "required": [ - "AddressType" - ] + } } }, - "Phones": { - "type": "array", - "items": { - "type": "object", - "properties": { - "PhoneType": { - "type": "string" - }, - "PhoneNumber": { - "type": "string" - }, - "PhoneAreaCode": { - "type": "string" - }, - "PhoneCountryCode": { - "type": "string" - } - }, - "required": [ - "PhoneType" - ] - } - }, - "UpdatedDateUTC": { + "BankAccountDetails": { "type": "string" }, "ContactGroups": { @@ -76,103 +38,85 @@ "ContactGroupID": { "type": "string" }, + "HasValidationErrors": { + "type": "boolean" + }, "Name": { "type": "string" }, "Status": { "type": "string" - }, - "HasValidationErrors": { - "type": "boolean" } - }, - "required": [ - "ContactGroupID", - "Name", - "Status", - "Contacts", - "HasValidationErrors" - ] + } } }, - "IsSupplier": { - "type": "boolean" - }, - "IsCustomer": { - "type": "boolean" - }, - "Balances": { - "type": "object", - "properties": { - "AccountsReceivable": { - "type": "object", - "properties": { - "Outstanding": { - "type": "integer" - }, - "Overdue": { - "type": "integer" - } - }, - "required": [ - "Outstanding", - "Overdue" - ] - } - }, - "required": [ - "AccountsReceivable", - "AccountsPayable" - ] + "ContactID": { + "type": "string" }, "ContactPersons": { "type": "array", "items": { "type": "object", "properties": { - "FirstName": { - "type": "string" - }, - "LastName": { - "type": "string" - }, "EmailAddress": { "type": "string" }, + "FirstName": { + "type": "string" + }, "IncludeInEmails": { "type": "boolean" + }, + "LastName": { + "type": "string" } - }, - "required": [ - "FirstName", - "EmailAddress", - "IncludeInEmails" - ] + } } }, + "ContactStatus": { + "type": "string" + }, + "EmailAddress": { + "type": "string" + }, "HasAttachments": { "type": "boolean" }, "HasValidationErrors": { "type": "boolean" }, - "BankAccountDetails": { + "IsCustomer": { + "type": "boolean" + }, + "IsSupplier": { + "type": "boolean" + }, + "Name": { + "type": "string" + }, + "Phones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "PhoneAreaCode": { + "type": "string" + }, + "PhoneCountryCode": { + "type": "string" + }, + "PhoneNumber": { + "type": "string" + }, + "PhoneType": { + "type": "string" + } + } + } + }, + "UpdatedDateUTC": { "type": "string" } }, - "required": [ - "ContactID", - "ContactStatus", - "Name", - "Addresses", - "Phones", - "UpdatedDateUTC", - "ContactGroups", - "IsSupplier", - "IsCustomer", - "ContactPersons", - "HasAttachments", - "HasValidationErrors" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/contact/getAll.json b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/contact/getAll.json index e2df94c166..11eb454586 100644 --- a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/contact/getAll.json +++ b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/contact/getAll.json @@ -1,21 +1,6 @@ { "type": "object", "properties": { - "ContactID": { - "type": "string" - }, - "ContactStatus": { - "type": "string" - }, - "Name": { - "type": "string" - }, - "EmailAddress": { - "type": "string" - }, - "BankAccountDetails": { - "type": "string" - }, "Addresses": { "type": "array", "items": { @@ -27,52 +12,32 @@ "City": { "type": "string" }, - "Region": { + "Country": { "type": "string" }, "PostalCode": { "type": "string" }, - "Country": { + "Region": { "type": "string" } - }, - "required": [ - "AddressType" - ] + } } }, - "Phones": { - "type": "array", - "items": { - "type": "object", - "properties": { - "PhoneType": { - "type": "string" - }, - "PhoneNumber": { - "type": "string" - }, - "PhoneAreaCode": { - "type": "string" - }, - "PhoneCountryCode": { - "type": "string" - } - }, - "required": [ - "PhoneType" - ] - } - }, - "UpdatedDateUTC": { + "BankAccountDetails": { "type": "string" }, - "IsSupplier": { - "type": "boolean" + "ContactID": { + "type": "string" }, - "IsCustomer": { - "type": "boolean" + "ContactStatus": { + "type": "string" + }, + "DefaultCurrency": { + "type": "string" + }, + "EmailAddress": { + "type": "string" }, "HasAttachments": { "type": "boolean" @@ -80,7 +45,36 @@ "HasValidationErrors": { "type": "boolean" }, - "DefaultCurrency": { + "IsCustomer": { + "type": "boolean" + }, + "IsSupplier": { + "type": "boolean" + }, + "Name": { + "type": "string" + }, + "Phones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "PhoneAreaCode": { + "type": "string" + }, + "PhoneCountryCode": { + "type": "string" + }, + "PhoneNumber": { + "type": "string" + }, + "PhoneType": { + "type": "string" + } + } + } + }, + "UpdatedDateUTC": { "type": "string" } }, diff --git a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/create.json b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/create.json index 1612d4cda9..035fb54be3 100644 --- a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/create.json +++ b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/create.json @@ -1,48 +1,15 @@ { "type": "object", "properties": { - "Type": { - "type": "string" - }, - "InvoiceID": { - "type": "string" - }, - "InvoiceNumber": { - "type": "string" - }, - "Reference": { - "type": "string" - }, "AmountPaid": { "type": "integer" }, - "SentToContact": { - "type": "boolean" - }, - "CurrencyRate": { - "type": "integer" - }, - "IsDiscounted": { - "type": "boolean" - }, - "HasErrors": { - "type": "boolean" + "BrandingThemeID": { + "type": "string" }, "Contact": { "type": "object", "properties": { - "ContactID": { - "type": "string" - }, - "ContactStatus": { - "type": "string" - }, - "Name": { - "type": "string" - }, - "EmailAddress": { - "type": "string" - }, "Addresses": { "type": "array", "items": { @@ -54,33 +21,19 @@ "City": { "type": "string" }, - "Region": { + "Country": { "type": "string" }, "PostalCode": { "type": "string" - } - }, - "required": [ - "AddressType" - ] - } - }, - "Phones": { - "type": "array", - "items": { - "type": "object", - "properties": { - "PhoneType": { + }, + "Region": { "type": "string" } - }, - "required": [ - "PhoneType" - ] + } } }, - "UpdatedDateUTC": { + "BankAccountDetails": { "type": "string" }, "ContactGroups": { @@ -91,89 +44,108 @@ "ContactGroupID": { "type": "string" }, + "HasValidationErrors": { + "type": "boolean" + }, "Name": { "type": "string" }, "Status": { "type": "string" - }, - "HasValidationErrors": { - "type": "boolean" } - }, - "required": [ - "ContactGroupID", - "Name", - "Status", - "Contacts", - "HasValidationErrors" - ] + } } }, - "IsSupplier": { - "type": "boolean" - }, - "IsCustomer": { - "type": "boolean" + "ContactID": { + "type": "string" }, "ContactPersons": { "type": "array", "items": { "type": "object", "properties": { - "FirstName": { - "type": "string" - }, - "LastName": { - "type": "string" - }, "EmailAddress": { "type": "string" }, + "FirstName": { + "type": "string" + }, "IncludeInEmails": { "type": "boolean" + }, + "LastName": { + "type": "string" } - }, - "required": [ - "FirstName", - "LastName", - "EmailAddress", - "IncludeInEmails" - ] + } } }, + "ContactStatus": { + "type": "string" + }, + "EmailAddress": { + "type": "string" + }, "HasValidationErrors": { "type": "boolean" + }, + "IsCustomer": { + "type": "boolean" + }, + "IsSupplier": { + "type": "boolean" + }, + "Name": { + "type": "string" + }, + "Phones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "PhoneAreaCode": { + "type": "string" + }, + "PhoneCountryCode": { + "type": "string" + }, + "PhoneNumber": { + "type": "string" + }, + "PhoneType": { + "type": "string" + } + } + } + }, + "UpdatedDateUTC": { + "type": "string" } - }, - "required": [ - "ContactID", - "ContactStatus", - "Name", - "Addresses", - "Phones", - "UpdatedDateUTC", - "ContactGroups", - "IsSupplier", - "IsCustomer", - "SalesTrackingCategories", - "PurchasesTrackingCategories", - "ContactPersons", - "HasValidationErrors" - ] + } }, - "DateString": { + "CurrencyCode": { "type": "string" }, + "CurrencyRate": { + "type": "integer" + }, "Date": { "type": "string" }, - "BrandingThemeID": { + "DateString": { "type": "string" }, - "Status": { + "HasErrors": { + "type": "boolean" + }, + "InvoiceID": { "type": "string" }, + "InvoiceNumber": { + "type": "string" + }, + "IsDiscounted": { + "type": "boolean" + }, "LineAmountTypes": { "type": "string" }, @@ -182,81 +154,33 @@ "items": { "type": "object", "properties": { - "ItemCode": { - "type": "string" - }, "Description": { "type": "string" }, - "TaxType": { - "type": "string" - }, - "AccountCode": { - "type": "string" - }, - "Item": { - "type": "object", - "properties": { - "ItemID": { - "type": "string" - }, - "Name": { - "type": "string" - }, - "Code": { - "type": "string" - } - }, - "required": [ - "ItemID", - "Code" - ] - }, "LineItemID": { "type": "string" }, - "AccountID": { + "TaxType": { "type": "string" } - }, - "required": [ - "Tracking", - "LineItemID", - "ValidationErrors" - ] + } } }, + "Reference": { + "type": "string" + }, + "SentToContact": { + "type": "boolean" + }, + "Status": { + "type": "string" + }, + "Type": { + "type": "string" + }, "UpdatedDateUTC": { "type": "string" - }, - "CurrencyCode": { - "type": "string" } }, - "required": [ - "Type", - "InvoiceID", - "Reference", - "Prepayments", - "Overpayments", - "AmountDue", - "AmountPaid", - "SentToContact", - "CurrencyRate", - "IsDiscounted", - "HasErrors", - "InvoicePaymentServices", - "Contact", - "DateString", - "Date", - "Status", - "LineAmountTypes", - "LineItems", - "SubTotal", - "TotalTax", - "Total", - "UpdatedDateUTC", - "CurrencyCode" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/get.json b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/get.json index b1337b4838..932caf2a49 100644 --- a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/get.json +++ b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/get.json @@ -1,65 +1,6 @@ { "type": "object", "properties": { - "Type": { - "type": "string" - }, - "InvoiceID": { - "type": "string" - }, - "InvoiceNumber": { - "type": "string" - }, - "Reference": { - "type": "string" - }, - "Overpayments": { - "type": "array", - "items": { - "type": "object", - "properties": { - "OverpaymentID": { - "type": "string" - }, - "CurrencyRate": { - "type": "integer" - }, - "AppliedAmount": { - "type": "number" - }, - "DateString": { - "type": "string" - }, - "Date": { - "type": "string" - }, - "Total": { - "type": "number" - } - }, - "required": [ - "OverpaymentID", - "CurrencyRate", - "AppliedAmount", - "DateString", - "Date", - "LineItems", - "Total" - ] - } - }, - "SentToContact": { - "type": "boolean" - }, - "IsDiscounted": { - "type": "boolean" - }, - "HasAttachments": { - "type": "boolean" - }, - "HasErrors": { - "type": "boolean" - }, "Attachments": { "type": "array", "items": { @@ -68,44 +9,28 @@ "AttachmentID": { "type": "string" }, - "FileName": { - "type": "string" + "ContentLength": { + "type": "integer" }, - "Url": { + "FileName": { "type": "string" }, "MimeType": { "type": "string" }, - "ContentLength": { - "type": "integer" + "Url": { + "type": "string" } - }, - "required": [ - "AttachmentID", - "FileName", - "Url", - "MimeType", - "ContentLength" - ] + } } }, + "BrandingThemeID": { + "type": "string" + }, "Contact": { "type": "object", "properties": { - "ContactID": { - "type": "string" - }, - "ContactStatus": { - "type": "string" - }, - "Name": { - "type": "string" - }, - "EmailAddress": { - "type": "string" - }, - "BankAccountDetails": { + "AccountsReceivableTaxType": { "type": "string" }, "Addresses": { @@ -113,54 +38,28 @@ "items": { "type": "object", "properties": { + "AddressLine1": { + "type": "string" + }, "AddressType": { "type": "string" }, "City": { "type": "string" }, - "Region": { + "Country": { "type": "string" }, "PostalCode": { "type": "string" }, - "Country": { - "type": "string" - }, - "AddressLine1": { + "Region": { "type": "string" } - }, - "required": [ - "AddressType" - ] + } } }, - "Phones": { - "type": "array", - "items": { - "type": "object", - "properties": { - "PhoneType": { - "type": "string" - }, - "PhoneNumber": { - "type": "string" - }, - "PhoneAreaCode": { - "type": "string" - }, - "PhoneCountryCode": { - "type": "string" - } - }, - "required": [ - "PhoneType" - ] - } - }, - "UpdatedDateUTC": { + "BankAccountDetails": { "type": "string" }, "ContactGroups": { @@ -171,50 +70,86 @@ "ContactGroupID": { "type": "string" }, + "HasValidationErrors": { + "type": "boolean" + }, "Name": { "type": "string" }, "Status": { "type": "string" - }, - "HasValidationErrors": { - "type": "boolean" } - }, - "required": [ - "ContactGroupID", - "Name", - "Status", - "Contacts", - "HasValidationErrors" - ] + } } }, - "IsSupplier": { + "ContactID": { + "type": "string" + }, + "ContactPersons": { + "type": "array", + "items": { + "type": "object", + "properties": { + "EmailAddress": { + "type": "string" + }, + "FirstName": { + "type": "string" + }, + "IncludeInEmails": { + "type": "boolean" + }, + "LastName": { + "type": "string" + } + } + } + }, + "ContactStatus": { + "type": "string" + }, + "DefaultCurrency": { + "type": "string" + }, + "EmailAddress": { + "type": "string" + }, + "FirstName": { + "type": "string" + }, + "HasValidationErrors": { "type": "boolean" }, "IsCustomer": { "type": "boolean" }, - "DefaultCurrency": { + "IsSupplier": { + "type": "boolean" + }, + "LastName": { "type": "string" }, - "SalesTrackingCategories": { + "Name": { + "type": "string" + }, + "Phones": { "type": "array", "items": { "type": "object", "properties": { - "TrackingCategoryName": { + "PhoneAreaCode": { "type": "string" }, - "TrackingOptionName": { + "PhoneCountryCode": { + "type": "string" + }, + "PhoneNumber": { + "type": "string" + }, + "PhoneType": { "type": "string" } - }, - "required": [ - "TrackingCategoryName", - "TrackingOptionName" - ] + } } }, "PurchasesTrackingCategories": { @@ -228,83 +163,58 @@ "TrackingOptionName": { "type": "string" } - }, - "required": [ - "TrackingCategoryName", - "TrackingOptionName" - ] + } } }, - "ContactPersons": { + "SalesTrackingCategories": { "type": "array", "items": { "type": "object", "properties": { - "FirstName": { + "TrackingCategoryName": { "type": "string" }, - "LastName": { + "TrackingOptionName": { "type": "string" - }, - "EmailAddress": { - "type": "string" - }, - "IncludeInEmails": { - "type": "boolean" } - }, - "required": [ - "FirstName", - "LastName", - "EmailAddress", - "IncludeInEmails" - ] + } } }, - "HasValidationErrors": { - "type": "boolean" - }, - "FirstName": { - "type": "string" - }, - "LastName": { - "type": "string" - }, - "AccountsReceivableTaxType": { + "UpdatedDateUTC": { "type": "string" } - }, - "required": [ - "ContactID", - "ContactStatus", - "Name", - "Addresses", - "Phones", - "UpdatedDateUTC", - "ContactGroups", - "IsSupplier", - "IsCustomer", - "SalesTrackingCategories", - "PurchasesTrackingCategories", - "ContactPersons", - "HasValidationErrors" - ] + } }, - "DateString": { + "CurrencyCode": { "type": "string" }, "Date": { "type": "string" }, - "DueDateString": { + "DateString": { "type": "string" }, "DueDate": { "type": "string" }, - "Status": { + "DueDateString": { "type": "string" }, + "HasAttachments": { + "type": "boolean" + }, + "HasErrors": { + "type": "boolean" + }, + "InvoiceID": { + "type": "string" + }, + "InvoiceNumber": { + "type": "string" + }, + "IsDiscounted": { + "type": "boolean" + }, "LineAmountTypes": { "type": "string" }, @@ -313,10 +223,19 @@ "items": { "type": "object", "properties": { - "TaxType": { + "AccountCode": { "type": "string" }, - "AccountCode": { + "AccountID": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "LineItemID": { + "type": "string" + }, + "TaxType": { "type": "string" }, "Tracking": { @@ -336,92 +255,56 @@ "TrackingOptionID": { "type": "string" } - }, - "required": [ - "Name", - "Option", - "TrackingCategoryID", - "TrackingOptionID" - ] - } - }, - "LineItemID": { - "type": "string" - }, - "AccountID": { - "type": "string" - }, - "Description": { - "type": "string" - }, - "ItemCode": { - "type": "string" - }, - "Item": { - "type": "object", - "properties": { - "ItemID": { - "type": "string" - }, - "Code": { - "type": "string" - }, - "Name": { - "type": "string" } - }, - "required": [ - "ItemID", - "Code" - ] + } } - }, - "required": [ - "Tracking", - "LineItemID", - "ValidationErrors" - ] + } } }, + "Overpayments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "AppliedAmount": { + "type": "number" + }, + "CurrencyRate": { + "type": "integer" + }, + "Date": { + "type": "string" + }, + "DateString": { + "type": "string" + }, + "OverpaymentID": { + "type": "string" + }, + "Total": { + "type": "number" + } + } + } + }, + "Reference": { + "type": "string" + }, + "SentToContact": { + "type": "boolean" + }, + "Status": { + "type": "string" + }, + "Type": { + "type": "string" + }, "UpdatedDateUTC": { "type": "string" }, - "CurrencyCode": { - "type": "string" - }, - "BrandingThemeID": { - "type": "string" - }, "Url": { "type": "string" } }, - "required": [ - "Type", - "InvoiceID", - "InvoiceNumber", - "Reference", - "Prepayments", - "Overpayments", - "AmountDue", - "AmountPaid", - "SentToContact", - "IsDiscounted", - "HasAttachments", - "HasErrors", - "Attachments", - "InvoicePaymentServices", - "Contact", - "DateString", - "Date", - "Status", - "LineAmountTypes", - "LineItems", - "SubTotal", - "TotalTax", - "Total", - "UpdatedDateUTC", - "CurrencyCode" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/getAll.json b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/getAll.json index c9e5489358..a585709a5c 100644 --- a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/getAll.json +++ b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/getAll.json @@ -1,18 +1,162 @@ { "type": "object", "properties": { - "Type": { + "BrandingThemeID": { "type": "string" }, + "Contact": { + "type": "object", + "properties": { + "ContactID": { + "type": "string" + }, + "HasValidationErrors": { + "type": "boolean" + }, + "Name": { + "type": "string" + } + } + }, + "CreditNotes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "CreditNoteID": { + "type": "string" + }, + "CreditNoteNumber": { + "type": "string" + }, + "Date": { + "type": "string" + }, + "DateString": { + "type": "string" + }, + "HasErrors": { + "type": "boolean" + }, + "ID": { + "type": "string" + } + } + } + }, + "CurrencyCode": { + "type": "string" + }, + "Date": { + "type": "string" + }, + "DateString": { + "type": "string" + }, + "DueDate": { + "type": "string" + }, + "DueDateString": { + "type": "string" + }, + "HasAttachments": { + "type": "boolean" + }, + "HasErrors": { + "type": "boolean" + }, "InvoiceID": { "type": "string" }, "InvoiceNumber": { "type": "string" }, - "Reference": { + "IsDiscounted": { + "type": "boolean" + }, + "LineAmountTypes": { "type": "string" }, + "LineItems": { + "type": "array", + "items": { + "type": "object", + "properties": { + "AccountCode": { + "type": "string" + }, + "AccountID": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Item": { + "type": "object", + "properties": { + "Code": { + "type": "string" + }, + "ItemID": { + "type": "string" + }, + "Name": { + "type": "string" + } + } + }, + "ItemCode": { + "type": "string" + }, + "LineItemID": { + "type": "string" + }, + "TaxType": { + "type": "string" + }, + "Tracking": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "Option": { + "type": "string" + }, + "TrackingCategoryID": { + "type": "string" + } + } + } + } + } + } + }, + "Overpayments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "AppliedAmount": { + "type": "integer" + }, + "Date": { + "type": "string" + }, + "DateString": { + "type": "string" + }, + "OverpaymentID": { + "type": "string" + }, + "Total": { + "type": "integer" + } + } + } + }, "Payments": { "type": "array", "items": { @@ -30,217 +174,23 @@ "Reference": { "type": "string" } - }, - "required": [ - "PaymentID" - ] - } - }, - "CreditNotes": { - "type": "array", - "items": { - "type": "object", - "properties": { - "CreditNoteID": { - "type": "string" - }, - "CreditNoteNumber": { - "type": "string" - }, - "ID": { - "type": "string" - }, - "HasErrors": { - "type": "boolean" - }, - "DateString": { - "type": "string" - }, - "Date": { - "type": "string" - } - }, - "required": [ - "CreditNoteID", - "CreditNoteNumber", - "ID", - "HasErrors", - "InvoiceAddresses", - "AppliedAmount", - "DateString", - "Date", - "LineItems", - "Total" - ] - } - }, - "Overpayments": { - "type": "array", - "items": { - "type": "object", - "properties": { - "OverpaymentID": { - "type": "string" - }, - "AppliedAmount": { - "type": "integer" - }, - "DateString": { - "type": "string" - }, - "Date": { - "type": "string" - }, - "Total": { - "type": "integer" - } - }, - "required": [ - "OverpaymentID", - "AppliedAmount", - "DateString", - "Date", - "LineItems", - "Total" - ] - } - }, - "IsDiscounted": { - "type": "boolean" - }, - "HasAttachments": { - "type": "boolean" - }, - "HasErrors": { - "type": "boolean" - }, - "Contact": { - "type": "object", - "properties": { - "ContactID": { - "type": "string" - }, - "Name": { - "type": "string" - }, - "HasValidationErrors": { - "type": "boolean" } - }, - "required": [ - "ContactID", - "Name", - "Addresses", - "Phones", - "ContactGroups", - "ContactPersons", - "HasValidationErrors" - ] - }, - "DateString": { - "type": "string" - }, - "Date": { - "type": "string" - }, - "DueDateString": { - "type": "string" - }, - "DueDate": { - "type": "string" - }, - "BrandingThemeID": { - "type": "string" - }, - "Status": { - "type": "string" - }, - "LineAmountTypes": { - "type": "string" - }, - "LineItems": { - "type": "array", - "items": { - "type": "object", - "properties": { - "ItemCode": { - "type": "string" - }, - "Description": { - "type": "string" - }, - "TaxType": { - "type": "string" - }, - "AccountCode": { - "type": "string" - }, - "Item": { - "type": "object", - "properties": { - "ItemID": { - "type": "string" - }, - "Name": { - "type": "string" - }, - "Code": { - "type": "string" - } - }, - "required": [ - "ItemID", - "Name", - "Code" - ] - }, - "Tracking": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Name": { - "type": "string" - }, - "Option": { - "type": "string" - }, - "TrackingCategoryID": { - "type": "string" - } - }, - "required": [ - "Name", - "Option", - "TrackingCategoryID", - "Options" - ] - } - }, - "Quantity": { - "type": "integer" - }, - "LineItemID": { - "type": "string" - }, - "AccountID": { - "type": "string" - } - }, - "required": [ - "Tracking", - "LineItemID" - ] } }, - "UpdatedDateUTC": { - "type": "string" - }, - "CurrencyCode": { + "Reference": { "type": "string" }, "SentToContact": { "type": "boolean" + }, + "Status": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "UpdatedDateUTC": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/update.json b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/update.json index 7d8c765455..7cf4928b08 100644 --- a/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/update.json +++ b/packages/nodes-base/nodes/Xero/__schema__/v1.0.0/invoice/update.json @@ -1,51 +1,15 @@ { "type": "object", "properties": { - "Type": { - "type": "string" - }, - "InvoiceID": { - "type": "string" - }, - "InvoiceNumber": { - "type": "string" - }, - "Reference": { - "type": "string" - }, "AmountPaid": { "type": "integer" }, - "SentToContact": { - "type": "boolean" - }, - "CurrencyRate": { - "type": "integer" - }, - "IsDiscounted": { - "type": "boolean" - }, - "HasErrors": { - "type": "boolean" + "BrandingThemeID": { + "type": "string" }, "Contact": { "type": "object", "properties": { - "ContactID": { - "type": "string" - }, - "ContactStatus": { - "type": "string" - }, - "Name": { - "type": "string" - }, - "EmailAddress": { - "type": "string" - }, - "BankAccountDetails": { - "type": "string" - }, "Addresses": { "type": "array", "items": { @@ -57,91 +21,97 @@ "City": { "type": "string" }, - "Region": { + "Country": { "type": "string" }, "PostalCode": { "type": "string" }, - "Country": { + "Region": { "type": "string" } - }, - "required": [ - "AddressType" - ] + } } }, + "BankAccountDetails": { + "type": "string" + }, + "ContactID": { + "type": "string" + }, + "ContactStatus": { + "type": "string" + }, + "EmailAddress": { + "type": "string" + }, + "HasValidationErrors": { + "type": "boolean" + }, + "IsCustomer": { + "type": "boolean" + }, + "IsSupplier": { + "type": "boolean" + }, + "Name": { + "type": "string" + }, "Phones": { "type": "array", "items": { "type": "object", "properties": { - "PhoneType": { - "type": "string" - }, - "PhoneNumber": { - "type": "string" - }, "PhoneAreaCode": { "type": "string" }, "PhoneCountryCode": { "type": "string" + }, + "PhoneNumber": { + "type": "string" + }, + "PhoneType": { + "type": "string" } - }, - "required": [ - "PhoneType" - ] + } } }, "UpdatedDateUTC": { "type": "string" - }, - "IsSupplier": { - "type": "boolean" - }, - "IsCustomer": { - "type": "boolean" - }, - "HasValidationErrors": { - "type": "boolean" } - }, - "required": [ - "ContactID", - "ContactStatus", - "Name", - "Addresses", - "Phones", - "UpdatedDateUTC", - "ContactGroups", - "IsSupplier", - "IsCustomer", - "SalesTrackingCategories", - "PurchasesTrackingCategories", - "ContactPersons", - "HasValidationErrors" - ] + } }, - "DateString": { + "CurrencyCode": { "type": "string" }, + "CurrencyRate": { + "type": "integer" + }, "Date": { "type": "string" }, - "DueDateString": { + "DateString": { "type": "string" }, "DueDate": { "type": "string" }, - "BrandingThemeID": { + "DueDateString": { "type": "string" }, - "Status": { + "HasErrors": { + "type": "boolean" + }, + "InvoiceID": { "type": "string" }, + "InvoiceNumber": { + "type": "string" + }, + "IsDiscounted": { + "type": "boolean" + }, "LineAmountTypes": { "type": "string" }, @@ -150,86 +120,59 @@ "items": { "type": "object", "properties": { - "ItemCode": { + "AccountCode": { + "type": "string" + }, + "AccountID": { "type": "string" }, "Description": { "type": "string" }, - "TaxType": { - "type": "string" - }, - "AccountCode": { - "type": "string" - }, "Item": { "type": "object", "properties": { + "Code": { + "type": "string" + }, "ItemID": { "type": "string" }, "Name": { "type": "string" - }, - "Code": { - "type": "string" } - }, - "required": [ - "ItemID", - "Name", - "Code" - ] + } }, - "Quantity": { - "type": "integer" + "ItemCode": { + "type": "string" }, "LineItemID": { "type": "string" }, - "AccountID": { + "Quantity": { + "type": "integer" + }, + "TaxType": { "type": "string" } - }, - "required": [ - "Description", - "Tracking", - "LineItemID", - "ValidationErrors" - ] + } } }, + "Reference": { + "type": "string" + }, + "SentToContact": { + "type": "boolean" + }, + "Status": { + "type": "string" + }, + "Type": { + "type": "string" + }, "UpdatedDateUTC": { "type": "string" - }, - "CurrencyCode": { - "type": "string" } }, - "required": [ - "Type", - "InvoiceID", - "Reference", - "Prepayments", - "Overpayments", - "AmountDue", - "AmountPaid", - "SentToContact", - "CurrencyRate", - "IsDiscounted", - "HasErrors", - "InvoicePaymentServices", - "Contact", - "DateString", - "Date", - "Status", - "LineAmountTypes", - "LineItems", - "SubTotal", - "TotalTax", - "Total", - "UpdatedDateUTC", - "CurrencyCode" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/organization/getAll.json b/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/organization/getAll.json index 785e09e746..100311b999 100644 --- a/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/organization/getAll.json +++ b/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/organization/getAll.json @@ -1,14 +1,23 @@ { "type": "object", "properties": { - "id": { - "type": "integer" + "active": { + "type": "boolean" }, - "name": { + "cod_torre": { "type": "string" }, - "shared": { - "type": "boolean" + "contrato_sla": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "created_by_id": { + "type": "integer" + }, + "dom_2nd": { + "type": "string" }, "domain": { "type": "string" @@ -16,79 +25,54 @@ "domain_assignment": { "type": "boolean" }, - "active": { - "type": "boolean" - }, - "vip": { - "type": "boolean" - }, - "updated_by_id": { + "id": { "type": "integer" }, - "created_by_id": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "r7regiao": { - "type": "string" - }, - "sctntid": { - "type": "string" - }, "id_tele": { "type": "string" }, - "cod_torre": { - "type": "string" - }, - "stellarcyber_cases": { - "type": "boolean" - }, - "stellar_ia": { - "type": "boolean" - }, - "stellar_case_min_score": { - "type": "integer" - }, - "contrato_sla": { - "type": "string" - }, - "dom_2nd": { - "type": "string" - }, "member_ids": { "type": "array", "items": { "type": "integer" } }, + "name": { + "type": "string" + }, + "r7regiao": { + "type": "string" + }, + "sctntid": { + "type": "string" + }, "secondary_member_ids": { "type": "array", "items": { "type": "integer" } + }, + "shared": { + "type": "boolean" + }, + "stellar_case_min_score": { + "type": "integer" + }, + "stellar_ia": { + "type": "boolean" + }, + "stellarcyber_cases": { + "type": "boolean" + }, + "updated_at": { + "type": "string" + }, + "updated_by_id": { + "type": "integer" + }, + "vip": { + "type": "boolean" } }, - "required": [ - "id", - "name", - "shared", - "domain", - "domain_assignment", - "active", - "vip", - "note", - "updated_by_id", - "created_by_id", - "created_at", - "updated_at", - "member_ids", - "secondary_member_ids" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/ticket/get.json b/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/ticket/get.json index 2e5325e13e..7f1a6c96fa 100644 --- a/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/ticket/get.json +++ b/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/ticket/get.json @@ -1,40 +1,136 @@ { "type": "object", "properties": { - "id": { + "article_count": { "type": "integer" }, - "group_id": { + "articles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "attachments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "filename": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "preferences": { + "type": "object", + "properties": { + "Content-Disposition": { + "type": "string" + }, + "Content-ID": { + "type": "string" + }, + "Content-Type": { + "type": "string" + }, + "Mime-Type": { + "type": "string" + } + } + }, + "size": { + "type": "string" + }, + "store_file_id": { + "type": "integer" + } + } + } + }, + "body": { + "type": "string" + }, + "content_type": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "created_by_id": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "internal": { + "type": "boolean" + }, + "sender": { + "type": "string" + }, + "sender_id": { + "type": "integer" + }, + "ticket_id": { + "type": "integer" + }, + "type": { + "type": "string" + }, + "type_id": { + "type": "integer" + }, + "updated_at": { + "type": "string" + }, + "updated_by": { + "type": "string" + }, + "updated_by_id": { + "type": "integer" + } + } + } + }, + "checklist_id": { + "type": "null" + }, + "create_article_sender_id": { "type": "integer" }, - "priority_id": { + "create_article_type_id": { "type": "integer" }, - "state_id": { - "type": "integer" - }, - "number": { + "created_at": { "type": "string" }, - "title": { - "type": "string" - }, - "owner_id": { + "created_by_id": { "type": "integer" }, "customer_id": { "type": "integer" }, + "group_id": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "internal_issue_type": { + "type": "null" + }, + "internal_ticket": { + "type": "boolean" + }, "note": { "type": "null" }, - "create_article_type_id": { - "type": "integer" + "number": { + "type": "string" }, - "create_article_sender_id": { - "type": "integer" - }, - "article_count": { + "owner_id": { "type": "integer" }, "preferences": { @@ -43,21 +139,6 @@ "escalation_calculation": { "type": "object", "properties": { - "first_response_at": { - "type": "string" - }, - "last_update_at": { - "type": "string" - }, - "last_contact_at": { - "type": "string" - }, - "sla_id": { - "type": "integer" - }, - "sla_updated_at": { - "type": "string" - }, "calendar_id": { "type": "integer" }, @@ -66,176 +147,58 @@ }, "escalation_disabled": { "type": "boolean" + }, + "first_response_at": { + "type": "string" + }, + "last_contact_at": { + "type": "string" + }, + "last_update_at": { + "type": "string" + }, + "sla_id": { + "type": "integer" + }, + "sla_updated_at": { + "type": "string" } - }, - "required": [ - "escalation_disabled" - ] + } } } }, - "updated_by_id": { + "priority_id": { "type": "integer" }, - "created_by_id": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "checklist_id": { - "type": "null" - }, "product": { "type": "string" }, - "ticket_severity": { - "type": "string" - }, - "sub_priority": { - "type": "string" - }, "resolution": { "type": "string" }, + "state_id": { + "type": "integer" + }, + "sub_priority": { + "type": "string" + }, + "ticket_severity": { + "type": "string" + }, + "title": { + "type": "string" + }, "type_from_ahlsell": { "type": "string" }, - "wait_for_3rd_party": { + "updated_at": { "type": "string" }, - "internal_ticket": { - "type": "boolean" + "updated_by_id": { + "type": "integer" }, - "internal_issue_type": { - "type": "null" - }, - "articles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "ticket_id": { - "type": "integer" - }, - "type_id": { - "type": "integer" - }, - "sender_id": { - "type": "integer" - }, - "content_type": { - "type": "string" - }, - "body": { - "type": "string" - }, - "internal": { - "type": "boolean" - }, - "updated_by_id": { - "type": "integer" - }, - "created_by_id": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "attachments": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "store_file_id": { - "type": "integer" - }, - "filename": { - "type": "string" - }, - "size": { - "type": "string" - }, - "preferences": { - "type": "object", - "properties": { - "Content-Type": { - "type": "string" - }, - "Mime-Type": { - "type": "string" - }, - "Content-ID": { - "type": "string" - }, - "Content-Disposition": { - "type": "string" - } - } - } - }, - "required": [ - "id", - "filename", - "size", - "preferences" - ] - } - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - }, - "type": { - "type": "string" - }, - "sender": { - "type": "string" - } - }, - "required": [ - "id", - "ticket_id", - "type_id", - "sender_id", - "from", - "to", - "cc", - "subject", - "reply_to", - "message_id", - "message_id_md5", - "in_reply_to", - "content_type", - "body", - "internal", - "preferences", - "updated_by_id", - "created_by_id", - "origin_by_id", - "created_at", - "updated_at", - "attachments", - "created_by", - "updated_by", - "type", - "sender" - ] - } + "wait_for_3rd_party": { + "type": "string" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/ticket/getAll.json b/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/ticket/getAll.json index d6f3179762..28cfc33fe3 100644 --- a/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/ticket/getAll.json +++ b/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/ticket/getAll.json @@ -1,98 +1,68 @@ { "type": "object", "properties": { - "id": { + "article_count": { "type": "integer" }, + "create_article_sender_id": { + "type": "integer" + }, + "create_article_type_id": { + "type": "integer" + }, + "created_at": { + "type": "string" + }, + "created_by_id": { + "type": "integer" + }, + "customer_id": { + "type": "integer" + }, + "escalation_at": { + "type": "null" + }, "group_id": { "type": "integer" }, + "id": { + "type": "integer" + }, + "note": { + "type": "null" + }, + "number": { + "type": "string" + }, + "owner_id": { + "type": "integer" + }, + "pending_time": { + "type": "null" + }, + "preferences": { + "type": "object", + "properties": { + "channel_id": { + "type": "integer" + } + } + }, "priority_id": { "type": "integer" }, "state_id": { "type": "integer" }, - "number": { - "type": "string" - }, "title": { "type": "string" }, - "owner_id": { - "type": "integer" - }, - "customer_id": { - "type": "integer" - }, - "note": { - "type": "null" - }, - "create_article_type_id": { - "type": "integer" - }, - "create_article_sender_id": { - "type": "integer" - }, - "article_count": { - "type": "integer" - }, - "escalation_at": { - "type": "null" - }, - "pending_time": { - "type": "null" - }, - "updated_by_id": { - "type": "integer" - }, - "created_by_id": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, "updated_at": { "type": "string" + }, + "updated_by_id": { + "type": "integer" } }, - "required": [ - "id", - "group_id", - "priority_id", - "state_id", - "organization_id", - "number", - "title", - "owner_id", - "customer_id", - "note", - "first_response_at", - "first_response_escalation_at", - "first_response_in_min", - "first_response_diff_in_min", - "close_at", - "close_escalation_at", - "close_in_min", - "close_diff_in_min", - "update_escalation_at", - "update_in_min", - "update_diff_in_min", - "last_contact_at", - "last_contact_agent_at", - "last_contact_customer_at", - "last_owner_update_at", - "create_article_type_id", - "create_article_sender_id", - "article_count", - "escalation_at", - "pending_time", - "time_unit", - "preferences", - "updated_by_id", - "created_by_id", - "created_at", - "updated_at" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/user/getAll.json b/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/user/getAll.json index f43612e830..cb84740738 100644 --- a/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/user/getAll.json +++ b/packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/user/getAll.json @@ -1,54 +1,68 @@ { "type": "object", "properties": { - "id": { + "active": { + "type": "boolean" + }, + "authorization_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "city": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "created_by_id": { "type": "integer" }, - "login": { + "email": { "type": "string" }, "firstname": { "type": "string" }, + "group_ids": { + "type": "object", + "properties": { + "1": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "id": { + "type": "integer" + }, "lastname": { "type": "string" }, - "email": { + "login": { "type": "string" }, - "web": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "street": { - "type": "string" - }, - "zip": { - "type": "string" - }, - "city": { - "type": "string" - }, - "vip": { - "type": "boolean" - }, - "verified": { - "type": "boolean" - }, - "active": { - "type": "boolean" - }, "login_failed": { "type": "integer" }, + "mobile": { + "type": "string" + }, "out_of_office": { "type": "boolean" }, "preferences": { "type": "object", "properties": { + "intro": { + "type": "boolean" + }, + "locale": { + "type": "string" + }, "notification_config": { "type": "object", "properties": { @@ -58,29 +72,6 @@ "create": { "type": "object", "properties": { - "criteria": { - "type": "object", - "properties": { - "owned_by_me": { - "type": "boolean" - }, - "owned_by_nobody": { - "type": "boolean" - }, - "subscribed": { - "type": "boolean" - }, - "no": { - "type": "boolean" - } - }, - "required": [ - "owned_by_me", - "owned_by_nobody", - "subscribed", - "no" - ] - }, "channel": { "type": "object", "properties": { @@ -90,24 +81,14 @@ "online": { "type": "boolean" } - }, - "required": [ - "email", - "online" - ] - } - }, - "required": [ - "criteria", - "channel" - ] - }, - "update": { - "type": "object", - "properties": { + } + }, "criteria": { "type": "object", "properties": { + "no": { + "type": "boolean" + }, "owned_by_me": { "type": "boolean" }, @@ -116,112 +97,14 @@ }, "subscribed": { "type": "boolean" - }, - "no": { - "type": "boolean" } - }, - "required": [ - "owned_by_me", - "owned_by_nobody", - "subscribed", - "no" - ] - }, - "channel": { - "type": "object", - "properties": { - "email": { - "type": "boolean" - }, - "online": { - "type": "boolean" - } - }, - "required": [ - "email", - "online" - ] + } } - }, - "required": [ - "criteria", - "channel" - ] - }, - "reminder_reached": { - "type": "object", - "properties": { - "criteria": { - "type": "object", - "properties": { - "owned_by_me": { - "type": "boolean" - }, - "owned_by_nobody": { - "type": "boolean" - }, - "subscribed": { - "type": "boolean" - }, - "no": { - "type": "boolean" - } - }, - "required": [ - "owned_by_me", - "owned_by_nobody", - "subscribed", - "no" - ] - }, - "channel": { - "type": "object", - "properties": { - "email": { - "type": "boolean" - }, - "online": { - "type": "boolean" - } - }, - "required": [ - "email", - "online" - ] - } - }, - "required": [ - "criteria", - "channel" - ] + } }, "escalation": { "type": "object", "properties": { - "criteria": { - "type": "object", - "properties": { - "owned_by_me": { - "type": "boolean" - }, - "owned_by_nobody": { - "type": "boolean" - }, - "subscribed": { - "type": "boolean" - }, - "no": { - "type": "boolean" - } - }, - "required": [ - "owned_by_me", - "owned_by_nobody", - "subscribed", - "no" - ] - }, "channel": { "type": "object", "properties": { @@ -231,36 +114,107 @@ "online": { "type": "boolean" } - }, - "required": [ - "email", - "online" - ] + } + }, + "criteria": { + "type": "object", + "properties": { + "no": { + "type": "boolean" + }, + "owned_by_me": { + "type": "boolean" + }, + "owned_by_nobody": { + "type": "boolean" + }, + "subscribed": { + "type": "boolean" + } + } } - }, - "required": [ - "criteria", - "channel" - ] + } + }, + "reminder_reached": { + "type": "object", + "properties": { + "channel": { + "type": "object", + "properties": { + "email": { + "type": "boolean" + }, + "online": { + "type": "boolean" + } + } + }, + "criteria": { + "type": "object", + "properties": { + "no": { + "type": "boolean" + }, + "owned_by_me": { + "type": "boolean" + }, + "owned_by_nobody": { + "type": "boolean" + }, + "subscribed": { + "type": "boolean" + } + } + } + } + }, + "update": { + "type": "object", + "properties": { + "channel": { + "type": "object", + "properties": { + "email": { + "type": "boolean" + }, + "online": { + "type": "boolean" + } + } + }, + "criteria": { + "type": "object", + "properties": { + "no": { + "type": "boolean" + }, + "owned_by_me": { + "type": "boolean" + }, + "owned_by_nobody": { + "type": "boolean" + }, + "subscribed": { + "type": "boolean" + } + } + } + } } - }, - "required": [ - "create", - "update", - "reminder_reached", - "escalation" - ] + } } - }, - "required": [ - "matrix" - ] + } }, - "locale": { - "type": "string" - }, - "intro": { - "type": "boolean" + "notification_sound": { + "type": "object", + "properties": { + "enabled": { + "type": "boolean" + }, + "file": { + "type": "string" + } + } }, "secondaryAction": { "type": "string" @@ -273,107 +227,42 @@ }, "tickets_open": { "type": "integer" - }, - "notification_sound": { - "type": "object", - "properties": { - "file": { - "type": "string" - }, - "enabled": { - "type": "boolean" - } - }, - "required": [ - "file", - "enabled" - ] } } }, - "updated_by_id": { - "type": "integer" - }, - "created_by_id": { - "type": "integer" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, "role_ids": { "type": "array", "items": { "type": "integer" } }, + "street": { + "type": "string" + }, "two_factor_preference_ids": { "type": "array", "items": { "type": "integer" } }, - "authorization_ids": { - "type": "array", - "items": { - "type": "integer" - } + "updated_at": { + "type": "string" }, - "group_ids": { - "type": "object", - "properties": { - "1": { - "type": "array", - "items": { - "type": "string" - } - } - } + "updated_by_id": { + "type": "integer" + }, + "verified": { + "type": "boolean" + }, + "vip": { + "type": "boolean" + }, + "web": { + "type": "string" + }, + "zip": { + "type": "string" } }, - "required": [ - "id", - "organization_id", - "login", - "firstname", - "lastname", - "email", - "image", - "image_source", - "web", - "phone", - "fax", - "mobile", - "department", - "street", - "zip", - "city", - "country", - "address", - "vip", - "verified", - "active", - "note", - "last_login", - "source", - "login_failed", - "out_of_office", - "out_of_office_start_at", - "out_of_office_end_at", - "out_of_office_replacement_id", - "preferences", - "updated_by_id", - "created_by_id", - "created_at", - "updated_at", - "role_ids", - "two_factor_preference_ids", - "organization_ids", - "authorization_ids", - "overview_sorting_ids", - "group_ids" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/organization/getAll.json b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/organization/getAll.json index abfcde5b57..64f404cd46 100644 --- a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/organization/getAll.json +++ b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/organization/getAll.json @@ -1,55 +1,39 @@ { "type": "object", "properties": { - "url": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "shared_tickets": { - "type": "boolean" - }, - "shared_comments": { - "type": "boolean" - }, "created_at": { "type": "string" }, - "updated_at": { - "type": "string" - }, "domain_names": { "type": "array", "items": { "type": "string" } }, + "id": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "shared_comments": { + "type": "boolean" + }, + "shared_tickets": { + "type": "boolean" + }, "tags": { "type": "array", "items": { "type": "string" } + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" } }, - "required": [ - "url", - "id", - "name", - "shared_tickets", - "shared_comments", - "external_id", - "created_at", - "updated_at", - "domain_names", - "details", - "notes", - "group_id", - "tags", - "organization_fields" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/create.json b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/create.json index 4c2124bf6a..d222231c66 100644 --- a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/create.json +++ b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/create.json @@ -1,12 +1,117 @@ { "type": "object", "properties": { - "url": { + "allow_attachments": { + "type": "boolean" + }, + "allow_channelback": { + "type": "boolean" + }, + "brand_id": { + "type": "integer" + }, + "collaborator_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "created_at": { "type": "string" }, + "custom_fields": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + } + } + } + }, + "custom_status_id": { + "type": "integer" + }, + "description": { + "type": "string" + }, + "due_at": { + "type": "null" + }, + "encoded_id": { + "type": "string" + }, + "fields": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer" + } + } + } + }, + "follower_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "forum_topic_id": { + "type": "null" + }, + "from_messaging_channel": { + "type": "boolean" + }, + "generated_timestamp": { + "type": "integer" + }, + "has_incidents": { + "type": "boolean" + }, "id": { "type": "integer" }, + "is_public": { + "type": "boolean" + }, + "problem_id": { + "type": "null" + }, + "requester_id": { + "type": "integer" + }, + "satisfaction_rating": { + "type": "object", + "properties": { + "score": { + "type": "string" + } + } + }, + "status": { + "type": "string" + }, + "submitter_id": { + "type": "integer" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "ticket_form_id": { + "type": "integer" + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, "via": { "type": "object", "properties": { @@ -19,134 +124,9 @@ "rel": { "type": "null" } - }, - "required": [ - "from", - "to", - "rel" - ] - } - }, - "required": [ - "channel", - "source" - ] - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "generated_timestamp": { - "type": "integer" - }, - "description": { - "type": "string" - }, - "status": { - "type": "string" - }, - "requester_id": { - "type": "integer" - }, - "submitter_id": { - "type": "integer" - }, - "collaborator_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "follower_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "forum_topic_id": { - "type": "null" - }, - "problem_id": { - "type": "null" - }, - "has_incidents": { - "type": "boolean" - }, - "is_public": { - "type": "boolean" - }, - "due_at": { - "type": "null" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } - }, - "custom_fields": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" } - }, - "required": [ - "id", - "value" - ] - } - }, - "satisfaction_rating": { - "type": "object", - "properties": { - "score": { - "type": "string" } - }, - "required": [ - "score" - ] - }, - "custom_status_id": { - "type": "integer" - }, - "encoded_id": { - "type": "string" - }, - "fields": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer" - } - }, - "required": [ - "id", - "value" - ] } - }, - "ticket_form_id": { - "type": "integer" - }, - "brand_id": { - "type": "integer" - }, - "allow_channelback": { - "type": "boolean" - }, - "allow_attachments": { - "type": "boolean" - }, - "from_messaging_channel": { - "type": "boolean" } }, "version": 1 diff --git a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/get.json b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/get.json index 5d70e3e514..17272a6ee4 100644 --- a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/get.json +++ b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/get.json @@ -1,43 +1,13 @@ { "type": "object", "properties": { - "url": { - "type": "string" + "allow_attachments": { + "type": "boolean" }, - "id": { - "type": "integer" + "allow_channelback": { + "type": "boolean" }, - "via": { - "type": "object", - "properties": { - "channel": { - "type": "string" - } - }, - "required": [ - "channel", - "source" - ] - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "generated_timestamp": { - "type": "integer" - }, - "description": { - "type": "string" - }, - "status": { - "type": "string" - }, - "requester_id": { - "type": "integer" - }, - "submitter_id": { + "brand_id": { "type": "integer" }, "collaborator_ids": { @@ -46,38 +16,8 @@ "type": "integer" } }, - "follower_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "email_cc_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "forum_topic_id": { - "type": "null" - }, - "problem_id": { - "type": "null" - }, - "has_incidents": { - "type": "boolean" - }, - "is_public": { - "type": "boolean" - }, - "due_at": { - "type": "null" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } + "created_at": { + "type": "string" }, "custom_fields": { "type": "array", @@ -87,27 +27,24 @@ "id": { "type": "integer" } - }, - "required": [ - "id", - "value" - ] - } - }, - "satisfaction_rating": { - "type": "object", - "properties": { - "score": { - "type": "string" } - }, - "required": [ - "score" - ] + } }, "custom_status_id": { "type": "integer" }, + "description": { + "type": "string" + }, + "due_at": { + "type": "null" + }, + "email_cc_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, "encoded_id": { "type": "string" }, @@ -119,11 +56,13 @@ "id": { "type": "integer" } - }, - "required": [ - "id", - "value" - ] + } + } + }, + "follower_ids": { + "type": "array", + "items": { + "type": "integer" } }, "followup_ids": { @@ -132,62 +71,67 @@ "type": "integer" } }, - "ticket_form_id": { - "type": "integer" - }, - "brand_id": { - "type": "integer" - }, - "allow_channelback": { - "type": "boolean" - }, - "allow_attachments": { - "type": "boolean" + "forum_topic_id": { + "type": "null" }, "from_messaging_channel": { "type": "boolean" + }, + "generated_timestamp": { + "type": "integer" + }, + "has_incidents": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "is_public": { + "type": "boolean" + }, + "problem_id": { + "type": "null" + }, + "requester_id": { + "type": "integer" + }, + "satisfaction_rating": { + "type": "object", + "properties": { + "score": { + "type": "string" + } + } + }, + "status": { + "type": "string" + }, + "submitter_id": { + "type": "integer" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "ticket_form_id": { + "type": "integer" + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, + "via": { + "type": "object", + "properties": { + "channel": { + "type": "string" + } + } } }, - "required": [ - "url", - "id", - "external_id", - "via", - "created_at", - "updated_at", - "generated_timestamp", - "type", - "subject", - "raw_subject", - "description", - "priority", - "status", - "recipient", - "requester_id", - "submitter_id", - "assignee_id", - "organization_id", - "group_id", - "collaborator_ids", - "follower_ids", - "email_cc_ids", - "forum_topic_id", - "problem_id", - "has_incidents", - "is_public", - "due_at", - "tags", - "custom_fields", - "satisfaction_rating", - "sharing_agreement_ids", - "custom_status_id", - "encoded_id", - "fields", - "followup_ids", - "brand_id", - "allow_channelback", - "allow_attachments", - "from_messaging_channel" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/getAll.json b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/getAll.json index c08967bbbe..b2eb4ca333 100644 --- a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/getAll.json +++ b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/getAll.json @@ -1,49 +1,13 @@ { "type": "object", "properties": { - "url": { - "type": "string" + "allow_attachments": { + "type": "boolean" }, - "id": { - "type": "integer" + "allow_channelback": { + "type": "boolean" }, - "via": { - "type": "object", - "properties": { - "channel": { - "type": "string" - } - }, - "required": [ - "channel", - "source" - ] - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "generated_timestamp": { - "type": "integer" - }, - "subject": { - "type": "string" - }, - "raw_subject": { - "type": "string" - }, - "description": { - "type": "string" - }, - "status": { - "type": "string" - }, - "requester_id": { - "type": "integer" - }, - "submitter_id": { + "brand_id": { "type": "integer" }, "collaborator_ids": { @@ -52,35 +16,8 @@ "type": "integer" } }, - "follower_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "email_cc_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "forum_topic_id": { - "type": "null" - }, - "problem_id": { - "type": "null" - }, - "has_incidents": { - "type": "boolean" - }, - "is_public": { - "type": "boolean" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } + "created_at": { + "type": "string" }, "custom_fields": { "type": "array", @@ -90,27 +27,21 @@ "id": { "type": "integer" } - }, - "required": [ - "id", - "value" - ] - } - }, - "satisfaction_rating": { - "type": "object", - "properties": { - "score": { - "type": "string" } - }, - "required": [ - "score" - ] + } }, "custom_status_id": { "type": "integer" }, + "description": { + "type": "string" + }, + "email_cc_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, "encoded_id": { "type": "string" }, @@ -122,11 +53,13 @@ "id": { "type": "integer" } - }, - "required": [ - "id", - "value" - ] + } + } + }, + "follower_ids": { + "type": "array", + "items": { + "type": "integer" } }, "followup_ids": { @@ -135,30 +68,67 @@ "type": "integer" } }, - "brand_id": { - "type": "integer" - }, - "allow_channelback": { - "type": "boolean" - }, - "allow_attachments": { - "type": "boolean" + "forum_topic_id": { + "type": "null" }, "from_messaging_channel": { "type": "boolean" }, + "generated_timestamp": { + "type": "integer" + }, + "has_incidents": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "is_public": { + "type": "boolean" + }, + "problem_id": { + "type": "null" + }, + "requester_id": { + "type": "integer" + }, "result_type": { "type": "string" + }, + "satisfaction_rating": { + "type": "object", + "properties": { + "score": { + "type": "string" + } + } + }, + "status": { + "type": "string" + }, + "submitter_id": { + "type": "integer" + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, + "via": { + "type": "object", + "properties": { + "channel": { + "type": "string" + } + } } }, - "required": [ - "url", - "id", - "via", - "created_at", - "updated_at", - "subject", - "recipient" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/update.json b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/update.json index 98fbfce2bd..4354c936d2 100644 --- a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/update.json +++ b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticket/update.json @@ -1,43 +1,13 @@ { "type": "object", "properties": { - "url": { - "type": "string" + "allow_attachments": { + "type": "boolean" }, - "id": { - "type": "integer" + "allow_channelback": { + "type": "boolean" }, - "via": { - "type": "object", - "properties": { - "channel": { - "type": "string" - } - }, - "required": [ - "channel", - "source" - ] - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "generated_timestamp": { - "type": "integer" - }, - "description": { - "type": "string" - }, - "status": { - "type": "string" - }, - "requester_id": { - "type": "integer" - }, - "submitter_id": { + "brand_id": { "type": "integer" }, "collaborator_ids": { @@ -46,38 +16,8 @@ "type": "integer" } }, - "follower_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "email_cc_ids": { - "type": "array", - "items": { - "type": "integer" - } - }, - "forum_topic_id": { - "type": "null" - }, - "problem_id": { - "type": "null" - }, - "has_incidents": { - "type": "boolean" - }, - "is_public": { - "type": "boolean" - }, - "due_at": { - "type": "null" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } + "created_at": { + "type": "string" }, "custom_fields": { "type": "array", @@ -87,27 +27,24 @@ "id": { "type": "integer" } - }, - "required": [ - "id", - "value" - ] - } - }, - "satisfaction_rating": { - "type": "object", - "properties": { - "score": { - "type": "string" } - }, - "required": [ - "score" - ] + } }, "custom_status_id": { "type": "integer" }, + "description": { + "type": "string" + }, + "due_at": { + "type": "null" + }, + "email_cc_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, "encoded_id": { "type": "string" }, @@ -119,69 +56,76 @@ "id": { "type": "integer" } - }, - "required": [ - "id", - "value" - ] + } + } + }, + "follower_ids": { + "type": "array", + "items": { + "type": "integer" + } + }, + "forum_topic_id": { + "type": "null" + }, + "from_messaging_channel": { + "type": "boolean" + }, + "generated_timestamp": { + "type": "integer" + }, + "has_incidents": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "is_public": { + "type": "boolean" + }, + "problem_id": { + "type": "null" + }, + "requester_id": { + "type": "integer" + }, + "satisfaction_rating": { + "type": "object", + "properties": { + "score": { + "type": "string" + } + } + }, + "status": { + "type": "string" + }, + "submitter_id": { + "type": "integer" + }, + "tags": { + "type": "array", + "items": { + "type": "string" } }, "ticket_form_id": { "type": "integer" }, - "brand_id": { - "type": "integer" + "updated_at": { + "type": "string" }, - "allow_channelback": { - "type": "boolean" + "url": { + "type": "string" }, - "allow_attachments": { - "type": "boolean" - }, - "from_messaging_channel": { - "type": "boolean" + "via": { + "type": "object", + "properties": { + "channel": { + "type": "string" + } + } } }, - "required": [ - "url", - "id", - "external_id", - "via", - "created_at", - "updated_at", - "generated_timestamp", - "type", - "subject", - "raw_subject", - "description", - "priority", - "status", - "recipient", - "requester_id", - "submitter_id", - "assignee_id", - "organization_id", - "group_id", - "collaborator_ids", - "follower_ids", - "email_cc_ids", - "forum_topic_id", - "problem_id", - "has_incidents", - "is_public", - "due_at", - "tags", - "custom_fields", - "satisfaction_rating", - "sharing_agreement_ids", - "custom_status_id", - "encoded_id", - "fields", - "followup_ids", - "brand_id", - "allow_channelback", - "allow_attachments", - "from_messaging_channel" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticketField/getAll.json b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticketField/getAll.json index 462076c7bb..872ca88d1f 100644 --- a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticketField/getAll.json +++ b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/ticketField/getAll.json @@ -1,77 +1,23 @@ { "type": "object", "properties": { - "url": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "type": { - "type": "string" - }, - "title": { - "type": "string" - }, - "raw_title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "raw_description": { - "type": "string" - }, - "position": { - "type": "integer" - }, "active": { "type": "boolean" }, - "required": { - "type": "boolean" - }, "collapsed_for_agents": { "type": "boolean" }, - "regexp_for_validation": { - "type": "null" - }, - "title_in_portal": { - "type": "string" - }, - "raw_title_in_portal": { - "type": "string" - }, - "visible_in_portal": { - "type": "boolean" - }, - "editable_in_portal": { - "type": "boolean" - }, - "required_in_portal": { - "type": "boolean" - }, - "tag": { - "type": "null" - }, "created_at": { "type": "string" }, - "updated_at": { - "type": "string" - }, - "removable": { - "type": "boolean" - }, - "key": { - "type": "null" - }, "custom_field_options": { "type": "array", "items": { "type": "object", "properties": { + "default": { + "type": "boolean" + }, "id": { "type": "integer" }, @@ -83,45 +29,67 @@ }, "value": { "type": "string" - }, - "default": { - "type": "boolean" } - }, - "required": [ - "id", - "name", - "raw_name", - "value", - "default" - ] + } } + }, + "description": { + "type": "string" + }, + "editable_in_portal": { + "type": "boolean" + }, + "id": { + "type": "integer" + }, + "key": { + "type": "null" + }, + "position": { + "type": "integer" + }, + "raw_description": { + "type": "string" + }, + "raw_title": { + "type": "string" + }, + "raw_title_in_portal": { + "type": "string" + }, + "regexp_for_validation": { + "type": "null" + }, + "removable": { + "type": "boolean" + }, + "required": { + "type": "boolean" + }, + "required_in_portal": { + "type": "boolean" + }, + "tag": { + "type": "null" + }, + "title": { + "type": "string" + }, + "title_in_portal": { + "type": "string" + }, + "type": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, + "visible_in_portal": { + "type": "boolean" } }, - "required": [ - "url", - "id", - "type", - "title", - "raw_title", - "description", - "raw_description", - "position", - "active", - "required", - "collapsed_for_agents", - "regexp_for_validation", - "title_in_portal", - "raw_title_in_portal", - "visible_in_portal", - "editable_in_portal", - "required_in_portal", - "tag", - "created_at", - "updated_at", - "removable", - "key", - "agent_description" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/create.json b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/create.json index ea01004895..fd45c5417c 100644 --- a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/create.json +++ b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/create.json @@ -1,103 +1,103 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "time_zone": { - "type": "string" - }, - "iana_time_zone": { - "type": "string" - }, - "photo": { - "type": "null" - }, - "locale_id": { - "type": "integer" - }, - "locale": { - "type": "string" - }, - "organization_id": { - "type": "null" - }, - "role": { - "type": "string" - }, - "verified": { + "active": { "type": "boolean" }, - "last_active": { - "type": "string" - }, - "tags": { - "type": "array", - "items": { - "type": "string" - } - }, "alias": { "type": "null" }, - "active": { + "created_at": { + "type": "string" + }, + "custom_role_id": { + "type": "null" + }, + "default_group_id": { + "type": "null" + }, + "details": { + "type": "null" + }, + "iana_time_zone": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "last_active": { + "type": "string" + }, + "last_login_at": { + "type": "null" + }, + "locale": { + "type": "string" + }, + "locale_id": { + "type": "integer" + }, + "moderator": { "type": "boolean" }, + "name": { + "type": "string" + }, + "only_private_comments": { + "type": "boolean" + }, + "organization_id": { + "type": "null" + }, + "photo": { + "type": "null" + }, + "report_csv": { + "type": "boolean" + }, + "restricted_agent": { + "type": "boolean" + }, + "role": { + "type": "string" + }, + "role_type": { + "type": "null" + }, "shared": { "type": "boolean" }, "shared_agent": { "type": "boolean" }, - "last_login_at": { - "type": "null" - }, - "two_factor_auth_enabled": { - "type": "null" - }, "signature": { "type": "null" }, - "details": { - "type": "null" - }, - "role_type": { - "type": "null" - }, - "custom_role_id": { - "type": "null" - }, - "moderator": { - "type": "boolean" - }, - "ticket_restriction": { - "type": "string" - }, - "only_private_comments": { - "type": "boolean" - }, - "restricted_agent": { - "type": "boolean" - }, "suspended": { "type": "boolean" }, - "default_group_id": { + "tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "ticket_restriction": { + "type": "string" + }, + "time_zone": { + "type": "string" + }, + "two_factor_auth_enabled": { "type": "null" }, - "report_csv": { + "updated_at": { + "type": "string" + }, + "url": { + "type": "string" + }, + "verified": { "type": "boolean" } }, diff --git a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/get.json b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/get.json index 55c2bbfa15..82945efa5c 100644 --- a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/get.json +++ b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/get.json @@ -1,37 +1,49 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" + "active": { + "type": "boolean" }, "created_at": { "type": "string" }, - "updated_at": { - "type": "string" - }, - "time_zone": { - "type": "string" - }, "iana_time_zone": { "type": "string" }, - "locale_id": { + "id": { "type": "integer" }, "locale": { "type": "string" }, + "locale_id": { + "type": "integer" + }, + "moderator": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "only_private_comments": { + "type": "boolean" + }, + "report_csv": { + "type": "boolean" + }, + "restricted_agent": { + "type": "boolean" + }, "role": { "type": "string" }, - "verified": { + "shared": { + "type": "boolean" + }, + "shared_agent": { + "type": "boolean" + }, + "suspended": { "type": "boolean" }, "tags": { @@ -40,28 +52,16 @@ "type": "string" } }, - "active": { - "type": "boolean" + "time_zone": { + "type": "string" }, - "shared": { - "type": "boolean" + "updated_at": { + "type": "string" }, - "shared_agent": { - "type": "boolean" + "url": { + "type": "string" }, - "moderator": { - "type": "boolean" - }, - "only_private_comments": { - "type": "boolean" - }, - "restricted_agent": { - "type": "boolean" - }, - "suspended": { - "type": "boolean" - }, - "report_csv": { + "verified": { "type": "boolean" } }, diff --git a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/getAll.json b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/getAll.json index 647d6425f9..d93890cc6a 100644 --- a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/getAll.json +++ b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/getAll.json @@ -1,37 +1,49 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" + "active": { + "type": "boolean" }, "created_at": { "type": "string" }, - "updated_at": { - "type": "string" - }, - "time_zone": { - "type": "string" - }, "iana_time_zone": { "type": "string" }, - "locale_id": { + "id": { "type": "integer" }, "locale": { "type": "string" }, + "locale_id": { + "type": "integer" + }, + "moderator": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "only_private_comments": { + "type": "boolean" + }, + "report_csv": { + "type": "boolean" + }, + "restricted_agent": { + "type": "boolean" + }, "role": { "type": "string" }, - "verified": { + "shared": { + "type": "boolean" + }, + "shared_agent": { + "type": "boolean" + }, + "suspended": { "type": "boolean" }, "tags": { @@ -40,72 +52,21 @@ "type": "string" } }, - "active": { - "type": "boolean" - }, - "shared": { - "type": "boolean" - }, - "shared_agent": { - "type": "boolean" + "time_zone": { + "type": "string" }, "two_factor_auth_enabled": { "type": "null" }, - "moderator": { - "type": "boolean" + "updated_at": { + "type": "string" }, - "only_private_comments": { - "type": "boolean" + "url": { + "type": "string" }, - "restricted_agent": { - "type": "boolean" - }, - "suspended": { - "type": "boolean" - }, - "report_csv": { + "verified": { "type": "boolean" } }, - "required": [ - "id", - "url", - "name", - "email", - "created_at", - "updated_at", - "time_zone", - "iana_time_zone", - "phone", - "shared_phone_number", - "photo", - "locale_id", - "locale", - "organization_id", - "role", - "verified", - "external_id", - "tags", - "alias", - "active", - "shared", - "shared_agent", - "last_login_at", - "two_factor_auth_enabled", - "signature", - "details", - "notes", - "role_type", - "custom_role_id", - "moderator", - "ticket_restriction", - "only_private_comments", - "restricted_agent", - "suspended", - "default_group_id", - "report_csv", - "user_fields" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/getRelatedData.json b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/getRelatedData.json new file mode 100644 index 0000000000..184935feb5 --- /dev/null +++ b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/getRelatedData.json @@ -0,0 +1,21 @@ +{ + "type": "object", + "properties": { + "assigned_tickets": { + "type": "integer" + }, + "ccd_tickets": { + "type": "integer" + }, + "followed_tickets": { + "type": "integer" + }, + "organization_subscriptions": { + "type": "integer" + }, + "requested_tickets": { + "type": "integer" + } + }, + "version": 1 +} diff --git a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/search.json b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/search.json index 647d6425f9..d93890cc6a 100644 --- a/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/search.json +++ b/packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/user/search.json @@ -1,37 +1,49 @@ { "type": "object", "properties": { - "id": { - "type": "integer" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" + "active": { + "type": "boolean" }, "created_at": { "type": "string" }, - "updated_at": { - "type": "string" - }, - "time_zone": { - "type": "string" - }, "iana_time_zone": { "type": "string" }, - "locale_id": { + "id": { "type": "integer" }, "locale": { "type": "string" }, + "locale_id": { + "type": "integer" + }, + "moderator": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "only_private_comments": { + "type": "boolean" + }, + "report_csv": { + "type": "boolean" + }, + "restricted_agent": { + "type": "boolean" + }, "role": { "type": "string" }, - "verified": { + "shared": { + "type": "boolean" + }, + "shared_agent": { + "type": "boolean" + }, + "suspended": { "type": "boolean" }, "tags": { @@ -40,72 +52,21 @@ "type": "string" } }, - "active": { - "type": "boolean" - }, - "shared": { - "type": "boolean" - }, - "shared_agent": { - "type": "boolean" + "time_zone": { + "type": "string" }, "two_factor_auth_enabled": { "type": "null" }, - "moderator": { - "type": "boolean" + "updated_at": { + "type": "string" }, - "only_private_comments": { - "type": "boolean" + "url": { + "type": "string" }, - "restricted_agent": { - "type": "boolean" - }, - "suspended": { - "type": "boolean" - }, - "report_csv": { + "verified": { "type": "boolean" } }, - "required": [ - "id", - "url", - "name", - "email", - "created_at", - "updated_at", - "time_zone", - "iana_time_zone", - "phone", - "shared_phone_number", - "photo", - "locale_id", - "locale", - "organization_id", - "role", - "verified", - "external_id", - "tags", - "alias", - "active", - "shared", - "shared_agent", - "last_login_at", - "two_factor_auth_enabled", - "signature", - "details", - "notes", - "role_type", - "custom_role_id", - "moderator", - "ticket_restriction", - "only_private_comments", - "restricted_agent", - "suspended", - "default_group_id", - "report_csv", - "user_fields" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/account/get.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/account/get.json index a8038e3ced..860522388f 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/account/get.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/account/get.json @@ -1,101 +1,67 @@ { "type": "object", "properties": { - "Owner": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] - }, - "$currency_symbol": { - "type": "string" - }, - "$field_states": { - "type": "null" - }, - "$state": { - "type": "string" - }, - "$process_flow": { - "type": "boolean" - }, - "$locked_for_me": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "$approved": { - "type": "boolean" - }, "$approval": { "type": "object", "properties": { - "delegate": { - "type": "boolean" - }, - "takeover": { - "type": "boolean" - }, "approve": { "type": "boolean" }, + "delegate": { + "type": "boolean" + }, "reject": { "type": "boolean" }, "resubmit": { "type": "boolean" + }, + "takeover": { + "type": "boolean" } - }, - "required": [ - "delegate", - "takeover", - "approve", - "reject", - "resubmit" - ] + } }, - "Created_Time": { + "$approval_state": { + "type": "string" + }, + "$approved": { + "type": "boolean" + }, + "$currency_symbol": { "type": "string" }, "$editable": { "type": "boolean" }, - "Created_By": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] + "$field_states": { + "type": "null" + }, + "$in_merge": { + "type": "boolean" }, "$is_duplicate": { "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": { @@ -108,49 +74,10 @@ "resubmit": { "type": "boolean" } - }, - "required": [ - "approve", - "reject", - "resubmit" - ] + } }, - "$layout_id": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "name", - "id" - ] - }, - "Modified_By": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] - }, - "$review": { - "type": "null" + "$state": { + "type": "string" }, "Account_Name": { "type": "string" @@ -158,43 +85,63 @@ "Account_Number": { "type": "string" }, - "Modified_Time": { + "Created_By": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "Created_Time": { "type": "string" }, - "Parent_Account": { - "type": "null" - }, - "$in_merge": { - "type": "boolean" + "id": { + "type": "string" }, "Locked__s": { "type": "boolean" }, - "$approval_state": { + "Modified_By": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "Modified_Time": { "type": "string" + }, + "Owner": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "Parent_Account": { + "type": "null" } }, - "required": [ - "Owner", - "$currency_symbol", - "$field_states", - "Last_Activity_Time", - "$state", - "$process_flow", - "$locked_for_me", - "id", - "$approved", - "$approval", - "$editable", - "$zia_owner_assignment", - "$review_process", - "Website", - "$review", - "Account_Name", - "Modified_Time", - "$orchestration", - "$in_merge", - "$approval_state" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/account/getAll.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/account/getAll.json index 15914913ff..dd2ed47c68 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/account/getAll.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/account/getAll.json @@ -1,31 +1,67 @@ { "type": "object", "properties": { - "Owner": { + "$approval": { "type": "object", "properties": { - "name": { - "type": "string" + "approve": { + "type": "boolean" }, - "id": { - "type": "string" + "delegate": { + "type": "boolean" }, - "email": { - "type": "string" + "reject": { + "type": "boolean" + }, + "resubmit": { + "type": "boolean" + }, + "takeover": { + "type": "boolean" } - }, - "required": [ - "name", - "id", - "email" - ] + } + }, + "$approval_state": { + "type": "string" + }, + "$approved": { + "type": "boolean" }, "$currency_symbol": { "type": "string" }, + "$editable": { + "type": "boolean" + }, "$field_states": { "type": "null" }, + "$in_merge": { + "type": "boolean" + }, + "$is_duplicate": { + "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": { @@ -38,102 +74,51 @@ "resubmit": { "type": "boolean" } - }, - "required": [ - "approve", - "reject", - "resubmit" - ] - }, - "$review": { - "type": "null" + } }, "$state": { "type": "string" }, - "$process_flow": { - "type": "boolean" - }, - "$locked_for_me": { - "type": "boolean" - }, "Account_Name": { "type": "string" }, + "Account_Number": { + "type": "string" + }, "id": { "type": "string" }, - "$approved": { - "type": "boolean" - }, - "$approval": { - "type": "object", - "properties": { - "delegate": { - "type": "boolean" - }, - "takeover": { - "type": "boolean" - }, - "approve": { - "type": "boolean" - }, - "reject": { - "type": "boolean" - }, - "resubmit": { - "type": "boolean" - } - }, - "required": [ - "delegate", - "approve", - "reject", - "resubmit" - ] - }, - "$editable": { - "type": "boolean" - }, - "$in_merge": { - "type": "boolean" - }, "Locked__s": { "type": "boolean" }, + "Owner": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, "Tag": { "type": "array", "items": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } } - }, - "$approval_state": { - "type": "string" - }, - "$is_duplicate": { - "type": "boolean" - }, - "Created_Time": { - "type": "string" - }, - "Account_Number": { - "type": "string" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/create.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/create.json index e356057c42..53b6fdd5cd 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/create.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/create.json @@ -1,23 +1,16 @@ { "type": "object", "properties": { - "Modified_Time": { - "type": "string" - }, - "Modified_By": { + "Created_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } }, "Created_Time": { "type": "string" @@ -25,28 +18,20 @@ "id": { "type": "string" }, - "Created_By": { + "Modified_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } + }, + "Modified_Time": { + "type": "string" } }, - "required": [ - "Modified_Time", - "Modified_By", - "Created_Time", - "id", - "Created_By" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/get.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/get.json index 3734b95325..7301a52743 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/get.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/get.json @@ -1,103 +1,67 @@ { "type": "object", "properties": { - "Owner": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] - }, - "$currency_symbol": { - "type": "string" - }, - "$field_states": { - "type": "null" - }, - "$state": { - "type": "string" - }, - "Unsubscribed_Mode": { - "type": "null" - }, - "$process_flow": { - "type": "boolean" - }, - "$locked_for_me": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "$approved": { - "type": "boolean" - }, "$approval": { "type": "object", "properties": { - "delegate": { - "type": "boolean" - }, - "takeover": { - "type": "boolean" - }, "approve": { "type": "boolean" }, + "delegate": { + "type": "boolean" + }, "reject": { "type": "boolean" }, "resubmit": { "type": "boolean" + }, + "takeover": { + "type": "boolean" } - }, - "required": [ - "delegate", - "approve", - "reject", - "resubmit" - ] + } }, - "Created_Time": { + "$approval_state": { + "type": "string" + }, + "$approved": { + "type": "boolean" + }, + "$currency_symbol": { "type": "string" }, "$editable": { "type": "boolean" }, - "Created_By": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] + "$field_states": { + "type": "null" + }, + "$in_merge": { + "type": "boolean" }, "$is_duplicate": { "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": { @@ -110,140 +74,121 @@ "resubmit": { "type": "boolean" } - }, - "required": [ - "approve", - "reject", - "resubmit" - ] + } }, - "Full_Name": { + "$state": { "type": "string" }, - "Modified_By": { + "Created_By": { "type": "object", "properties": { - "name": { + "email": { "type": "string" }, "id": { "type": "string" }, - "email": { + "name": { "type": "string" } - }, - "required": [ - "name", - "id", - "email" - ] + } }, - "$review": { - "type": "null" + "Created_Time": { + "type": "string" }, "Email_Opt_Out": { "type": "boolean" }, - "Modified_Time": { + "Fax": { + "type": "null" + }, + "Full_Name": { "type": "string" }, - "Unsubscribed_Time": { + "Home_Phone": { "type": "null" }, + "id": { + "type": "string" + }, "Last_Name": { "type": "string" }, - "$in_merge": { - "type": "boolean" - }, "Locked__s": { "type": "boolean" }, - "Tag": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - } + "Modified_By": { + "type": "object", + "properties": { + "email": { + "type": "string" }, - "required": [ - "name", - "id" - ] + "id": { + "type": "string" + }, + "name": { + "type": "string" + } } }, - "$approval_state": { + "Modified_Time": { "type": "string" }, - "Other_State": { - "type": "null" - }, "Other_City": { "type": "null" }, "Other_Country": { "type": "null" }, - "Assistant": { - "type": "null" - }, - "Reporting_To": { - "type": "null" - }, - "Home_Phone": { - "type": "null" - }, - "Vendor_Name": { - "type": "null" - }, - "Other_Zip": { - "type": "null" - }, - "Asst_Phone": { - "type": "null" - }, - "Date_of_Birth": { + "Other_State": { "type": "null" }, "Other_Street": { "type": "null" }, - "Fax": { + "Other_Zip": { "type": "null" }, - "$canvas_id": { + "Owner": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "Reporting_To": { + "type": "null" + }, + "Tag": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + }, + "Unsubscribed_Mode": { + "type": "null" + }, + "Unsubscribed_Time": { + "type": "null" + }, + "Vendor_Name": { "type": "null" } }, - "required": [ - "Owner", - "Email", - "$currency_symbol", - "$field_states", - "Last_Activity_Time", - "$state", - "$process_flow", - "$locked_for_me", - "id", - "$approved", - "$approval", - "$editable", - "$zia_owner_assignment", - "$review_process", - "Salutation", - "First_Name", - "Full_Name", - "$review", - "$orchestration", - "Last_Name", - "$in_merge", - "$approval_state" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/getAll.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/getAll.json index 76ec2e19d2..cd177a19ce 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/getAll.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/getAll.json @@ -1,103 +1,67 @@ { "type": "object", "properties": { - "Owner": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] - }, - "$currency_symbol": { - "type": "string" - }, - "$field_states": { - "type": "null" - }, - "$state": { - "type": "string" - }, - "Unsubscribed_Mode": { - "type": "null" - }, - "$process_flow": { - "type": "boolean" - }, - "$locked_for_me": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "$approved": { - "type": "boolean" - }, "$approval": { "type": "object", "properties": { - "delegate": { - "type": "boolean" - }, - "takeover": { - "type": "boolean" - }, "approve": { "type": "boolean" }, + "delegate": { + "type": "boolean" + }, "reject": { "type": "boolean" }, "resubmit": { "type": "boolean" + }, + "takeover": { + "type": "boolean" } - }, - "required": [ - "delegate", - "approve", - "reject", - "resubmit" - ] + } }, - "Created_Time": { + "$approval_state": { + "type": "string" + }, + "$approved": { + "type": "boolean" + }, + "$currency_symbol": { "type": "string" }, "$editable": { "type": "boolean" }, - "Created_By": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] + "$field_states": { + "type": "null" + }, + "$in_merge": { + "type": "boolean" }, "$is_duplicate": { "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": { @@ -110,107 +74,106 @@ "resubmit": { "type": "boolean" } - }, - "required": [ - "approve", - "reject", - "resubmit" - ] - }, - "$layout_id": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "name", - "id" - ] - }, - "Full_Name": { - "type": "string" - }, - "Modified_By": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] - }, - "$review": { - "type": "null" - }, - "Modified_Time": { - "type": "string" - }, - "Unsubscribed_Time": { - "type": "null" - }, - "Last_Name": { - "type": "string" - }, - "$in_merge": { - "type": "boolean" - }, - "Locked__s": { - "type": "boolean" - }, - "Tag": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "name", - "id" - ] } }, - "$approval_state": { + "$state": { "type": "string" }, - "Other_Zip": { - "type": "null" - }, - "Email_Opt_Out": { - "type": "boolean" - }, - "Other_Street": { - "type": "null" - }, "Assistant": { "type": "null" }, "Asst_Phone": { "type": "null" + }, + "Created_By": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "Created_Time": { + "type": "string" + }, + "Email_Opt_Out": { + "type": "boolean" + }, + "Full_Name": { + "type": "string" + }, + "id": { + "type": "string" + }, + "Last_Name": { + "type": "string" + }, + "Locked__s": { + "type": "boolean" + }, + "Modified_By": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "Modified_Time": { + "type": "string" + }, + "Other_Street": { + "type": "null" + }, + "Other_Zip": { + "type": "null" + }, + "Owner": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "Tag": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + } + }, + "Unsubscribed_Mode": { + "type": "null" + }, + "Unsubscribed_Time": { + "type": "null" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/update.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/update.json index e356057c42..53b6fdd5cd 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/update.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/update.json @@ -1,23 +1,16 @@ { "type": "object", "properties": { - "Modified_Time": { - "type": "string" - }, - "Modified_By": { + "Created_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } }, "Created_Time": { "type": "string" @@ -25,28 +18,20 @@ "id": { "type": "string" }, - "Created_By": { + "Modified_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } + }, + "Modified_Time": { + "type": "string" } }, - "required": [ - "Modified_Time", - "Modified_By", - "Created_Time", - "id", - "Created_By" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/upsert.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/upsert.json index e356057c42..53b6fdd5cd 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/upsert.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/contact/upsert.json @@ -1,23 +1,16 @@ { "type": "object", "properties": { - "Modified_Time": { - "type": "string" - }, - "Modified_By": { + "Created_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } }, "Created_Time": { "type": "string" @@ -25,28 +18,20 @@ "id": { "type": "string" }, - "Created_By": { + "Modified_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } + }, + "Modified_Time": { + "type": "string" } }, - "required": [ - "Modified_Time", - "Modified_By", - "Created_Time", - "id", - "Created_By" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/create.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/create.json index e356057c42..53b6fdd5cd 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/create.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/create.json @@ -1,23 +1,16 @@ { "type": "object", "properties": { - "Modified_Time": { - "type": "string" - }, - "Modified_By": { + "Created_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } }, "Created_Time": { "type": "string" @@ -25,28 +18,20 @@ "id": { "type": "string" }, - "Created_By": { + "Modified_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } + }, + "Modified_Time": { + "type": "string" } }, - "required": [ - "Modified_Time", - "Modified_By", - "Created_Time", - "id", - "Created_By" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/get.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/get.json index 8873cba462..e3d87ad2dc 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/get.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/get.json @@ -1,62 +1,55 @@ { "type": "object", "properties": { - "Owner": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] - }, - "$field_states": { - "type": "null" - }, - "$state": { - "type": "string" - }, - "$process_flow": { - "type": "boolean" - }, - "id": { - "type": "string" - }, "$approval": { "type": "object", "properties": { - "delegate": { - "type": "boolean" - }, - "takeover": { - "type": "boolean" - }, "approve": { "type": "boolean" }, + "delegate": { + "type": "boolean" + }, "reject": { "type": "boolean" }, "resubmit": { "type": "boolean" + }, + "takeover": { + "type": "boolean" } - }, - "required": [ - "delegate", - "approve", - "reject", - "resubmit" - ] + } + }, + "$approval_state": { + "type": "string" + }, + "$approved": { + "type": "boolean" + }, + "$canvas_id": { + "type": "null" + }, + "$currency_symbol": { + "type": "string" + }, + "$editable": { + "type": "boolean" + }, + "$field_states": { + "type": "null" + }, + "$in_merge": { + "type": "boolean" + }, + "$locked_for_me": { + "type": "boolean" + }, + "$process_flow": { + "type": "boolean" + }, + "$review": { + "type": "null" }, "$review_process": { "type": "object", @@ -70,168 +63,107 @@ "resubmit": { "type": "boolean" } - }, - "required": [ - "approve", - "reject", - "resubmit" - ] + } }, - "Probability": { - "type": "integer" + "$state": { + "type": "string" + }, + "Account_Name": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } }, "Contact_Name": { "type": "object", "properties": { + "id": { + "type": "string" + }, "name": { "type": "string" + } + } + }, + "Created_By": { + "type": "object", + "properties": { + "email": { + "type": "string" }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } + }, + "Created_Time": { + "type": "string" + }, + "Deal_Name": { + "type": "string" + }, + "id": { + "type": "string" }, "Locked__s": { "type": "boolean" }, + "Modified_By": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "Modified_Time": { + "type": "string" + }, + "Owner": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "Probability": { + "type": "integer" + }, "Tag": { "type": "array", "items": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } } - }, - "$currency_symbol": { - "type": "string" - }, - "Deal_Name": { - "type": "string" - }, - "$locked_for_me": { - "type": "boolean" - }, - "$approved": { - "type": "boolean" - }, - "$editable": { - "type": "boolean" - }, - "$review": { - "type": "null" - }, - "$in_merge": { - "type": "boolean" - }, - "$approval_state": { - "type": "string" - }, - "Campaign_Source": { - "type": "null" - }, - "Modified_By": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] - }, - "Account_Name": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "name", - "id" - ] - }, - "Modified_Time": { - "type": "string" - }, - "Created_Time": { - "type": "string" - }, - "Created_By": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] - }, - "$canvas_id": { - "type": "null" } }, - "required": [ - "Owner", - "$field_states", - "$state", - "$process_flow", - "Stage", - "id", - "$approval", - "$review_process", - "Lead_Conversion_Time", - "Overall_Sales_Duration", - "Amount", - "$orchestration", - "Contact_Name", - "Locked__s", - "$currency_symbol", - "Last_Activity_Time", - "Deal_Name", - "$locked_for_me", - "$approved", - "$editable", - "$zia_owner_assignment", - "$review", - "Sales_Cycle_Duration", - "$in_merge", - "$approval_state" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/getAll.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/getAll.json index 042c9cc7bb..32058cf0ec 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/getAll.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/getAll.json @@ -1,31 +1,64 @@ { "type": "object", "properties": { - "Owner": { + "$approval": { "type": "object", "properties": { - "name": { - "type": "string" + "approve": { + "type": "boolean" }, - "id": { - "type": "string" + "delegate": { + "type": "boolean" }, - "email": { - "type": "string" + "reject": { + "type": "boolean" + }, + "resubmit": { + "type": "boolean" + }, + "takeover": { + "type": "boolean" } - }, - "required": [ - "name", - "id", - "email" - ] + } + }, + "$approval_state": { + "type": "string" + }, + "$approved": { + "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": { @@ -38,127 +71,65 @@ "resubmit": { "type": "boolean" } - }, - "required": [ - "approve", - "reject", - "resubmit" - ] - }, - "$layout_id": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "name", - "id" - ] - }, - "$review": { - "type": "null" + } }, "$state": { "type": "string" }, - "$process_flow": { - "type": "boolean" - }, - "Deal_Name": { - "type": "string" - }, - "$locked_for_me": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "$approved": { - "type": "boolean" - }, - "$approval": { - "type": "object", - "properties": { - "delegate": { - "type": "boolean" - }, - "takeover": { - "type": "boolean" - }, - "approve": { - "type": "boolean" - }, - "reject": { - "type": "boolean" - }, - "resubmit": { - "type": "boolean" - } - }, - "required": [ - "delegate", - "approve", - "reject", - "resubmit" - ] - }, - "Created_Time": { - "type": "string" - }, - "$editable": { - "type": "boolean" - }, - "$in_merge": { - "type": "boolean" - }, - "Locked__s": { - "type": "boolean" - }, - "Created_By": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] - }, - "$approval_state": { - "type": "string" - }, "Account_Name": { "type": "object", "properties": { + "id": { + "type": "string" + }, "name": { "type": "string" + } + } + }, + "Created_By": { + "type": "object", + "properties": { + "email": { + "type": "string" }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } + }, + "Created_Time": { + "type": "string" + }, + "Deal_Name": { + "type": "string" + }, + "id": { + "type": "string" + }, + "Locked__s": { + "type": "boolean" + }, + "Modified_Time": { + "type": "string" + }, + "Owner": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/update.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/update.json index e356057c42..53b6fdd5cd 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/update.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/deal/update.json @@ -1,23 +1,16 @@ { "type": "object", "properties": { - "Modified_Time": { - "type": "string" - }, - "Modified_By": { + "Created_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } }, "Created_Time": { "type": "string" @@ -25,28 +18,20 @@ "id": { "type": "string" }, - "Created_By": { + "Modified_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } + }, + "Modified_Time": { + "type": "string" } }, - "required": [ - "Modified_Time", - "Modified_By", - "Created_Time", - "id", - "Created_By" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/create.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/create.json index e356057c42..53b6fdd5cd 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/create.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/create.json @@ -1,23 +1,16 @@ { "type": "object", "properties": { - "Modified_Time": { - "type": "string" - }, - "Modified_By": { + "Created_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } }, "Created_Time": { "type": "string" @@ -25,28 +18,20 @@ "id": { "type": "string" }, - "Created_By": { + "Modified_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } + }, + "Modified_Time": { + "type": "string" } }, - "required": [ - "Modified_Time", - "Modified_By", - "Created_Time", - "id", - "Created_By" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/get.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/get.json index 59bb7598bf..f64db25d0c 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/get.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/get.json @@ -6,113 +6,54 @@ "items": { "type": "object", "properties": { - "Owner": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] - }, - "$currency_symbol": { - "type": "string" - }, - "$field_states": { - "type": "null" - }, - "$state": { - "type": "string" - }, - "Unsubscribed_Mode": { - "type": "null" - }, - "$converted": { - "type": "boolean" - }, - "$process_flow": { - "type": "boolean" - }, - "$locked_for_me": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "$approved": { - "type": "boolean" - }, "$approval": { "type": "object", "properties": { - "delegate": { - "type": "boolean" - }, - "takeover": { - "type": "boolean" - }, "approve": { "type": "boolean" }, + "delegate": { + "type": "boolean" + }, "reject": { "type": "boolean" }, "resubmit": { "type": "boolean" + }, + "takeover": { + "type": "boolean" } - }, - "required": [ - "delegate", - "approve", - "reject", - "resubmit" - ] + } }, - "Created_Time": { + "$approval_state": { + "type": "string" + }, + "$approved": { + "type": "boolean" + }, + "$converted": { + "type": "boolean" + }, + "$currency_symbol": { "type": "string" }, "$editable": { "type": "boolean" }, - "No_of_Employees": { + "$field_states": { "type": "null" }, - "Created_By": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] + "$in_merge": { + "type": "boolean" }, - "$zia_owner_assignment": { - "type": "string" + "$locked_for_me": { + "type": "boolean" }, - "Secondary_Email": { - "type": "null" + "$process_flow": { + "type": "boolean" }, - "Rating": { + "$review": { "type": "null" }, "$review_process": { @@ -127,117 +68,112 @@ "resubmit": { "type": "boolean" } - }, - "required": [ - "approve", - "reject", - "resubmit" - ] + } }, - "Full_Name": { + "$state": { "type": "string" }, - "Modified_By": { + "$zia_owner_assignment": { + "type": "string" + }, + "Created_By": { "type": "object", "properties": { - "name": { + "email": { "type": "string" }, "id": { "type": "string" }, - "email": { + "name": { "type": "string" } - }, - "required": [ - "name", - "id", - "email" - ] + } }, - "$review": { - "type": "null" + "Created_Time": { + "type": "string" }, "Email_Opt_Out": { "type": "boolean" }, - "Modified_Time": { + "Fax": { + "type": "null" + }, + "Full_Name": { "type": "string" }, - "Unsubscribed_Time": { - "type": "null" + "id": { + "type": "string" }, "Last_Name": { "type": "string" }, - "$in_merge": { - "type": "boolean" - }, "Locked__s": { "type": "boolean" }, + "Modified_By": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "Modified_Time": { + "type": "string" + }, + "No_of_Employees": { + "type": "null" + }, + "Owner": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "Rating": { + "type": "null" + }, + "Secondary_Email": { + "type": "null" + }, "Tag": { "type": "array", "items": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } } }, - "Fax": { + "Unsubscribed_Mode": { "type": "null" }, - "$approval_state": { - "type": "string" + "Unsubscribed_Time": { + "type": "null" } - }, - "required": [ - "Owner", - "Email", - "$currency_symbol", - "$field_states", - "Last_Activity_Time", - "$state", - "Unsubscribed_Mode", - "$converted", - "$process_flow", - "$locked_for_me", - "id", - "$approved", - "$approval", - "Created_Time", - "$editable", - "Created_By", - "$zia_owner_assignment", - "$review_process", - "Salutation", - "First_Name", - "Full_Name", - "$review", - "Phone", - "$converted_detail", - "Unsubscribed_Time", - "$orchestration", - "Last_Name", - "$in_merge", - "$approval_state" - ] + } } } }, - "required": [ - "data" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/getAll.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/getAll.json index a615ed55cb..23d4190523 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/getAll.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/getAll.json @@ -1,81 +1,67 @@ { "type": "object", "properties": { - "Owner": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] - }, - "$currency_symbol": { - "type": "string" - }, - "$field_states": { - "type": "null" - }, - "$state": { - "type": "string" - }, - "Unsubscribed_Mode": { - "type": "null" - }, - "$converted": { - "type": "boolean" - }, - "$process_flow": { - "type": "boolean" - }, - "$locked_for_me": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "$approved": { - "type": "boolean" - }, "$approval": { "type": "object", "properties": { - "delegate": { - "type": "boolean" - }, - "takeover": { - "type": "boolean" - }, "approve": { "type": "boolean" }, + "delegate": { + "type": "boolean" + }, "reject": { "type": "boolean" }, "resubmit": { "type": "boolean" + }, + "takeover": { + "type": "boolean" } - }, - "required": [ - "delegate", - "approve", - "reject", - "resubmit" - ] + } + }, + "$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": { @@ -88,95 +74,77 @@ "resubmit": { "type": "boolean" } - }, - "required": [ - "approve", - "reject", - "resubmit" - ] + } }, - "$layout_id": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "name", - "id" - ] - }, - "Full_Name": { + "$state": { "type": "string" }, - "Modified_By": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - }, - "email": { - "type": "string" - } - }, - "required": [ - "name", - "id", - "email" - ] - }, - "$review": { - "type": "null" - }, "Email_Opt_Out": { "type": "boolean" }, - "Modified_Time": { + "Full_Name": { "type": "string" }, - "Unsubscribed_Time": { - "type": "null" + "id": { + "type": "string" }, "Last_Name": { "type": "string" }, - "$in_merge": { - "type": "boolean" - }, "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": { + "email": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, "Tag": { "type": "array", "items": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } } }, - "$approval_state": { - "type": "string" + "Unsubscribed_Mode": { + "type": "null" + }, + "Unsubscribed_Time": { + "type": "null" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/getFields.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/getFields.json index d19de635a8..2fd1debc1b 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/getFields.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/getFields.json @@ -1,100 +1,30 @@ { "type": "object", "properties": { - "system_mandatory": { - "type": "boolean" - }, - "webhook": { - "type": "boolean" - }, - "json_type": { + "api_name": { "type": "string" }, - "crypt": { - "type": "null" - }, - "field_label": { - "type": "string" - }, - "created_source": { - "type": "string" - }, - "field_read_only": { - "type": "boolean" - }, - "display_label": { - "type": "string" - }, - "ui_type": { - "type": "integer" - }, - "read_only": { - "type": "boolean" - }, "association_details": { "type": "null" }, "businesscard_supported": { "type": "boolean" }, - "id": { - "type": "string" - }, - "custom_field": { - "type": "boolean" - }, "convert_mapping": { "type": "object", "properties": { "Deals": { "type": "null" } - }, - "required": [ - "Contacts", - "Deals", - "Accounts" - ] + } }, - "visible": { - "type": "boolean" - }, - "length": { - "type": "integer" - }, - "view_type": { - "type": "object", - "properties": { - "view": { - "type": "boolean" - }, - "edit": { - "type": "boolean" - }, - "quick_create": { - "type": "boolean" - }, - "create": { - "type": "boolean" - } - }, - "required": [ - "view", - "edit", - "quick_create", - "create" - ] - }, - "subform": { - "type": "null" - }, - "external": { - "type": "null" - }, - "api_name": { + "created_source": { "type": "string" }, - "history_tracking": { + "crypt": { + "type": "null" + }, + "custom_field": { "type": "boolean" }, "data_type": { @@ -103,6 +33,30 @@ "decimal_place": { "type": "null" }, + "display_label": { + "type": "string" + }, + "external": { + "type": "null" + }, + "field_label": { + "type": "string" + }, + "field_read_only": { + "type": "boolean" + }, + "history_tracking": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "json_type": { + "type": "string" + }, + "length": { + "type": "integer" + }, "mass_update": { "type": "boolean" }, @@ -111,29 +65,56 @@ "items": { "type": "object", "properties": { + "actual_value": { + "type": "string" + }, "display_value": { "type": "string" }, "reference_value": { "type": "string" - }, - "actual_value": { - "type": "string" } - }, - "required": [ - "display_value", - "reference_value", - "actual_value" - ] + } } }, "quick_sequence_number": { "type": "string" + }, + "read_only": { + "type": "boolean" + }, + "subform": { + "type": "null" + }, + "system_mandatory": { + "type": "boolean" + }, + "ui_type": { + "type": "integer" + }, + "view_type": { + "type": "object", + "properties": { + "create": { + "type": "boolean" + }, + "edit": { + "type": "boolean" + }, + "quick_create": { + "type": "boolean" + }, + "view": { + "type": "boolean" + } + } + }, + "visible": { + "type": "boolean" + }, + "webhook": { + "type": "boolean" } }, - "required": [ - "id" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/update.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/update.json index e356057c42..53b6fdd5cd 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/update.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/update.json @@ -1,23 +1,16 @@ { "type": "object", "properties": { - "Modified_Time": { - "type": "string" - }, - "Modified_By": { + "Created_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } }, "Created_Time": { "type": "string" @@ -25,28 +18,20 @@ "id": { "type": "string" }, - "Created_By": { + "Modified_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } + }, + "Modified_Time": { + "type": "string" } }, - "required": [ - "Modified_Time", - "Modified_By", - "Created_Time", - "id", - "Created_By" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/upsert.json b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/upsert.json index e356057c42..53b6fdd5cd 100644 --- a/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/upsert.json +++ b/packages/nodes-base/nodes/Zoho/__schema__/v1.0.0/lead/upsert.json @@ -1,23 +1,16 @@ { "type": "object", "properties": { - "Modified_Time": { - "type": "string" - }, - "Modified_By": { + "Created_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } }, "Created_Time": { "type": "string" @@ -25,28 +18,20 @@ "id": { "type": "string" }, - "Created_By": { + "Modified_By": { "type": "object", "properties": { - "name": { - "type": "string" - }, "id": { "type": "string" + }, + "name": { + "type": "string" } - }, - "required": [ - "name", - "id" - ] + } + }, + "Modified_Time": { + "type": "string" } }, - "required": [ - "Modified_Time", - "Modified_By", - "Created_Time", - "id", - "Created_By" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoom/__schema__/v1.0.0/meeting/create.json b/packages/nodes-base/nodes/Zoom/__schema__/v1.0.0/meeting/create.json index 8230ddb1de..f8cc625423 100644 --- a/packages/nodes-base/nodes/Zoom/__schema__/v1.0.0/meeting/create.json +++ b/packages/nodes-base/nodes/Zoom/__schema__/v1.0.0/meeting/create.json @@ -1,145 +1,76 @@ { "type": "object", "properties": { - "uuid": { + "created_at": { "type": "string" }, - "id": { - "type": "integer" - }, - "host_id": { - "type": "string" - }, - "host_email": { - "type": "string" - }, - "topic": { - "type": "string" - }, - "type": { - "type": "integer" - }, - "status": { - "type": "string" - }, - "start_time": { + "creation_source": { "type": "string" }, "duration": { "type": "integer" }, - "timezone": { + "encrypted_password": { "type": "string" }, - "created_at": { + "h323_password": { "type": "string" }, - "start_url": { + "host_email": { "type": "string" }, + "host_id": { + "type": "string" + }, + "id": { + "type": "integer" + }, "join_url": { "type": "string" }, "password": { "type": "string" }, - "h323_password": { - "type": "string" + "pre_schedule": { + "type": "boolean" }, "pstn_password": { "type": "string" }, - "encrypted_password": { - "type": "string" - }, "settings": { "type": "object", "properties": { - "host_video": { - "type": "boolean" - }, - "participant_video": { - "type": "boolean" - }, - "cn_meeting": { - "type": "boolean" - }, - "in_meeting": { - "type": "boolean" - }, - "join_before_host": { - "type": "boolean" - }, - "jbh_time": { - "type": "integer" - }, - "mute_upon_entry": { - "type": "boolean" - }, - "watermark": { - "type": "boolean" - }, - "use_pmi": { - "type": "boolean" - }, - "approval_type": { - "type": "integer" - }, - "audio": { - "type": "string" - }, - "auto_recording": { - "type": "string" - }, - "enforce_login": { - "type": "boolean" - }, - "enforce_login_domains": { - "type": "string" - }, - "alternative_hosts": { - "type": "string" - }, - "alternative_host_update_polls": { - "type": "boolean" - }, - "close_registration": { - "type": "boolean" - }, - "show_share_button": { + "allow_host_control_participant_mute_state": { "type": "boolean" }, "allow_multiple_devices": { "type": "boolean" }, - "registrants_confirmation_email": { + "alternative_host_update_polls": { "type": "boolean" }, - "waiting_room": { - "type": "boolean" - }, - "request_permission_to_unmute_participants": { - "type": "boolean" - }, - "registrants_email_notification": { - "type": "boolean" - }, - "meeting_authentication": { - "type": "boolean" - }, - "encryption_type": { + "alternative_hosts": { "type": "string" }, + "alternative_hosts_email_notification": { + "type": "boolean" + }, + "approval_type": { + "type": "integer" + }, "approved_or_denied_countries_or_regions": { "type": "object", "properties": { "enable": { "type": "boolean" } - }, - "required": [ - "enable" - ] + } + }, + "audio": { + "type": "string" + }, + "auto_recording": { + "type": "string" }, "breakout_room": { "type": "object", @@ -147,20 +78,17 @@ "enable": { "type": "boolean" } - }, - "required": [ - "enable" - ] + } }, - "internal_meeting": { + "close_registration": { + "type": "boolean" + }, + "cn_meeting": { "type": "boolean" }, "continuous_meeting_chat": { "type": "object", "properties": { - "enable": { - "type": "boolean" - }, "auto_add_invited_external_users": { "type": "boolean" }, @@ -169,135 +97,127 @@ }, "channel_id": { "type": "string" + }, + "enable": { + "type": "boolean" } - }, - "required": [ - "enable", - "auto_add_invited_external_users" - ] - }, - "participant_focused_meeting": { - "type": "boolean" - }, - "push_change_to_calendar": { - "type": "boolean" - }, - "allow_host_control_participant_mute_state": { - "type": "boolean" - }, - "alternative_hosts_email_notification": { - "type": "boolean" - }, - "show_join_info": { - "type": "boolean" + } }, "device_testing": { "type": "boolean" }, - "focus_mode": { - "type": "boolean" - }, - "private_meeting": { + "email_in_attendee_report": { "type": "boolean" }, "email_notification": { "type": "boolean" }, + "encryption_type": { + "type": "string" + }, + "enforce_login": { + "type": "boolean" + }, + "enforce_login_domains": { + "type": "string" + }, + "focus_mode": { + "type": "boolean" + }, "host_save_video_order": { "type": "boolean" }, + "host_video": { + "type": "boolean" + }, + "in_meeting": { + "type": "boolean" + }, + "internal_meeting": { + "type": "boolean" + }, + "jbh_time": { + "type": "integer" + }, + "join_before_host": { + "type": "boolean" + }, + "meeting_authentication": { + "type": "boolean" + }, + "mute_upon_entry": { + "type": "boolean" + }, + "participant_focused_meeting": { + "type": "boolean" + }, + "participant_video": { + "type": "boolean" + }, + "private_meeting": { + "type": "boolean" + }, + "push_change_to_calendar": { + "type": "boolean" + }, + "registrants_confirmation_email": { + "type": "boolean" + }, + "registrants_email_notification": { + "type": "boolean" + }, + "request_permission_to_unmute_participants": { + "type": "boolean" + }, + "show_join_info": { + "type": "boolean" + }, + "show_share_button": { + "type": "boolean" + }, "sign_language_interpretation": { "type": "object", "properties": { "enable": { "type": "boolean" } - }, - "required": [ - "enable" - ] + } }, - "email_in_attendee_report": { + "use_pmi": { "type": "boolean" }, - "auto_start_meeting_summary": { + "waiting_room": { "type": "boolean" }, - "auto_start_ai_companion_questions": { + "watermark": { "type": "boolean" } - }, - "required": [ - "host_video", - "participant_video", - "cn_meeting", - "in_meeting", - "join_before_host", - "jbh_time", - "mute_upon_entry", - "watermark", - "use_pmi", - "approval_type", - "audio", - "auto_recording", - "enforce_login", - "enforce_login_domains", - "alternative_hosts", - "alternative_host_update_polls", - "close_registration", - "show_share_button", - "allow_multiple_devices", - "registrants_confirmation_email", - "waiting_room", - "request_permission_to_unmute_participants", - "registrants_email_notification", - "meeting_authentication", - "encryption_type", - "approved_or_denied_countries_or_regions", - "breakout_room", - "internal_meeting", - "continuous_meeting_chat", - "participant_focused_meeting", - "push_change_to_calendar", - "resources", - "alternative_hosts_email_notification", - "show_join_info", - "device_testing", - "focus_mode", - "meeting_invitees", - "private_meeting", - "email_notification", - "host_save_video_order", - "sign_language_interpretation", - "email_in_attendee_report" - ] + } + }, + "start_time": { + "type": "string" + }, + "start_url": { + "type": "string" + }, + "status": { + "type": "string" }, "supportGoLive": { "type": "boolean" }, - "creation_source": { + "timezone": { "type": "string" }, - "pre_schedule": { - "type": "boolean" + "topic": { + "type": "string" + }, + "type": { + "type": "integer" + }, + "uuid": { + "type": "string" } }, - "required": [ - "uuid", - "id", - "host_id", - "host_email", - "topic", - "type", - "status", - "start_time", - "duration", - "timezone", - "created_at", - "start_url", - "join_url", - "settings", - "pre_schedule" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoom/__schema__/v1.0.0/meeting/get.json b/packages/nodes-base/nodes/Zoom/__schema__/v1.0.0/meeting/get.json index 5944608e55..80860b12a8 100644 --- a/packages/nodes-base/nodes/Zoom/__schema__/v1.0.0/meeting/get.json +++ b/packages/nodes-base/nodes/Zoom/__schema__/v1.0.0/meeting/get.json @@ -1,118 +1,121 @@ { "type": "object", "properties": { - "uuid": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "host_id": { - "type": "string" - }, - "host_email": { + "agenda": { "type": "string" }, "assistant_id": { "type": "string" }, - "topic": { - "type": "string" - }, - "type": { - "type": "integer" - }, - "status": { - "type": "string" - }, - "start_time": { + "created_at": { "type": "string" }, "duration": { "type": "integer" }, - "timezone": { + "host_email": { "type": "string" }, - "agenda": { + "host_id": { "type": "string" }, - "created_at": { - "type": "string" - }, - "start_url": { - "type": "string" + "id": { + "type": "integer" }, "join_url": { "type": "string" }, + "pre_schedule": { + "type": "boolean" + }, "settings": { "type": "object", "properties": { - "host_video": { + "allow_multiple_devices": { "type": "boolean" }, - "participant_video": { + "alternative_host_update_polls": { "type": "boolean" }, - "cn_meeting": { - "type": "boolean" + "alternative_hosts": { + "type": "string" }, - "in_meeting": { - "type": "boolean" - }, - "join_before_host": { - "type": "boolean" - }, - "jbh_time": { - "type": "integer" - }, - "mute_upon_entry": { - "type": "boolean" - }, - "watermark": { - "type": "boolean" - }, - "use_pmi": { + "alternative_hosts_email_notification": { "type": "boolean" }, "approval_type": { "type": "integer" }, + "approved_or_denied_countries_or_regions": { + "type": "object", + "properties": { + "enable": { + "type": "boolean" + } + } + }, "audio": { "type": "string" }, "auto_recording": { "type": "string" }, + "auto_start_ai_companion_questions": { + "type": "boolean" + }, + "auto_start_meeting_summary": { + "type": "boolean" + }, + "breakout_room": { + "type": "object", + "properties": { + "enable": { + "type": "boolean" + } + } + }, + "close_registration": { + "type": "boolean" + }, + "cn_meeting": { + "type": "boolean" + }, + "continuous_meeting_chat": { + "type": "object", + "properties": { + "auto_add_invited_external_users": { + "type": "boolean" + }, + "channel_id": { + "type": "string" + }, + "enable": { + "type": "boolean" + } + } + }, + "device_testing": { + "type": "boolean" + }, + "email_in_attendee_report": { + "type": "boolean" + }, + "email_notification": { + "type": "boolean" + }, + "enable_dedicated_group_chat": { + "type": "boolean" + }, + "encryption_type": { + "type": "string" + }, "enforce_login": { "type": "boolean" }, "enforce_login_domains": { "type": "string" }, - "alternative_hosts": { - "type": "string" - }, - "alternative_host_update_polls": { - "type": "boolean" - }, - "close_registration": { - "type": "boolean" - }, - "show_share_button": { - "type": "boolean" - }, - "allow_multiple_devices": { - "type": "boolean" - }, - "registrants_confirmation_email": { - "type": "boolean" - }, - "waiting_room": { - "type": "boolean" - }, - "request_permission_to_unmute_participants": { + "focus_mode": { "type": "boolean" }, "global_dial_in_countries": { @@ -126,6 +129,12 @@ "items": { "type": "object", "properties": { + "city": { + "type": "string" + }, + "country": { + "type": "string" + }, "country_name": { "type": "string" }, @@ -134,96 +143,29 @@ }, "type": { "type": "string" - }, - "country": { - "type": "string" - }, - "city": { - "type": "string" } - }, - "required": [ - "country_name", - "number", - "type", - "country" - ] + } } }, - "registrants_email_notification": { + "host_save_video_order": { "type": "boolean" }, - "meeting_authentication": { + "host_video": { "type": "boolean" }, - "encryption_type": { - "type": "string" - }, - "approved_or_denied_countries_or_regions": { - "type": "object", - "properties": { - "enable": { - "type": "boolean" - } - }, - "required": [ - "enable" - ] - }, - "breakout_room": { - "type": "object", - "properties": { - "enable": { - "type": "boolean" - } - }, - "required": [ - "enable" - ] + "in_meeting": { + "type": "boolean" }, "internal_meeting": { "type": "boolean" }, - "continuous_meeting_chat": { - "type": "object", - "properties": { - "enable": { - "type": "boolean" - }, - "auto_add_invited_external_users": { - "type": "boolean" - }, - "channel_id": { - "type": "string" - } - }, - "required": [ - "enable", - "auto_add_invited_external_users" - ] + "jbh_time": { + "type": "integer" }, - "participant_focused_meeting": { + "join_before_host": { "type": "boolean" }, - "push_change_to_calendar": { - "type": "boolean" - }, - "auto_start_meeting_summary": { - "type": "boolean" - }, - "auto_start_ai_companion_questions": { - "type": "boolean" - }, - "alternative_hosts_email_notification": { - "type": "boolean" - }, - "show_join_info": { - "type": "boolean" - }, - "device_testing": { - "type": "boolean" - }, - "focus_mode": { + "meeting_authentication": { "type": "boolean" }, "meeting_invitees": { @@ -234,19 +176,37 @@ "email": { "type": "string" } - }, - "required": [ - "email" - ] + } } }, + "mute_upon_entry": { + "type": "boolean" + }, + "participant_focused_meeting": { + "type": "boolean" + }, + "participant_video": { + "type": "boolean" + }, "private_meeting": { "type": "boolean" }, - "email_notification": { + "push_change_to_calendar": { "type": "boolean" }, - "host_save_video_order": { + "registrants_confirmation_email": { + "type": "boolean" + }, + "registrants_email_notification": { + "type": "boolean" + }, + "request_permission_to_unmute_participants": { + "type": "boolean" + }, + "show_join_info": { + "type": "boolean" + }, + "show_share_button": { "type": "boolean" }, "sign_language_interpretation": { @@ -255,83 +215,40 @@ "enable": { "type": "boolean" } - }, - "required": [ - "enable" - ] + } }, - "email_in_attendee_report": { + "use_pmi": { "type": "boolean" }, - "enable_dedicated_group_chat": { + "waiting_room": { + "type": "boolean" + }, + "watermark": { "type": "boolean" } - }, - "required": [ - "host_video", - "participant_video", - "cn_meeting", - "in_meeting", - "join_before_host", - "jbh_time", - "mute_upon_entry", - "watermark", - "use_pmi", - "approval_type", - "audio", - "auto_recording", - "enforce_login", - "enforce_login_domains", - "alternative_hosts", - "alternative_host_update_polls", - "close_registration", - "show_share_button", - "allow_multiple_devices", - "registrants_confirmation_email", - "waiting_room", - "request_permission_to_unmute_participants", - "registrants_email_notification", - "meeting_authentication", - "encryption_type", - "approved_or_denied_countries_or_regions", - "breakout_room", - "internal_meeting", - "continuous_meeting_chat", - "participant_focused_meeting", - "push_change_to_calendar", - "resources", - "alternative_hosts_email_notification", - "show_join_info", - "device_testing", - "focus_mode", - "meeting_invitees", - "private_meeting", - "email_notification", - "host_save_video_order", - "sign_language_interpretation", - "email_in_attendee_report" - ] + } }, - "pre_schedule": { - "type": "boolean" + "start_time": { + "type": "string" + }, + "start_url": { + "type": "string" + }, + "status": { + "type": "string" + }, + "timezone": { + "type": "string" + }, + "topic": { + "type": "string" + }, + "type": { + "type": "integer" + }, + "uuid": { + "type": "string" } }, - "required": [ - "uuid", - "id", - "host_id", - "host_email", - "assistant_id", - "topic", - "type", - "status", - "timezone", - "agenda", - "created_at", - "start_url", - "join_url", - "settings", - "pre_schedule" - ], "version": 1 } diff --git a/packages/nodes-base/nodes/Zoom/__schema__/v1.0.0/meeting/getAll.json b/packages/nodes-base/nodes/Zoom/__schema__/v1.0.0/meeting/getAll.json index 3469244f8a..51b3560348 100644 --- a/packages/nodes-base/nodes/Zoom/__schema__/v1.0.0/meeting/getAll.json +++ b/packages/nodes-base/nodes/Zoom/__schema__/v1.0.0/meeting/getAll.json @@ -1,13 +1,28 @@ { "type": "object", "properties": { - "uuid": { + "created_at": { + "type": "string" + }, + "duration": { + "type": "integer" + }, + "host_id": { "type": "string" }, "id": { "type": "integer" }, - "host_id": { + "join_url": { + "type": "string" + }, + "start_time": { + "type": "string" + }, + "supportGoLive": { + "type": "boolean" + }, + "timezone": { "type": "string" }, "topic": { @@ -16,35 +31,9 @@ "type": { "type": "integer" }, - "start_time": { + "uuid": { "type": "string" - }, - "duration": { - "type": "integer" - }, - "timezone": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "join_url": { - "type": "string" - }, - "supportGoLive": { - "type": "boolean" } }, - "required": [ - "uuid", - "id", - "host_id", - "topic", - "type", - "duration", - "timezone", - "created_at", - "join_url" - ], "version": 1 }