mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)
This commit is contained in:
@@ -53,5 +53,6 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -10,9 +10,6 @@
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"cdate": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -76,9 +73,6 @@
|
||||
"scoreValues": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountContacts": {
|
||||
"type": "string"
|
||||
},
|
||||
"automationEntryCounts": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -112,6 +106,9 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"segmentio_id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -148,9 +145,6 @@
|
||||
"anonymized": {
|
||||
"type": "string"
|
||||
},
|
||||
"deleted_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"created_utc_timestamp": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -166,5 +160,6 @@
|
||||
"mpp_tracking": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -607,6 +607,56 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"accountContacts": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"account": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact": {
|
||||
"type": "string"
|
||||
},
|
||||
"jobTitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdTimestamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedTimestamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"account": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"account",
|
||||
"contact"
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"account",
|
||||
"contact",
|
||||
"jobTitle",
|
||||
"createdTimestamp",
|
||||
"updatedTimestamp",
|
||||
"links",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -778,10 +828,10 @@
|
||||
"scoreValues": {
|
||||
"type": "string"
|
||||
},
|
||||
"automationEntryCounts": {
|
||||
"accountContacts": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountContacts": {
|
||||
"automationEntryCounts": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -856,56 +906,7 @@
|
||||
"id",
|
||||
"organization"
|
||||
]
|
||||
},
|
||||
"accountContacts": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"account": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact": {
|
||||
"type": "string"
|
||||
},
|
||||
"jobTitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdTimestamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedTimestamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"account": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"account",
|
||||
"contact"
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"account",
|
||||
"contact",
|
||||
"jobTitle",
|
||||
"createdTimestamp",
|
||||
"updatedTimestamp",
|
||||
"links",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -138,5 +138,6 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -204,5 +204,6 @@
|
||||
"links",
|
||||
"id",
|
||||
"organization"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -22,5 +22,6 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -488,11 +488,11 @@
|
||||
"currency",
|
||||
"contact",
|
||||
"group",
|
||||
"owner",
|
||||
"stage",
|
||||
"cdate",
|
||||
"mdate",
|
||||
"description",
|
||||
"owner",
|
||||
"stage",
|
||||
"organization",
|
||||
"status",
|
||||
"nextdate",
|
||||
@@ -514,5 +514,6 @@
|
||||
"dealGroups",
|
||||
"dealStages",
|
||||
"deal"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -148,5 +148,6 @@
|
||||
},
|
||||
"required": [
|
||||
"deal"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -112,5 +112,6 @@
|
||||
"isDisabled": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -88,9 +88,6 @@
|
||||
"contact": {
|
||||
"type": "string"
|
||||
},
|
||||
"organization": {
|
||||
"type": "null"
|
||||
},
|
||||
"group": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -189,12 +186,6 @@
|
||||
},
|
||||
"isDisabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"account": {
|
||||
"type": "null"
|
||||
},
|
||||
"customerAccount": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -227,5 +218,6 @@
|
||||
"customerAccount"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -146,5 +146,6 @@
|
||||
"user": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -62,5 +62,6 @@
|
||||
},
|
||||
"required": [
|
||||
"tag"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -40,5 +40,6 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
20
packages/nodes-base/nodes/Adalo/__schema__/v1.0.0/collection/create.json
vendored
Normal file
20
packages/nodes-base/nodes/Adalo/__schema__/v1.0.0/collection/create.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"created_at",
|
||||
"updated_at"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -53,5 +53,6 @@
|
||||
"global"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -42,8 +42,7 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name"
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -55,5 +54,6 @@
|
||||
"entity_type",
|
||||
"created_at",
|
||||
"entity"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -37,5 +37,6 @@
|
||||
"crunchbase_uuid",
|
||||
"global",
|
||||
"person_ids"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -72,5 +72,6 @@
|
||||
"global",
|
||||
"person_ids",
|
||||
"list_entries"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
28
packages/nodes-base/nodes/ApiTemplateIo/__schema__/v1.0.0/image/create.json
vendored
Normal file
28
packages/nodes-base/nodes/ApiTemplateIo/__schema__/v1.0.0/image/create.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"download_url": {
|
||||
"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
|
||||
}
|
||||
@@ -14,10 +14,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"download_url",
|
||||
"template_id",
|
||||
"transaction_ref",
|
||||
"status"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -13,111 +13,6 @@
|
||||
"modified_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"start_on": {
|
||||
"type": "null"
|
||||
},
|
||||
"minimum_access_level_for_sharing": {
|
||||
"type": "string"
|
||||
},
|
||||
"minimum_access_level_for_customization": {
|
||||
"type": "string"
|
||||
},
|
||||
"default_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"default_view": {
|
||||
"type": "string"
|
||||
},
|
||||
"permalink_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"team": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"workspace": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"privacy_setting": {
|
||||
"type": "string"
|
||||
},
|
||||
"public": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"current_status": {
|
||||
"type": "null"
|
||||
},
|
||||
"current_status_update": {
|
||||
"type": "null"
|
||||
},
|
||||
"owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"completed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"completed_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"completed_by": {
|
||||
"type": "null"
|
||||
},
|
||||
"members": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -140,6 +35,114 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"type": "string"
|
||||
},
|
||||
"permalink_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"followers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -161,9 +164,6 @@
|
||||
"name"
|
||||
]
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -171,30 +171,31 @@
|
||||
"resource_type",
|
||||
"created_at",
|
||||
"modified_at",
|
||||
"start_on",
|
||||
"minimum_access_level_for_sharing",
|
||||
"minimum_access_level_for_customization",
|
||||
"default_access_level",
|
||||
"default_view",
|
||||
"permalink_url",
|
||||
"team",
|
||||
"workspace",
|
||||
"archived",
|
||||
"notes",
|
||||
"name",
|
||||
"privacy_setting",
|
||||
"public",
|
||||
"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",
|
||||
"owner",
|
||||
"completed",
|
||||
"completed_at",
|
||||
"completed_by",
|
||||
"members",
|
||||
"followers",
|
||||
"color",
|
||||
"icon",
|
||||
"color"
|
||||
]
|
||||
"permalink_url",
|
||||
"followers"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -169,8 +169,17 @@
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"privacy_setting": {
|
||||
"type": "string"
|
||||
},
|
||||
"default_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_formula_field": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"precision": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -401,5 +410,6 @@
|
||||
"start_on",
|
||||
"team",
|
||||
"workspace"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
"gid",
|
||||
"name",
|
||||
"resource_type"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -19,24 +19,23 @@
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"assignee": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"start_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"start_on": {
|
||||
"type": "null"
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"due_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"assignee_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
"completed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"actual_time_minutes": {
|
||||
"type": "integer"
|
||||
@@ -60,79 +59,17 @@
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"start_on": {
|
||||
"type": "null"
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"due_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"completed_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"assignee_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"completed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"num_hearts": {
|
||||
"type": "integer"
|
||||
},
|
||||
"num_likes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"start_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"liked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"hearted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"assignee_section": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"followers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
"liked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"parent": {
|
||||
"type": "object",
|
||||
@@ -159,6 +96,125 @@
|
||||
},
|
||||
"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"
|
||||
]
|
||||
}
|
||||
},
|
||||
"followers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -171,8 +227,8 @@
|
||||
"name",
|
||||
"notes",
|
||||
"assignee",
|
||||
"actual_time_minutes",
|
||||
"workspace",
|
||||
"tags",
|
||||
"start_at",
|
||||
"start_on",
|
||||
"resource_subtype",
|
||||
"due_at",
|
||||
@@ -180,16 +236,17 @@
|
||||
"completed_at",
|
||||
"assignee_status",
|
||||
"completed",
|
||||
"actual_time_minutes",
|
||||
"workspace",
|
||||
"num_hearts",
|
||||
"tags",
|
||||
"num_likes",
|
||||
"start_at",
|
||||
"liked",
|
||||
"likes",
|
||||
"hearted",
|
||||
"liked",
|
||||
"hearts",
|
||||
"followers",
|
||||
"likes",
|
||||
"parent",
|
||||
"permalink_url"
|
||||
]
|
||||
"permalink_url",
|
||||
"followers"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -9,26 +9,12 @@
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"name",
|
||||
"resource_type"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -63,12 +63,6 @@
|
||||
"due_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"completed_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"assignee_status": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -78,7 +72,7 @@
|
||||
"actual_time_minutes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"resource_type": {
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
@@ -90,6 +84,9 @@
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"memberships": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -143,88 +140,34 @@
|
||||
"parent": {
|
||||
"type": "null"
|
||||
},
|
||||
"likes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"user"
|
||||
]
|
||||
}
|
||||
},
|
||||
"hearts": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"user"
|
||||
]
|
||||
}
|
||||
},
|
||||
"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"
|
||||
},
|
||||
@@ -239,21 +182,6 @@
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"enum_value": {
|
||||
"type": "null"
|
||||
},
|
||||
"created_by": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -273,6 +201,24 @@
|
||||
"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": {
|
||||
@@ -302,41 +248,58 @@
|
||||
"color"
|
||||
]
|
||||
}
|
||||
},
|
||||
"precision": {
|
||||
"type": "integer"
|
||||
},
|
||||
"number_value": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"enabled",
|
||||
"name",
|
||||
"type",
|
||||
"created_by",
|
||||
"resource_subtype",
|
||||
"display_value",
|
||||
"created_by"
|
||||
"type",
|
||||
"name",
|
||||
"is_formula_field",
|
||||
"enabled",
|
||||
"display_value"
|
||||
]
|
||||
}
|
||||
},
|
||||
"followers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"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",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
"memberships",
|
||||
"parent",
|
||||
"likes",
|
||||
"hearts",
|
||||
"liked",
|
||||
"hearted",
|
||||
"followers",
|
||||
"permalink_url"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"actual_time_minutes": {
|
||||
"type": "null"
|
||||
},
|
||||
"assignee_status": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -27,6 +24,46 @@
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_by": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"name",
|
||||
"resource_type"
|
||||
]
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_formula_field": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_value_read_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"enum_options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -46,9 +83,6 @@
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"completion_state": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -60,29 +94,38 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"precision": {
|
||||
"type": "integer"
|
||||
},
|
||||
"multi_enum_values": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"is_formula_field": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_value_read_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"precision": {
|
||||
"type": "integer"
|
||||
"required": [
|
||||
"gid",
|
||||
"color",
|
||||
"enabled",
|
||||
"name",
|
||||
"resource_type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -100,6 +143,9 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"due_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"followers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -299,5 +345,6 @@
|
||||
"tags",
|
||||
"resource_subtype",
|
||||
"workspace"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -6,9 +6,16 @@
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -19,5 +19,6 @@
|
||||
"name",
|
||||
"resource_type",
|
||||
"resource_subtype"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -106,15 +106,53 @@
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"assignee": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"liked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"hearted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"permalink_url": {
|
||||
"followers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
},
|
||||
"memberships": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -165,6 +203,9 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"permalink_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"custom_fields": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -176,36 +217,20 @@
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_by": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"precision": {
|
||||
"type": "integer"
|
||||
},
|
||||
"enum_options": {
|
||||
"type": "array",
|
||||
@@ -236,75 +261,20 @@
|
||||
"color"
|
||||
]
|
||||
}
|
||||
},
|
||||
"precision": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"enabled",
|
||||
"name",
|
||||
"created_by",
|
||||
"resource_subtype",
|
||||
"type",
|
||||
"resource_subtype",
|
||||
"display_value",
|
||||
"created_by"
|
||||
]
|
||||
}
|
||||
},
|
||||
"followers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"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",
|
||||
"parent",
|
||||
"likes",
|
||||
"hearts",
|
||||
"liked",
|
||||
"hearted",
|
||||
"permalink_url",
|
||||
"memberships",
|
||||
"followers"
|
||||
"enabled",
|
||||
"display_value"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -106,5 +106,6 @@
|
||||
"is_editable",
|
||||
"created_by",
|
||||
"target"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
12
packages/nodes-base/nodes/Asana/__schema__/v1.0.0/taskProject/add.json
vendored
Normal file
12
packages/nodes-base/nodes/Asana/__schema__/v1.0.0/taskProject/add.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -28,9 +28,21 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["gid", "name", "resource_type"]
|
||||
"required": [
|
||||
"gid",
|
||||
"name",
|
||||
"resource_type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["gid", "email", "name", "photo", "resource_type", "workspaces"]
|
||||
"required": [
|
||||
"gid",
|
||||
"email",
|
||||
"name",
|
||||
"photo",
|
||||
"resource_type",
|
||||
"workspaces"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
"gid",
|
||||
"name",
|
||||
"resource_type"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -23,5 +23,6 @@
|
||||
"Score",
|
||||
"Text",
|
||||
"Type"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -31,5 +31,6 @@
|
||||
"required": [
|
||||
"Sentiment",
|
||||
"SentimentScore"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -84,5 +84,6 @@
|
||||
"TextModelVersion": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"CreationDate": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -10,6 +10,12 @@
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumAlgorithm": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Size": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -17,11 +23,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Key",
|
||||
"LastModified",
|
||||
"ETag",
|
||||
"Size",
|
||||
"StorageClass"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -18,5 +18,6 @@
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -10,6 +10,12 @@
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumAlgorithm": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Size": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -23,5 +29,6 @@
|
||||
"ETag",
|
||||
"Size",
|
||||
"StorageClass"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -23,6 +23,13 @@
|
||||
},
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumCRC64NVME": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -23,5 +23,6 @@
|
||||
"ETag",
|
||||
"Size",
|
||||
"StorageClass"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -44,5 +44,6 @@
|
||||
"ResponseMetadata"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreationTime": {
|
||||
"type": "number"
|
||||
},
|
||||
"IdentifyLanguage": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -18,11 +15,15 @@
|
||||
"MediaFileUri"
|
||||
]
|
||||
},
|
||||
"StartTime": {
|
||||
"type": "number"
|
||||
},
|
||||
"TranscriptionJobName": {
|
||||
"type": "string"
|
||||
},
|
||||
"TranscriptionJobStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -47,9 +47,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"title",
|
||||
"fields",
|
||||
"employees"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"1357": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -39,5 +39,6 @@
|
||||
"photoUploaded",
|
||||
"photoUrl",
|
||||
"canUploadPhoto"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -45,9 +45,6 @@
|
||||
"transparent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "null"
|
||||
},
|
||||
"template_name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -88,5 +85,6 @@
|
||||
"render_pdf",
|
||||
"pdf_url",
|
||||
"pdf_url_compressed"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
93
packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/image/get.json
vendored
Normal file
93
packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/image/get.json
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"uid": {
|
||||
"type": "string"
|
||||
},
|
||||
"template": {
|
||||
"type": "string"
|
||||
},
|
||||
"template_version": {
|
||||
"type": "null"
|
||||
},
|
||||
"modifications": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"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
|
||||
}
|
||||
@@ -38,5 +38,6 @@
|
||||
"tags",
|
||||
"deeplinks",
|
||||
"references"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -51,5 +51,6 @@
|
||||
"type",
|
||||
"externalId",
|
||||
"permissions"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -218,5 +218,6 @@
|
||||
"shared_link",
|
||||
"parent",
|
||||
"item_status"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -215,5 +215,6 @@
|
||||
"shared_link",
|
||||
"parent",
|
||||
"item_status"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -195,6 +195,26 @@
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"etag"
|
||||
]
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -194,5 +194,6 @@
|
||||
"item_status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -214,5 +214,6 @@
|
||||
"order"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -194,28 +194,6 @@
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"file_version": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha1": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"sha1"
|
||||
]
|
||||
},
|
||||
"sha1": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -284,5 +262,6 @@
|
||||
"parent",
|
||||
"item_status",
|
||||
"item_collection"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -145,33 +145,9 @@
|
||||
"login"
|
||||
]
|
||||
},
|
||||
"shared_link": {
|
||||
"type": "null"
|
||||
},
|
||||
"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": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -180,5 +156,6 @@
|
||||
"type",
|
||||
"id",
|
||||
"etag"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -19,19 +19,12 @@
|
||||
"modifiedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"FIRSTNAME": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"listIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -31,14 +31,11 @@
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"SMS": {
|
||||
"type": "string"
|
||||
},
|
||||
"FIRSTNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
"LASTNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
"PHONE": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -52,5 +49,6 @@
|
||||
"listIds",
|
||||
"listUnsubscribed",
|
||||
"attributes"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
12
packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/update.json
vendored
Normal file
12
packages/nodes-base/nodes/Brevo/__schema__/v1.0.0/contact/update.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -4,5 +4,9 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -5,7 +5,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"messageId"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"messageId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
"required": [
|
||||
"status",
|
||||
"id"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,22 +1,18 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Modified Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created Date": {
|
||||
"_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created By": {
|
||||
"type": "string"
|
||||
},
|
||||
"_id": {
|
||||
"Created Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified Date": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Modified Date",
|
||||
"Created Date",
|
||||
"_id"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,22 +1,23 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Created Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created By": {
|
||||
"_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"_id": {
|
||||
"Created By": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created Date": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Created Date",
|
||||
"_id",
|
||||
"Modified Date",
|
||||
"_id"
|
||||
]
|
||||
"Created Date"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -4,5 +4,9 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -31,5 +31,6 @@
|
||||
"personId",
|
||||
"personEmail",
|
||||
"created"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -183,5 +183,6 @@
|
||||
"emailProvider",
|
||||
"indexedAt",
|
||||
"phone"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -28,5 +28,6 @@
|
||||
"resolved",
|
||||
"unresolved",
|
||||
"items"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -33,9 +33,6 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"orderindex": {
|
||||
"type": "null"
|
||||
},
|
||||
"assignee": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -91,5 +88,6 @@
|
||||
"resolved",
|
||||
"unresolved",
|
||||
"items"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -42,12 +42,6 @@
|
||||
},
|
||||
"route": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_agent": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -156,5 +150,6 @@
|
||||
"hist_id",
|
||||
"date",
|
||||
"version"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -117,5 +117,6 @@
|
||||
"reactions",
|
||||
"date",
|
||||
"reply_count"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -57,5 +57,6 @@
|
||||
"statuses",
|
||||
"lists",
|
||||
"permission_level"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -88,9 +88,6 @@
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "null"
|
||||
},
|
||||
"task_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -168,5 +165,6 @@
|
||||
"statuses",
|
||||
"lists",
|
||||
"permission_level"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,12 +7,6 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
},
|
||||
"override_statuses": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"hidden": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -81,12 +75,6 @@
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "null"
|
||||
},
|
||||
"task_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -148,6 +136,9 @@
|
||||
},
|
||||
"permission_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -184,5 +175,6 @@
|
||||
"statuses",
|
||||
"lists",
|
||||
"permission_level"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -126,5 +126,6 @@
|
||||
"archived",
|
||||
"override_statuses",
|
||||
"permission_level"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -25,5 +25,6 @@
|
||||
"date_created",
|
||||
"hide_from_guests",
|
||||
"required"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -10,24 +10,12 @@
|
||||
"deleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "null"
|
||||
},
|
||||
"assignee": {
|
||||
"type": "null"
|
||||
},
|
||||
"due_date": {
|
||||
"type": "null"
|
||||
},
|
||||
"start_date": {
|
||||
"type": "null"
|
||||
},
|
||||
"folder": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -130,5 +118,6 @@
|
||||
"override_statuses",
|
||||
"statuses",
|
||||
"permission_level"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -25,9 +22,6 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"hidden": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"access": {
|
||||
"type": "boolean"
|
||||
}
|
||||
@@ -80,5 +74,6 @@
|
||||
"archived",
|
||||
"override_statuses",
|
||||
"permission_level"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -16,15 +13,9 @@
|
||||
"profileInfo": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"verified_ambassador": {
|
||||
"type": "null"
|
||||
},
|
||||
"verified_consultant": {
|
||||
"type": "null"
|
||||
},
|
||||
"viewed_verified_ambassador": {
|
||||
"type": "null"
|
||||
},
|
||||
"viewed_verified_consultant": {
|
||||
"type": "null"
|
||||
}
|
||||
@@ -50,5 +41,6 @@
|
||||
"initials",
|
||||
"profilePicture",
|
||||
"profileInfo"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
"date_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"date_done": {
|
||||
"date_closed": {
|
||||
"type": "null"
|
||||
},
|
||||
"archived": {
|
||||
@@ -93,9 +93,6 @@
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"initials": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -213,6 +210,9 @@
|
||||
"color"
|
||||
]
|
||||
}
|
||||
},
|
||||
"new_drop_down": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -384,5 +384,6 @@
|
||||
"project",
|
||||
"folder",
|
||||
"space"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
12
packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/delete.json
vendored
Normal file
12
packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/task/delete.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -10,12 +10,6 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"text_content": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -107,6 +101,36 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"group_assignees": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"color": {
|
||||
"type": "null"
|
||||
},
|
||||
"initials": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"color",
|
||||
"initials",
|
||||
"email"
|
||||
]
|
||||
}
|
||||
},
|
||||
"watchers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -175,6 +199,9 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"assignee": {
|
||||
"type": "null"
|
||||
},
|
||||
"group_assignee": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -190,9 +217,15 @@
|
||||
"start_date": {
|
||||
"type": "null"
|
||||
},
|
||||
"start_date_time": {
|
||||
"type": "null"
|
||||
},
|
||||
"due_date": {
|
||||
"type": "null"
|
||||
},
|
||||
"due_date_time": {
|
||||
"type": "null"
|
||||
},
|
||||
"sent_due_date_notif": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -368,9 +401,6 @@
|
||||
},
|
||||
"tag_bg": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -401,8 +431,8 @@
|
||||
"type_config": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sorting": {
|
||||
"type": "string"
|
||||
"new_drop_down": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"options": {
|
||||
"type": "array",
|
||||
@@ -424,6 +454,9 @@
|
||||
"color"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sorting": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -625,21 +658,12 @@
|
||||
"extension": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_folder": {
|
||||
"type": "null"
|
||||
},
|
||||
"mimetype": {
|
||||
"type": "string"
|
||||
},
|
||||
"hidden": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"parent_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total_comments": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -660,6 +684,9 @@
|
||||
},
|
||||
"initials": {
|
||||
"type": "string"
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -677,6 +704,9 @@
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_data": {
|
||||
"type": "null"
|
||||
},
|
||||
"workspace_id": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -696,7 +726,6 @@
|
||||
"version",
|
||||
"extension",
|
||||
"thumbnail_small",
|
||||
"thumbnail_medium",
|
||||
"thumbnail_large",
|
||||
"is_folder",
|
||||
"mimetype",
|
||||
@@ -710,9 +739,7 @@
|
||||
"orientation",
|
||||
"url",
|
||||
"email_data",
|
||||
"workspace_id",
|
||||
"url_w_query",
|
||||
"url_w_host"
|
||||
"workspace_id"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -744,7 +771,6 @@
|
||||
"start_date",
|
||||
"points",
|
||||
"time_estimate",
|
||||
"time_spent",
|
||||
"custom_fields",
|
||||
"dependencies",
|
||||
"linked_tasks",
|
||||
@@ -756,7 +782,7 @@
|
||||
"list",
|
||||
"project",
|
||||
"folder",
|
||||
"space",
|
||||
"attachments"
|
||||
]
|
||||
"space"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
"type": "null"
|
||||
},
|
||||
"assignee": {
|
||||
"type": "null"
|
||||
@@ -242,6 +242,9 @@
|
||||
},
|
||||
"tag_bg": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -269,6 +272,9 @@
|
||||
"type_config": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sorting": {
|
||||
"type": "string"
|
||||
},
|
||||
"options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -310,6 +316,44 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"task_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"depends_on": {
|
||||
"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"
|
||||
]
|
||||
}
|
||||
},
|
||||
"linked_tasks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -513,5 +557,6 @@
|
||||
"project",
|
||||
"folder",
|
||||
"space"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -232,9 +232,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"points": {
|
||||
"type": "null"
|
||||
},
|
||||
"time_spent": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -255,6 +252,9 @@
|
||||
"type_config": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sorting": {
|
||||
"type": "string"
|
||||
},
|
||||
"options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -275,12 +275,6 @@
|
||||
"color"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sorting": {
|
||||
"type": "string"
|
||||
},
|
||||
"new_drop_down": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -523,15 +517,6 @@
|
||||
"extension": {
|
||||
"type": "string"
|
||||
},
|
||||
"thumbnail_small": {
|
||||
"type": "string"
|
||||
},
|
||||
"thumbnail_medium": {
|
||||
"type": "string"
|
||||
},
|
||||
"thumbnail_large": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_folder": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -669,5 +654,6 @@
|
||||
"project",
|
||||
"folder",
|
||||
"space"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
12
packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/taskTag/add.json
vendored
Normal file
12
packages/nodes-base/nodes/ClickUp/__schema__/v1.0.0/taskTag/add.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -90,6 +90,32 @@
|
||||
"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"
|
||||
},
|
||||
@@ -142,5 +168,6 @@
|
||||
"approval_id",
|
||||
"task_location",
|
||||
"task_url"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
35
packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/client/getAll.json
vendored
Normal file
35
packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/client/getAll.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"workspaceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"currencyId": {
|
||||
"type": "string"
|
||||
},
|
||||
"currencyCode": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"email",
|
||||
"workspaceId",
|
||||
"archived",
|
||||
"address",
|
||||
"note",
|
||||
"currencyId",
|
||||
"currencyCode"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -74,9 +74,6 @@
|
||||
"clientName": {
|
||||
"type": "string"
|
||||
},
|
||||
"note": {
|
||||
"type": "string"
|
||||
},
|
||||
"costRate": {
|
||||
"type": "null"
|
||||
},
|
||||
@@ -131,5 +128,6 @@
|
||||
"estimateReset",
|
||||
"template",
|
||||
"public"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user