mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"owner": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedTimestamp": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": {
|
||||
"trackingLogs": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mpp_tracking": {
|
||||
"type": "string"
|
||||
},
|
||||
"automationEntryCounts": {
|
||||
"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": [
|
||||
"bounceLogs",
|
||||
"contactAutomations",
|
||||
"contactData",
|
||||
"contactGoals",
|
||||
"contactLists",
|
||||
"contactLogs",
|
||||
"contactTags",
|
||||
"contactDeals",
|
||||
"deals",
|
||||
"fieldValues",
|
||||
"geoIps",
|
||||
"notes",
|
||||
"organization",
|
||||
"plusAppend",
|
||||
"trackingLogs",
|
||||
"scoreValues",
|
||||
"automationEntryCounts"
|
||||
]
|
||||
},
|
||||
"fieldValues": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -4,24 +4,20 @@
|
||||
"cdate": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"tag": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"tag",
|
||||
"contact"
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"tag": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
"scoreValues": {
|
||||
"type": "string"
|
||||
},
|
||||
"trackingLogs": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"accountContacts": {
|
||||
"stage": {
|
||||
"type": "string"
|
||||
},
|
||||
"automationEntryCounts": {
|
||||
"tasks": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"bounceLogs",
|
||||
"contactAutomations",
|
||||
"contactData",
|
||||
"contactGoals",
|
||||
"contactLists",
|
||||
"contactLogs",
|
||||
"contactTags",
|
||||
"contactDeals",
|
||||
"deals",
|
||||
"fieldValues",
|
||||
"geoIps",
|
||||
"notes",
|
||||
"organization",
|
||||
"plusAppend",
|
||||
"trackingLogs",
|
||||
"scoreValues",
|
||||
"accountContacts",
|
||||
"automationEntryCounts"
|
||||
]
|
||||
"mdate": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"nextdate": {
|
||||
"type": "null"
|
||||
},
|
||||
"nextdealid": {
|
||||
"type": "string"
|
||||
},
|
||||
"organization": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
]
|
||||
"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": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"title",
|
||||
"currency",
|
||||
"autoassign",
|
||||
"allusers",
|
||||
"allgroups",
|
||||
"win_probability_initialize_date",
|
||||
"cdate",
|
||||
"udate",
|
||||
"links",
|
||||
"id"
|
||||
]
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"udate": {
|
||||
"type": "string"
|
||||
},
|
||||
"win_probability_initialize_date": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"order": {
|
||||
"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": {
|
||||
"width": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
"mdate": {
|
||||
"type": "string"
|
||||
},
|
||||
"nextdealid": {
|
||||
"type": "string"
|
||||
},
|
||||
"owner": {
|
||||
"type": "string"
|
||||
},
|
||||
"percent": {
|
||||
"type": "string"
|
||||
},
|
||||
"stage": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"isDisabled": {
|
||||
"type": "boolean"
|
||||
"links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"group": {
|
||||
"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"
|
||||
]
|
||||
"order": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"udate": {
|
||||
"type": "string"
|
||||
},
|
||||
"width": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -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,68 +96,49 @@
|
||||
"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": {
|
||||
"updated_timestamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"user": {
|
||||
"type": "string"
|
||||
},
|
||||
"addressLists": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"contactGoalLists",
|
||||
"user",
|
||||
"addressLists"
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"user": {
|
||||
"userid": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
"subscriber_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
"subscriber_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"tag": {
|
||||
"type": "string"
|
||||
},
|
||||
"tagType": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_timestamp": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
"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": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"list_id",
|
||||
"creator_id",
|
||||
"entity_id",
|
||||
"entity_type",
|
||||
"created_at"
|
||||
]
|
||||
"person_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"domain",
|
||||
"domains",
|
||||
"crunchbase_uuid",
|
||||
"global",
|
||||
"person_ids",
|
||||
"list_entries"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
24
packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/getAll.json
vendored
Normal file
24
packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/getAll.json
vendored
Normal file
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -4,14 +4,14 @@
|
||||
"download_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"template_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"transaction_ref": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
"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"
|
||||
},
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -11,10 +11,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"name",
|
||||
"resource_type"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,14 +1,121 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"number_value": {
|
||||
"type": "null"
|
||||
},
|
||||
"precision": {
|
||||
"type": "integer"
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name",
|
||||
"resource_subtype"
|
||||
]
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_formula_field": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enum_value": {
|
||||
"start_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"enum_options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"start_on": {
|
||||
"type": "null"
|
||||
},
|
||||
"workspace": {
|
||||
"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": [
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -11,10 +11,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"name",
|
||||
"resource_type"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
"projects": {
|
||||
"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"
|
||||
},
|
||||
"hearted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"hearts": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
@@ -15,24 +119,29 @@
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
"liked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"num_likes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"num_hearts": {
|
||||
"type": "integer"
|
||||
},
|
||||
"workspace": {
|
||||
"likes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
@@ -41,51 +150,22 @@
|
||||
"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": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"actual_time_minutes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"notes": {
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"modified_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"memberships": {
|
||||
"type": "array",
|
||||
@@ -98,18 +178,13 @@
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"section": {
|
||||
"type": "object",
|
||||
@@ -117,61 +192,39 @@
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"modified_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"required": [
|
||||
"project",
|
||||
"section"
|
||||
]
|
||||
}
|
||||
"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_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_formula_field": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enum_value": {
|
||||
"start_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"enum_options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"start_on": {
|
||||
"type": "null"
|
||||
},
|
||||
"workspace": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"color": {
|
||||
"resource_type": {
|
||||
"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",
|
||||
"is_formula_field",
|
||||
"enabled",
|
||||
"display_value"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -1,9 +1,20 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"assignee": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"assignee_status": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -18,21 +29,23 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_by": {
|
||||
"enum_options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -42,17 +55,10 @@
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"enabled",
|
||||
"name",
|
||||
"description",
|
||||
"created_by",
|
||||
"display_value",
|
||||
"resource_subtype",
|
||||
"resource_type",
|
||||
"is_formula_field",
|
||||
"is_value_read_only",
|
||||
"type"
|
||||
]
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"precision": {
|
||||
"type": "integer"
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"due_at": {
|
||||
@@ -160,13 +125,11 @@
|
||||
"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,13 +205,11 @@
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"name",
|
||||
"resource_type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
@@ -284,16 +231,8 @@
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"name",
|
||||
"resource_type"
|
||||
]
|
||||
}
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"workspace": {
|
||||
"type": "object",
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -7,15 +7,12 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,18 +7,12 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"name",
|
||||
"resource_type",
|
||||
"resource_subtype"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,136 +1,101 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"liked": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"hearted": {
|
||||
"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",
|
||||
"items": {
|
||||
@@ -139,19 +104,23 @@
|
||||
"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",
|
||||
@@ -164,18 +133,13 @@
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"section": {
|
||||
"type": "object",
|
||||
@@ -183,30 +147,36 @@
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"modified_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"required": [
|
||||
"project",
|
||||
"section"
|
||||
]
|
||||
}
|
||||
"num_hearts": {
|
||||
"type": "integer"
|
||||
},
|
||||
"num_likes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"permalink_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"custom_fields": {
|
||||
"projects": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
@@ -214,25 +184,25 @@
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"resource_subtype": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
"start_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"precision": {
|
||||
"type": "integer"
|
||||
},
|
||||
"enum_options": {
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
@@ -240,39 +210,27 @@
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"workspace": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gid": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"color": {
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"enabled",
|
||||
"name",
|
||||
"color"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"created_by",
|
||||
"resource_subtype",
|
||||
"type",
|
||||
"name",
|
||||
"enabled",
|
||||
"display_value"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"resource_type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"name": {
|
||||
"source": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"resource_type",
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -11,10 +11,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gid",
|
||||
"name",
|
||||
"resource_type"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -17,12 +17,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"BeginOffset",
|
||||
"EndOffset",
|
||||
"Score",
|
||||
"Text",
|
||||
"Type"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -19,18 +19,8 @@
|
||||
"Positive": {
|
||||
"type": "number"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Mixed",
|
||||
"Negative",
|
||||
"Neutral",
|
||||
"Positive"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Sentiment",
|
||||
"SentimentScore"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Confidence",
|
||||
"DetectedText",
|
||||
"Geometry",
|
||||
"Id",
|
||||
"Type"
|
||||
]
|
||||
"Type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"TextModelVersion": {
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"CreationDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreationDate": {
|
||||
"Name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -7,16 +7,16 @@
|
||||
"xmlns": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"xmlns"
|
||||
]
|
||||
},
|
||||
"LastModified": {
|
||||
"ChecksumCRC64NVME": {
|
||||
"type": "string"
|
||||
},
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModified": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -10,39 +10,25 @@
|
||||
"xmlns": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"xmlns"
|
||||
]
|
||||
},
|
||||
"SendEmailResult": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"MessageId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"MessageId"
|
||||
]
|
||||
},
|
||||
"ResponseMetadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"RequestId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"RequestId"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"$",
|
||||
"SendEmailResult",
|
||||
"ResponseMetadata"
|
||||
]
|
||||
"SendEmailResult": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"MessageId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -10,10 +10,7 @@
|
||||
"MediaFileUri": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"MediaFileUri"
|
||||
]
|
||||
}
|
||||
},
|
||||
"StartTime": {
|
||||
"type": "number"
|
||||
|
||||
@@ -1,51 +1,43 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"title": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"type",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
},
|
||||
"employees": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"hireDate": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,12 +1,18 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
56
packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/template/get.json
vendored
Normal file
56
packages/nodes-base/nodes/Bannerbear/__schema__/v1.0.0/template/get.json
vendored
Normal file
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
"path_collection": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"entries": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"item_status": {
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"name",
|
||||
"login"
|
||||
]
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"parent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"sequence_id",
|
||||
"etag",
|
||||
"name"
|
||||
]
|
||||
"path_collection": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"entries": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"item_status": {
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"name",
|
||||
"login"
|
||||
]
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"parent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"sequence_id",
|
||||
"etag",
|
||||
"name"
|
||||
]
|
||||
"path_collection": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"entries": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"item_status": {
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
"path_collection": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"entries": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"item_status": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"shared_link": {
|
||||
"type": "null"
|
||||
"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": {
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"total_count",
|
||||
"entries",
|
||||
"offset",
|
||||
"limit",
|
||||
"order"
|
||||
]
|
||||
"total_count": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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
|
||||
|
||||
@@ -1,216 +1,90 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"sequence_id",
|
||||
"etag",
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"item_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"item_collection": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"total_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"entries": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"sequence_id": {
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"item_collection": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"entries": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"file_version": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha1": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"sequence_id",
|
||||
"etag",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
},
|
||||
"offset": {
|
||||
"type": "integer"
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"sequence_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha1": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"limit": {
|
||||
"type": "integer"
|
||||
},
|
||||
"offset": {
|
||||
"type": "integer"
|
||||
},
|
||||
"order": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -222,46 +96,111 @@
|
||||
"direction": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"by",
|
||||
"direction"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"total_count",
|
||||
"entries",
|
||||
"offset",
|
||||
"limit",
|
||||
"order"
|
||||
]
|
||||
"total_count": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
"path_collection": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"entries": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"folder_upload_email": {
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
"modifiedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"FIRSTNAME": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"smsBlacklisted": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"emailBlacklisted",
|
||||
"smsBlacklisted",
|
||||
"createdAt",
|
||||
"modifiedAt",
|
||||
"listIds",
|
||||
"listUnsubscribed",
|
||||
"attributes"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,16 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"status",
|
||||
"id"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
27
packages/nodes-base/nodes/Cisco/Webex/__schema__/v1.0.0/message/get.json
vendored
Normal file
27
packages/nodes-base/nodes/Cisco/Webex/__schema__/v1.0.0/message/get.json
vendored
Normal file
@@ -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
|
||||
}
|
||||
15
packages/nodes-base/nodes/Clearbit/__schema__/v1.0.0/company/autocomplete.json
vendored
Normal file
15
packages/nodes-base/nodes/Clearbit/__schema__/v1.0.0/company/autocomplete.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"logo": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"url",
|
||||
"type"
|
||||
]
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"orderindex",
|
||||
"assignee",
|
||||
"group_assignee",
|
||||
"resolved",
|
||||
"parent",
|
||||
"date_created",
|
||||
"children"
|
||||
]
|
||||
"start_date": {
|
||||
"type": "null"
|
||||
},
|
||||
"start_date_time": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"task_id",
|
||||
"name",
|
||||
"date_created",
|
||||
"orderindex",
|
||||
"creator",
|
||||
"resolved",
|
||||
"unresolved",
|
||||
"items"
|
||||
],
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
},
|
||||
"resolved": {
|
||||
"type": "integer"
|
||||
},
|
||||
"task_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"unresolved": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"userid",
|
||||
"current_time",
|
||||
"route"
|
||||
]
|
||||
"userid": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"text"
|
||||
]
|
||||
"text": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"comment_text": {
|
||||
"type": "string"
|
||||
},
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"username": {
|
||||
"date": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"initials": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"username",
|
||||
"email",
|
||||
"color",
|
||||
"initials",
|
||||
"profilePicture"
|
||||
]
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"username",
|
||||
"email",
|
||||
"initials",
|
||||
"profilePicture"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"reaction",
|
||||
"date",
|
||||
"user"
|
||||
]
|
||||
}
|
||||
},
|
||||
"date": {
|
||||
"username": {
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
"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": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
},
|
||||
"color": {
|
||||
"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": {
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
},
|
||||
"color": {
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"status_group": {
|
||||
"task_count": {
|
||||
"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": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"orderindex",
|
||||
"override_statuses",
|
||||
"hidden",
|
||||
"space",
|
||||
"task_count",
|
||||
"archived",
|
||||
"statuses",
|
||||
"lists",
|
||||
"permission_level"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,71 +1,26 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"hidden": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"space": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"task_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"statuses": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"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": {
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -75,8 +30,60 @@
|
||||
"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"
|
||||
},
|
||||
"permission_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"space": {
|
||||
"type": "object",
|
||||
@@ -86,95 +93,35 @@
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"access": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"access"
|
||||
]
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"status_group": {
|
||||
"task_count": {
|
||||
"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": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"orderindex",
|
||||
"override_statuses",
|
||||
"hidden",
|
||||
"space",
|
||||
"task_count",
|
||||
"archived",
|
||||
"statuses",
|
||||
"lists",
|
||||
"permission_level"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"status",
|
||||
"orderindex",
|
||||
"color",
|
||||
"type",
|
||||
"status_group"
|
||||
]
|
||||
}
|
||||
},
|
||||
"permission_level": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"deleted",
|
||||
"orderindex",
|
||||
"content",
|
||||
"priority",
|
||||
"assignee",
|
||||
"due_date",
|
||||
"start_date",
|
||||
"folder",
|
||||
"space",
|
||||
"archived",
|
||||
"override_statuses",
|
||||
"permission_level"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"status",
|
||||
"orderindex",
|
||||
"color",
|
||||
"type",
|
||||
"status_group"
|
||||
]
|
||||
}
|
||||
},
|
||||
"permission_level": {
|
||||
"type": {
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -1,79 +1,52 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"task_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"folder": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"access": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"access": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"hidden",
|
||||
"access"
|
||||
]
|
||||
"permission_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"tag_fg",
|
||||
"tag_bg",
|
||||
"creator"
|
||||
]
|
||||
}
|
||||
},
|
||||
"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,41 +75,85 @@
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"color"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"new_drop_down": {
|
||||
"type": "boolean"
|
||||
"sorting": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"custom_item_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"date_created": {
|
||||
"type": "string"
|
||||
},
|
||||
"hide_from_guests": {
|
||||
"date_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"folder": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"access": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"type",
|
||||
"type_config",
|
||||
"date_created",
|
||||
"hide_from_guests",
|
||||
"required"
|
||||
]
|
||||
}
|
||||
},
|
||||
"team_id": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"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",
|
||||
@@ -246,144 +161,103 @@
|
||||
"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",
|
||||
"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",
|
||||
"time_spent",
|
||||
"custom_fields",
|
||||
"dependencies",
|
||||
"linked_tasks",
|
||||
"locations",
|
||||
"team_id",
|
||||
"url",
|
||||
"sharing",
|
||||
"permission_level",
|
||||
"list",
|
||||
"project",
|
||||
"folder",
|
||||
"space"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
},
|
||||
"resolved": {
|
||||
"type": "integer"
|
||||
},
|
||||
"task_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"date_created": {
|
||||
"type": "string"
|
||||
},
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
},
|
||||
"creator": {
|
||||
"type": "integer"
|
||||
},
|
||||
"resolved": {
|
||||
"type": "integer"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"custom_item_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"date_created": {
|
||||
"type": "string"
|
||||
},
|
||||
"hide_from_guests": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"type",
|
||||
"type_config",
|
||||
"date_created",
|
||||
"hide_from_guests",
|
||||
"required"
|
||||
]
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"task_id",
|
||||
"link_id",
|
||||
"date_created",
|
||||
"userid",
|
||||
"workspace_id"
|
||||
]
|
||||
"list": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"access": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"locations": {
|
||||
@@ -395,11 +221,104 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name"
|
||||
]
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"orderindex": {
|
||||
"type": "string"
|
||||
},
|
||||
"permission_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"project": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"access": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"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": {
|
||||
"watchers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"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": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"initials": {
|
||||
"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": {
|
||||
"username": {
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"source": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"email": {
|
||||
"username": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"username",
|
||||
"color",
|
||||
"initials",
|
||||
"email",
|
||||
"profilePicture"
|
||||
]
|
||||
"version": {
|
||||
"type": "integer"
|
||||
},
|
||||
"workspace_id": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"type": "string"
|
||||
},
|
||||
"tag_bg": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"tag_fg",
|
||||
"tag_bg",
|
||||
"creator"
|
||||
]
|
||||
}
|
||||
},
|
||||
"time_spent": {
|
||||
"orderindex": {
|
||||
"type": "integer"
|
||||
},
|
||||
"resolved": {
|
||||
"type": "integer"
|
||||
},
|
||||
"task_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"unresolved": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"custom_item_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"date_created": {
|
||||
"type": "string"
|
||||
},
|
||||
"hide_from_guests": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"type",
|
||||
"type_config",
|
||||
"date_created",
|
||||
"hide_from_guests",
|
||||
"required"
|
||||
]
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"task_id",
|
||||
"link_id",
|
||||
"date_created",
|
||||
"userid",
|
||||
"workspace_id"
|
||||
]
|
||||
"list": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"access": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"locations": {
|
||||
@@ -375,285 +347,129 @@
|
||||
"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",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id"
|
||||
]
|
||||
"status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"attachments": {
|
||||
"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": {
|
||||
"tag_fg": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"username",
|
||||
"email",
|
||||
"initials",
|
||||
"color",
|
||||
"profilePicture"
|
||||
]
|
||||
"team_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"deleted": {
|
||||
"type": "boolean"
|
||||
"time_spent": {
|
||||
"type": "integer"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_data": {
|
||||
"type": "null"
|
||||
},
|
||||
"workspace_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"url_w_query": {
|
||||
"watchers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"url_w_host": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"initials": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"status",
|
||||
"color",
|
||||
"type",
|
||||
"orderindex"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"status",
|
||||
"custom_type"
|
||||
]
|
||||
},
|
||||
"wid": {
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"initials": {
|
||||
"type": {
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -1,133 +1,104 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
"billable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"clientId": {
|
||||
"type": "string"
|
||||
},
|
||||
"workspaceId": {
|
||||
"clientName": {
|
||||
"type": "string"
|
||||
},
|
||||
"billable": {
|
||||
"type": "boolean"
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"costRate": {
|
||||
"type": "null"
|
||||
},
|
||||
"duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"estimate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"estimate": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hourlyRate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"currency": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"memberships": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"userId": {
|
||||
"type": "string"
|
||||
},
|
||||
"costRate": {
|
||||
"type": "null"
|
||||
},
|
||||
"targetId": {
|
||||
"membershipStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"membershipType": {
|
||||
"type": "string"
|
||||
},
|
||||
"membershipStatus": {
|
||||
"targetId": {
|
||||
"type": "string"
|
||||
},
|
||||
"userId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"userId",
|
||||
"hourlyRate",
|
||||
"costRate",
|
||||
"targetId",
|
||||
"membershipType",
|
||||
"membershipStatus"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"estimate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"estimate": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"estimate",
|
||||
"type"
|
||||
]
|
||||
},
|
||||
"archived": {
|
||||
"public": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"clientName": {
|
||||
"type": "string"
|
||||
},
|
||||
"costRate": {
|
||||
"type": "null"
|
||||
},
|
||||
"timeEstimate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"estimate": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"includeNonBillable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"estimate",
|
||||
"type",
|
||||
"resetOption",
|
||||
"active",
|
||||
"includeNonBillable"
|
||||
]
|
||||
},
|
||||
"template": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"public": {
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -1,70 +1,18 @@
|
||||
{
|
||||
"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": {
|
||||
"clientId": {
|
||||
"type": "string"
|
||||
},
|
||||
"hourlyRate": {
|
||||
"type": "null"
|
||||
},
|
||||
"costRate": {
|
||||
"type": "null"
|
||||
},
|
||||
"targetId": {
|
||||
"clientName": {
|
||||
"type": "string"
|
||||
},
|
||||
"membershipType": {
|
||||
"type": "string"
|
||||
},
|
||||
"membershipStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"userId",
|
||||
"hourlyRate",
|
||||
"costRate",
|
||||
"targetId",
|
||||
"membershipType",
|
||||
"membershipStatus"
|
||||
]
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -77,78 +25,86 @@
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"estimate",
|
||||
"type"
|
||||
]
|
||||
"estimateReset": {
|
||||
"type": "null"
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
"hourlyRate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"clientName": {
|
||||
"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": {
|
||||
"public": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"includeNonBillable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"estimate",
|
||||
"type",
|
||||
"resetOption",
|
||||
"active",
|
||||
"includeNonBillable"
|
||||
]
|
||||
},
|
||||
"estimateReset": {
|
||||
"type": "null"
|
||||
},
|
||||
"template": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"public": {
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeEntryId": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "null"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"customFieldId",
|
||||
"timeEntryId",
|
||||
"value",
|
||||
"name",
|
||||
"type"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"isLocked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"kioskId": {
|
||||
"type": "null"
|
||||
},
|
||||
"timeInterval": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"start": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"userId": {
|
||||
"type": "string"
|
||||
},
|
||||
"workspaceId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"description",
|
||||
"tagIds",
|
||||
"userId",
|
||||
"billable",
|
||||
"taskId",
|
||||
"projectId",
|
||||
"timeInterval",
|
||||
"workspaceId",
|
||||
"isLocked",
|
||||
"customFieldValues",
|
||||
"type",
|
||||
"kioskId"
|
||||
],
|
||||
"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