chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)

This commit is contained in:
Jon
2025-03-21 08:27:40 +00:00
committed by GitHub
parent 49872fbbac
commit ced8bcdd0c
763 changed files with 42381 additions and 62165 deletions

View File

@@ -1,56 +1,48 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"name": { "contactCount": {
"type": "string" "type": "string"
}, },
"createdTimestamp": { "createdTimestamp": {
"type": "string" "type": "string"
}, },
"updatedTimestamp": {
"type": "string"
},
"owner": {
"type": "string"
},
"contactCount": {
"type": "string"
},
"dealCount": { "dealCount": {
"type": "string" "type": "string"
}, },
"id": {
"type": "string"
},
"links": { "links": {
"type": "object", "type": "object",
"properties": { "properties": {
"notes": { "accountContacts": {
"type": "string" "type": "string"
}, },
"accountCustomFieldData": { "accountCustomFieldData": {
"type": "string" "type": "string"
}, },
"accountContacts": { "contactEmails": {
"type": "string" "type": "string"
}, },
"emailActivities": { "emailActivities": {
"type": "string" "type": "string"
}, },
"contactEmails": { "notes": {
"type": "string" "type": "string"
}, },
"owner": { "owner": {
"type": "string" "type": "string"
} }
}, }
"required": [
"notes",
"accountCustomFieldData",
"accountContacts",
"emailActivities",
"contactEmails",
"owner"
]
}, },
"id": { "name": {
"type": "string"
},
"owner": {
"type": "string"
},
"updatedTimestamp": {
"type": "string" "type": "string"
} }
}, },

View File

@@ -1,30 +1,66 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"email": { "anonymized": {
"type": "string" "type": "string"
}, },
"phone": { "bounced_hard": {
"type": "string" "type": "string"
}, },
"firstName": { "bounced_soft": {
"type": "string" "type": "string"
}, },
"cdate": { "cdate": {
"type": "string" "type": "string"
}, },
"udate": { "created_timestamp": {
"type": "string" "type": "string"
}, },
"orgid": { "created_utc_timestamp": {
"type": "string" "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" "type": "string"
}, },
"links": { "links": {
"type": "object", "type": "object",
"properties": { "properties": {
"automationEntryCounts": {
"type": "string"
},
"bounceLogs": { "bounceLogs": {
"type": "string" "type": "string"
}, },
@@ -34,6 +70,9 @@
"contactData": { "contactData": {
"type": "string" "type": "string"
}, },
"contactDeals": {
"type": "string"
},
"contactGoals": { "contactGoals": {
"type": "string" "type": "string"
}, },
@@ -46,9 +85,6 @@
"contactTags": { "contactTags": {
"type": "string" "type": "string"
}, },
"contactDeals": {
"type": "string"
},
"deals": { "deals": {
"type": "string" "type": "string"
}, },
@@ -67,97 +103,42 @@
"plusAppend": { "plusAppend": {
"type": "string" "type": "string"
}, },
"trackingLogs": {
"type": "string"
},
"scoreValues": { "scoreValues": {
"type": "string" "type": "string"
}, },
"automationEntryCounts": { "trackingLogs": {
"type": "string" "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" "type": "string"
}, },
"lastName": { "orgid": {
"type": "string"
},
"orgname": {
"type": "string"
},
"phone": {
"type": "string" "type": "string"
}, },
"segmentio_id": { "segmentio_id": {
"type": "string" "type": "string"
}, },
"bounced_hard": { "sentcnt": {
"type": "string"
},
"bounced_soft": {
"type": "string"
},
"ip": {
"type": "string"
},
"hash": {
"type": "string" "type": "string"
}, },
"socialdata_lastcheck": { "socialdata_lastcheck": {
"type": "null" "type": "null"
}, },
"email_local": { "udate": {
"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": {
"type": "string" "type": "string"
}, },
"updated_timestamp": { "updated_timestamp": {
"type": "string" "type": "string"
}, },
"mpp_tracking": { "updated_utc_timestamp": {
"type": "string" "type": "string"
} }
}, },

File diff suppressed because it is too large Load Diff

View File

@@ -1,25 +1,7 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"email": { "anonymized": {
"type": "string"
},
"phone": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"orgid": {
"type": "string"
},
"orgname": {
"type": "string"
},
"segmentio_id": {
"type": "string" "type": "string"
}, },
"bounced_hard": { "bounced_hard": {
@@ -28,57 +10,54 @@
"bounced_soft": { "bounced_soft": {
"type": "string" "type": "string"
}, },
"ip": { "created_timestamp": {
"type": "string" "type": "string"
}, },
"hash": { "created_utc_timestamp": {
"type": "string"
},
"socialdata_lastcheck": {
"type": "null"
},
"email_local": {
"type": "string"
},
"email_domain": {
"type": "string"
},
"sentcnt": {
"type": "string"
},
"gravatar": {
"type": "string" "type": "string"
}, },
"deleted": { "deleted": {
"type": "string" "type": "string"
}, },
"anonymized": {
"type": "string"
},
"udate": {
"type": "string"
},
"deleted_at": { "deleted_at": {
"type": "null" "type": "null"
}, },
"created_utc_timestamp": { "email": {
"type": "string" "type": "string"
}, },
"updated_utc_timestamp": { "email_domain": {
"type": "string" "type": "string"
}, },
"created_timestamp": { "email_local": {
"type": "string" "type": "string"
}, },
"updated_timestamp": { "firstName": {
"type": "string" "type": "string"
}, },
"mpp_tracking": { "gravatar": {
"type": "string"
},
"hash": {
"type": "string"
},
"id": {
"type": "string"
},
"ip": {
"type": "string"
},
"lastName": {
"type": "string" "type": "string"
}, },
"links": { "links": {
"type": "object", "type": "object",
"properties": { "properties": {
"accountContacts": {
"type": "string"
},
"automationEntryCounts": {
"type": "string"
},
"bounceLogs": { "bounceLogs": {
"type": "string" "type": "string"
}, },
@@ -88,6 +67,9 @@
"contactData": { "contactData": {
"type": "string" "type": "string"
}, },
"contactDeals": {
"type": "string"
},
"contactGoals": { "contactGoals": {
"type": "string" "type": "string"
}, },
@@ -100,9 +82,6 @@
"contactTags": { "contactTags": {
"type": "string" "type": "string"
}, },
"contactDeals": {
"type": "string"
},
"deals": { "deals": {
"type": "string" "type": "string"
}, },
@@ -121,21 +100,42 @@
"plusAppend": { "plusAppend": {
"type": "string" "type": "string"
}, },
"trackingLogs": {
"type": "string"
},
"scoreValues": { "scoreValues": {
"type": "string" "type": "string"
}, },
"accountContacts": { "trackingLogs": {
"type": "string"
},
"automationEntryCounts": {
"type": "string" "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" "type": "string"
} }
}, },

View File

@@ -1,28 +1,7 @@
{ {
"type": "object", "type": "object",
"properties": { "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" "type": "string"
}, },
"bounced_hard": { "bounced_hard": {
@@ -31,57 +10,63 @@
"bounced_soft": { "bounced_soft": {
"type": "string" "type": "string"
}, },
"ip": { "cdate": {
"type": "string"
},
"hash": {
"type": "string"
},
"socialdata_lastcheck": {
"type": "null"
},
"email_local": {
"type": "string"
},
"email_domain": {
"type": "string"
},
"sentcnt": {
"type": "string"
},
"gravatar": {
"type": "string"
},
"deleted": {
"type": "string"
},
"anonymized": {
"type": "string"
},
"udate": {
"type": "string"
},
"deleted_at": {
"type": "null"
},
"created_utc_timestamp": {
"type": "string"
},
"updated_utc_timestamp": {
"type": "string" "type": "string"
}, },
"created_timestamp": { "created_timestamp": {
"type": "string" "type": "string"
}, },
"updated_timestamp": { "created_utc_timestamp": {
"type": "string" "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" "type": "string"
}, },
"links": { "links": {
"type": "object", "type": "object",
"properties": { "properties": {
"accountContacts": {
"type": "string"
},
"automationEntryCounts": {
"type": "string"
},
"bounceLogs": { "bounceLogs": {
"type": "string" "type": "string"
}, },
@@ -91,6 +76,9 @@
"contactData": { "contactData": {
"type": "string" "type": "string"
}, },
"contactDeals": {
"type": "string"
},
"contactGoals": { "contactGoals": {
"type": "string" "type": "string"
}, },
@@ -103,9 +91,6 @@
"contactTags": { "contactTags": {
"type": "string" "type": "string"
}, },
"contactDeals": {
"type": "string"
},
"deals": { "deals": {
"type": "string" "type": "string"
}, },
@@ -124,86 +109,44 @@
"plusAppend": { "plusAppend": {
"type": "string" "type": "string"
}, },
"trackingLogs": {
"type": "string"
},
"scoreValues": { "scoreValues": {
"type": "string" "type": "string"
}, },
"accountContacts": { "trackingLogs": {
"type": "string"
},
"automationEntryCounts": {
"type": "string" "type": "string"
} }
},
"required": [
"bounceLogs",
"contactAutomations",
"contactData",
"contactGoals",
"contactLists",
"contactLogs",
"contactTags",
"contactDeals",
"deals",
"fieldValues",
"geoIps",
"notes",
"organization",
"plusAppend",
"trackingLogs",
"scoreValues",
"automationEntryCounts"
]
},
"fieldValues": {
"type": "array",
"items": {
"type": "string"
} }
}, },
"id": { "mpp_tracking": {
"type": "string"
},
"orgid": {
"type": "string"
},
"orgname": {
"type": "string"
},
"phone": {
"type": "string"
},
"segmentio_id": {
"type": "string"
},
"sentcnt": {
"type": "string"
},
"socialdata_lastcheck": {
"type": "null"
},
"udate": {
"type": "string"
},
"updated_timestamp": {
"type": "string"
},
"updated_utc_timestamp": {
"type": "string" "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 "version": 1
} }

View File

@@ -5,8 +5,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"required": [
"success"
],
"version": 1 "version": 1
} }

View File

@@ -4,23 +4,19 @@
"cdate": { "cdate": {
"type": "string" "type": "string"
}, },
"id": {
"type": "string"
},
"links": { "links": {
"type": "object", "type": "object",
"properties": { "properties": {
"tag": {
"type": "string"
},
"contact": { "contact": {
"type": "string" "type": "string"
},
"tag": {
"type": "string"
} }
}, }
"required": [
"tag",
"contact"
]
},
"id": {
"type": "string"
} }
}, },
"version": 1 "version": 1

View File

@@ -6,29 +6,11 @@
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"cdate": { "anonymized": {
"type": "string" "type": "string"
}, },
"email": { "bounced_date": {
"type": "string" "type": "null"
},
"phone": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"orgid": {
"type": "string"
},
"orgname": {
"type": "string"
},
"segmentio_id": {
"type": "string"
}, },
"bounced_hard": { "bounced_hard": {
"type": "string" "type": "string"
@@ -36,63 +18,60 @@
"bounced_soft": { "bounced_soft": {
"type": "string" "type": "string"
}, },
"bounced_date": { "cdate": {
"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": {
"type": "string" "type": "string"
}, },
"created_timestamp": { "created_timestamp": {
"type": "string" "type": "string"
}, },
"updated_timestamp": { "created_utc_timestamp": {
"type": "string" "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" "type": "string"
}, },
"last_mpp_open_date": { "last_mpp_open_date": {
"type": "null" "type": "null"
}, },
"lastName": {
"type": "string"
},
"links": { "links": {
"type": "object", "type": "object",
"properties": { "properties": {
"accountContacts": {
"type": "string"
},
"automationEntryCounts": {
"type": "string"
},
"bounceLogs": { "bounceLogs": {
"type": "string" "type": "string"
}, },
@@ -102,6 +81,9 @@
"contactData": { "contactData": {
"type": "string" "type": "string"
}, },
"contactDeals": {
"type": "string"
},
"contactGoals": { "contactGoals": {
"type": "string" "type": "string"
}, },
@@ -114,9 +96,6 @@
"contactTags": { "contactTags": {
"type": "string" "type": "string"
}, },
"contactDeals": {
"type": "string"
},
"deals": { "deals": {
"type": "string" "type": "string"
}, },
@@ -135,88 +114,151 @@
"plusAppend": { "plusAppend": {
"type": "string" "type": "string"
}, },
"trackingLogs": {
"type": "string"
},
"scoreValues": { "scoreValues": {
"type": "string" "type": "string"
}, },
"accountContacts": { "trackingLogs": {
"type": "string"
},
"automationEntryCounts": {
"type": "string" "type": "string"
} }
}, }
"required": [
"bounceLogs",
"contactAutomations",
"contactData",
"contactGoals",
"contactLists",
"contactLogs",
"contactTags",
"contactDeals",
"deals",
"fieldValues",
"geoIps",
"notes",
"organization",
"plusAppend",
"trackingLogs",
"scoreValues",
"accountContacts",
"automationEntryCounts"
]
}, },
"id": { "mpp_tracking": {
"type": "string" "type": "string"
}, },
"organization": { "organization": {
"type": "null" "type": "null"
},
"orgid": {
"type": "string"
},
"orgname": {
"type": "string"
},
"phone": {
"type": "string"
},
"segmentio_id": {
"type": "string"
},
"sentcnt": {
"type": "string"
},
"socialdata_lastcheck": {
"type": "null"
},
"udate": {
"type": "string"
},
"updated_timestamp": {
"type": "string"
},
"updated_utc_timestamp": {
"type": "string"
}
}
}
},
"deal": {
"type": "object",
"properties": {
"account": {
"type": "null"
},
"cdate": {
"type": "string"
},
"contact": {
"type": "string"
},
"currency": {
"type": "string"
},
"customerAccount": {
"type": "null"
},
"description": {
"type": "string"
},
"hash": {
"type": "string"
},
"id": {
"type": "string"
},
"isDisabled": {
"type": "boolean"
},
"links": {
"type": "object",
"properties": {
"account": {
"type": "string"
},
"contact": {
"type": "string"
},
"contactDeals": {
"type": "string"
},
"customerAccount": {
"type": "string"
},
"dealActivities": {
"type": "string"
},
"dealCustomFieldData": {
"type": "string"
},
"group": {
"type": "string"
},
"nextTask": {
"type": "string"
},
"notes": {
"type": "string"
},
"organization": {
"type": "string"
},
"owner": {
"type": "string"
},
"scoreValues": {
"type": "string"
},
"stage": {
"type": "string"
},
"tasks": {
"type": "string"
}
} }
}, },
"required": [ "mdate": {
"cdate", "type": "string"
"email", },
"phone", "nextdate": {
"firstName", "type": "null"
"lastName", },
"orgid", "nextdealid": {
"orgname", "type": "string"
"segmentio_id", },
"bounced_hard", "organization": {
"bounced_soft", "type": "null"
"bounced_date", },
"ip", "status": {
"ua", "type": "integer"
"hash", },
"socialdata_lastcheck", "title": {
"email_local", "type": "string"
"email_domain", },
"sentcnt", "winProbability": {
"rating_tstamp", "type": "null"
"gravatar", },
"deleted", "winProbabilityMdate": {
"anonymized", "type": "null"
"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"
]
} }
}, },
"dealGroups": { "dealGroups": {
@@ -224,69 +266,51 @@
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"title": { "allgroups": {
"type": "string"
},
"currency": {
"type": "string"
},
"autoassign": {
"type": "string" "type": "string"
}, },
"allusers": { "allusers": {
"type": "string" "type": "string"
}, },
"allgroups": { "autoassign": {
"type": "string" "type": "string"
}, },
"win_probability_initialize_date": {
"type": "null"
},
"cdate": { "cdate": {
"type": "string" "type": "string"
}, },
"udate": { "currency": {
"type": "string"
},
"id": {
"type": "string" "type": "string"
}, },
"links": { "links": {
"type": "object", "type": "object",
"properties": { "properties": {
"stages": { "dealGroupGroups": {
"type": "string" "type": "string"
}, },
"dealGroupUsers": { "dealGroupUsers": {
"type": "string" "type": "string"
}, },
"dealGroupGroups": { "stages": {
"type": "string" "type": "string"
}, },
"winProbabilityFeatures": { "winProbabilityFeatures": {
"type": "string" "type": "string"
} }
}, }
"required": [
"stages",
"dealGroupUsers",
"dealGroupGroups",
"winProbabilityFeatures"
]
}, },
"id": { "title": {
"type": "string" "type": "string"
},
"udate": {
"type": "string"
},
"win_probability_initialize_date": {
"type": "null"
} }
}, }
"required": [
"title",
"currency",
"autoassign",
"allusers",
"allgroups",
"win_probability_initialize_date",
"cdate",
"udate",
"links",
"id"
]
} }
}, },
"dealStages": { "dealStages": {
@@ -294,24 +318,6 @@
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"group": {
"type": "string"
},
"title": {
"type": "string"
},
"color": {
"type": "string"
},
"order": {
"type": "string"
},
"width": {
"type": "string"
},
"dealOrder": {
"type": "string"
},
"cardRegion1": { "cardRegion1": {
"type": "string" "type": "string"
}, },
@@ -330,190 +336,38 @@
"cdate": { "cdate": {
"type": "null" "type": "null"
}, },
"color": {
"type": "string"
},
"dealOrder": {
"type": "string"
},
"group": {
"type": "string"
},
"id": {
"type": "string"
},
"links": { "links": {
"type": "object", "type": "object",
"properties": { "properties": {
"group": { "group": {
"type": "string" "type": "string"
} }
},
"required": [
"group"
]
},
"id": {
"type": "string"
}
},
"required": [
"group",
"title",
"color",
"order",
"width",
"dealOrder",
"cardRegion1",
"cardRegion2",
"cardRegion3",
"cardRegion4",
"cardRegion5",
"cdate",
"udate",
"links",
"id"
]
}
},
"deal": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"currency": {
"type": "string"
},
"contact": {
"type": "string"
},
"cdate": {
"type": "string"
},
"mdate": {
"type": "string"
},
"description": {
"type": "string"
},
"organization": {
"type": "null"
},
"status": {
"type": "integer"
},
"nextdate": {
"type": "null"
},
"nextdealid": {
"type": "string"
},
"hash": {
"type": "string"
},
"winProbability": {
"type": "null"
},
"winProbabilityMdate": {
"type": "null"
},
"links": {
"type": "object",
"properties": {
"dealActivities": {
"type": "string"
},
"contact": {
"type": "string"
},
"contactDeals": {
"type": "string"
},
"group": {
"type": "string"
},
"nextTask": {
"type": "string"
},
"notes": {
"type": "string"
},
"account": {
"type": "string"
},
"customerAccount": {
"type": "string"
},
"organization": {
"type": "string"
},
"owner": {
"type": "string"
},
"scoreValues": {
"type": "string"
},
"stage": {
"type": "string"
},
"tasks": {
"type": "string"
},
"dealCustomFieldData": {
"type": "string"
} }
}, },
"required": [ "order": {
"dealActivities", "type": "string"
"contact", },
"contactDeals", "title": {
"group", "type": "string"
"nextTask", },
"notes", "width": {
"account", "type": "string"
"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 "version": 1
} }

View File

@@ -4,52 +4,34 @@
"deal": { "deal": {
"type": "object", "type": "object",
"properties": { "properties": {
"hash": { "activitycount": {
"type": "string"
},
"owner": {
"type": "string"
},
"group": {
"type": "string"
},
"stage": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"percent": {
"type": "string" "type": "string"
}, },
"cdate": { "cdate": {
"type": "string" "type": "string"
}, },
"mdate": {
"type": "string"
},
"value": {
"type": "string"
},
"currency": { "currency": {
"type": "string" "type": "string"
}, },
"status": { "description": {
"type": "string" "type": "string"
}, },
"activitycount": { "group": {
"type": "string" "type": "string"
}, },
"nextdealid": { "hash": {
"type": "string" "type": "string"
}, },
"id": {
"type": "string"
},
"isDisabled": {
"type": "boolean"
},
"links": { "links": {
"type": "object", "type": "object",
"properties": { "properties": {
"dealActivities": { "account": {
"type": "string" "type": "string"
}, },
"contact": { "contact": {
@@ -58,6 +40,15 @@
"contactDeals": { "contactDeals": {
"type": "string" "type": "string"
}, },
"customerAccount": {
"type": "string"
},
"dealActivities": {
"type": "string"
},
"dealCustomFieldData": {
"type": "string"
},
"group": { "group": {
"type": "string" "type": "string"
}, },
@@ -67,12 +58,6 @@
"notes": { "notes": {
"type": "string" "type": "string"
}, },
"account": {
"type": "string"
},
"customerAccount": {
"type": "string"
},
"organization": { "organization": {
"type": "string" "type": "string"
}, },
@@ -87,67 +72,35 @@
}, },
"tasks": { "tasks": {
"type": "string" "type": "string"
},
"dealCustomFieldData": {
"type": "string"
} }
}, }
"required": [
"dealActivities",
"contact",
"contactDeals",
"group",
"nextTask",
"notes",
"account",
"customerAccount",
"organization",
"owner",
"scoreValues",
"stage",
"tasks",
"dealCustomFieldData"
]
}, },
"id": { "mdate": {
"type": "string" "type": "string"
}, },
"isDisabled": { "nextdealid": {
"type": "boolean" "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 "version": 1
} }

View File

@@ -1,52 +1,34 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"hash": { "activitycount": {
"type": "string"
},
"owner": {
"type": "string"
},
"group": {
"type": "string"
},
"stage": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"percent": {
"type": "string" "type": "string"
}, },
"cdate": { "cdate": {
"type": "string" "type": "string"
}, },
"mdate": {
"type": "string"
},
"value": {
"type": "string"
},
"currency": { "currency": {
"type": "string" "type": "string"
}, },
"status": { "description": {
"type": "string" "type": "string"
}, },
"activitycount": { "group": {
"type": "string" "type": "string"
}, },
"nextdealid": { "hash": {
"type": "string" "type": "string"
}, },
"id": {
"type": "string"
},
"isDisabled": {
"type": "boolean"
},
"links": { "links": {
"type": "object", "type": "object",
"properties": { "properties": {
"dealActivities": { "account": {
"type": "string" "type": "string"
}, },
"contact": { "contact": {
@@ -55,6 +37,15 @@
"contactDeals": { "contactDeals": {
"type": "string" "type": "string"
}, },
"customerAccount": {
"type": "string"
},
"dealActivities": {
"type": "string"
},
"dealCustomFieldData": {
"type": "string"
},
"group": { "group": {
"type": "string" "type": "string"
}, },
@@ -64,12 +55,6 @@
"notes": { "notes": {
"type": "string" "type": "string"
}, },
"account": {
"type": "string"
},
"customerAccount": {
"type": "string"
},
"organization": { "organization": {
"type": "string" "type": "string"
}, },
@@ -84,33 +69,32 @@
}, },
"tasks": { "tasks": {
"type": "string" "type": "string"
},
"dealCustomFieldData": {
"type": "string"
} }
}, }
"required": [
"dealActivities",
"contact",
"contactDeals",
"group",
"nextTask",
"notes",
"account",
"customerAccount",
"organization",
"owner",
"scoreValues",
"stage",
"tasks",
"dealCustomFieldData"
]
}, },
"id": { "mdate": {
"type": "string" "type": "string"
}, },
"isDisabled": { "nextdealid": {
"type": "boolean" "type": "string"
},
"owner": {
"type": "string"
},
"percent": {
"type": "string"
},
"stage": {
"type": "string"
},
"status": {
"type": "string"
},
"title": {
"type": "string"
},
"value": {
"type": "string"
} }
}, },
"version": 1 "version": 1

View File

@@ -1,127 +1,40 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "deal": {
"type": "object", "type": "object",
"properties": { "properties": {
"hash": { "activitycount": {
"type": "string"
},
"owner": {
"type": "string"
},
"contact": {
"type": "string"
},
"group": {
"type": "string"
},
"stage": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"percent": {
"type": "string" "type": "string"
}, },
"cdate": { "cdate": {
"type": "string" "type": "string"
}, },
"mdate": { "contact": {
"type": "string" "type": "string"
}, },
"currency": { "currency": {
"type": "string" "type": "string"
}, },
"activitycount": { "description": {
"type": "string" "type": "string"
}, },
"nextdealid": { "group": {
"type": "string" "type": "string"
}, },
"hash": {
"type": "string"
},
"id": {
"type": "string"
},
"isDisabled": {
"type": "boolean"
},
"links": { "links": {
"type": "object", "type": "object",
"properties": { "properties": {
"dealActivities": { "account": {
"type": "string" "type": "string"
}, },
"contact": { "contact": {
@@ -130,6 +43,15 @@
"contactDeals": { "contactDeals": {
"type": "string" "type": "string"
}, },
"customerAccount": {
"type": "string"
},
"dealActivities": {
"type": "string"
},
"dealCustomFieldData": {
"type": "string"
},
"group": { "group": {
"type": "string" "type": "string"
}, },
@@ -139,12 +61,6 @@
"notes": { "notes": {
"type": "string" "type": "string"
}, },
"account": {
"type": "string"
},
"customerAccount": {
"type": "string"
},
"organization": { "organization": {
"type": "string" "type": "string"
}, },
@@ -159,64 +75,83 @@
}, },
"tasks": { "tasks": {
"type": "string" "type": "string"
},
"dealCustomFieldData": {
"type": "string"
} }
}, }
"required": [
"dealActivities",
"contact",
"contactDeals",
"group",
"nextTask",
"notes",
"account",
"customerAccount",
"organization",
"owner",
"scoreValues",
"stage",
"tasks",
"dealCustomFieldData"
]
}, },
"id": { "mdate": {
"type": "string" "type": "string"
}, },
"isDisabled": { "nextdealid": {
"type": "boolean" "type": "string"
},
"owner": {
"type": "string"
},
"percent": {
"type": "string"
},
"stage": {
"type": "string"
},
"title": {
"type": "string"
} }
}, }
"required": [ },
"hash", "dealStages": {
"owner", "type": "array",
"contact", "items": {
"organization", "type": "object",
"group", "properties": {
"stage", "cardRegion1": {
"title", "type": "string"
"description", },
"percent", "cardRegion2": {
"cdate", "type": "string"
"mdate", },
"nextdate", "cardRegion3": {
"nexttaskid", "type": "string"
"value", },
"currency", "cardRegion4": {
"status", "type": "string"
"activitycount", },
"nextdealid", "cardRegion5": {
"edate", "type": "string"
"winProbability", },
"winProbabilityMdate", "color": {
"links", "type": "string"
"fields", },
"id", "dealOrder": {
"isDisabled", "type": "string"
"account", },
"customerAccount" "group": {
] "type": "string"
},
"id": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"group": {
"type": "string"
}
}
},
"order": {
"type": "string"
},
"title": {
"type": "string"
},
"udate": {
"type": "string"
},
"width": {
"type": "string"
}
}
}
} }
}, },
"version": 1 "version": 1

View File

@@ -1,45 +1,6 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "analytics_domains": {
"type": "null" "type": "null"
}, },
@@ -49,28 +10,81 @@
"analytics_ua": { "analytics_ua": {
"type": "string" "type": "string"
}, },
"twitter_token": { "cdate": {
"type": "string" "type": "string"
}, },
"twitter_token_secret": { "created_by": {
"type": "null"
},
"created_timestamp": {
"type": "string" "type": "string"
}, },
"deletestamp": {
"type": "null"
},
"facebook_session": { "facebook_session": {
"type": "null" "type": "null"
}, },
"require_name": {
"type": "string"
},
"get_unsubscribe_reason": { "get_unsubscribe_reason": {
"type": "string" "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" "type": "string"
}, },
"optinoptout": { "optinoptout": {
"type": "string" "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" "type": "string"
}, },
"sender_addr1": { "sender_addr1": {
@@ -82,69 +96,50 @@
"sender_city": { "sender_city": {
"type": "string" "type": "string"
}, },
"sender_state": {
"type": "string"
},
"sender_zip": {
"type": "string"
},
"sender_country": { "sender_country": {
"type": "string" "type": "string"
}, },
"sender_name": {
"type": "string"
},
"sender_phone": { "sender_phone": {
"type": "string" "type": "string"
}, },
"sender_url": {
"type": "string"
},
"sender_reminder": { "sender_reminder": {
"type": "string" "type": "string"
}, },
"optinmessageid": { "sender_state": {
"type": "string" "type": "string"
}, },
"optoutconf": { "sender_url": {
"type": "string" "type": "string"
}, },
"deletestamp": { "sender_zip": {
"type": "null"
},
"created_timestamp": {
"type": "string" "type": "string"
}, },
"updated_timestamp": { "stringid": {
"type": "string" "type": "string"
}, },
"created_by": { "to_name": {
"type": "null" "type": "string"
},
"twitter_token": {
"type": "string"
},
"twitter_token_secret": {
"type": "string"
}, },
"updated_by": { "updated_by": {
"type": "null" "type": "null"
}, },
"links": { "updated_timestamp": {
"type": "object",
"properties": {
"contactGoalLists": {
"type": "string"
},
"user": {
"type": "string"
},
"addressLists": {
"type": "string"
}
},
"required": [
"contactGoalLists",
"user",
"addressLists"
]
},
"id": {
"type": "string" "type": "string"
}, },
"user": { "user": {
"type": "string" "type": "string"
},
"userid": {
"type": "string"
} }
}, },
"version": 1 "version": 1

View File

@@ -4,25 +4,16 @@
"tag": { "tag": {
"type": "object", "type": "object",
"properties": { "properties": {
"tagType": { "created_timestamp": {
"type": "string" "type": "string"
}, },
"tag": { "deleted": {
"type": "string" "type": "string"
}, },
"description": { "description": {
"type": "string" "type": "string"
}, },
"subscriber_count": { "id": {
"type": "string"
},
"created_timestamp": {
"type": "string"
},
"updated_timestamp": {
"type": "string"
},
"deleted": {
"type": "string" "type": "string"
}, },
"links": { "links": {
@@ -34,34 +25,22 @@
"templateTags": { "templateTags": {
"type": "string" "type": "string"
} }
}, }
"required": [
"contactGoalTags",
"templateTags"
]
}, },
"id": { "subscriber_count": {
"type": "string"
},
"tag": {
"type": "string"
},
"tagType": {
"type": "string"
},
"updated_timestamp": {
"type": "string" "type": "string"
} }
}, }
"required": [
"tagType",
"tag",
"description",
"subscriber_count",
"cdate",
"created_timestamp",
"updated_timestamp",
"created_by",
"updated_by",
"deleted",
"links",
"id"
]
} }
}, },
"required": [
"tag"
],
"version": 1 "version": 1
} }

View File

@@ -1,25 +1,16 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"tagType": { "created_timestamp": {
"type": "string" "type": "string"
}, },
"tag": { "deleted": {
"type": "string" "type": "string"
}, },
"description": { "description": {
"type": "string" "type": "string"
}, },
"subscriber_count": { "id": {
"type": "string"
},
"created_timestamp": {
"type": "string"
},
"updated_timestamp": {
"type": "string"
},
"deleted": {
"type": "string" "type": "string"
}, },
"links": { "links": {
@@ -31,13 +22,18 @@
"templateTags": { "templateTags": {
"type": "string" "type": "string"
} }
}, }
"required": [
"contactGoalTags",
"templateTags"
]
}, },
"id": { "subscriber_count": {
"type": "string"
},
"tag": {
"type": "string"
},
"tagType": {
"type": "string"
},
"updated_timestamp": {
"type": "string" "type": "string"
} }
}, },

View File

@@ -1,20 +1,15 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": "integer"
},
"created_at": { "created_at": {
"type": "string" "type": "string"
}, },
"id": {
"type": "integer"
},
"updated_at": { "updated_at": {
"type": "string" "type": "string"
} }
}, },
"required": [
"id",
"created_at",
"updated_at"
],
"version": 1 "version": 1
} }

View File

@@ -1,32 +1,17 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "created_at": {
"type": "integer" "type": "string"
},
"list_id": {
"type": "integer"
}, },
"creator_id": { "creator_id": {
"type": "integer" "type": "integer"
}, },
"entity_id": {
"type": "integer"
},
"entity_type": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"entity": { "entity": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "crunchbase_uuid": {
"type": "integer" "type": "null"
},
"name": {
"type": "string"
}, },
"domain": { "domain": {
"type": "string" "type": "string"
@@ -37,21 +22,28 @@
"type": "string" "type": "string"
} }
}, },
"crunchbase_uuid": {
"type": "null"
},
"global": { "global": {
"type": "boolean" "type": "boolean"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
} }
}, }
"required": [ },
"id", "entity_id": {
"name", "type": "integer"
"domain", },
"domains", "entity_type": {
"crunchbase_uuid", "type": "integer"
"global" },
] "id": {
"type": "integer"
},
"list_id": {
"type": "integer"
} }
}, },
"version": 1 "version": 1

View File

@@ -1,32 +1,17 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "created_at": {
"type": "integer" "type": "string"
},
"list_id": {
"type": "integer"
}, },
"creator_id": { "creator_id": {
"type": "integer" "type": "integer"
}, },
"entity_id": {
"type": "integer"
},
"entity_type": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"entity": { "entity": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "crunchbase_uuid": {
"type": "integer" "type": "null"
},
"name": {
"type": "string"
}, },
"domains": { "domains": {
"type": "array", "type": "array",
@@ -34,26 +19,29 @@
"type": "string" "type": "string"
} }
}, },
"crunchbase_uuid": {
"type": "null"
},
"global": { "global": {
"type": "boolean" "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 "version": 1
} }

View File

@@ -1,11 +1,8 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "crunchbase_uuid": {
"type": "integer" "type": "null"
},
"name": {
"type": "string"
}, },
"domain": { "domain": {
"type": "string" "type": "string"
@@ -16,12 +13,15 @@
"type": "string" "type": "string"
} }
}, },
"crunchbase_uuid": {
"type": "null"
},
"global": { "global": {
"type": "boolean" "type": "boolean"
}, },
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"person_ids": { "person_ids": {
"type": "array", "type": "array",
"items": { "items": {
@@ -29,14 +29,5 @@
} }
} }
}, },
"required": [
"id",
"name",
"domain",
"domains",
"crunchbase_uuid",
"global",
"person_ids"
],
"version": 1 "version": 1
} }

View File

@@ -1,11 +1,8 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "crunchbase_uuid": {
"type": "integer" "type": "null"
},
"name": {
"type": "string"
}, },
"domain": { "domain": {
"type": "string" "type": "string"
@@ -16,28 +13,19 @@
"type": "string" "type": "string"
} }
}, },
"crunchbase_uuid": {
"type": "null"
},
"global": { "global": {
"type": "boolean" "type": "boolean"
}, },
"person_ids": { "id": {
"type": "array", "type": "integer"
"items": {
"type": "integer"
}
}, },
"list_entries": { "list_entries": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "created_at": {
"type": "integer" "type": "string"
},
"list_id": {
"type": "integer"
}, },
"creator_id": { "creator_id": {
"type": "integer" "type": "integer"
@@ -48,30 +36,24 @@
"entity_type": { "entity_type": {
"type": "integer" "type": "integer"
}, },
"created_at": { "id": {
"type": "string" "type": "integer"
},
"list_id": {
"type": "integer"
} }
}, }
"required": [ }
"id", },
"list_id", "name": {
"creator_id", "type": "string"
"entity_id", },
"entity_type", "person_ids": {
"created_at" "type": "array",
] "items": {
"type": "integer"
} }
} }
}, },
"required": [
"id",
"name",
"domain",
"domains",
"crunchbase_uuid",
"global",
"person_ids",
"list_entries"
],
"version": 1 "version": 1
} }

View 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
}

View File

@@ -4,25 +4,18 @@
"download_url": { "download_url": {
"type": "string" "type": "string"
}, },
"download_url_png": {
"type": "string"
},
"status": {
"type": "string"
},
"template_id": { "template_id": {
"type": "string" "type": "string"
}, },
"transaction_ref": { "transaction_ref": {
"type": "string" "type": "string"
},
"status": {
"type": "string"
},
"download_url_png": {
"type": "string"
} }
}, },
"required": [
"download_url",
"template_id",
"transaction_ref",
"status",
"download_url_png"
],
"version": 1 "version": 1
} }

View File

@@ -4,14 +4,14 @@
"download_url": { "download_url": {
"type": "string" "type": "string"
}, },
"status": {
"type": "string"
},
"template_id": { "template_id": {
"type": "string" "type": "string"
}, },
"transaction_ref": { "transaction_ref": {
"type": "string" "type": "string"
},
"status": {
"type": "string"
} }
}, },
"version": 1 "version": 1

View File

@@ -1,146 +1,31 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "archived": {
"type": "boolean" "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": { "completed": {
"type": "boolean" "type": "boolean"
}, },
"completed_at": { "completed_at": {
"type": "null" "type": "null"
}, },
"icon": { "completed_by": {
"type": "null"
},
"created_at": {
"type": "string" "type": "string"
}, },
"permalink_url": { "current_status": {
"type": "null"
},
"current_status_update": {
"type": "null"
},
"default_access_level": {
"type": "string"
},
"default_view": {
"type": "string" "type": "string"
}, },
"followers": { "followers": {
@@ -151,51 +36,110 @@
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"name": {
"type": "string"
},
"resource_type": { "resource_type": {
"type": "string" "type": "string"
}
}
}
},
"gid": {
"type": "string"
},
"icon": {
"type": "string"
},
"members": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"resource_type": {
"type": "string"
} }
}
}
},
"minimum_access_level_for_customization": {
"type": "string"
},
"minimum_access_level_for_sharing": {
"type": "string"
},
"modified_at": {
"type": "string"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"owner": {
"type": "object",
"properties": {
"gid": {
"type": "string"
}, },
"required": [ "name": {
"gid", "type": "string"
"resource_type", },
"name" "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 "version": 1
} }

View File

@@ -11,10 +11,5 @@
"type": "string" "type": "string"
} }
}, },
"required": [
"gid",
"name",
"resource_type"
],
"version": 1 "version": 1
} }

View File

@@ -1,15 +1,122 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"gid": { "actual_time_minutes": {
"type": "integer"
},
"assignee_status": {
"type": "string" "type": "string"
}, },
"resource_type": { "completed": {
"type": "string" "type": "boolean"
}, },
"created_at": { "created_at": {
"type": "string" "type": "string"
}, },
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"enabled": {
"type": "boolean"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"enum_value": {
"type": "null"
},
"gid": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"name": {
"type": "string"
},
"number_value": {
"type": "null"
},
"precision": {
"type": "integer"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"due_at": {
"type": "null"
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"gid": {
"type": "string"
},
"hearted": {
"type": "boolean"
},
"liked": {
"type": "boolean"
},
"modified_at": { "modified_at": {
"type": "string" "type": "string"
}, },
@@ -19,234 +126,58 @@
"notes": { "notes": {
"type": "string" "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": { "num_hearts": {
"type": "integer" "type": "integer"
}, },
"num_likes": { "num_likes": {
"type": "integer" "type": "integer"
}, },
"hearted": {
"type": "boolean"
},
"liked": {
"type": "boolean"
},
"parent": { "parent": {
"type": "object", "type": "object",
"properties": { "properties": {
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"resource_type": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
"resource_subtype": { "resource_subtype": {
"type": "string" "type": "string"
},
"resource_type": {
"type": "string"
} }
}, }
"required": [
"gid",
"resource_type",
"name",
"resource_subtype"
]
}, },
"permalink_url": { "permalink_url": {
"type": "string" "type": "string"
}, },
"custom_fields": { "resource_subtype": {
"type": "array", "type": "string"
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
},
"resource_subtype": {
"type": "string"
},
"type": {
"type": "string"
},
"name": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"enum_value": {
"type": "null"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"color": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"enabled",
"name",
"color"
]
}
},
"precision": {
"type": "integer"
},
"number_value": {
"type": "null"
}
},
"required": [
"gid",
"resource_type",
"created_by",
"resource_subtype",
"type",
"name",
"enabled",
"display_value"
]
}
}, },
"followers": { "resource_type": {
"type": "array", "type": "string"
"items": { },
"type": "object", "start_at": {
"properties": { "type": "null"
"gid": { },
"type": "string" "start_on": {
}, "type": "null"
"resource_type": { },
"type": "string" "workspace": {
}, "type": "object",
"name": { "properties": {
"type": "string" "gid": {
} "type": "string"
}, },
"required": [ "name": {
"gid", "type": "string"
"resource_type", },
"name" "resource_type": {
] "type": "string"
}
} }
} }
}, },
"required": [
"gid",
"projects",
"memberships",
"resource_type",
"created_at",
"modified_at",
"name",
"notes",
"assignee",
"tags",
"start_at",
"start_on",
"resource_subtype",
"due_at",
"due_on",
"completed_at",
"assignee_status",
"completed",
"actual_time_minutes",
"workspace",
"num_hearts",
"num_likes",
"hearted",
"liked",
"hearts",
"likes",
"parent",
"permalink_url",
"followers"
],
"version": 1 "version": 1
} }

View File

@@ -11,10 +11,5 @@
"type": "string" "type": "string"
} }
}, },
"required": [
"gid",
"name",
"resource_type"
],
"version": 1 "version": 1
} }

View File

@@ -1,10 +1,114 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"actual_time_minutes": {
"type": "integer"
},
"assignee_status": {
"type": "string"
},
"completed": {
"type": "boolean"
},
"created_at": {
"type": "string"
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"enabled": {
"type": "boolean"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"enum_value": {
"type": "null"
},
"gid": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"name": {
"type": "string"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"due_at": {
"type": "null"
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"projects": { "hearted": {
"type": "boolean"
},
"hearts": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
@@ -15,77 +119,53 @@
"resource_type": { "resource_type": {
"type": "string" "type": "string"
}, },
"name": { "user": {
"type": "string" "type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
} }
}, }
"required": [
"gid",
"resource_type",
"name"
]
} }
}, },
"num_likes": { "liked": {
"type": "integer"
},
"num_hearts": {
"type": "integer"
},
"workspace": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
},
"start_at": {
"type": "null"
},
"start_on": {
"type": "null"
},
"resource_subtype": {
"type": "string"
},
"due_at": {
"type": "null"
},
"assignee_status": {
"type": "string"
},
"completed": {
"type": "boolean" "type": "boolean"
}, },
"actual_time_minutes": { "likes": {
"type": "integer" "type": "array",
}, "items": {
"notes": { "type": "object",
"type": "string" "properties": {
}, "gid": {
"name": { "type": "string"
"type": "string" },
}, "resource_type": {
"modified_at": { "type": "string"
"type": "string" },
}, "user": {
"created_at": { "type": "object",
"type": "string" "properties": {
}, "gid": {
"resource_type": { "type": "string"
"type": "string" },
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
}
}
}, },
"memberships": { "memberships": {
"type": "array", "type": "array",
@@ -98,18 +178,13 @@
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"resource_type": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
},
"resource_type": {
"type": "string"
} }
}, }
"required": [
"gid",
"resource_type",
"name"
]
}, },
"section": { "section": {
"type": "object", "type": "object",
@@ -117,61 +192,39 @@
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"resource_type": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
},
"resource_type": {
"type": "string"
} }
}, }
"required": [
"gid",
"resource_type",
"name"
]
} }
}, }
"required": [
"project",
"section"
]
} }
}, },
"modified_at": {
"type": "string"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"num_hearts": {
"type": "integer"
},
"num_likes": {
"type": "integer"
},
"parent": { "parent": {
"type": "null" "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": { "permalink_url": {
"type": "string" "type": "string"
}, },
"custom_fields": { "projects": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
@@ -179,127 +232,41 @@
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"resource_type": {
"type": "string"
},
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
},
"resource_subtype": {
"type": "string"
},
"type": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
"is_formula_field": { "resource_type": {
"type": "boolean" "type": "string"
},
"enabled": {
"type": "boolean"
},
"enum_value": {
"type": "null"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"color": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"enabled",
"name",
"color"
]
}
},
"precision": {
"type": "integer"
},
"number_value": {
"type": "null"
} }
}
}
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"start_at": {
"type": "null"
},
"start_on": {
"type": "null"
},
"workspace": {
"type": "object",
"properties": {
"gid": {
"type": "string"
}, },
"required": [ "name": {
"gid", "type": "string"
"resource_type", },
"created_by", "resource_type": {
"resource_subtype", "type": "string"
"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 "version": 1
} }

View File

@@ -1,8 +1,19 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"gid": { "assignee": {
"type": "string" "type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}, },
"assignee_status": { "assignee_status": {
"type": "string" "type": "string"
@@ -18,41 +29,36 @@
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"gid": { "description": {
"type": "string" "type": "string"
}, },
"enabled": { "enabled": {
"type": "boolean" "type": "boolean"
}, },
"name": { "enum_options": {
"type": "string" "type": "array",
}, "items": {
"description": { "type": "object",
"type": "string" "properties": {
}, "color": {
"created_by": { "type": "string"
"type": "object", },
"properties": { "enabled": {
"gid": { "type": "boolean"
"type": "string" },
}, "gid": {
"name": { "type": "string"
"type": "string" },
}, "name": {
"resource_type": { "type": "string"
"type": "string" },
"resource_type": {
"type": "string"
}
} }
}, }
"required": [
"gid",
"name",
"resource_type"
]
}, },
"resource_subtype": { "gid": {
"type": "string"
},
"resource_type": {
"type": "string" "type": "string"
}, },
"is_formula_field": { "is_formula_field": {
@@ -61,86 +67,45 @@
"is_value_read_only": { "is_value_read_only": {
"type": "boolean" "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": { "multi_enum_values": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"gid": {
"type": "string"
},
"color": { "color": {
"type": "string" "type": "string"
}, },
"enabled": { "enabled": {
"type": "boolean" "type": "boolean"
}, },
"gid": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
"resource_type": { "resource_type": {
"type": "string" "type": "string"
} }
}, }
"required": [
"gid",
"color",
"enabled",
"name",
"resource_type"
]
} }
},
"name": {
"type": "string"
},
"precision": {
"type": "integer"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"gid",
"enabled",
"name",
"description",
"created_by",
"display_value",
"resource_subtype",
"resource_type",
"is_formula_field",
"is_value_read_only",
"type"
]
} }
}, },
"due_at": { "due_at": {
@@ -160,14 +125,12 @@
"resource_type": { "resource_type": {
"type": "string" "type": "string"
} }
}, }
"required": [
"gid",
"name",
"resource_type"
]
} }
}, },
"gid": {
"type": "string"
},
"hearted": { "hearted": {
"type": "boolean" "type": "boolean"
}, },
@@ -191,12 +154,7 @@
"resource_type": { "resource_type": {
"type": "string" "type": "string"
} }
}, }
"required": [
"gid",
"name",
"resource_type"
]
}, },
"section": { "section": {
"type": "object", "type": "object",
@@ -210,18 +168,9 @@
"resource_type": { "resource_type": {
"type": "string" "type": "string"
} }
}, }
"required": [
"gid",
"name",
"resource_type"
]
} }
}, }
"required": [
"project",
"section"
]
} }
}, },
"modified_at": { "modified_at": {
@@ -256,14 +205,12 @@
"resource_type": { "resource_type": {
"type": "string" "type": "string"
} }
}, }
"required": [
"gid",
"name",
"resource_type"
]
} }
}, },
"resource_subtype": {
"type": "string"
},
"resource_type": { "resource_type": {
"type": "string" "type": "string"
}, },
@@ -284,17 +231,9 @@
"resource_type": { "resource_type": {
"type": "string" "type": "string"
} }
}, }
"required": [
"gid",
"name",
"resource_type"
]
} }
}, },
"resource_subtype": {
"type": "string"
},
"workspace": { "workspace": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -307,44 +246,8 @@
"resource_type": { "resource_type": {
"type": "string" "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 "version": 1
} }

View File

@@ -7,15 +7,12 @@
"name": { "name": {
"type": "string" "type": "string"
}, },
"resource_type": { "resource_subtype": {
"type": "string" "type": "string"
}, },
"resource_subtype": { "resource_type": {
"type": "string" "type": "string"
} }
}, },
"required": [
"gid"
],
"version": 1 "version": 1
} }

View File

@@ -5,8 +5,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"required": [
"success"
],
"version": 1 "version": 1
} }

View File

@@ -7,18 +7,12 @@
"name": { "name": {
"type": "string" "type": "string"
}, },
"resource_type": { "resource_subtype": {
"type": "string" "type": "string"
}, },
"resource_subtype": { "resource_type": {
"type": "string" "type": "string"
} }
}, },
"required": [
"gid",
"name",
"resource_type",
"resource_subtype"
],
"version": 1 "version": 1
} }

View File

@@ -1,135 +1,100 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "actual_time_minutes": {
"type": "integer" "type": "integer"
}, },
"notes": {
"type": "string"
},
"name": {
"type": "string"
},
"modified_at": {
"type": "string"
},
"created_at": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"assignee": { "assignee": {
"type": "object", "type": "object",
"properties": { "properties": {
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"resource_type": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
},
"resource_type": {
"type": "string"
} }
}, }
"required": [
"gid",
"resource_type",
"name"
]
}, },
"liked": { "assignee_status": {
"type": "string"
},
"completed": {
"type": "boolean" "type": "boolean"
}, },
"hearted": { "created_at": {
"type": "boolean" "type": "string"
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"enabled": {
"type": "boolean"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"precision": {
"type": "integer"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"due_at": {
"type": "null"
}, },
"followers": { "followers": {
"type": "array", "type": "array",
@@ -139,20 +104,24 @@
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"resource_type": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
},
"resource_type": {
"type": "string"
} }
}, }
"required": [
"gid",
"resource_type",
"name"
]
} }
}, },
"gid": {
"type": "string"
},
"hearted": {
"type": "boolean"
},
"liked": {
"type": "boolean"
},
"memberships": { "memberships": {
"type": "array", "type": "array",
"items": { "items": {
@@ -164,18 +133,13 @@
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"resource_type": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
},
"resource_type": {
"type": "string"
} }
}, }
"required": [
"gid",
"resource_type",
"name"
]
}, },
"section": { "section": {
"type": "object", "type": "object",
@@ -183,30 +147,36 @@
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"resource_type": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
},
"resource_type": {
"type": "string"
} }
}, }
"required": [
"gid",
"resource_type",
"name"
]
} }
}, }
"required": [
"project",
"section"
]
} }
}, },
"modified_at": {
"type": "string"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"num_hearts": {
"type": "integer"
},
"num_likes": {
"type": "integer"
},
"permalink_url": { "permalink_url": {
"type": "string" "type": "string"
}, },
"custom_fields": { "projects": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
@@ -214,65 +184,53 @@
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"name": {
"type": "string"
},
"resource_type": { "resource_type": {
"type": "string" "type": "string"
}, }
"resource_subtype": { }
"type": "string" }
}, },
"type": { "resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"start_at": {
"type": "null"
},
"tags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"enabled": { "resource_type": {
"type": "boolean" "type": "string"
},
"precision": {
"type": "integer"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"color": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"enabled",
"name",
"color"
]
}
} }
}
}
},
"workspace": {
"type": "object",
"properties": {
"gid": {
"type": "string"
}, },
"required": [ "name": {
"gid", "type": "string"
"resource_type", },
"created_by", "resource_type": {
"resource_subtype", "type": "string"
"type", }
"name",
"enabled",
"display_value"
]
} }
} }
}, },

View File

@@ -1,66 +1,55 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"created_at": { "created_at": {
"type": "string" "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": { "created_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"resource_type": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
},
"resource_type": {
"type": "string"
} }
}, }
"required": [ },
"gid", "gid": {
"resource_type", "type": "string"
"name" },
] "hearted": {
"type": "boolean"
},
"is_editable": {
"type": "boolean"
},
"is_edited": {
"type": "boolean"
},
"is_pinned": {
"type": "boolean"
},
"liked": {
"type": "boolean"
},
"num_hearts": {
"type": "integer"
},
"num_likes": {
"type": "integer"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"source": {
"type": "string"
}, },
"target": { "target": {
"type": "object", "type": "object",
@@ -68,44 +57,23 @@
"gid": { "gid": {
"type": "string" "type": "string"
}, },
"resource_type": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
"resource_subtype": { "resource_subtype": {
"type": "string" "type": "string"
},
"resource_type": {
"type": "string"
} }
}, }
"required": [ },
"gid", "text": {
"resource_type", "type": "string"
"name", },
"resource_subtype" "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 "version": 1
} }

View File

@@ -5,8 +5,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"required": [
"success"
],
"version": 1 "version": 1
} }

View File

@@ -1,10 +1,10 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"gid": { "email": {
"type": "string" "type": "string"
}, },
"email": { "gid": {
"type": "string" "type": "string"
}, },
"name": { "name": {
@@ -27,22 +27,9 @@
"resource_type": { "resource_type": {
"type": "string" "type": "string"
} }
}, }
"required": [
"gid",
"name",
"resource_type"
]
} }
} }
}, },
"required": [
"gid",
"email",
"name",
"photo",
"resource_type",
"workspaces"
],
"version": 1 "version": 1
} }

View File

@@ -11,10 +11,5 @@
"type": "string" "type": "string"
} }
}, },
"required": [
"gid",
"name",
"resource_type"
],
"version": 1 "version": 1
} }

View File

@@ -17,12 +17,5 @@
"type": "string" "type": "string"
} }
}, },
"required": [
"BeginOffset",
"EndOffset",
"Score",
"Text",
"Type"
],
"version": 1 "version": 1
} }

View File

@@ -19,18 +19,8 @@
"Positive": { "Positive": {
"type": "number" "type": "number"
} }
}, }
"required": [
"Mixed",
"Negative",
"Neutral",
"Positive"
]
} }
}, },
"required": [
"Sentiment",
"SentimentScore"
],
"version": 1 "version": 1
} }

View File

@@ -30,13 +30,7 @@
"Width": { "Width": {
"type": "number" "type": "number"
} }
}, }
"required": [
"Height",
"Left",
"Top",
"Width"
]
}, },
"Polygon": { "Polygon": {
"type": "array", "type": "array",
@@ -49,36 +43,21 @@
"Y": { "Y": {
"type": "number" "type": "number"
} }
}, }
"required": [
"X",
"Y"
]
} }
} }
}, }
"required": [
"BoundingBox",
"Polygon"
]
}, },
"Id": { "Id": {
"type": "integer" "type": "integer"
}, },
"Type": {
"type": "string"
},
"ParentId": { "ParentId": {
"type": "integer" "type": "integer"
},
"Type": {
"type": "string"
} }
}, }
"required": [
"Confidence",
"DetectedText",
"Geometry",
"Id",
"Type"
]
} }
}, },
"TextModelVersion": { "TextModelVersion": {

View File

@@ -5,8 +5,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"required": [
"success"
],
"version": 1 "version": 1
} }

View File

@@ -1,10 +1,10 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"Name": { "CreationDate": {
"type": "string" "type": "string"
}, },
"CreationDate": { "Name": {
"type": "string" "type": "string"
} }
}, },

View File

@@ -1,19 +1,19 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"Key": { "ChecksumAlgorithm": {
"type": "string" "type": "string"
}, },
"LastModified": { "ChecksumType": {
"type": "string" "type": "string"
}, },
"ETag": { "ETag": {
"type": "string" "type": "string"
}, },
"ChecksumAlgorithm": { "Key": {
"type": "string" "type": "string"
}, },
"ChecksumType": { "LastModified": {
"type": "string" "type": "string"
}, },
"Size": { "Size": {

View File

@@ -7,16 +7,16 @@
"xmlns": { "xmlns": {
"type": "string" "type": "string"
} }
}, }
"required": [
"xmlns"
]
}, },
"LastModified": { "ChecksumCRC64NVME": {
"type": "string" "type": "string"
}, },
"ETag": { "ETag": {
"type": "string" "type": "string"
},
"LastModified": {
"type": "string"
} }
}, },
"version": 1 "version": 1

View File

@@ -1,19 +1,19 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"Key": { "ChecksumAlgorithm": {
"type": "string" "type": "string"
}, },
"LastModified": { "ChecksumType": {
"type": "string" "type": "string"
}, },
"ETag": { "ETag": {
"type": "string" "type": "string"
}, },
"ChecksumAlgorithm": { "Key": {
"type": "string" "type": "string"
}, },
"ChecksumType": { "LastModified": {
"type": "string" "type": "string"
}, },
"Size": { "Size": {
@@ -23,12 +23,5 @@
"type": "string" "type": "string"
} }
}, },
"required": [
"Key",
"LastModified",
"ETag",
"Size",
"StorageClass"
],
"version": 1 "version": 1
} }

View File

@@ -7,28 +7,25 @@
"xmlns": { "xmlns": {
"type": "string" "type": "string"
} }
}, }
"required": [
"xmlns"
]
},
"Location": {
"type": "string"
}, },
"Bucket": { "Bucket": {
"type": "string" "type": "string"
}, },
"Key": {
"type": "string"
},
"ETag": {
"type": "string"
},
"ChecksumCRC64NVME": { "ChecksumCRC64NVME": {
"type": "string" "type": "string"
}, },
"ChecksumType": { "ChecksumType": {
"type": "string" "type": "string"
},
"ETag": {
"type": "string"
},
"Key": {
"type": "string"
},
"Location": {
"type": "string"
} }
}, },
"version": 1 "version": 1

View File

@@ -5,8 +5,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"required": [
"success"
],
"version": 1 "version": 1
} }

View File

@@ -1,15 +1,15 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"ETag": {
"type": "string"
},
"Key": { "Key": {
"type": "string" "type": "string"
}, },
"LastModified": { "LastModified": {
"type": "string" "type": "string"
}, },
"ETag": {
"type": "string"
},
"Size": { "Size": {
"type": "string" "type": "string"
}, },
@@ -17,12 +17,5 @@
"type": "string" "type": "string"
} }
}, },
"required": [
"Key",
"LastModified",
"ETag",
"Size",
"StorageClass"
],
"version": 1 "version": 1
} }

View File

@@ -10,21 +10,7 @@
"xmlns": { "xmlns": {
"type": "string" "type": "string"
} }
}, }
"required": [
"xmlns"
]
},
"SendEmailResult": {
"type": "object",
"properties": {
"MessageId": {
"type": "string"
}
},
"required": [
"MessageId"
]
}, },
"ResponseMetadata": { "ResponseMetadata": {
"type": "object", "type": "object",
@@ -32,17 +18,17 @@
"RequestId": { "RequestId": {
"type": "string" "type": "string"
} }
}, }
"required": [ },
"RequestId" "SendEmailResult": {
] "type": "object",
"properties": {
"MessageId": {
"type": "string"
}
}
} }
}, }
"required": [
"$",
"SendEmailResult",
"ResponseMetadata"
]
} }
}, },
"version": 1 "version": 1

View File

@@ -10,10 +10,7 @@
"MediaFileUri": { "MediaFileUri": {
"type": "string" "type": "string"
} }
}, }
"required": [
"MediaFileUri"
]
}, },
"StartTime": { "StartTime": {
"type": "number" "type": "number"

View File

@@ -1,50 +1,42 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"title": { "employees": {
"type": "string" "type": "array",
"items": {
"type": "object",
"properties": {
"firstName": {
"type": "string"
},
"hireDate": {
"type": "string"
},
"id": {
"type": "string"
},
"lastName": {
"type": "string"
}
}
}
}, },
"fields": { "fields": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"id",
"type",
"name"
]
} }
}, },
"employees": { "title": {
"type": "array", "type": "string"
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"hireDate": {
"type": "string"
}
},
"required": [
"id"
]
}
} }
}, },
"version": 1 "version": 1

View File

@@ -1,12 +1,18 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"displayName": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
},
"lastName": {
"type": "string"
} }
}, },
"required": [
"id"
],
"version": 1 "version": 1
} }

View File

@@ -1,8 +1,8 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "canUploadPhoto": {
"type": "string" "type": "integer"
}, },
"displayName": { "displayName": {
"type": "string" "type": "string"
@@ -10,11 +10,11 @@
"firstName": { "firstName": {
"type": "string" "type": "string"
}, },
"lastName": { "id": {
"type": "string" "type": "string"
}, },
"pronouns": { "lastName": {
"type": "null" "type": "string"
}, },
"photoUploaded": { "photoUploaded": {
"type": "boolean" "type": "boolean"
@@ -22,23 +22,9 @@
"photoUrl": { "photoUrl": {
"type": "string" "type": "string"
}, },
"canUploadPhoto": { "pronouns": {
"type": "integer" "type": "null"
} }
}, },
"required": [
"id",
"displayName",
"firstName",
"lastName",
"preferredName",
"jobTitle",
"workEmail",
"department",
"pronouns",
"photoUploaded",
"photoUrl",
"canUploadPhoto"
],
"version": 1 "version": 1
} }

View File

@@ -4,20 +4,8 @@
"created_at": { "created_at": {
"type": "string" "type": "string"
}, },
"status": { "height": {
"type": "string" "type": "integer"
},
"self": {
"type": "string"
},
"uid": {
"type": "string"
},
"template": {
"type": "string"
},
"template_version": {
"type": "null"
}, },
"modifications": { "modifications": {
"type": "array", "type": "array",
@@ -26,65 +14,49 @@
"properties": { "properties": {
"name": { "name": {
"type": "string" "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": { "pdf_url": {
"type": "null" "type": "null"
}, },
"pdf_url_compressed": { "pdf_url_compressed": {
"type": "null" "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 "version": 1
} }

View File

@@ -4,19 +4,10 @@
"created_at": { "created_at": {
"type": "string" "type": "string"
}, },
"status": { "height": {
"type": "string" "type": "integer"
}, },
"self": { "metadata": {
"type": "string"
},
"uid": {
"type": "string"
},
"template": {
"type": "string"
},
"template_version": {
"type": "null" "type": "null"
}, },
"modifications": { "modifications": {
@@ -26,68 +17,49 @@
"properties": { "properties": {
"name": { "name": {
"type": "string" "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": { "pdf_url": {
"type": "null" "type": "null"
}, },
"pdf_url_compressed": { "pdf_url_compressed": {
"type": "null" "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 "version": 1
} }

View 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
}

View File

@@ -1,6 +1,9 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"archived": {
"type": "boolean"
},
"created_at": { "created_at": {
"type": "string" "type": "string"
}, },
@@ -13,31 +16,14 @@
"long_url": { "long_url": {
"type": "string" "type": "string"
}, },
"archived": {
"type": "boolean"
},
"references": { "references": {
"type": "object", "type": "object",
"properties": { "properties": {
"group": { "group": {
"type": "string" "type": "string"
} }
}, }
"required": [
"group"
]
} }
}, },
"required": [
"created_at",
"id",
"link",
"custom_bitlinks",
"long_url",
"archived",
"tags",
"deeplinks",
"references"
],
"version": 1 "version": 1
} }

View File

@@ -1,28 +1,22 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"object": { "collections": {
"type": "null"
},
"email": {
"type": "string" "type": "string"
}, },
"id": { "id": {
"type": "string" "type": "string"
}, },
"userId": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
"email": { "object": {
"type": "string" "type": "string"
}, },
"twoFactorEnabled": { "permissions": {
"type": "boolean"
},
"status": {
"type": "integer"
},
"collections": {
"type": "null" "type": "null"
}, },
"resetPasswordEnrolled": { "resetPasswordEnrolled": {
@@ -31,26 +25,18 @@
"ssoExternalId": { "ssoExternalId": {
"type": "null" "type": "null"
}, },
"status": {
"type": "integer"
},
"twoFactorEnabled": {
"type": "boolean"
},
"type": { "type": {
"type": "integer" "type": "integer"
}, },
"permissions": { "userId": {
"type": "null" "type": "string"
} }
}, },
"required": [
"object",
"id",
"userId",
"name",
"email",
"twoFactorEnabled",
"status",
"collections",
"resetPasswordEnrolled",
"type",
"externalId",
"permissions"
],
"version": 1 "version": 1
} }

View File

@@ -1,223 +1,158 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "content_created_at": {
"type": "string" "type": "string"
}, },
"content_modified_at": { "content_modified_at": {
"type": "string" "type": "string"
}, },
"created_at": {
"type": "string"
},
"created_by": { "created_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "id": {
"type": "string" "type": "string"
}, },
"id": { "login": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"login": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [ },
"type", "description": {
"id", "type": "string"
"name", },
"login" "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": { "modified_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "id": {
"type": "string" "type": "string"
}, },
"id": { "login": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"login": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [ },
"type", "name": {
"id", "type": "string"
"name",
"login"
]
}, },
"owned_by": { "owned_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": {
"type": "string"
},
"login": { "login": {
"type": "string" "type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"type",
"id",
"name",
"login"
]
},
"shared_link": {
"type": "null"
}, },
"parent": { "parent": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"type",
"id",
"sequence_id",
"etag",
"name"
]
}, },
"item_status": { "path_collection": {
"type": "object",
"properties": {
"entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"total_count": {
"type": "integer"
}
}
},
"purged_at": {
"type": "null"
},
"sequence_id": {
"type": "string"
},
"sha1": {
"type": "string"
},
"shared_link": {
"type": "null"
},
"size": {
"type": "integer"
},
"trashed_at": {
"type": "null"
},
"type": {
"type": "string" "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 "version": 1
} }

View File

@@ -5,8 +5,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"required": [
"success"
],
"version": 1 "version": 1
} }

View File

@@ -1,220 +1,155 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "content_created_at": {
"type": "string" "type": "string"
}, },
"content_modified_at": { "content_modified_at": {
"type": "string" "type": "string"
}, },
"created_at": {
"type": "string"
},
"created_by": { "created_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "id": {
"type": "string" "type": "string"
}, },
"id": { "login": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"login": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [ },
"type", "description": {
"id", "type": "string"
"name", },
"login" "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": { "modified_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "id": {
"type": "string" "type": "string"
}, },
"id": { "login": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"login": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [ },
"type", "name": {
"id", "type": "string"
"name",
"login"
]
}, },
"owned_by": { "owned_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": {
"type": "string"
},
"login": { "login": {
"type": "string" "type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"type",
"id",
"name",
"login"
]
}, },
"parent": { "parent": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"type",
"id",
"sequence_id",
"etag",
"name"
]
}, },
"item_status": { "path_collection": {
"type": "object",
"properties": {
"entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"total_count": {
"type": "integer"
}
}
},
"purged_at": {
"type": "null"
},
"sequence_id": {
"type": "string"
},
"sha1": {
"type": "string"
},
"size": {
"type": "integer"
},
"trashed_at": {
"type": "null"
},
"type": {
"type": "string" "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 "version": 1
} }

View File

@@ -1,220 +1,155 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "content_created_at": {
"type": "string" "type": "string"
}, },
"content_modified_at": { "content_modified_at": {
"type": "string" "type": "string"
}, },
"created_at": {
"type": "string"
},
"created_by": { "created_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "id": {
"type": "string" "type": "string"
}, },
"id": { "login": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"login": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [ },
"type", "description": {
"id", "type": "string"
"name", },
"login" "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": { "modified_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "id": {
"type": "string" "type": "string"
}, },
"id": { "login": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"login": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [ },
"type", "name": {
"id", "type": "string"
"name",
"login"
]
}, },
"owned_by": { "owned_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": {
"type": "string"
},
"login": { "login": {
"type": "string" "type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"type",
"id",
"name",
"login"
]
}, },
"parent": { "parent": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"type",
"id",
"sequence_id",
"etag",
"name"
]
}, },
"item_status": { "path_collection": {
"type": "object",
"properties": {
"entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"total_count": {
"type": "integer"
}
}
},
"purged_at": {
"type": "null"
},
"sequence_id": {
"type": "string"
},
"sha1": {
"type": "string"
},
"size": {
"type": "integer"
},
"trashed_at": {
"type": "null"
},
"type": {
"type": "string" "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 "version": 1
} }

View File

@@ -1,197 +1,156 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "content_created_at": {
"type": "string" "type": "string"
}, },
"content_modified_at": { "content_modified_at": {
"type": "string" "type": "string"
}, },
"created_at": {
"type": "string"
},
"created_by": { "created_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "id": {
"type": "string" "type": "string"
}, },
"id": { "login": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"login": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [ },
"type", "description": {
"id", "type": "string"
"name", },
"login" "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": { "modified_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "id": {
"type": "string" "type": "string"
}, },
"id": { "login": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"login": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [ },
"type", "name": {
"id", "type": "string"
"name",
"login"
]
}, },
"owned_by": { "owned_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": {
"type": "string"
},
"login": { "login": {
"type": "string" "type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"type",
"id",
"name",
"login"
]
},
"shared_link": {
"type": "null"
}, },
"parent": { "parent": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"type",
"id",
"sequence_id",
"etag",
"name"
]
}, },
"item_status": { "path_collection": {
"type": "object",
"properties": {
"entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"total_count": {
"type": "integer"
}
}
},
"purged_at": {
"type": "null"
},
"sequence_id": {
"type": "string"
},
"sha1": {
"type": "string"
},
"shared_link": {
"type": "null"
},
"size": {
"type": "integer"
},
"trashed_at": {
"type": "null"
},
"type": {
"type": "string" "type": "string"
} }
}, },

View File

@@ -1,192 +1,53 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "content_created_at": {
"type": "string" "type": "string"
}, },
"content_modified_at": { "content_modified_at": {
"type": "string" "type": "string"
}, },
"owned_by": { "created_at": {
"type": "string"
},
"created_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": {
"type": "string"
},
"login": { "login": {
"type": "string" "type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"type",
"id",
"name",
"login"
]
}, },
"shared_link": { "description": {
"type": "null" "type": "string"
},
"etag": {
"type": "string"
}, },
"folder_upload_email": { "folder_upload_email": {
"type": "null" "type": "null"
}, },
"parent": { "id": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"type",
"id",
"sequence_id",
"etag",
"name"
]
},
"item_status": {
"type": "string" "type": "string"
}, },
"item_collection": { "item_collection": {
"type": "object", "type": "object",
"properties": { "properties": {
"total_count": { "limit": {
"type": "integer" "type": "integer"
}, },
"offset": { "offset": {
"type": "integer" "type": "integer"
}, },
"limit": {
"type": "integer"
},
"order": { "order": {
"type": "array", "type": "array",
"items": { "items": {
@@ -198,21 +59,113 @@
"direction": { "direction": {
"type": "string" "type": "string"
} }
}, }
"required": [
"by",
"direction"
]
} }
},
"total_count": {
"type": "integer"
} }
}, }
"required": [ },
"total_count", "item_status": {
"entries", "type": "string"
"offset", },
"limit", "modified_at": {
"order" "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 "version": 1

View File

@@ -1,214 +1,88 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "content_created_at": {
"type": "string" "type": "string"
}, },
"content_modified_at": { "content_modified_at": {
"type": "string" "type": "string"
}, },
"owned_by": { "created_at": {
"type": "string"
},
"created_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": {
"type": "string"
},
"login": { "login": {
"type": "string" "type": "string"
}
},
"required": [
"type",
"id",
"name",
"login"
]
},
"parent": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"id": {
"type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"type",
"id",
"sequence_id",
"etag",
"name"
]
}, },
"item_status": { "description": {
"type": "string"
},
"etag": {
"type": "string"
},
"id": {
"type": "string" "type": "string"
}, },
"item_collection": { "item_collection": {
"type": "object", "type": "object",
"properties": { "properties": {
"total_count": {
"type": "integer"
},
"entries": { "entries": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "etag": {
"type": "string" "type": "string"
}, },
"file_version": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"sha1": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": {
"type": "string"
},
"sequence_id": { "sequence_id": {
"type": "string" "type": "string"
}, },
"etag": { "sha1": {
"type": "string" "type": "string"
}, },
"name": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [
"type",
"id",
"sequence_id",
"etag",
"name"
]
} }
}, },
"offset": { "limit": {
"type": "integer" "type": "integer"
}, },
"limit": { "offset": {
"type": "integer" "type": "integer"
}, },
"order": { "order": {
@@ -222,46 +96,111 @@
"direction": { "direction": {
"type": "string" "type": "string"
} }
}, }
"required": [
"by",
"direction"
]
} }
},
"total_count": {
"type": "integer"
} }
}, }
"required": [ },
"total_count", "item_status": {
"entries", "type": "string"
"offset", },
"limit", "modified_at": {
"order" "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 "version": 1
} }

View File

@@ -1,161 +1,141 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "content_created_at": {
"type": "string" "type": "string"
}, },
"content_modified_at": { "content_modified_at": {
"type": "string" "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": { "owned_by": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "id": {
"type": "string" "type": "string"
}, },
"login": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"parent": {
"type": "object",
"properties": {
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"login": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [
"type",
"id",
"name",
"login"
]
}, },
"folder_upload_email": { "path_collection": {
"type": "object",
"properties": {
"entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"total_count": {
"type": "integer"
}
}
},
"purged_at": {
"type": "null" "type": "null"
}, },
"item_status": { "sequence_id": {
"type": "string"
},
"size": {
"type": "integer"
},
"trashed_at": {
"type": "null"
},
"type": {
"type": "string" "type": "string"
} }
}, },
"required": [
"type",
"id",
"etag"
],
"version": 1 "version": 1
} }

View File

@@ -1,29 +1,29 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"email": { "createdAt": {
"type": "string" "type": "string"
}, },
"id": { "email": {
"type": "integer" "type": "string"
}, },
"emailBlacklisted": { "emailBlacklisted": {
"type": "boolean" "type": "boolean"
}, },
"smsBlacklisted": { "id": {
"type": "boolean" "type": "integer"
},
"createdAt": {
"type": "string"
},
"modifiedAt": {
"type": "string"
}, },
"listIds": { "listIds": {
"type": "array", "type": "array",
"items": { "items": {
"type": "integer" "type": "integer"
} }
},
"modifiedAt": {
"type": "string"
},
"smsBlacklisted": {
"type": "boolean"
} }
}, },
"version": 1 "version": 1

View File

@@ -1,24 +1,26 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "attributes": {
"type": "integer" "type": "object",
}, "properties": {
"emailBlacklisted": { "SMS": {
"type": "boolean" "type": "string"
}, }
"smsBlacklisted": { }
"type": "boolean"
}, },
"createdAt": { "createdAt": {
"type": "string" "type": "string"
}, },
"modifiedAt": {
"type": "string"
},
"email": { "email": {
"type": "string" "type": "string"
}, },
"emailBlacklisted": {
"type": "boolean"
},
"id": {
"type": "integer"
},
"listIds": { "listIds": {
"type": "array", "type": "array",
"items": { "items": {
@@ -28,27 +30,12 @@
"listUnsubscribed": { "listUnsubscribed": {
"type": "null" "type": "null"
}, },
"attributes": { "modifiedAt": {
"type": "object", "type": "string"
"properties": { },
"SMS": { "smsBlacklisted": {
"type": "string" "type": "boolean"
},
"FIRSTNAME": {
"type": "string"
}
}
} }
}, },
"required": [
"id",
"emailBlacklisted",
"smsBlacklisted",
"createdAt",
"modifiedAt",
"listIds",
"listUnsubscribed",
"attributes"
],
"version": 1 "version": 1
} }

View File

@@ -5,8 +5,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"required": [
"success"
],
"version": 1 "version": 1
} }

View File

@@ -5,8 +5,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"required": [
"success"
],
"version": 1 "version": 1
} }

View File

@@ -1,16 +1,12 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"status": { "id": {
"type": "string" "type": "string"
}, },
"id": { "status": {
"type": "string" "type": "string"
} }
}, },
"required": [
"status",
"id"
],
"version": 1 "version": 1
} }

View File

@@ -5,8 +5,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"required": [
"success"
],
"version": 1 "version": 1
} }

View File

@@ -4,20 +4,15 @@
"_id": { "_id": {
"type": "string" "type": "string"
}, },
"Modified Date": {
"type": "string"
},
"Created By": { "Created By": {
"type": "string" "type": "string"
}, },
"Created Date": { "Created Date": {
"type": "string" "type": "string"
},
"Modified Date": {
"type": "string"
} }
}, },
"required": [
"_id",
"Modified Date",
"Created Date"
],
"version": 1 "version": 1
} }

View File

@@ -5,8 +5,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"required": [
"success"
],
"version": 1 "version": 1
} }

View File

@@ -1,9 +1,18 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"created": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"personEmail": {
"type": "string"
},
"personId": {
"type": "string"
},
"roomId": { "roomId": {
"type": "string" "type": "string"
}, },
@@ -12,25 +21,7 @@
}, },
"text": { "text": {
"type": "string" "type": "string"
},
"personId": {
"type": "string"
},
"personEmail": {
"type": "string"
},
"created": {
"type": "string"
} }
}, },
"required": [
"id",
"roomId",
"roomType",
"text",
"personId",
"personEmail",
"created"
],
"version": 1 "version": 1
} }

View 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
}

View File

@@ -0,0 +1,15 @@
{
"type": "object",
"properties": {
"domain": {
"type": "string"
},
"logo": {
"type": "string"
},
"name": {
"type": "string"
}
},
"version": 1
}

View File

@@ -1,36 +1,14 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "bio": {
"type": "string" "type": "null"
},
"name": {
"type": "object",
"properties": {
"fullName": {
"type": "string"
},
"givenName": {
"type": "string"
},
"familyName": {
"type": "string"
}
},
"required": [
"fullName",
"givenName",
"familyName"
]
}, },
"email": { "email": {
"type": "string" "type": "string"
}, },
"bio": { "emailProvider": {
"type": "null" "type": "boolean"
},
"site": {
"type": "null"
}, },
"employment": { "employment": {
"type": "object", "type": "object",
@@ -41,14 +19,7 @@
"name": { "name": {
"type": "string" "type": "string"
} }
}, }
"required": [
"domain",
"name",
"title",
"role",
"seniority"
]
}, },
"facebook": { "facebook": {
"type": "object", "type": "object",
@@ -56,57 +27,10 @@
"handle": { "handle": {
"type": "null" "type": "null"
} }
}, }
"required": [
"handle"
]
}, },
"twitter": { "fuzzy": {
"type": "object", "type": "boolean"
"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"
]
}, },
"googleplus": { "googleplus": {
"type": "object", "type": "object",
@@ -114,10 +38,7 @@
"handle": { "handle": {
"type": "null" "type": "null"
} }
}, }
"required": [
"handle"
]
}, },
"gravatar": { "gravatar": {
"type": "object", "type": "object",
@@ -127,62 +48,78 @@
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"url": {
"type": "string"
},
"type": { "type": {
"type": "string" "type": "string"
},
"url": {
"type": "string"
} }
}, }
"required": [
"url",
"type"
]
} }
} }
}, }
"required": [
"handle",
"urls",
"avatar",
"avatars"
]
}, },
"fuzzy": { "id": {
"type": "boolean"
},
"emailProvider": {
"type": "boolean"
},
"indexedAt": {
"type": "string" "type": "string"
}, },
"inactiveAt": { "inactiveAt": {
"type": "null" "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 "version": 1
} }

View File

@@ -4,9 +4,6 @@
"id": { "id": {
"type": "string" "type": "string"
}, },
"task_id": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
@@ -16,18 +13,12 @@
"resolved": { "resolved": {
"type": "integer" "type": "integer"
}, },
"task_id": {
"type": "string"
},
"unresolved": { "unresolved": {
"type": "integer" "type": "integer"
} }
}, },
"required": [
"id",
"task_id",
"name",
"orderindex",
"resolved",
"unresolved",
"items"
],
"version": 1 "version": 1
} }

View File

@@ -1,93 +1,71 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "creator": {
"type": "string" "type": "integer"
},
"task_id": {
"type": "string"
},
"name": {
"type": "string"
}, },
"date_created": { "date_created": {
"type": "string" "type": "string"
}, },
"orderindex": { "id": {
"type": "integer" "type": "string"
},
"creator": {
"type": "integer"
},
"resolved": {
"type": "integer"
},
"unresolved": {
"type": "integer"
}, },
"items": { "items": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": "string"
},
"assignee": { "assignee": {
"type": "null" "type": "null"
}, },
"group_assignee": {
"type": "null"
},
"resolved": {
"type": "boolean"
},
"parent": {
"type": "null"
},
"date_created": { "date_created": {
"type": "string" "type": "string"
}, },
"start_date": {
"type": "null"
},
"start_date_time": {
"type": "boolean"
},
"due_date": { "due_date": {
"type": "null" "type": "null"
}, },
"due_date_time": { "due_date_time": {
"type": "boolean" "type": "boolean"
}, },
"group_assignee": {
"type": "null"
},
"id": {
"type": "string"
},
"parent": {
"type": "null"
},
"resolved": {
"type": "boolean"
},
"sent_due_date_notif": { "sent_due_date_notif": {
"type": "null" "type": "null"
},
"start_date": {
"type": "null"
},
"start_date_time": {
"type": "boolean"
} }
}, }
"required": [
"id",
"name",
"orderindex",
"assignee",
"group_assignee",
"resolved",
"parent",
"date_created",
"children"
]
} }
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"resolved": {
"type": "integer"
},
"task_id": {
"type": "string"
},
"unresolved": {
"type": "integer"
} }
}, },
"required": [
"id",
"task_id",
"name",
"date_created",
"orderindex",
"creator",
"resolved",
"unresolved",
"items"
],
"version": 1 "version": 1
} }

View File

@@ -1,123 +1,75 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "date": {
"type": "integer" "type": "integer"
}, },
"hist_id": { "hist_id": {
"type": "string" "type": "string"
}, },
"date": { "id": {
"type": "integer" "type": "integer"
}, },
"version": { "version": {
"type": "object", "type": "object",
"properties": { "properties": {
"object_type": {
"type": "string"
},
"object_id": {
"type": "string"
},
"workspace_id": {
"type": "integer"
},
"operation": {
"type": "string"
},
"data": { "data": {
"type": "object", "type": "object",
"properties": { "properties": {
"changes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"after": {
"type": "integer"
},
"field": {
"type": "string"
}
}
}
},
"context": { "context": {
"type": "object", "type": "object",
"properties": { "properties": {
"audit_context": { "audit_context": {
"type": "object", "type": "object",
"properties": { "properties": {
"userid": {
"type": "integer"
},
"current_time": { "current_time": {
"type": "integer" "type": "integer"
}, },
"route": { "route": {
"type": "string" "type": "string"
},
"userid": {
"type": "integer"
} }
}, }
"required": [
"userid",
"current_time",
"route"
]
}, },
"originating_service": { "originating_service": {
"type": "string" "type": "string"
} }
}, }
"required": [
"audit_context",
"originating_service"
]
}, },
"relationships": { "relationships": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "object_type": {
"type": "string" "type": "string"
}, },
"object_type": { "type": {
"type": "string" "type": "string"
}, },
"workspace_id": { "workspace_id": {
"type": "string" "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": { "date_created": {
"type": "integer" "type": "integer"
@@ -125,31 +77,35 @@
"date_updated": { "date_updated": {
"type": "integer" "type": "integer"
}, },
"deleted": {
"type": "boolean"
},
"event_publish_time": { "event_publish_time": {
"type": "integer" "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 "version": 1
} }

View File

@@ -1,17 +1,11 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": "string"
},
"comment": { "comment": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"text": {
"type": "string"
},
"attributes": { "attributes": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -19,104 +13,76 @@
"type": "string" "type": "string"
} }
} }
},
"text": {
"type": "string"
} }
}, }
"required": [
"text"
]
} }
}, },
"comment_text": { "comment_text": {
"type": "string" "type": "string"
}, },
"user": { "date": {
"type": "object", "type": "string"
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
},
"initials": {
"type": "string"
}
},
"required": [
"id",
"username",
"email",
"color",
"initials",
"profilePicture"
]
}, },
"group_assignee": { "group_assignee": {
"type": "null" "type": "null"
}, },
"id": {
"type": "string"
},
"reactions": { "reactions": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"reaction": { "date": {
"type": "string" "type": "string"
}, },
"date": { "reaction": {
"type": "string" "type": "string"
}, },
"user": { "user": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": { "email": {
"type": "string" "type": "string"
}, },
"id": {
"type": "integer"
},
"initials": { "initials": {
"type": "string" "type": "string"
},
"username": {
"type": "string"
} }
}, }
"required": [
"id",
"username",
"email",
"initials",
"profilePicture"
]
} }
}, }
"required": [
"reaction",
"date",
"user"
]
} }
}, },
"date": {
"type": "string"
},
"reply_count": { "reply_count": {
"type": "integer" "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 "version": 1
} }

View File

@@ -1,6 +1,12 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"archived": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
@@ -13,50 +19,26 @@
"override_statuses": { "override_statuses": {
"type": "boolean" "type": "boolean"
}, },
"hidden": { "permission_level": {
"type": "boolean" "type": "string"
}, },
"space": { "space": {
"type": "object", "type": "object",
"properties": { "properties": {
"access": {
"type": "boolean"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"access": {
"type": "boolean"
} }
}, }
"required": [
"id",
"name",
"access"
]
}, },
"task_count": { "task_count": {
"type": "string" "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 "version": 1
} }

View File

@@ -1,9 +1,70 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"archived": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"id": { "id": {
"type": "string" "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": { "name": {
"type": "string" "type": "string"
}, },
@@ -13,158 +74,49 @@
"override_statuses": { "override_statuses": {
"type": "boolean" "type": "boolean"
}, },
"hidden": { "permission_level": {
"type": "boolean" "type": "string"
}, },
"space": { "space": {
"type": "object", "type": "object",
"properties": { "properties": {
"access": {
"type": "boolean"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"access": {
"type": "boolean"
} }
}, }
"required": [
"id",
"name",
"access"
]
},
"task_count": {
"type": "string"
},
"archived": {
"type": "boolean"
}, },
"statuses": { "statuses": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "color": {
"type": "string" "type": "string"
}, },
"status": { "id": {
"type": "string" "type": "string"
}, },
"orderindex": { "orderindex": {
"type": "integer" "type": "integer"
}, },
"color": { "status": {
"type": "string" "type": "string"
}, },
"type": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [
"id",
"status",
"orderindex",
"color",
"type"
]
} }
}, },
"lists": { "task_count": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"content": {
"type": "string"
},
"task_count": {
"type": "integer"
},
"archived": {
"type": "boolean"
},
"statuses": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"status": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"color": {
"type": "string"
},
"type": {
"type": "string"
},
"status_group": {
"type": "string"
}
},
"required": [
"id",
"status",
"orderindex",
"color",
"type",
"status_group"
]
}
},
"permission_level": {
"type": "string"
}
},
"required": [
"id",
"name",
"orderindex",
"status",
"priority",
"assignee",
"task_count",
"due_date",
"start_date",
"archived",
"override_statuses",
"statuses",
"permission_level"
]
}
},
"permission_level": {
"type": "string" "type": "string"
} }
}, },
"required": [
"id",
"name",
"orderindex",
"override_statuses",
"hidden",
"space",
"task_count",
"archived",
"statuses",
"lists",
"permission_level"
],
"version": 1 "version": 1
} }

View File

@@ -1,14 +1,89 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"archived": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"lists": {
"type": "array",
"items": {
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"content": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"permission_level": {
"type": "string"
},
"space": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"statuses": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"id": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"status": {
"type": "string"
},
"status_group": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"task_count": {
"type": "integer"
}
}
}
},
"name": { "name": {
"type": "string" "type": "string"
}, },
"hidden": { "permission_level": {
"type": "boolean" "type": "string"
}, },
"space": { "space": {
"type": "object", "type": "object",
@@ -19,162 +94,34 @@
"name": { "name": {
"type": "string" "type": "string"
} }
}, }
"required": [
"id",
"name"
]
},
"task_count": {
"type": "string"
},
"archived": {
"type": "boolean"
}, },
"statuses": { "statuses": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"color": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"orderindex": {
"type": "integer"
},
"status": { "status": {
"type": "string" "type": "string"
}, },
"type": { "type": {
"type": "string" "type": "string"
},
"orderindex": {
"type": "integer"
},
"color": {
"type": "string"
} }
}, }
"required": [
"id",
"status",
"type",
"orderindex",
"color"
]
} }
}, },
"lists": { "task_count": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"task_count": {
"type": "integer"
},
"space": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"access"
]
},
"archived": {
"type": "boolean"
},
"statuses": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"status": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"color": {
"type": "string"
},
"type": {
"type": "string"
},
"status_group": {
"type": "string"
}
},
"required": [
"id",
"status",
"orderindex",
"color",
"type",
"status_group"
]
}
},
"permission_level": {
"type": "string"
},
"content": {
"type": "string"
}
},
"required": [
"id",
"name",
"orderindex",
"status",
"priority",
"assignee",
"task_count",
"due_date",
"start_date",
"space",
"archived",
"override_statuses",
"statuses",
"permission_level"
]
}
},
"permission_level": {
"type": "string" "type": "string"
} }
}, },
"required": [
"id",
"name",
"orderindex",
"override_statuses",
"hidden",
"space",
"task_count",
"archived",
"statuses",
"lists",
"permission_level"
],
"version": 1 "version": 1
} }

View File

@@ -1,131 +1,96 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "archived": {
"type": "string" "type": "boolean"
}, },
"name": { "assignee": {
"type": "null"
},
"content": {
"type": "string" "type": "string"
}, },
"deleted": { "deleted": {
"type": "boolean" "type": "boolean"
}, },
"orderindex": {
"type": "integer"
},
"content": {
"type": "string"
},
"assignee": {
"type": "null"
},
"start_date": {
"type": "null"
},
"folder": { "folder": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "access": {
"type": "string" "type": "boolean"
},
"name": {
"type": "string"
}, },
"hidden": { "hidden": {
"type": "boolean" "type": "boolean"
}, },
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"space": {
"type": "object",
"properties": {
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"access": {
"type": "boolean"
} }
}, }
"required": [ },
"id", "id": {
"name", "type": "string"
"access"
]
}, },
"inbound_address": { "inbound_address": {
"type": "string" "type": "string"
}, },
"archived": { "name": {
"type": "boolean" "type": "string"
},
"orderindex": {
"type": "integer"
}, },
"override_statuses": { "override_statuses": {
"type": "boolean" "type": "boolean"
}, },
"permission_level": {
"type": "string"
},
"space": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"start_date": {
"type": "null"
},
"statuses": { "statuses": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "color": {
"type": "string" "type": "string"
}, },
"status": { "id": {
"type": "string" "type": "string"
}, },
"orderindex": { "orderindex": {
"type": "integer" "type": "integer"
}, },
"color": { "status": {
"type": "string"
},
"type": {
"type": "string" "type": "string"
}, },
"status_group": { "status_group": {
"type": "string" "type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"id",
"status",
"orderindex",
"color",
"type",
"status_group"
]
} }
},
"permission_level": {
"type": "string"
} }
}, },
"required": [
"id",
"name",
"deleted",
"orderindex",
"content",
"priority",
"assignee",
"due_date",
"start_date",
"folder",
"space",
"archived",
"override_statuses",
"permission_level"
],
"version": 1 "version": 1
} }

View File

@@ -1,6 +1,12 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
@@ -9,22 +15,7 @@
}, },
"type": { "type": {
"type": "string" "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 "version": 1
} }

View File

@@ -1,123 +1,87 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "archived": {
"type": "string"
},
"name": {
"type": "string"
},
"deleted": {
"type": "boolean" "type": "boolean"
}, },
"content": { "content": {
"type": "string" "type": "string"
}, },
"priority": { "deleted": {
"type": "null" "type": "boolean"
}, },
"folder": { "folder": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "access": {
"type": "string" "type": "boolean"
},
"name": {
"type": "string"
}, },
"hidden": { "hidden": {
"type": "boolean" "type": "boolean"
}, },
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"space": {
"type": "object",
"properties": {
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"access": {
"type": "boolean"
} }
}, }
"required": [ },
"id", "id": {
"name", "type": "string"
"access"
]
}, },
"inbound_address": { "inbound_address": {
"type": "string" "type": "string"
}, },
"archived": { "name": {
"type": "boolean" "type": "string"
},
"permission_level": {
"type": "string"
},
"priority": {
"type": "null"
},
"space": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}, },
"statuses": { "statuses": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "color": {
"type": "string" "type": "string"
}, },
"status": { "id": {
"type": "string" "type": "string"
}, },
"orderindex": { "orderindex": {
"type": "integer" "type": "integer"
}, },
"color": { "status": {
"type": "string"
},
"type": {
"type": "string" "type": "string"
}, },
"status_group": { "status_group": {
"type": "string" "type": "string"
},
"type": {
"type": "string"
} }
}, }
"required": [
"id",
"status",
"orderindex",
"color",
"type",
"status_group"
]
} }
},
"permission_level": {
"type": "string"
} }
}, },
"required": [
"id",
"name",
"deleted",
"orderindex",
"priority",
"assignee",
"due_date",
"start_date",
"folder",
"space",
"inbound_address",
"archived",
"override_statuses",
"statuses",
"permission_level"
],
"version": 1 "version": 1
} }

View File

@@ -1,79 +1,52 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"archived": {
"type": "boolean"
},
"content": {
"type": "string"
},
"folder": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"content": { "permission_level": {
"type": "string" "type": "string"
}, },
"task_count": {
"type": "integer"
},
"folder": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"space": { "space": {
"type": "object", "type": "object",
"properties": { "properties": {
"access": {
"type": "boolean"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"access": {
"type": "boolean"
} }
}, }
"required": [
"id",
"name",
"access"
]
}, },
"archived": { "task_count": {
"type": "boolean" "type": "integer"
},
"permission_level": {
"type": "string"
} }
}, },
"required": [
"id",
"name",
"orderindex",
"status",
"priority",
"assignee",
"task_count",
"due_date",
"start_date",
"folder",
"space",
"archived",
"override_statuses",
"permission_level"
],
"version": 1 "version": 1
} }

View File

@@ -1,12 +1,12 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": "integer"
},
"email": { "email": {
"type": "string" "type": "string"
}, },
"id": {
"type": "integer"
},
"initials": { "initials": {
"type": "string" "type": "string"
}, },
@@ -19,28 +19,8 @@
"viewed_verified_consultant": { "viewed_verified_consultant": {
"type": "null" "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 "version": 1
} }

View File

@@ -1,180 +1,54 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "archived": {
"type": "boolean" "type": "boolean"
}, },
"creator": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"email",
"profilePicture"
]
},
"assignees": { "assignees": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"email": {
"type": "string"
},
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"username": {
"type": "string"
},
"initials": { "initials": {
"type": "string" "type": "string"
}, },
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
}
},
"watchers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": { "username": {
"type": "string" "type": "string"
},
"initials": {
"type": "string"
},
"email": {
"type": "string"
} }
}, }
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
} }
}, },
"tags": { "creator": {
"type": "array", "type": "object",
"items": { "properties": {
"type": "object", "email": {
"properties": { "type": "string"
"name": {
"type": "string"
},
"tag_fg": {
"type": "string"
},
"tag_bg": {
"type": "string"
},
"creator": {
"type": "integer"
}
}, },
"required": [ "id": {
"name", "type": "integer"
"tag_fg", },
"tag_bg", "username": {
"creator" "type": "string"
] }
} }
}, },
"points": {
"type": "null"
},
"time_spent": {
"type": "integer"
},
"custom_fields": { "custom_fields": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
@@ -187,9 +61,6 @@
"type_config": { "type_config": {
"type": "object", "type": "object",
"properties": { "properties": {
"sorting": {
"type": "string"
},
"options": { "options": {
"type": "array", "type": "array",
"items": { "items": {
@@ -204,133 +75,108 @@
"orderindex": { "orderindex": {
"type": "integer" "type": "integer"
} }
}, }
"required": [
"id",
"color"
]
} }
}, },
"new_drop_down": { "sorting": {
"type": "boolean" "type": "string"
} }
} }
},
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
} }
}, }
"required": [
"id",
"name",
"type",
"type_config",
"date_created",
"hide_from_guests",
"required"
]
} }
}, },
"team_id": { "custom_item_id": {
"type": "integer"
},
"date_created": {
"type": "string" "type": "string"
}, },
"url": { "date_updated": {
"type": "string" "type": "string"
}, },
"description": {
"type": "string"
},
"folder": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"list": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"name": {
"type": "string"
},
"orderindex": {
"type": "string"
},
"permission_level": {
"type": "string"
},
"points": {
"type": "null"
},
"project": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"sharing": { "sharing": {
"type": "object", "type": "object",
"properties": { "properties": {
"public": { "public": {
"type": "boolean" "type": "boolean"
}, },
"public_share_expires_on": {
"type": "null"
},
"public_fields": { "public_fields": {
"type": "array", "type": "array",
"items": { "items": {
"type": "string" "type": "string"
} }
}, },
"token": { "public_share_expires_on": {
"type": "null" "type": "null"
}, },
"seo_optimized": { "seo_optimized": {
"type": "boolean" "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": { "space": {
"type": "object", "type": "object",
@@ -338,52 +184,80 @@
"id": { "id": {
"type": "string" "type": "string"
} }
}, }
"required": [ },
"id" "status": {
] "type": "object",
"properties": {
"color": {
"type": "string"
},
"id": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"status": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"tags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"creator": {
"type": "integer"
},
"name": {
"type": "string"
},
"tag_bg": {
"type": "string"
},
"tag_fg": {
"type": "string"
}
}
}
},
"team_id": {
"type": "string"
},
"text_content": {
"type": "string"
},
"time_spent": {
"type": "integer"
},
"url": {
"type": "string"
},
"watchers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"initials": {
"type": "string"
},
"username": {
"type": "string"
}
}
}
} }
}, },
"required": [
"id",
"custom_id",
"custom_item_id",
"name",
"text_content",
"description",
"status",
"orderindex",
"date_created",
"date_updated",
"date_closed",
"date_done",
"archived",
"creator",
"assignees",
"group_assignees",
"watchers",
"checklists",
"tags",
"parent",
"top_level_parent",
"priority",
"due_date",
"start_date",
"points",
"time_estimate",
"time_spent",
"custom_fields",
"dependencies",
"linked_tasks",
"locations",
"team_id",
"url",
"sharing",
"permission_level",
"list",
"project",
"folder",
"space"
],
"version": 1 "version": 1
} }

View File

@@ -5,8 +5,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"required": [
"success"
],
"version": 1 "version": 1
} }

File diff suppressed because it is too large Load Diff

View File

@@ -1,126 +1,27 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "archived": {
"type": "boolean" "type": "boolean"
}, },
"creator": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"email",
"profilePicture"
]
},
"assignees": { "assignees": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"email": {
"type": "string"
},
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"initials": { "initials": {
"type": "string" "type": "string"
}, },
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
}
},
"watchers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": { "username": {
"type": "string" "type": "string"
},
"initials": {
"type": "string"
},
"email": {
"type": "string"
} }
}, }
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
} }
}, },
"checklists": { "checklists": {
@@ -128,131 +29,45 @@
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"creator": {
"type": "integer"
},
"date_created": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"task_id": {
"type": "string"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
"date_created": {
"type": "string"
},
"orderindex": { "orderindex": {
"type": "integer" "type": "integer"
}, },
"creator": {
"type": "integer"
},
"resolved": { "resolved": {
"type": "integer" "type": "integer"
}, },
"task_id": {
"type": "string"
},
"unresolved": { "unresolved": {
"type": "integer" "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": { "creator": {
"type": "array", "type": "object",
"items": { "properties": {
"type": "object", "email": {
"properties": { "type": "string"
"name": {
"type": "string"
},
"tag_fg": {
"type": "string"
},
"tag_bg": {
"type": "string"
},
"creator": {
"type": "integer"
}
}, },
"required": [ "id": {
"name", "type": "integer"
"tag_fg", },
"tag_bg", "username": {
"creator" "type": "string"
] }
} }
}, },
"custom_fields": { "custom_fields": {
@@ -260,6 +75,12 @@
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
@@ -272,9 +93,6 @@
"type_config": { "type_config": {
"type": "object", "type": "object",
"properties": { "properties": {
"sorting": {
"type": "string"
},
"options": { "options": {
"type": "array", "type": "array",
"items": { "items": {
@@ -289,83 +107,84 @@
"orderindex": { "orderindex": {
"type": "integer" "type": "integer"
} }
}, }
"required": [
"id",
"color"
]
} }
},
"sorting": {
"type": "string"
} }
} }
},
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
} }
}, }
"required": [
"id",
"name",
"type",
"type_config",
"date_created",
"hide_from_guests",
"required"
]
} }
}, },
"custom_item_id": {
"type": "integer"
},
"date_created": {
"type": "string"
},
"date_updated": {
"type": "string"
},
"dependencies": { "dependencies": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"task_id": { "date_created": {
"type": "string" "type": "string"
}, },
"depends_on": { "depends_on": {
"type": "string" "type": "string"
}, },
"task_id": {
"type": "string"
},
"type": { "type": {
"type": "integer" "type": "integer"
}, },
"date_created": {
"type": "string"
},
"userid": { "userid": {
"type": "string" "type": "string"
}, },
"workspace_id": { "workspace_id": {
"type": "string" "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": { "linked_tasks": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"task_id": { "date_created": {
"type": "string" "type": "string"
}, },
"link_id": { "link_id": {
"type": "string" "type": "string"
}, },
"date_created": { "task_id": {
"type": "string" "type": "string"
}, },
"userid": { "userid": {
@@ -374,14 +193,21 @@
"workspace_id": { "workspace_id": {
"type": "string" "type": "string"
} }
}
}
},
"list": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
}, },
"required": [ "id": {
"task_id", "type": "string"
"link_id", },
"date_created", "name": {
"userid", "type": "string"
"workspace_id" }
]
} }
}, },
"locations": { "locations": {
@@ -395,11 +221,104 @@
"name": { "name": {
"type": "string" "type": "string"
} }
}
}
},
"name": {
"type": "string"
},
"orderindex": {
"type": "string"
},
"permission_level": {
"type": "string"
},
"project": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
}, },
"required": [ "hidden": {
"id", "type": "boolean"
"name" },
] "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": { "team_id": {
@@ -408,155 +327,26 @@
"url": { "url": {
"type": "string" "type": "string"
}, },
"sharing": { "watchers": {
"type": "object", "type": "array",
"properties": { "items": {
"public": { "type": "object",
"type": "boolean" "properties": {
}, "email": {
"public_share_expires_on": { "type": "string"
"type": "null" },
}, "id": {
"public_fields": { "type": "integer"
"type": "array", },
"items": { "initials": {
"type": "string"
},
"username": {
"type": "string" "type": "string"
} }
},
"token": {
"type": "null"
},
"seo_optimized": {
"type": "boolean"
} }
}, }
"required": [
"public",
"public_share_expires_on",
"public_fields",
"token",
"seo_optimized"
]
},
"permission_level": {
"type": "string"
},
"list": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"access"
]
},
"project": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"hidden": {
"type": "boolean"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"folder": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"hidden": {
"type": "boolean"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"space": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
]
} }
}, },
"required": [
"id",
"custom_id",
"custom_item_id",
"name",
"text_content",
"description",
"status",
"orderindex",
"date_created",
"date_updated",
"date_closed",
"date_done",
"archived",
"creator",
"assignees",
"group_assignees",
"watchers",
"checklists",
"tags",
"parent",
"top_level_parent",
"priority",
"due_date",
"start_date",
"points",
"time_estimate",
"custom_fields",
"dependencies",
"linked_tasks",
"locations",
"team_id",
"url",
"sharing",
"permission_level",
"list",
"project",
"folder",
"space"
],
"version": 1 "version": 1
} }

View File

@@ -1,123 +1,118 @@
{ {
"type": "object", "type": "object",
"properties": { "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": { "archived": {
"type": "boolean" "type": "boolean"
}, },
"creator": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"email",
"profilePicture"
]
},
"assignees": { "assignees": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"color": {
"type": "string"
},
"email": {
"type": "string"
},
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"initials": { "initials": {
"type": "string" "type": "string"
}, },
"email": { "username": {
"type": "string" "type": "string"
} }
}, }
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
} }
}, },
"watchers": { "attachments": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"date": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"email_data": {
"type": "null"
},
"extension": {
"type": "string"
},
"hidden": {
"type": "boolean"
},
"id": { "id": {
"type": "string"
},
"is_folder": {
"type": "null"
},
"mimetype": {
"type": "string"
},
"parent_id": {
"type": "string"
},
"resolved_comments": {
"type": "integer" "type": "integer"
}, },
"initials": { "size": {
"type": "integer"
},
"source": {
"type": "integer"
},
"title": {
"type": "string" "type": "string"
}, },
"email": { "total_comments": {
"type": "integer"
},
"type": {
"type": "integer"
},
"url": {
"type": "string" "type": "string"
},
"url_w_host": {
"type": "string"
},
"url_w_query": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"initials": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"version": {
"type": "integer"
},
"workspace_id": {
"type": "null"
} }
}, }
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
} }
}, },
"checklists": { "checklists": {
@@ -125,121 +120,93 @@
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "creator": {
"type": "string" "type": "integer"
},
"task_id": {
"type": "string"
},
"name": {
"type": "string"
}, },
"date_created": { "date_created": {
"type": "string" "type": "string"
}, },
"orderindex": { "id": {
"type": "integer" "type": "string"
},
"creator": {
"type": "integer"
},
"resolved": {
"type": "integer"
},
"unresolved": {
"type": "integer"
}, },
"items": { "items": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"date_created": {
"type": "string"
},
"due_date": {
"type": "null"
},
"group_assignee": {
"type": "null"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"group_assignee": { "parent": {
"type": "null" "type": "null"
}, },
"resolved": { "resolved": {
"type": "boolean" "type": "boolean"
}, },
"parent": { "sent_due_date_notif": {
"type": "null" "type": "null"
}, },
"date_created": {
"type": "string"
},
"start_date": { "start_date": {
"type": "null" "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": { "name": {
"type": "string" "type": "string"
}, },
"tag_fg": { "orderindex": {
"type": "integer"
},
"resolved": {
"type": "integer"
},
"task_id": {
"type": "string" "type": "string"
}, },
"tag_bg": { "unresolved": {
"type": "string" "type": "integer"
} }
}, }
"required": [
"name",
"tag_fg",
"tag_bg",
"creator"
]
} }
}, },
"time_spent": { "creator": {
"type": "integer" "type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"username": {
"type": "string"
}
}
}, },
"custom_fields": { "custom_fields": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
@@ -252,9 +219,6 @@
"type_config": { "type_config": {
"type": "object", "type": "object",
"properties": { "properties": {
"sorting": {
"type": "string"
},
"options": { "options": {
"type": "array", "type": "array",
"items": { "items": {
@@ -269,83 +233,84 @@
"orderindex": { "orderindex": {
"type": "integer" "type": "integer"
} }
}, }
"required": [
"id",
"color"
]
} }
},
"sorting": {
"type": "string"
} }
} }
},
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
} }
}, }
"required": [
"id",
"name",
"type",
"type_config",
"date_created",
"hide_from_guests",
"required"
]
} }
}, },
"custom_item_id": {
"type": "integer"
},
"date_created": {
"type": "string"
},
"date_updated": {
"type": "string"
},
"dependencies": { "dependencies": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"task_id": { "chain_id": {
"type": "null"
},
"date_created": {
"type": "string" "type": "string"
}, },
"depends_on": { "depends_on": {
"type": "string" "type": "string"
}, },
"task_id": {
"type": "string"
},
"type": { "type": {
"type": "integer" "type": "integer"
}, },
"date_created": {
"type": "string"
},
"userid": { "userid": {
"type": "string" "type": "string"
}, },
"workspace_id": { "workspace_id": {
"type": "string" "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": { "linked_tasks": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"task_id": { "date_created": {
"type": "string" "type": "string"
}, },
"link_id": { "link_id": {
"type": "string" "type": "string"
}, },
"date_created": { "task_id": {
"type": "string" "type": "string"
}, },
"userid": { "userid": {
@@ -354,14 +319,21 @@
"workspace_id": { "workspace_id": {
"type": "string" "type": "string"
} }
}
}
},
"list": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
}, },
"required": [ "id": {
"task_id", "type": "string"
"link_id", },
"date_created", "name": {
"userid", "type": "string"
"workspace_id" }
]
} }
}, },
"locations": { "locations": {
@@ -375,110 +347,54 @@
"name": { "name": {
"type": "string" "type": "string"
} }
}, }
"required": [
"id",
"name"
]
} }
}, },
"team_id": { "name": {
"type": "string" "type": "string"
}, },
"url": { "orderindex": {
"type": "string" "type": "string"
}, },
"permission_level": {
"type": "string"
},
"project": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"sharing": { "sharing": {
"type": "object", "type": "object",
"properties": { "properties": {
"public": { "public": {
"type": "boolean" "type": "boolean"
}, },
"public_share_expires_on": {
"type": "null"
},
"public_fields": { "public_fields": {
"type": "array", "type": "array",
"items": { "items": {
"type": "string" "type": "string"
} }
}, },
"token": { "public_share_expires_on": {
"type": "null" "type": "null"
}, },
"seo_optimized": { "seo_optimized": {
"type": "boolean" "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": { "space": {
"type": "object", "type": "object",
@@ -486,174 +402,74 @@
"id": { "id": {
"type": "string" "type": "string"
} }
}, }
"required": [
"id"
]
}, },
"attachments": { "status": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"id": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"status": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"tags": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "name": {
"type": "string" "type": "string"
}, },
"date": { "tag_bg": {
"type": "string" "type": "string"
}, },
"title": { "tag_fg": {
"type": "string"
},
"type": {
"type": "integer"
},
"source": {
"type": "integer"
},
"version": {
"type": "integer"
},
"extension": {
"type": "string"
},
"is_folder": {
"type": "null"
},
"mimetype": {
"type": "string"
},
"hidden": {
"type": "boolean"
},
"parent_id": {
"type": "string"
},
"size": {
"type": "integer"
},
"total_comments": {
"type": "integer"
},
"resolved_comments": {
"type": "integer"
},
"user": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
},
"initials": {
"type": "string"
},
"color": {
"type": "string"
}
},
"required": [
"id",
"username",
"email",
"initials",
"color",
"profilePicture"
]
},
"deleted": {
"type": "boolean"
},
"url": {
"type": "string"
},
"email_data": {
"type": "null"
},
"workspace_id": {
"type": "null"
},
"url_w_query": {
"type": "string"
},
"url_w_host": {
"type": "string" "type": "string"
} }
}, }
"required": [ }
"id", },
"date", "team_id": {
"title", "type": "string"
"type", },
"source", "time_spent": {
"version", "type": "integer"
"extension", },
"thumbnail_small", "url": {
"thumbnail_medium", "type": "string"
"thumbnail_large", },
"is_folder", "watchers": {
"mimetype", "type": "array",
"hidden", "items": {
"parent_id", "type": "object",
"size", "properties": {
"total_comments", "email": {
"resolved_comments", "type": "string"
"user", },
"deleted", "id": {
"orientation", "type": "integer"
"url", },
"email_data", "initials": {
"workspace_id", "type": "string"
"url_w_query", },
"url_w_host" "username": {
] "type": "string"
}
}
} }
} }
}, },
"required": [
"id",
"custom_id",
"custom_item_id",
"name",
"text_content",
"description",
"status",
"orderindex",
"date_created",
"date_updated",
"date_closed",
"date_done",
"archived",
"creator",
"assignees",
"group_assignees",
"watchers",
"checklists",
"tags",
"parent",
"priority",
"due_date",
"start_date",
"points",
"time_estimate",
"time_spent",
"custom_fields",
"dependencies",
"linked_tasks",
"locations",
"team_id",
"url",
"sharing",
"permission_level",
"list",
"project",
"folder",
"space"
],
"version": 1 "version": 1
} }

View File

@@ -5,8 +5,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"required": [
"success"
],
"version": 1 "version": 1
} }

View File

@@ -1,9 +1,56 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"approval_id": {
"type": "null"
},
"at": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"description": {
"type": "string"
},
"duration": {
"type": "string"
},
"end": {
"type": "string"
},
"id": { "id": {
"type": "string" "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": { "task": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -16,158 +63,62 @@
"status": { "status": {
"type": "object", "type": "object",
"properties": { "properties": {
"status": {
"type": "string"
},
"color": { "color": {
"type": "string" "type": "string"
}, },
"type": {
"type": "string"
},
"orderindex": { "orderindex": {
"type": "integer" "type": "integer"
},
"status": {
"type": "string"
},
"type": {
"type": "string"
} }
},
"required": [
"status",
"color",
"type",
"orderindex"
]
}
},
"required": [
"id",
"name",
"status",
"custom_type"
]
},
"wid": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
},
"color": {
"type": "string"
},
"initials": {
"type": "string"
}
},
"required": [
"id",
"username",
"email",
"color",
"initials",
"profilePicture"
]
},
"billable": {
"type": "boolean"
},
"start": {
"type": "string"
},
"end": {
"type": "string"
},
"duration": {
"type": "string"
},
"description": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"tag_bg": {
"type": "string"
},
"tag_fg": {
"type": "string"
},
"creator": {
"type": "integer"
} }
}, }
"required": [
"name",
"tag_bg",
"tag_fg",
"creator"
]
} }
}, },
"source": {
"type": "string"
},
"at": {
"type": "string"
},
"is_locked": {
"type": "boolean"
},
"approval_id": {
"type": "null"
},
"task_location": { "task_location": {
"type": "object", "type": "object",
"properties": { "properties": {
"list_id": { "folder_id": {
"type": "string" "type": "string"
}, },
"folder_id": { "list_id": {
"type": "string" "type": "string"
}, },
"space_id": { "space_id": {
"type": "string" "type": "string"
} }
}, }
"required": [
"list_id",
"folder_id",
"space_id"
]
}, },
"task_url": { "task_url": {
"type": "string" "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 "version": 1
} }

View File

@@ -1,6 +1,15 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"archived": {
"type": "boolean"
},
"currencyCode": {
"type": "string"
},
"currencyId": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
@@ -9,27 +18,7 @@
}, },
"workspaceId": { "workspaceId": {
"type": "string" "type": "string"
},
"archived": {
"type": "boolean"
},
"currencyId": {
"type": "string"
},
"currencyCode": {
"type": "string"
} }
}, },
"required": [
"id",
"name",
"email",
"workspaceId",
"archived",
"address",
"note",
"currencyId",
"currencyCode"
],
"version": 1 "version": 1
} }

View File

@@ -1,55 +1,27 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "archived": {
"type": "string" "type": "boolean"
},
"name": {
"type": "string"
},
"clientId": {
"type": "string"
},
"workspaceId": {
"type": "string"
}, },
"billable": { "billable": {
"type": "boolean" "type": "boolean"
}, },
"memberships": { "clientId": {
"type": "array", "type": "string"
"items": { },
"type": "object", "clientName": {
"properties": { "type": "string"
"userId": {
"type": "string"
},
"costRate": {
"type": "null"
},
"targetId": {
"type": "string"
},
"membershipType": {
"type": "string"
},
"membershipStatus": {
"type": "string"
}
},
"required": [
"userId",
"hourlyRate",
"costRate",
"targetId",
"membershipType",
"membershipStatus"
]
}
}, },
"color": { "color": {
"type": "string" "type": "string"
}, },
"costRate": {
"type": "null"
},
"duration": {
"type": "string"
},
"estimate": { "estimate": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -59,75 +31,74 @@
"type": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [
"estimate",
"type"
]
}, },
"archived": { "hourlyRate": {
"type": "boolean"
},
"duration": {
"type": "string"
},
"clientName": {
"type": "string"
},
"costRate": {
"type": "null"
},
"timeEstimate": {
"type": "object", "type": "object",
"properties": { "properties": {
"estimate": { "amount": {
"type": "integer"
},
"currency": {
"type": "string" "type": "string"
},
"type": {
"type": "string"
},
"active": {
"type": "boolean"
},
"includeNonBillable": {
"type": "boolean"
} }
}, }
"required": [ },
"estimate", "id": {
"type", "type": "string"
"resetOption", },
"active", "memberships": {
"includeNonBillable" "type": "array",
] "items": {
"type": "object",
"properties": {
"costRate": {
"type": "null"
},
"membershipStatus": {
"type": "string"
},
"membershipType": {
"type": "string"
},
"targetId": {
"type": "string"
},
"userId": {
"type": "string"
}
}
}
},
"name": {
"type": "string"
},
"public": {
"type": "boolean"
}, },
"template": { "template": {
"type": "boolean" "type": "boolean"
}, },
"public": { "timeEstimate": {
"type": "boolean" "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 "version": 1
} }

View File

@@ -1,69 +1,17 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "archived": {
"type": "string" "type": "boolean"
},
"name": {
"type": "string"
},
"hourlyRate": {
"type": "object",
"properties": {
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
}
},
"required": [
"amount",
"currency"
]
},
"clientId": {
"type": "string"
},
"workspaceId": {
"type": "string"
}, },
"billable": { "billable": {
"type": "boolean" "type": "boolean"
}, },
"memberships": { "clientId": {
"type": "array", "type": "string"
"items": { },
"type": "object", "clientName": {
"properties": { "type": "string"
"userId": {
"type": "string"
},
"hourlyRate": {
"type": "null"
},
"costRate": {
"type": "null"
},
"targetId": {
"type": "string"
},
"membershipType": {
"type": "string"
},
"membershipStatus": {
"type": "string"
}
},
"required": [
"userId",
"hourlyRate",
"costRate",
"targetId",
"membershipType",
"membershipStatus"
]
}
}, },
"color": { "color": {
"type": "string" "type": "string"
@@ -77,78 +25,86 @@
"type": { "type": {
"type": "string" "type": "string"
} }
}, }
"required": [
"estimate",
"type"
]
}, },
"archived": { "estimateReset": {
"type": "boolean" "type": "null"
}, },
"clientName": { "hourlyRate": {
"type": "object",
"properties": {
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"memberships": {
"type": "array",
"items": {
"type": "object",
"properties": {
"costRate": {
"type": "null"
},
"hourlyRate": {
"type": "null"
},
"membershipStatus": {
"type": "string"
},
"membershipType": {
"type": "string"
},
"targetId": {
"type": "string"
},
"userId": {
"type": "string"
}
}
}
},
"name": {
"type": "string" "type": "string"
}, },
"note": { "note": {
"type": "string" "type": "string"
}, },
"timeEstimate": { "public": {
"type": "object", "type": "boolean"
"properties": {
"estimate": {
"type": "string"
},
"type": {
"type": "string"
},
"resetOption": {
"type": "null"
},
"active": {
"type": "boolean"
},
"includeNonBillable": {
"type": "boolean"
}
},
"required": [
"estimate",
"type",
"resetOption",
"active",
"includeNonBillable"
]
},
"estimateReset": {
"type": "null"
}, },
"template": { "template": {
"type": "boolean" "type": "boolean"
}, },
"public": { "timeEstimate": {
"type": "boolean" "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 "version": 1
} }

View File

@@ -1,34 +1,9 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": "string"
},
"userId": {
"type": "string"
},
"billable": { "billable": {
"type": "boolean" "type": "boolean"
}, },
"timeInterval": {
"type": "object",
"properties": {
"start": {
"type": "string"
}
},
"required": [
"start",
"end",
"duration"
]
},
"workspaceId": {
"type": "string"
},
"isLocked": {
"type": "boolean"
},
"customFieldValues": { "customFieldValues": {
"type": "array", "type": "array",
"items": { "items": {
@@ -37,49 +12,47 @@
"customFieldId": { "customFieldId": {
"type": "string" "type": "string"
}, },
"timeEntryId": { "name": {
"type": "string" "type": "string"
}, },
"value": { "timeEntryId": {
"type": "null"
},
"name": {
"type": "string" "type": "string"
}, },
"type": { "type": {
"type": "string" "type": "string"
},
"value": {
"type": "null"
} }
}, }
"required": [ }
"customFieldId", },
"timeEntryId", "id": {
"value", "type": "string"
"name", },
"type" "isLocked": {
] "type": "boolean"
},
"kioskId": {
"type": "null"
},
"timeInterval": {
"type": "object",
"properties": {
"start": {
"type": "string"
}
} }
}, },
"type": { "type": {
"type": "string" "type": "string"
}, },
"kioskId": { "userId": {
"type": "null" "type": "string"
},
"workspaceId": {
"type": "string"
} }
}, },
"required": [
"id",
"description",
"tagIds",
"userId",
"billable",
"taskId",
"projectId",
"timeInterval",
"workspaceId",
"isLocked",
"customFieldValues",
"type",
"kioskId"
],
"version": 1 "version": 1
} }

Some files were not shown because too many files have changed in this diff Show More