feat: Generate Schema Files - 18113073 (no-changelog) (#12927)

Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
Jon
2025-01-30 14:59:04 +00:00
committed by GitHub
parent cdfa22593b
commit 9d027339fd
661 changed files with 76670 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"task_id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"resolved": {
"type": "integer"
},
"unresolved": {
"type": "integer"
}
},
"required": [
"id",
"task_id",
"name",
"orderindex",
"resolved",
"unresolved",
"items"
]
}

View File

@@ -0,0 +1,95 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"task_id": {
"type": "string"
},
"name": {
"type": "string"
},
"date_created": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"creator": {
"type": "integer"
},
"resolved": {
"type": "integer"
},
"unresolved": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"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",
"children"
]
}
}
},
"required": [
"id",
"task_id",
"name",
"date_created",
"orderindex",
"creator",
"resolved",
"unresolved",
"items"
]
}

View File

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

View File

@@ -0,0 +1,121 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"comment": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"attributes": {
"type": "object",
"properties": {
"block-id": {
"type": "string"
}
}
}
},
"required": [
"text"
]
}
},
"comment_text": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
},
"initials": {
"type": "string"
}
},
"required": [
"id",
"username",
"email",
"color",
"initials",
"profilePicture"
]
},
"group_assignee": {
"type": "null"
},
"reactions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"reaction": {
"type": "string"
},
"date": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
},
"initials": {
"type": "string"
}
},
"required": [
"id",
"username",
"email",
"initials",
"profilePicture"
]
}
},
"required": [
"reaction",
"date",
"user"
]
}
},
"date": {
"type": "string"
},
"reply_count": {
"type": "integer"
}
},
"required": [
"id",
"comment",
"comment_text",
"user",
"assignee",
"group_assignee",
"reactions",
"date",
"reply_count"
]
}

View File

@@ -0,0 +1,61 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"override_statuses": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"space": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"access"
]
},
"task_count": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"permission_level": {
"type": "string"
}
},
"required": [
"id",
"name",
"orderindex",
"override_statuses",
"hidden",
"space",
"task_count",
"archived",
"statuses",
"lists",
"permission_level"
]
}

View File

@@ -0,0 +1,172 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"override_statuses": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"space": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"access"
]
},
"task_count": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"statuses": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"status": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"color": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"id",
"status",
"orderindex",
"color",
"type"
]
}
},
"lists": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"content": {
"type": "string"
},
"priority": {
"type": "null"
},
"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"
}
},
"required": [
"id",
"name",
"orderindex",
"override_statuses",
"hidden",
"space",
"task_count",
"archived",
"statuses",
"lists",
"permission_level"
]
}

View File

@@ -0,0 +1,188 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"override_statuses": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"space": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
]
},
"task_count": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"statuses": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"status": {
"type": "string"
},
"type": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"color": {
"type": "string"
}
},
"required": [
"id",
"status",
"type",
"orderindex",
"color"
]
}
},
"lists": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"content": {
"type": "string"
},
"priority": {
"type": "null"
},
"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"
}
},
"required": [
"id",
"name",
"orderindex",
"status",
"priority",
"assignee",
"task_count",
"due_date",
"start_date",
"space",
"archived",
"override_statuses",
"statuses",
"permission_level"
]
}
},
"permission_level": {
"type": "string"
}
},
"required": [
"id",
"name",
"orderindex",
"override_statuses",
"hidden",
"space",
"task_count",
"archived",
"statuses",
"lists",
"permission_level"
]
}

View File

@@ -0,0 +1,130 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"orderindex": {
"type": "integer"
},
"content": {
"type": "string"
},
"assignee": {
"type": "null"
},
"start_date": {
"type": "null"
},
"folder": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"hidden": {
"type": "boolean"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"space": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"access"
]
},
"inbound_address": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"override_statuses": {
"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",
"deleted",
"orderindex",
"content",
"priority",
"assignee",
"due_date",
"start_date",
"folder",
"space",
"archived",
"override_statuses",
"permission_level"
]
}

View File

@@ -0,0 +1,29 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"type",
"type_config",
"date_created",
"hide_from_guests",
"required"
]
}

View File

@@ -0,0 +1,134 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"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": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"hidden": {
"type": "boolean"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"space": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"access"
]
},
"inbound_address": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"statuses": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"status": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"color": {
"type": "string"
},
"type": {
"type": "string"
},
"status_group": {
"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"
]
}

View File

@@ -0,0 +1,84 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"content": {
"type": "string"
},
"task_count": {
"type": "integer"
},
"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"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"access"
]
},
"archived": {
"type": "boolean"
},
"permission_level": {
"type": "string"
}
},
"required": [
"id",
"name",
"orderindex",
"status",
"priority",
"assignee",
"task_count",
"due_date",
"start_date",
"folder",
"space",
"archived",
"override_statuses",
"permission_level"
]
}

View File

@@ -0,0 +1,54 @@
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
},
"initials": {
"type": "string"
},
"profileInfo": {
"type": "object",
"properties": {
"verified_ambassador": {
"type": "null"
},
"verified_consultant": {
"type": "null"
},
"viewed_verified_ambassador": {
"type": "null"
},
"viewed_verified_consultant": {
"type": "null"
}
},
"required": [
"display_profile",
"verified_ambassador",
"verified_consultant",
"top_tier_user",
"ai_expert",
"viewed_verified_ambassador",
"viewed_verified_consultant",
"viewed_top_tier_user",
"viewed_ai_expert"
]
}
},
"required": [
"id",
"username",
"email",
"color",
"initials",
"profilePicture",
"profileInfo"
]
}

View File

@@ -0,0 +1,388 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"custom_id": {
"type": "null"
},
"custom_item_id": {
"type": "integer"
},
"name": {
"type": "string"
},
"text_content": {
"type": "string"
},
"description": {
"type": "string"
},
"status": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"status": {
"type": "string"
},
"color": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"required": [
"id",
"status",
"color",
"orderindex",
"type"
]
},
"orderindex": {
"type": "string"
},
"date_created": {
"type": "string"
},
"date_updated": {
"type": "string"
},
"date_done": {
"type": "null"
},
"archived": {
"type": "boolean"
},
"creator": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"email",
"profilePicture"
]
},
"assignees": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"color": {
"type": "string"
},
"initials": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
}
},
"watchers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"initials": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
}
},
"tags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"tag_fg": {
"type": "string"
},
"tag_bg": {
"type": "string"
},
"creator": {
"type": "integer"
}
},
"required": [
"name",
"tag_fg",
"tag_bg",
"creator"
]
}
},
"points": {
"type": "null"
},
"time_spent": {
"type": "integer"
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"type_config": {
"type": "object",
"properties": {
"sorting": {
"type": "string"
},
"options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
}
},
"required": [
"id",
"color"
]
}
}
}
},
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"type",
"type_config",
"date_created",
"hide_from_guests",
"required"
]
}
},
"team_id": {
"type": "string"
},
"url": {
"type": "string"
},
"sharing": {
"type": "object",
"properties": {
"public": {
"type": "boolean"
},
"public_share_expires_on": {
"type": "null"
},
"public_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"token": {
"type": "null"
},
"seo_optimized": {
"type": "boolean"
}
},
"required": [
"public",
"public_share_expires_on",
"public_fields",
"token",
"seo_optimized"
]
},
"permission_level": {
"type": "string"
},
"list": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"access"
]
},
"project": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"folder": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"space": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
]
}
},
"required": [
"id",
"custom_id",
"custom_item_id",
"name",
"text_content",
"description",
"status",
"orderindex",
"date_created",
"date_updated",
"date_closed",
"date_done",
"archived",
"creator",
"assignees",
"group_assignees",
"watchers",
"checklists",
"tags",
"parent",
"top_level_parent",
"priority",
"due_date",
"start_date",
"points",
"time_estimate",
"time_spent",
"custom_fields",
"dependencies",
"linked_tasks",
"locations",
"team_id",
"url",
"sharing",
"permission_level",
"list",
"project",
"folder",
"space"
]
}

View File

@@ -0,0 +1,762 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"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"
},
"archived": {
"type": "boolean"
},
"creator": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"color": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"email",
"profilePicture"
]
},
"assignees": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"initials": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
}
},
"watchers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"initials": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
}
},
"checklists": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"task_id": {
"type": "string"
},
"name": {
"type": "string"
},
"date_created": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"creator": {
"type": "integer"
},
"resolved": {
"type": "integer"
},
"unresolved": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"group_assignee": {
"type": "null"
},
"resolved": {
"type": "boolean"
},
"parent": {
"type": "null"
},
"date_created": {
"type": "string"
},
"start_date": {
"type": "null"
},
"due_date": {
"type": "null"
},
"sent_due_date_notif": {
"type": "null"
},
"children": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"assignee": {
"type": "null"
},
"group_assignee": {
"type": "null"
},
"resolved": {
"type": "boolean"
},
"parent": {
"type": "string"
},
"date_created": {
"type": "string"
},
"start_date": {
"type": "null"
},
"start_date_time": {
"type": "null"
},
"due_date": {
"type": "null"
},
"due_date_time": {
"type": "null"
},
"sent_due_date_notif": {
"type": "null"
},
"children": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "number"
},
"assignee": {
"type": "null"
},
"group_assignee": {
"type": "null"
},
"resolved": {
"type": "boolean"
},
"parent": {
"type": "string"
},
"date_created": {
"type": "string"
},
"start_date": {
"type": "null"
},
"start_date_time": {
"type": "null"
},
"due_date": {
"type": "null"
},
"due_date_time": {
"type": "null"
},
"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",
"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",
"name",
"orderindex",
"assignee",
"group_assignee",
"resolved",
"parent",
"date_created",
"start_date",
"start_date_time",
"due_date",
"due_date_time",
"sent_due_date_notif",
"children"
]
}
}
},
"required": [
"id",
"task_id",
"name",
"date_created",
"orderindex",
"creator",
"resolved",
"unresolved",
"items"
]
}
},
"tags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"tag_fg": {
"type": "string"
},
"tag_bg": {
"type": "string"
},
"creator": {
"type": "integer"
}
},
"required": [
"name",
"tag_fg",
"tag_bg",
"creator"
]
}
},
"time_spent": {
"type": "integer"
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"type_config": {
"type": "object",
"properties": {
"sorting": {
"type": "string"
},
"options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
}
},
"required": [
"id",
"color"
]
}
}
}
},
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"type",
"type_config",
"date_created",
"hide_from_guests",
"required"
]
}
},
"linked_tasks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"task_id": {
"type": "string"
},
"link_id": {
"type": "string"
},
"date_created": {
"type": "string"
},
"userid": {
"type": "string"
},
"workspace_id": {
"type": "string"
}
},
"required": [
"task_id",
"link_id",
"date_created",
"userid",
"workspace_id"
]
}
},
"locations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
]
}
},
"team_id": {
"type": "string"
},
"url": {
"type": "string"
},
"sharing": {
"type": "object",
"properties": {
"public": {
"type": "boolean"
},
"public_share_expires_on": {
"type": "null"
},
"public_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"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"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"folder": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"space": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
]
},
"attachments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"date": {
"type": "string"
},
"title": {
"type": "string"
},
"type": {
"type": "integer"
},
"source": {
"type": "integer"
},
"version": {
"type": "integer"
},
"extension": {
"type": "string"
},
"is_folder": {
"type": "null"
},
"mimetype": {
"type": "string"
},
"hidden": {
"type": "boolean"
},
"parent_id": {
"type": "string"
},
"size": {
"type": "integer"
},
"total_comments": {
"type": "integer"
},
"resolved_comments": {
"type": "integer"
},
"user": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
},
"initials": {
"type": "string"
}
},
"required": [
"id",
"username",
"email",
"initials",
"color",
"profilePicture"
]
},
"deleted": {
"type": "boolean"
},
"url": {
"type": "string"
},
"workspace_id": {
"type": "null"
},
"url_w_query": {
"type": "string"
},
"url_w_host": {
"type": "string"
}
},
"required": [
"id",
"date",
"title",
"type",
"source",
"version",
"extension",
"thumbnail_small",
"thumbnail_medium",
"thumbnail_large",
"is_folder",
"mimetype",
"hidden",
"parent_id",
"size",
"total_comments",
"resolved_comments",
"user",
"deleted",
"orientation",
"url",
"email_data",
"workspace_id",
"url_w_query",
"url_w_host"
]
}
}
},
"required": [
"id",
"custom_id",
"custom_item_id",
"name",
"text_content",
"description",
"status",
"orderindex",
"date_created",
"date_updated",
"date_closed",
"date_done",
"archived",
"creator",
"assignees",
"group_assignees",
"watchers",
"checklists",
"tags",
"parent",
"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",
"attachments"
]
}

View File

@@ -0,0 +1,517 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"custom_item_id": {
"type": "integer"
},
"name": {
"type": "string"
},
"status": {
"type": "object",
"properties": {
"status": {
"type": "string"
},
"id": {
"type": "string"
},
"color": {
"type": "string"
},
"type": {
"type": "string"
},
"orderindex": {
"type": "integer"
}
},
"required": [
"status",
"id",
"color",
"type",
"orderindex"
]
},
"orderindex": {
"type": "string"
},
"date_created": {
"type": "string"
},
"date_updated": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"creator": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"email",
"profilePicture"
]
},
"assignees": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"initials": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
}
},
"watchers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"initials": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
}
},
"checklists": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"task_id": {
"type": "string"
},
"name": {
"type": "string"
},
"date_created": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"creator": {
"type": "integer"
},
"resolved": {
"type": "integer"
},
"unresolved": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"assignee": {
"type": "null"
},
"group_assignee": {
"type": "null"
},
"resolved": {
"type": "boolean"
},
"parent": {
"type": "null"
},
"date_created": {
"type": "string"
},
"start_date": {
"type": "null"
},
"start_date_time": {
"type": "boolean"
},
"due_date": {
"type": "null"
},
"due_date_time": {
"type": "boolean"
},
"sent_due_date_notif": {
"type": "null"
}
},
"required": [
"id",
"name",
"orderindex",
"assignee",
"group_assignee",
"resolved",
"parent",
"date_created",
"start_date",
"start_date_time",
"due_date",
"due_date_time",
"sent_due_date_notif",
"children"
]
}
}
},
"required": [
"id",
"task_id",
"name",
"date_created",
"orderindex",
"creator",
"resolved",
"unresolved",
"items"
]
}
},
"tags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"tag_fg": {
"type": "string"
},
"tag_bg": {
"type": "string"
}
},
"required": [
"name",
"tag_fg",
"tag_bg",
"creator"
]
}
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"type_config": {
"type": "object",
"properties": {
"options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
}
},
"required": [
"id",
"color"
]
}
}
}
},
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"type",
"type_config",
"date_created",
"hide_from_guests",
"required"
]
}
},
"linked_tasks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"task_id": {
"type": "string"
},
"link_id": {
"type": "string"
},
"date_created": {
"type": "string"
},
"userid": {
"type": "string"
},
"workspace_id": {
"type": "string"
}
},
"required": [
"task_id",
"link_id",
"date_created",
"userid",
"workspace_id"
]
}
},
"locations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
]
}
},
"team_id": {
"type": "string"
},
"url": {
"type": "string"
},
"sharing": {
"type": "object",
"properties": {
"public": {
"type": "boolean"
},
"public_share_expires_on": {
"type": "null"
},
"public_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"token": {
"type": "null"
},
"seo_optimized": {
"type": "boolean"
}
},
"required": [
"public",
"public_share_expires_on",
"public_fields",
"token",
"seo_optimized"
]
},
"permission_level": {
"type": "string"
},
"list": {
"type": "object",
"properties": {
"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"
]
}

View File

@@ -0,0 +1,673 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"custom_item_id": {
"type": "integer"
},
"name": {
"type": "string"
},
"status": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"status": {
"type": "string"
},
"color": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"required": [
"id",
"status",
"color",
"orderindex",
"type"
]
},
"orderindex": {
"type": "string"
},
"date_created": {
"type": "string"
},
"date_updated": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"creator": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"email",
"profilePicture"
]
},
"assignees": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"initials": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
}
},
"watchers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"initials": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"username",
"color",
"initials",
"email",
"profilePicture"
]
}
},
"checklists": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"task_id": {
"type": "string"
},
"name": {
"type": "string"
},
"date_created": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"creator": {
"type": "integer"
},
"resolved": {
"type": "integer"
},
"unresolved": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"group_assignee": {
"type": "null"
},
"resolved": {
"type": "boolean"
},
"parent": {
"type": "null"
},
"date_created": {
"type": "string"
},
"start_date": {
"type": "null"
},
"due_date": {
"type": "null"
},
"sent_due_date_notif": {
"type": "null"
}
},
"required": [
"id",
"name",
"orderindex",
"assignee",
"group_assignee",
"resolved",
"parent",
"date_created",
"children"
]
}
}
},
"required": [
"id",
"task_id",
"name",
"date_created",
"orderindex",
"creator",
"resolved",
"unresolved",
"items"
]
}
},
"tags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"tag_fg": {
"type": "string"
},
"tag_bg": {
"type": "string"
}
},
"required": [
"name",
"tag_fg",
"tag_bg",
"creator"
]
}
},
"points": {
"type": "null"
},
"time_spent": {
"type": "integer"
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"type_config": {
"type": "object",
"properties": {
"options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
}
},
"required": [
"id",
"color"
]
}
},
"sorting": {
"type": "string"
},
"new_drop_down": {
"type": "boolean"
}
}
},
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"type",
"type_config",
"date_created",
"hide_from_guests",
"required"
]
}
},
"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": {
"type": "object",
"properties": {
"task_id": {
"type": "string"
},
"link_id": {
"type": "string"
},
"date_created": {
"type": "string"
},
"userid": {
"type": "string"
},
"workspace_id": {
"type": "string"
}
},
"required": [
"task_id",
"link_id",
"date_created",
"userid",
"workspace_id"
]
}
},
"locations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
]
}
},
"team_id": {
"type": "string"
},
"url": {
"type": "string"
},
"sharing": {
"type": "object",
"properties": {
"public": {
"type": "boolean"
},
"public_share_expires_on": {
"type": "null"
},
"public_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"token": {
"type": "null"
},
"seo_optimized": {
"type": "boolean"
}
},
"required": [
"public",
"public_share_expires_on",
"public_fields",
"token",
"seo_optimized"
]
},
"permission_level": {
"type": "string"
},
"list": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"access"
]
},
"project": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"folder": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"access": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"hidden",
"access"
]
},
"space": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
]
},
"attachments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"date": {
"type": "string"
},
"title": {
"type": "string"
},
"type": {
"type": "integer"
},
"source": {
"type": "integer"
},
"version": {
"type": "integer"
},
"extension": {
"type": "string"
},
"thumbnail_small": {
"type": "string"
},
"thumbnail_medium": {
"type": "string"
},
"thumbnail_large": {
"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"
}
},
"required": [
"id",
"date",
"title",
"type",
"source",
"version",
"extension",
"thumbnail_small",
"thumbnail_medium",
"thumbnail_large",
"is_folder",
"mimetype",
"hidden",
"parent_id",
"size",
"total_comments",
"resolved_comments",
"user",
"deleted",
"orientation",
"url",
"email_data",
"workspace_id",
"url_w_query",
"url_w_host"
]
}
}
},
"required": [
"id",
"custom_id",
"custom_item_id",
"name",
"text_content",
"description",
"status",
"orderindex",
"date_created",
"date_updated",
"date_closed",
"date_done",
"archived",
"creator",
"assignees",
"group_assignees",
"watchers",
"checklists",
"tags",
"parent",
"priority",
"due_date",
"start_date",
"points",
"time_estimate",
"time_spent",
"custom_fields",
"dependencies",
"linked_tasks",
"locations",
"team_id",
"url",
"sharing",
"permission_level",
"list",
"project",
"folder",
"space"
]
}