chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)

This commit is contained in:
Jon
2025-03-18 15:19:10 +00:00
committed by GitHub
parent e0fd50554d
commit 31c0575999
819 changed files with 27463 additions and 15590 deletions

View File

@@ -53,5 +53,6 @@
"id": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -10,9 +10,6 @@
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"cdate": {
"type": "string"
},
@@ -76,9 +73,6 @@
"scoreValues": {
"type": "string"
},
"accountContacts": {
"type": "string"
},
"automationEntryCounts": {
"type": "string"
}
@@ -112,6 +106,9 @@
"id": {
"type": "string"
},
"lastName": {
"type": "string"
},
"segmentio_id": {
"type": "string"
},
@@ -148,9 +145,6 @@
"anonymized": {
"type": "string"
},
"deleted_at": {
"type": "null"
},
"created_utc_timestamp": {
"type": "string"
},
@@ -166,5 +160,6 @@
"mpp_tracking": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -607,6 +607,56 @@
]
}
},
"accountContacts": {
"type": "array",
"items": {
"type": "object",
"properties": {
"account": {
"type": "string"
},
"contact": {
"type": "string"
},
"jobTitle": {
"type": "string"
},
"createdTimestamp": {
"type": "string"
},
"updatedTimestamp": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"account": {
"type": "string"
},
"contact": {
"type": "string"
}
},
"required": [
"account",
"contact"
]
},
"id": {
"type": "string"
}
},
"required": [
"account",
"contact",
"jobTitle",
"createdTimestamp",
"updatedTimestamp",
"links",
"id"
]
}
},
"contact": {
"type": "object",
"properties": {
@@ -778,10 +828,10 @@
"scoreValues": {
"type": "string"
},
"automationEntryCounts": {
"accountContacts": {
"type": "string"
},
"accountContacts": {
"automationEntryCounts": {
"type": "string"
}
},
@@ -856,56 +906,7 @@
"id",
"organization"
]
},
"accountContacts": {
"type": "array",
"items": {
"type": "object",
"properties": {
"account": {
"type": "string"
},
"contact": {
"type": "string"
},
"jobTitle": {
"type": "string"
},
"createdTimestamp": {
"type": "string"
},
"updatedTimestamp": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"account": {
"type": "string"
},
"contact": {
"type": "string"
}
},
"required": [
"account",
"contact"
]
},
"id": {
"type": "string"
}
},
"required": [
"account",
"contact",
"jobTitle",
"createdTimestamp",
"updatedTimestamp",
"links",
"id"
]
}
}
}
},
"version": 1
}

View File

@@ -138,5 +138,6 @@
"id": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -204,5 +204,6 @@
"links",
"id",
"organization"
]
],
"version": 1
}

View File

@@ -7,5 +7,6 @@
},
"required": [
"success"
]
],
"version": 1
}

View File

@@ -22,5 +22,6 @@
"id": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -488,11 +488,11 @@
"currency",
"contact",
"group",
"owner",
"stage",
"cdate",
"mdate",
"description",
"owner",
"stage",
"organization",
"status",
"nextdate",
@@ -514,5 +514,6 @@
"dealGroups",
"dealStages",
"deal"
]
],
"version": 1
}

View File

@@ -1,152 +1,153 @@
{
"type": "object",
"properties": {
"deal": {
"type": "object",
"properties": {
"hash": {
"type": "string"
},
"owner": {
"type": "string"
},
"group": {
"type": "string"
},
"stage": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"percent": {
"type": "string"
},
"cdate": {
"type": "string"
},
"mdate": {
"type": "string"
},
"value": {
"type": "string"
},
"currency": {
"type": "string"
},
"status": {
"type": "string"
},
"activitycount": {
"type": "string"
},
"nextdealid": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"dealActivities": {
"type": "string"
},
"contact": {
"type": "string"
},
"contactDeals": {
"type": "string"
},
"group": {
"type": "string"
},
"nextTask": {
"type": "string"
},
"notes": {
"type": "string"
},
"account": {
"type": "string"
},
"customerAccount": {
"type": "string"
},
"organization": {
"type": "string"
},
"owner": {
"type": "string"
},
"scoreValues": {
"type": "string"
},
"stage": {
"type": "string"
},
"tasks": {
"type": "string"
},
"dealCustomFieldData": {
"type": "string"
}
},
"required": [
"dealActivities",
"contact",
"contactDeals",
"group",
"nextTask",
"notes",
"account",
"customerAccount",
"organization",
"owner",
"scoreValues",
"stage",
"tasks",
"dealCustomFieldData"
]
},
"id": {
"type": "string"
},
"isDisabled": {
"type": "boolean"
}
},
"required": [
"hash",
"owner",
"contact",
"organization",
"group",
"stage",
"title",
"description",
"percent",
"cdate",
"mdate",
"nextdate",
"nexttaskid",
"value",
"currency",
"winProbability",
"winProbabilityMdate",
"status",
"activitycount",
"nextdealid",
"edate",
"links",
"id",
"isDisabled",
"account",
"customerAccount"
]
}
},
"required": [
"deal"
]
"type": "object",
"properties": {
"deal": {
"type": "object",
"properties": {
"hash": {
"type": "string"
},
"owner": {
"type": "string"
},
"group": {
"type": "string"
},
"stage": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"percent": {
"type": "string"
},
"cdate": {
"type": "string"
},
"mdate": {
"type": "string"
},
"value": {
"type": "string"
},
"currency": {
"type": "string"
},
"status": {
"type": "string"
},
"activitycount": {
"type": "string"
},
"nextdealid": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"dealActivities": {
"type": "string"
},
"contact": {
"type": "string"
},
"contactDeals": {
"type": "string"
},
"group": {
"type": "string"
},
"nextTask": {
"type": "string"
},
"notes": {
"type": "string"
},
"account": {
"type": "string"
},
"customerAccount": {
"type": "string"
},
"organization": {
"type": "string"
},
"owner": {
"type": "string"
},
"scoreValues": {
"type": "string"
},
"stage": {
"type": "string"
},
"tasks": {
"type": "string"
},
"dealCustomFieldData": {
"type": "string"
}
},
"required": [
"dealActivities",
"contact",
"contactDeals",
"group",
"nextTask",
"notes",
"account",
"customerAccount",
"organization",
"owner",
"scoreValues",
"stage",
"tasks",
"dealCustomFieldData"
]
},
"id": {
"type": "string"
},
"isDisabled": {
"type": "boolean"
}
},
"required": [
"hash",
"owner",
"contact",
"organization",
"group",
"stage",
"title",
"description",
"percent",
"cdate",
"mdate",
"nextdate",
"nexttaskid",
"value",
"currency",
"winProbability",
"winProbabilityMdate",
"status",
"activitycount",
"nextdealid",
"edate",
"links",
"id",
"isDisabled",
"account",
"customerAccount"
]
}
},
"required": [
"deal"
],
"version": 1
}

View File

@@ -1,116 +1,117 @@
{
"type": "object",
"properties": {
"hash": {
"type": "string"
},
"owner": {
"type": "string"
},
"group": {
"type": "string"
},
"stage": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"percent": {
"type": "string"
},
"cdate": {
"type": "string"
},
"mdate": {
"type": "string"
},
"value": {
"type": "string"
},
"currency": {
"type": "string"
},
"status": {
"type": "string"
},
"activitycount": {
"type": "string"
},
"nextdealid": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"dealActivities": {
"type": "string"
},
"contact": {
"type": "string"
},
"contactDeals": {
"type": "string"
},
"group": {
"type": "string"
},
"nextTask": {
"type": "string"
},
"notes": {
"type": "string"
},
"account": {
"type": "string"
},
"customerAccount": {
"type": "string"
},
"organization": {
"type": "string"
},
"owner": {
"type": "string"
},
"scoreValues": {
"type": "string"
},
"stage": {
"type": "string"
},
"tasks": {
"type": "string"
},
"dealCustomFieldData": {
"type": "string"
}
},
"required": [
"dealActivities",
"contact",
"contactDeals",
"group",
"nextTask",
"notes",
"account",
"customerAccount",
"organization",
"owner",
"scoreValues",
"stage",
"tasks",
"dealCustomFieldData"
]
},
"id": {
"type": "string"
},
"isDisabled": {
"type": "boolean"
}
}
"type": "object",
"properties": {
"hash": {
"type": "string"
},
"owner": {
"type": "string"
},
"group": {
"type": "string"
},
"stage": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"percent": {
"type": "string"
},
"cdate": {
"type": "string"
},
"mdate": {
"type": "string"
},
"value": {
"type": "string"
},
"currency": {
"type": "string"
},
"status": {
"type": "string"
},
"activitycount": {
"type": "string"
},
"nextdealid": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"dealActivities": {
"type": "string"
},
"contact": {
"type": "string"
},
"contactDeals": {
"type": "string"
},
"group": {
"type": "string"
},
"nextTask": {
"type": "string"
},
"notes": {
"type": "string"
},
"account": {
"type": "string"
},
"customerAccount": {
"type": "string"
},
"organization": {
"type": "string"
},
"owner": {
"type": "string"
},
"scoreValues": {
"type": "string"
},
"stage": {
"type": "string"
},
"tasks": {
"type": "string"
},
"dealCustomFieldData": {
"type": "string"
}
},
"required": [
"dealActivities",
"contact",
"contactDeals",
"group",
"nextTask",
"notes",
"account",
"customerAccount",
"organization",
"owner",
"scoreValues",
"stage",
"tasks",
"dealCustomFieldData"
]
},
"id": {
"type": "string"
},
"isDisabled": {
"type": "boolean"
}
},
"version": 1
}

View File

@@ -1,231 +1,223 @@
{
"type": "object",
"properties": {
"dealStages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"group": {
"type": "string"
},
"title": {
"type": "string"
},
"color": {
"type": "string"
},
"order": {
"type": "string"
},
"width": {
"type": "string"
},
"dealOrder": {
"type": "string"
},
"cardRegion1": {
"type": "string"
},
"cardRegion2": {
"type": "string"
},
"cardRegion3": {
"type": "string"
},
"cardRegion4": {
"type": "string"
},
"cardRegion5": {
"type": "string"
},
"udate": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"group": {
"type": "string"
}
},
"required": [
"group"
]
},
"id": {
"type": "string"
}
},
"required": [
"group",
"title",
"color",
"order",
"width",
"dealOrder",
"cardRegion1",
"cardRegion2",
"cardRegion3",
"cardRegion4",
"cardRegion5",
"cdate",
"udate",
"links",
"id"
]
}
},
"deal": {
"type": "object",
"properties": {
"hash": {
"type": "string"
},
"owner": {
"type": "string"
},
"contact": {
"type": "string"
},
"organization": {
"type": "null"
},
"group": {
"type": "string"
},
"stage": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"percent": {
"type": "string"
},
"cdate": {
"type": "string"
},
"mdate": {
"type": "string"
},
"currency": {
"type": "string"
},
"activitycount": {
"type": "string"
},
"nextdealid": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"dealActivities": {
"type": "string"
},
"contact": {
"type": "string"
},
"contactDeals": {
"type": "string"
},
"group": {
"type": "string"
},
"nextTask": {
"type": "string"
},
"notes": {
"type": "string"
},
"account": {
"type": "string"
},
"customerAccount": {
"type": "string"
},
"organization": {
"type": "string"
},
"owner": {
"type": "string"
},
"scoreValues": {
"type": "string"
},
"stage": {
"type": "string"
},
"tasks": {
"type": "string"
},
"dealCustomFieldData": {
"type": "string"
}
},
"required": [
"dealActivities",
"contact",
"contactDeals",
"group",
"nextTask",
"notes",
"account",
"customerAccount",
"organization",
"owner",
"scoreValues",
"stage",
"tasks",
"dealCustomFieldData"
]
},
"id": {
"type": "string"
},
"isDisabled": {
"type": "boolean"
},
"account": {
"type": "null"
},
"customerAccount": {
"type": "null"
}
},
"required": [
"hash",
"owner",
"contact",
"organization",
"group",
"stage",
"title",
"description",
"percent",
"cdate",
"mdate",
"nextdate",
"nexttaskid",
"value",
"currency",
"status",
"activitycount",
"nextdealid",
"edate",
"winProbability",
"winProbabilityMdate",
"links",
"fields",
"id",
"isDisabled",
"account",
"customerAccount"
]
}
}
"type": "object",
"properties": {
"dealStages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"group": {
"type": "string"
},
"title": {
"type": "string"
},
"color": {
"type": "string"
},
"order": {
"type": "string"
},
"width": {
"type": "string"
},
"dealOrder": {
"type": "string"
},
"cardRegion1": {
"type": "string"
},
"cardRegion2": {
"type": "string"
},
"cardRegion3": {
"type": "string"
},
"cardRegion4": {
"type": "string"
},
"cardRegion5": {
"type": "string"
},
"udate": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"group": {
"type": "string"
}
},
"required": [
"group"
]
},
"id": {
"type": "string"
}
},
"required": [
"group",
"title",
"color",
"order",
"width",
"dealOrder",
"cardRegion1",
"cardRegion2",
"cardRegion3",
"cardRegion4",
"cardRegion5",
"cdate",
"udate",
"links",
"id"
]
}
},
"deal": {
"type": "object",
"properties": {
"hash": {
"type": "string"
},
"owner": {
"type": "string"
},
"contact": {
"type": "string"
},
"group": {
"type": "string"
},
"stage": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"percent": {
"type": "string"
},
"cdate": {
"type": "string"
},
"mdate": {
"type": "string"
},
"currency": {
"type": "string"
},
"activitycount": {
"type": "string"
},
"nextdealid": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"dealActivities": {
"type": "string"
},
"contact": {
"type": "string"
},
"contactDeals": {
"type": "string"
},
"group": {
"type": "string"
},
"nextTask": {
"type": "string"
},
"notes": {
"type": "string"
},
"account": {
"type": "string"
},
"customerAccount": {
"type": "string"
},
"organization": {
"type": "string"
},
"owner": {
"type": "string"
},
"scoreValues": {
"type": "string"
},
"stage": {
"type": "string"
},
"tasks": {
"type": "string"
},
"dealCustomFieldData": {
"type": "string"
}
},
"required": [
"dealActivities",
"contact",
"contactDeals",
"group",
"nextTask",
"notes",
"account",
"customerAccount",
"organization",
"owner",
"scoreValues",
"stage",
"tasks",
"dealCustomFieldData"
]
},
"id": {
"type": "string"
},
"isDisabled": {
"type": "boolean"
}
},
"required": [
"hash",
"owner",
"contact",
"organization",
"group",
"stage",
"title",
"description",
"percent",
"cdate",
"mdate",
"nextdate",
"nexttaskid",
"value",
"currency",
"status",
"activitycount",
"nextdealid",
"edate",
"winProbability",
"winProbabilityMdate",
"links",
"fields",
"id",
"isDisabled",
"account",
"customerAccount"
]
}
},
"version": 1
}

View File

@@ -146,5 +146,6 @@
"user": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -62,5 +62,6 @@
},
"required": [
"tag"
]
],
"version": 1
}

View File

@@ -40,5 +40,6 @@
"id": {
"type": "string"
}
}
},
"version": 1
}

View File

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

View File

@@ -53,5 +53,6 @@
"global"
]
}
}
},
"version": 1
}

View File

@@ -42,8 +42,7 @@
}
},
"required": [
"id",
"name"
"id"
]
}
},
@@ -55,5 +54,6 @@
"entity_type",
"created_at",
"entity"
]
],
"version": 1
}

View File

@@ -37,5 +37,6 @@
"crunchbase_uuid",
"global",
"person_ids"
]
],
"version": 1
}

View File

@@ -72,5 +72,6 @@
"global",
"person_ids",
"list_entries"
]
],
"version": 1
}

View File

@@ -0,0 +1,28 @@
{
"type": "object",
"properties": {
"download_url": {
"type": "string"
},
"template_id": {
"type": "string"
},
"transaction_ref": {
"type": "string"
},
"status": {
"type": "string"
},
"download_url_png": {
"type": "string"
}
},
"required": [
"download_url",
"template_id",
"transaction_ref",
"status",
"download_url_png"
],
"version": 1
}

View File

@@ -14,10 +14,5 @@
"type": "string"
}
},
"required": [
"download_url",
"template_id",
"transaction_ref",
"status"
]
"version": 1
}

View File

@@ -13,111 +13,6 @@
"modified_at": {
"type": "string"
},
"start_on": {
"type": "null"
},
"minimum_access_level_for_sharing": {
"type": "string"
},
"minimum_access_level_for_customization": {
"type": "string"
},
"default_access_level": {
"type": "string"
},
"default_view": {
"type": "string"
},
"permalink_url": {
"type": "string"
},
"team": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
},
"workspace": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
},
"archived": {
"type": "boolean"
},
"notes": {
"type": "string"
},
"name": {
"type": "string"
},
"privacy_setting": {
"type": "string"
},
"public": {
"type": "boolean"
},
"current_status": {
"type": "null"
},
"current_status_update": {
"type": "null"
},
"owner": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
},
"completed": {
"type": "boolean"
},
"completed_at": {
"type": "null"
},
"completed_by": {
"type": "null"
},
"members": {
"type": "array",
"items": {
@@ -140,6 +35,114 @@
]
}
},
"owner": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
},
"completed_by": {
"type": "null"
},
"current_status": {
"type": "null"
},
"public": {
"type": "boolean"
},
"privacy_setting": {
"type": "string"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"workspace": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
},
"team": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
},
"default_view": {
"type": "string"
},
"default_access_level": {
"type": "string"
},
"minimum_access_level_for_customization": {
"type": "string"
},
"minimum_access_level_for_sharing": {
"type": "string"
},
"start_on": {
"type": "null"
},
"current_status_update": {
"type": "null"
},
"completed": {
"type": "boolean"
},
"completed_at": {
"type": "null"
},
"icon": {
"type": "string"
},
"permalink_url": {
"type": "string"
},
"followers": {
"type": "array",
"items": {
@@ -161,9 +164,6 @@
"name"
]
}
},
"icon": {
"type": "string"
}
},
"required": [
@@ -171,30 +171,31 @@
"resource_type",
"created_at",
"modified_at",
"start_on",
"minimum_access_level_for_sharing",
"minimum_access_level_for_customization",
"default_access_level",
"default_view",
"permalink_url",
"team",
"workspace",
"archived",
"notes",
"name",
"privacy_setting",
"public",
"members",
"owner",
"completed_by",
"current_status",
"public",
"privacy_setting",
"name",
"notes",
"archived",
"workspace",
"team",
"default_view",
"default_access_level",
"minimum_access_level_for_customization",
"minimum_access_level_for_sharing",
"start_on",
"current_status_update",
"due_on",
"due_date",
"owner",
"completed",
"completed_at",
"completed_by",
"members",
"followers",
"color",
"icon",
"color"
]
"permalink_url",
"followers"
],
"version": 1
}

View File

@@ -169,8 +169,17 @@
"type": {
"type": "string"
},
"privacy_setting": {
"type": "string"
},
"default_access_level": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"precision": {
"type": "integer"
}
},
"required": [
@@ -401,5 +410,6 @@
"start_on",
"team",
"workspace"
]
],
"version": 1
}

View File

@@ -15,5 +15,6 @@
"gid",
"name",
"resource_type"
]
],
"version": 1
}

View File

@@ -19,24 +19,23 @@
"notes": {
"type": "string"
},
"assignee": {
"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"
},
"actual_time_minutes": {
"type": "integer"
@@ -60,79 +59,17 @@
"name"
]
},
"start_on": {
"type": "null"
},
"resource_subtype": {
"type": "string"
},
"due_at": {
"type": "null"
},
"completed_at": {
"type": "null"
},
"assignee_status": {
"type": "string"
},
"completed": {
"type": "boolean"
},
"num_hearts": {
"type": "integer"
},
"num_likes": {
"type": "integer"
},
"start_at": {
"type": "null"
},
"liked": {
"type": "boolean"
},
"hearted": {
"type": "boolean"
},
"assignee_section": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
}
"liked": {
"type": "boolean"
},
"parent": {
"type": "object",
@@ -159,6 +96,125 @@
},
"permalink_url": {
"type": "string"
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
},
"resource_subtype": {
"type": "string"
},
"type": {
"type": "string"
},
"name": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"enum_value": {
"type": "null"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"color": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"enabled",
"name",
"color"
]
}
},
"precision": {
"type": "integer"
},
"number_value": {
"type": "null"
}
},
"required": [
"gid",
"resource_type",
"created_by",
"resource_subtype",
"type",
"name",
"enabled",
"display_value"
]
}
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
}
}
},
"required": [
@@ -171,8 +227,8 @@
"name",
"notes",
"assignee",
"actual_time_minutes",
"workspace",
"tags",
"start_at",
"start_on",
"resource_subtype",
"due_at",
@@ -180,16 +236,17 @@
"completed_at",
"assignee_status",
"completed",
"actual_time_minutes",
"workspace",
"num_hearts",
"tags",
"num_likes",
"start_at",
"liked",
"likes",
"hearted",
"liked",
"hearts",
"followers",
"likes",
"parent",
"permalink_url"
]
"permalink_url",
"followers"
],
"version": 1
}

View File

@@ -9,26 +9,12 @@
},
"resource_type": {
"type": "string"
},
"parent": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"resource_type"
]
}
},
"required": [
"gid",
"name",
"resource_type"
]
],
"version": 1
}

View File

@@ -63,12 +63,6 @@
"due_at": {
"type": "null"
},
"notes": {
"type": "string"
},
"completed_at": {
"type": "null"
},
"assignee_status": {
"type": "string"
},
@@ -78,7 +72,7 @@
"actual_time_minutes": {
"type": "integer"
},
"resource_type": {
"notes": {
"type": "string"
},
"name": {
@@ -90,6 +84,9 @@
"created_at": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"memberships": {
"type": "array",
"items": {
@@ -143,88 +140,34 @@
"parent": {
"type": "null"
},
"likes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
}
},
"required": [
"gid",
"resource_type",
"user"
]
}
},
"hearts": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
}
},
"required": [
"gid",
"resource_type",
"user"
]
}
},
"liked": {
"type": "boolean"
},
"hearted": {
"type": "boolean"
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
}
},
"permalink_url": {
"type": "string"
},
@@ -239,21 +182,6 @@
"resource_type": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"resource_subtype": {
"type": "string"
},
"enum_value": {
"type": "null"
},
"created_by": {
"type": "object",
"properties": {
@@ -273,6 +201,24 @@
"name"
]
},
"resource_subtype": {
"type": "string"
},
"type": {
"type": "string"
},
"name": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"enum_value": {
"type": "null"
},
"enum_options": {
"type": "array",
"items": {
@@ -302,41 +248,58 @@
"color"
]
}
},
"precision": {
"type": "integer"
},
"number_value": {
"type": "null"
}
},
"required": [
"gid",
"resource_type",
"enabled",
"name",
"type",
"created_by",
"resource_subtype",
"display_value",
"created_by"
]
}
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
"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
}

View File

@@ -4,9 +4,6 @@
"gid": {
"type": "string"
},
"actual_time_minutes": {
"type": "null"
},
"assignee_status": {
"type": "string"
},
@@ -27,6 +24,46 @@
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"name",
"resource_type"
]
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"is_value_read_only": {
"type": "boolean"
},
"type": {
"type": "string"
},
"enum_options": {
"type": "array",
"items": {
@@ -46,9 +83,6 @@
},
"resource_type": {
"type": "string"
},
"completion_state": {
"type": "string"
}
},
"required": [
@@ -60,29 +94,38 @@
]
}
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"is_value_read_only": {
"type": "boolean"
},
"type": {
"type": "string"
},
"precision": {
"type": "integer"
},
"multi_enum_values": {
"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"
]
}
}
},
"required": [
@@ -100,6 +143,9 @@
]
}
},
"due_at": {
"type": "null"
},
"followers": {
"type": "array",
"items": {
@@ -299,5 +345,6 @@
"tags",
"resource_subtype",
"workspace"
]
],
"version": 1
}

View File

@@ -6,9 +6,16 @@
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"resource_subtype": {
"type": "string"
}
},
"required": [
"gid"
]
],
"version": 1
}

View File

@@ -7,5 +7,6 @@
},
"required": [
"success"
]
],
"version": 1
}

View File

@@ -19,5 +19,6 @@
"name",
"resource_type",
"resource_subtype"
]
],
"version": 1
}

View File

@@ -106,14 +106,52 @@
"resource_type": {
"type": "string"
},
"assignee": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
},
"liked": {
"type": "boolean"
},
"hearted": {
"type": "boolean"
},
"permalink_url": {
"type": "string"
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
}
},
"memberships": {
"type": "array",
@@ -165,6 +203,9 @@
]
}
},
"permalink_url": {
"type": "string"
},
"custom_fields": {
"type": "array",
"items": {
@@ -176,36 +217,20 @@
"resource_type": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"name": {
"resource_subtype": {
"type": "string"
},
"type": {
"type": "string"
},
"resource_subtype": {
"name": {
"type": "string"
},
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
]
"enabled": {
"type": "boolean"
},
"precision": {
"type": "integer"
},
"enum_options": {
"type": "array",
@@ -236,75 +261,20 @@
"color"
]
}
},
"precision": {
"type": "integer"
}
},
"required": [
"gid",
"resource_type",
"enabled",
"name",
"type",
"created_by",
"resource_subtype",
"display_value",
"created_by"
]
}
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"gid",
"resource_type",
"name"
"type",
"name",
"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",
"parent",
"likes",
"hearts",
"liked",
"hearted",
"permalink_url",
"memberships",
"followers"
]
"version": 1
}

View File

@@ -106,5 +106,6 @@
"is_editable",
"created_by",
"target"
]
],
"version": 1
}

View File

@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"success"
],
"version": 1
}

View File

@@ -1,36 +1,48 @@
{
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"email": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"workspaces": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": ["gid", "name", "resource_type"]
}
}
},
"required": ["gid", "email", "name", "photo", "resource_type", "workspaces"]
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"email": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"workspaces": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"name",
"resource_type"
]
}
}
},
"required": [
"gid",
"email",
"name",
"photo",
"resource_type",
"workspaces"
],
"version": 1
}

View File

@@ -15,5 +15,6 @@
"gid",
"name",
"resource_type"
]
],
"version": 1
}

View File

@@ -23,5 +23,6 @@
"Score",
"Text",
"Type"
]
],
"version": 1
}

View File

@@ -1,35 +1,36 @@
{
"type": "object",
"properties": {
"Sentiment": {
"type": "string"
},
"SentimentScore": {
"type": "object",
"properties": {
"Mixed": {
"type": "number"
},
"Negative": {
"type": "number"
},
"Neutral": {
"type": "number"
},
"Positive": {
"type": "number"
}
},
"required": [
"Mixed",
"Negative",
"Neutral",
"Positive"
]
}
},
"required": [
"Sentiment",
"SentimentScore"
]
"type": "object",
"properties": {
"Sentiment": {
"type": "string"
},
"SentimentScore": {
"type": "object",
"properties": {
"Mixed": {
"type": "number"
},
"Negative": {
"type": "number"
},
"Neutral": {
"type": "number"
},
"Positive": {
"type": "number"
}
},
"required": [
"Mixed",
"Negative",
"Neutral",
"Positive"
]
}
},
"required": [
"Sentiment",
"SentimentScore"
],
"version": 1
}

View File

@@ -1,88 +1,89 @@
{
"type": "object",
"properties": {
"TextDetections": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Confidence": {
"type": "number"
},
"DetectedText": {
"type": "string"
},
"Geometry": {
"type": "object",
"properties": {
"BoundingBox": {
"type": "object",
"properties": {
"Height": {
"type": "number"
},
"Left": {
"type": "number"
},
"Top": {
"type": "number"
},
"Width": {
"type": "number"
}
},
"required": [
"Height",
"Left",
"Top",
"Width"
]
},
"Polygon": {
"type": "array",
"items": {
"type": "object",
"properties": {
"X": {
"type": "number"
},
"Y": {
"type": "number"
}
},
"required": [
"X",
"Y"
]
}
}
},
"required": [
"BoundingBox",
"Polygon"
]
},
"Id": {
"type": "integer"
},
"Type": {
"type": "string"
},
"ParentId": {
"type": "integer"
}
},
"required": [
"Confidence",
"DetectedText",
"Geometry",
"Id",
"Type"
]
}
},
"TextModelVersion": {
"type": "string"
}
}
"type": "object",
"properties": {
"TextDetections": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Confidence": {
"type": "number"
},
"DetectedText": {
"type": "string"
},
"Geometry": {
"type": "object",
"properties": {
"BoundingBox": {
"type": "object",
"properties": {
"Height": {
"type": "number"
},
"Left": {
"type": "number"
},
"Top": {
"type": "number"
},
"Width": {
"type": "number"
}
},
"required": [
"Height",
"Left",
"Top",
"Width"
]
},
"Polygon": {
"type": "array",
"items": {
"type": "object",
"properties": {
"X": {
"type": "number"
},
"Y": {
"type": "number"
}
},
"required": [
"X",
"Y"
]
}
}
},
"required": [
"BoundingBox",
"Polygon"
]
},
"Id": {
"type": "integer"
},
"Type": {
"type": "string"
},
"ParentId": {
"type": "integer"
}
},
"required": [
"Confidence",
"DetectedText",
"Geometry",
"Id",
"Type"
]
}
},
"TextModelVersion": {
"type": "string"
}
},
"version": 1
}

View File

@@ -7,5 +7,6 @@
},
"required": [
"success"
]
],
"version": 1
}

View File

@@ -7,5 +7,6 @@
"CreationDate": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -10,6 +10,12 @@
"ETag": {
"type": "string"
},
"ChecksumAlgorithm": {
"type": "string"
},
"ChecksumType": {
"type": "string"
},
"Size": {
"type": "string"
},
@@ -17,11 +23,5 @@
"type": "string"
}
},
"required": [
"Key",
"LastModified",
"ETag",
"Size",
"StorageClass"
]
"version": 1
}

View File

@@ -18,5 +18,6 @@
"ETag": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -4,5 +4,6 @@
"success": {
"type": "boolean"
}
}
},
"version": 1
}

View File

@@ -10,6 +10,12 @@
"ETag": {
"type": "string"
},
"ChecksumAlgorithm": {
"type": "string"
},
"ChecksumType": {
"type": "string"
},
"Size": {
"type": "string"
},
@@ -23,5 +29,6 @@
"ETag",
"Size",
"StorageClass"
]
],
"version": 1
}

View File

@@ -23,6 +23,13 @@
},
"ETag": {
"type": "string"
},
"ChecksumCRC64NVME": {
"type": "string"
},
"ChecksumType": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -7,5 +7,6 @@
},
"required": [
"success"
]
],
"version": 1
}

View File

@@ -23,5 +23,6 @@
"ETag",
"Size",
"StorageClass"
]
],
"version": 1
}

View File

@@ -44,5 +44,6 @@
"ResponseMetadata"
]
}
}
},
"version": 1
}

View File

@@ -1,9 +1,6 @@
{
"type": "object",
"properties": {
"CreationTime": {
"type": "number"
},
"IdentifyLanguage": {
"type": "boolean"
},
@@ -18,11 +15,15 @@
"MediaFileUri"
]
},
"StartTime": {
"type": "number"
},
"TranscriptionJobName": {
"type": "string"
},
"TranscriptionJobStatus": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -47,9 +47,5 @@
}
}
},
"required": [
"title",
"fields",
"employees"
]
"version": 1
}

View File

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

View File

@@ -39,5 +39,6 @@
"photoUploaded",
"photoUrl",
"canUploadPhoto"
]
],
"version": 1
}

View File

@@ -45,9 +45,6 @@
"transparent": {
"type": "boolean"
},
"metadata": {
"type": "null"
},
"template_name": {
"type": "string"
},
@@ -88,5 +85,6 @@
"render_pdf",
"pdf_url",
"pdf_url_compressed"
]
],
"version": 1
}

View File

@@ -0,0 +1,93 @@
{
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"status": {
"type": "string"
},
"self": {
"type": "string"
},
"uid": {
"type": "string"
},
"template": {
"type": "string"
},
"template_version": {
"type": "null"
},
"modifications": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"image_url": {
"type": "string"
}
},
"required": [
"name"
]
}
},
"webhook_url": {
"type": "null"
},
"webhook_response_code": {
"type": "null"
},
"transparent": {
"type": "boolean"
},
"metadata": {
"type": "null"
},
"template_name": {
"type": "string"
},
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"render_pdf": {
"type": "boolean"
},
"pdf_url": {
"type": "null"
},
"pdf_url_compressed": {
"type": "null"
}
},
"required": [
"created_at",
"status",
"self",
"uid",
"image_url",
"image_url_png",
"image_url_jpg",
"template",
"template_version",
"modifications",
"webhook_url",
"webhook_response_code",
"transparent",
"metadata",
"template_name",
"width",
"height",
"render_pdf",
"pdf_url",
"pdf_url_compressed"
],
"version": 1
}

View File

@@ -38,5 +38,6 @@
"tags",
"deeplinks",
"references"
]
],
"version": 1
}

View File

@@ -1,55 +1,56 @@
{
"type": "object",
"properties": {
"object": {
"type": "string"
},
"id": {
"type": "string"
},
"userId": {
"type": "string"
},
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"twoFactorEnabled": {
"type": "boolean"
},
"status": {
"type": "integer"
},
"collections": {
"type": "null"
},
"resetPasswordEnrolled": {
"type": "boolean"
},
"ssoExternalId": {
"type": "null"
},
"type": {
"type": "integer"
},
"permissions": {
"type": "null"
}
},
"required": [
"object",
"id",
"userId",
"name",
"email",
"twoFactorEnabled",
"status",
"collections",
"resetPasswordEnrolled",
"type",
"externalId",
"permissions"
]
"type": "object",
"properties": {
"object": {
"type": "string"
},
"id": {
"type": "string"
},
"userId": {
"type": "string"
},
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"twoFactorEnabled": {
"type": "boolean"
},
"status": {
"type": "integer"
},
"collections": {
"type": "null"
},
"resetPasswordEnrolled": {
"type": "boolean"
},
"ssoExternalId": {
"type": "null"
},
"type": {
"type": "integer"
},
"permissions": {
"type": "null"
}
},
"required": [
"object",
"id",
"userId",
"name",
"email",
"twoFactorEnabled",
"status",
"collections",
"resetPasswordEnrolled",
"type",
"externalId",
"permissions"
],
"version": 1
}

View File

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

View File

@@ -1,11 +1,12 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"success"
]
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"success"
],
"version": 1
}

View File

@@ -215,5 +215,6 @@
"shared_link",
"parent",
"item_status"
]
],
"version": 1
}

View File

@@ -195,6 +195,26 @@
"required": [
"type",
"id",
"etag"
]
"file_version",
"sequence_id",
"etag",
"sha1",
"name",
"description",
"size",
"path_collection",
"created_at",
"modified_at",
"trashed_at",
"purged_at",
"content_created_at",
"content_modified_at",
"created_by",
"modified_by",
"owned_by",
"shared_link",
"parent",
"item_status"
],
"version": 1
}

View File

@@ -194,5 +194,6 @@
"item_status": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -214,5 +214,6 @@
"order"
]
}
}
},
"version": 1
}

View File

@@ -194,28 +194,6 @@
},
"name": {
"type": "string"
},
"file_version": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"id": {
"type": "string"
},
"sha1": {
"type": "string"
}
},
"required": [
"type",
"id",
"sha1"
]
},
"sha1": {
"type": "string"
}
},
"required": [
@@ -284,5 +262,6 @@
"parent",
"item_status",
"item_collection"
]
],
"version": 1
}

View File

@@ -145,33 +145,9 @@
"login"
]
},
"shared_link": {
"type": "null"
},
"folder_upload_email": {
"type": "null"
},
"parent": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"type",
"id",
"sequence_id",
"etag",
"name"
]
},
"item_status": {
"type": "string"
}
@@ -180,5 +156,6 @@
"type",
"id",
"etag"
]
],
"version": 1
}

View File

@@ -4,5 +4,6 @@
"id": {
"type": "integer"
}
}
},
"version": 1
}

View File

@@ -19,19 +19,12 @@
"modifiedAt": {
"type": "string"
},
"attributes": {
"type": "object",
"properties": {
"FIRSTNAME": {
"type": "string"
}
}
},
"listIds": {
"type": "array",
"items": {
"type": "integer"
}
}
}
},
"version": 1
}

View File

@@ -31,14 +31,11 @@
"attributes": {
"type": "object",
"properties": {
"SMS": {
"type": "string"
},
"FIRSTNAME": {
"type": "string"
},
"LASTNAME": {
"type": "string"
},
"PHONE": {
"type": "string"
}
}
}
@@ -52,5 +49,6 @@
"listIds",
"listUnsubscribed",
"attributes"
]
],
"version": 1
}

View File

@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"success"
],
"version": 1
}

View File

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

View File

@@ -5,7 +5,5 @@
"type": "string"
}
},
"required": [
"messageId"
]
"version": 1
}

View File

@@ -4,5 +4,6 @@
"messageId": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -11,5 +11,6 @@
"required": [
"status",
"id"
]
],
"version": 1
}

View File

@@ -7,5 +7,6 @@
},
"required": [
"success"
]
],
"version": 1
}

View File

@@ -1,22 +1,18 @@
{
"type": "object",
"properties": {
"Modified Date": {
"type": "string"
},
"Created Date": {
"_id": {
"type": "string"
},
"Created By": {
"type": "string"
},
"_id": {
"Created Date": {
"type": "string"
},
"Modified Date": {
"type": "string"
}
},
"required": [
"Modified Date",
"Created Date",
"_id"
]
"version": 1
}

View File

@@ -1,22 +1,23 @@
{
"type": "object",
"properties": {
"Created Date": {
"type": "string"
},
"Created By": {
"_id": {
"type": "string"
},
"Modified Date": {
"type": "string"
},
"_id": {
"Created By": {
"type": "string"
},
"Created Date": {
"type": "string"
}
},
"required": [
"Created Date",
"_id",
"Modified Date",
"_id"
]
"Created Date"
],
"version": 1
}

View File

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

View File

@@ -1,35 +1,36 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"roomId": {
"type": "string"
},
"roomType": {
"type": "string"
},
"text": {
"type": "string"
},
"personId": {
"type": "string"
},
"personEmail": {
"type": "string"
},
"created": {
"type": "string"
}
},
"required": [
"id",
"roomId",
"roomType",
"text",
"personId",
"personEmail",
"created"
]
"type": "object",
"properties": {
"id": {
"type": "string"
},
"roomId": {
"type": "string"
},
"roomType": {
"type": "string"
},
"text": {
"type": "string"
},
"personId": {
"type": "string"
},
"personEmail": {
"type": "string"
},
"created": {
"type": "string"
}
},
"required": [
"id",
"roomId",
"roomType",
"text",
"personId",
"personEmail",
"created"
],
"version": 1
}

View File

@@ -183,5 +183,6 @@
"emailProvider",
"indexedAt",
"phone"
]
],
"version": 1
}

View File

@@ -28,5 +28,6 @@
"resolved",
"unresolved",
"items"
]
],
"version": 1
}

View File

@@ -33,9 +33,6 @@
"id": {
"type": "string"
},
"orderindex": {
"type": "null"
},
"assignee": {
"type": "null"
},
@@ -91,5 +88,6 @@
"resolved",
"unresolved",
"items"
]
],
"version": 1
}

View File

@@ -42,12 +42,6 @@
},
"route": {
"type": "string"
},
"ip": {
"type": "string"
},
"user_agent": {
"type": "string"
}
},
"required": [
@@ -156,5 +150,6 @@
"hist_id",
"date",
"version"
]
],
"version": 1
}

View File

@@ -117,5 +117,6 @@
"reactions",
"date",
"reply_count"
]
],
"version": 1
}

View File

@@ -57,5 +57,6 @@
"statuses",
"lists",
"permission_level"
]
],
"version": 1
}

View File

@@ -88,9 +88,6 @@
"content": {
"type": "string"
},
"priority": {
"type": "null"
},
"task_count": {
"type": "integer"
},
@@ -168,5 +165,6 @@
"statuses",
"lists",
"permission_level"
]
],
"version": 1
}

View File

@@ -7,12 +7,6 @@
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"override_statuses": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
@@ -81,12 +75,6 @@
"orderindex": {
"type": "integer"
},
"content": {
"type": "string"
},
"priority": {
"type": "null"
},
"task_count": {
"type": "integer"
},
@@ -148,6 +136,9 @@
},
"permission_level": {
"type": "string"
},
"content": {
"type": "string"
}
},
"required": [
@@ -184,5 +175,6 @@
"statuses",
"lists",
"permission_level"
]
],
"version": 1
}

View File

@@ -126,5 +126,6 @@
"archived",
"override_statuses",
"permission_level"
]
],
"version": 1
}

View File

@@ -25,5 +25,6 @@
"date_created",
"hide_from_guests",
"required"
]
],
"version": 1
}

View File

@@ -10,24 +10,12 @@
"deleted": {
"type": "boolean"
},
"orderindex": {
"type": "integer"
},
"content": {
"type": "string"
},
"priority": {
"type": "null"
},
"assignee": {
"type": "null"
},
"due_date": {
"type": "null"
},
"start_date": {
"type": "null"
},
"folder": {
"type": "object",
"properties": {
@@ -130,5 +118,6 @@
"override_statuses",
"statuses",
"permission_level"
]
],
"version": 1
}

View File

@@ -7,9 +7,6 @@
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"content": {
"type": "string"
},
@@ -25,9 +22,6 @@
"name": {
"type": "string"
},
"hidden": {
"type": "boolean"
},
"access": {
"type": "boolean"
}
@@ -80,5 +74,6 @@
"archived",
"override_statuses",
"permission_level"
]
],
"version": 1
}

View File

@@ -4,9 +4,6 @@
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
},
@@ -16,15 +13,9 @@
"profileInfo": {
"type": "object",
"properties": {
"verified_ambassador": {
"type": "null"
},
"verified_consultant": {
"type": "null"
},
"viewed_verified_ambassador": {
"type": "null"
},
"viewed_verified_consultant": {
"type": "null"
}
@@ -50,5 +41,6 @@
"initials",
"profilePicture",
"profileInfo"
]
],
"version": 1
}

View File

@@ -55,7 +55,7 @@
"date_updated": {
"type": "string"
},
"date_done": {
"date_closed": {
"type": "null"
},
"archived": {
@@ -93,9 +93,6 @@
"username": {
"type": "string"
},
"color": {
"type": "string"
},
"initials": {
"type": "string"
},
@@ -213,6 +210,9 @@
"color"
]
}
},
"new_drop_down": {
"type": "boolean"
}
}
},
@@ -384,5 +384,6 @@
"project",
"folder",
"space"
]
],
"version": 1
}

View File

@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"success"
],
"version": 1
}

View File

@@ -10,12 +10,6 @@
"name": {
"type": "string"
},
"text_content": {
"type": "string"
},
"description": {
"type": "string"
},
"status": {
"type": "object",
"properties": {
@@ -107,6 +101,36 @@
]
}
},
"group_assignees": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"color": {
"type": "null"
},
"initials": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"name",
"color",
"initials",
"email"
]
}
},
"watchers": {
"type": "array",
"items": {
@@ -175,6 +199,9 @@
"name": {
"type": "string"
},
"assignee": {
"type": "null"
},
"group_assignee": {
"type": "null"
},
@@ -190,9 +217,15 @@
"start_date": {
"type": "null"
},
"start_date_time": {
"type": "null"
},
"due_date": {
"type": "null"
},
"due_date_time": {
"type": "null"
},
"sent_due_date_notif": {
"type": "null"
},
@@ -368,9 +401,6 @@
},
"tag_bg": {
"type": "string"
},
"creator": {
"type": "integer"
}
},
"required": [
@@ -401,8 +431,8 @@
"type_config": {
"type": "object",
"properties": {
"sorting": {
"type": "string"
"new_drop_down": {
"type": "boolean"
},
"options": {
"type": "array",
@@ -424,6 +454,9 @@
"color"
]
}
},
"sorting": {
"type": "string"
}
}
},
@@ -625,21 +658,12 @@
"extension": {
"type": "string"
},
"is_folder": {
"type": "null"
},
"mimetype": {
"type": "string"
},
"hidden": {
"type": "boolean"
},
"parent_id": {
"type": "string"
},
"size": {
"type": "integer"
},
"total_comments": {
"type": "integer"
},
@@ -660,6 +684,9 @@
},
"initials": {
"type": "string"
},
"color": {
"type": "string"
}
},
"required": [
@@ -677,6 +704,9 @@
"url": {
"type": "string"
},
"email_data": {
"type": "null"
},
"workspace_id": {
"type": "null"
},
@@ -696,7 +726,6 @@
"version",
"extension",
"thumbnail_small",
"thumbnail_medium",
"thumbnail_large",
"is_folder",
"mimetype",
@@ -710,9 +739,7 @@
"orientation",
"url",
"email_data",
"workspace_id",
"url_w_query",
"url_w_host"
"workspace_id"
]
}
}
@@ -744,7 +771,6 @@
"start_date",
"points",
"time_estimate",
"time_spent",
"custom_fields",
"dependencies",
"linked_tasks",
@@ -756,7 +782,7 @@
"list",
"project",
"folder",
"space",
"attachments"
]
"space"
],
"version": 1
}

View File

@@ -164,7 +164,7 @@
"type": "string"
},
"orderindex": {
"type": "integer"
"type": "null"
},
"assignee": {
"type": "null"
@@ -242,6 +242,9 @@
},
"tag_bg": {
"type": "string"
},
"creator": {
"type": "integer"
}
},
"required": [
@@ -269,6 +272,9 @@
"type_config": {
"type": "object",
"properties": {
"sorting": {
"type": "string"
},
"options": {
"type": "array",
"items": {
@@ -310,6 +316,44 @@
]
}
},
"dependencies": {
"type": "array",
"items": {
"type": "object",
"properties": {
"task_id": {
"type": "string"
},
"depends_on": {
"type": "string"
},
"type": {
"type": "integer"
},
"date_created": {
"type": "string"
},
"userid": {
"type": "string"
},
"workspace_id": {
"type": "string"
},
"chain_id": {
"type": "null"
}
},
"required": [
"task_id",
"depends_on",
"type",
"date_created",
"userid",
"workspace_id",
"chain_id"
]
}
},
"linked_tasks": {
"type": "array",
"items": {
@@ -513,5 +557,6 @@
"project",
"folder",
"space"
]
],
"version": 1
}

View File

@@ -232,9 +232,6 @@
]
}
},
"points": {
"type": "null"
},
"time_spent": {
"type": "integer"
},
@@ -255,6 +252,9 @@
"type_config": {
"type": "object",
"properties": {
"sorting": {
"type": "string"
},
"options": {
"type": "array",
"items": {
@@ -275,12 +275,6 @@
"color"
]
}
},
"sorting": {
"type": "string"
},
"new_drop_down": {
"type": "boolean"
}
}
},
@@ -523,15 +517,6 @@
"extension": {
"type": "string"
},
"thumbnail_small": {
"type": "string"
},
"thumbnail_medium": {
"type": "string"
},
"thumbnail_large": {
"type": "string"
},
"is_folder": {
"type": "null"
},
@@ -669,5 +654,6 @@
"project",
"folder",
"space"
]
],
"version": 1
}

View File

@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"success"
],
"version": 1
}

View File

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

View File

@@ -0,0 +1,35 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"workspaceId": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"currencyId": {
"type": "string"
},
"currencyCode": {
"type": "string"
}
},
"required": [
"id",
"name",
"email",
"workspaceId",
"archived",
"address",
"note",
"currencyId",
"currencyCode"
],
"version": 1
}

View File

@@ -1,135 +1,133 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"clientId": {
"type": "string"
},
"workspaceId": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"memberships": {
"type": "array",
"items": {
"type": "object",
"properties": {
"userId": {
"type": "string"
},
"costRate": {
"type": "null"
},
"targetId": {
"type": "string"
},
"membershipType": {
"type": "string"
},
"membershipStatus": {
"type": "string"
}
},
"required": [
"userId",
"hourlyRate",
"costRate",
"targetId",
"membershipType",
"membershipStatus"
]
}
},
"color": {
"type": "string"
},
"estimate": {
"type": "object",
"properties": {
"estimate": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"estimate",
"type"
]
},
"archived": {
"type": "boolean"
},
"duration": {
"type": "string"
},
"clientName": {
"type": "string"
},
"note": {
"type": "string"
},
"costRate": {
"type": "null"
},
"timeEstimate": {
"type": "object",
"properties": {
"estimate": {
"type": "string"
},
"type": {
"type": "string"
},
"active": {
"type": "boolean"
},
"includeNonBillable": {
"type": "boolean"
}
},
"required": [
"estimate",
"type",
"resetOption",
"active",
"includeNonBillable"
]
},
"template": {
"type": "boolean"
},
"public": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hourlyRate",
"clientId",
"workspaceId",
"billable",
"memberships",
"color",
"estimate",
"archived",
"duration",
"clientName",
"note",
"costRate",
"timeEstimate",
"budgetEstimate",
"estimateReset",
"template",
"public"
]
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"clientId": {
"type": "string"
},
"workspaceId": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"memberships": {
"type": "array",
"items": {
"type": "object",
"properties": {
"userId": {
"type": "string"
},
"costRate": {
"type": "null"
},
"targetId": {
"type": "string"
},
"membershipType": {
"type": "string"
},
"membershipStatus": {
"type": "string"
}
},
"required": [
"userId",
"hourlyRate",
"costRate",
"targetId",
"membershipType",
"membershipStatus"
]
}
},
"color": {
"type": "string"
},
"estimate": {
"type": "object",
"properties": {
"estimate": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"estimate",
"type"
]
},
"archived": {
"type": "boolean"
},
"duration": {
"type": "string"
},
"clientName": {
"type": "string"
},
"costRate": {
"type": "null"
},
"timeEstimate": {
"type": "object",
"properties": {
"estimate": {
"type": "string"
},
"type": {
"type": "string"
},
"active": {
"type": "boolean"
},
"includeNonBillable": {
"type": "boolean"
}
},
"required": [
"estimate",
"type",
"resetOption",
"active",
"includeNonBillable"
]
},
"template": {
"type": "boolean"
},
"public": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hourlyRate",
"clientId",
"workspaceId",
"billable",
"memberships",
"color",
"estimate",
"archived",
"duration",
"clientName",
"note",
"costRate",
"timeEstimate",
"budgetEstimate",
"estimateReset",
"template",
"public"
],
"version": 1
}

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