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

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