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

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

View File

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

View File

@@ -1,27 +1,36 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
"assignee_id": {
"type": "null"
},
"assigner_id": {
"type": "null"
},
"assignee_id": {
"type": "null"
},
"project_id": {
"type": "string"
},
"order": {
"comment_count": {
"type": "integer"
},
"content": {
"type": "string"
},
"created_at": {
"type": "string"
},
"creator_id": {
"type": "string"
},
"deadline": {
"type": "null"
},
"description": {
"type": "string"
},
"duration": {
"type": "null"
},
"id": {
"type": "string"
},
"is_completed": {
"type": "boolean"
},
@@ -31,26 +40,17 @@
"type": "string"
}
},
"order": {
"type": "integer"
},
"priority": {
"type": "integer"
},
"comment_count": {
"type": "integer"
},
"creator_id": {
"type": "string"
},
"created_at": {
"project_id": {
"type": "string"
},
"url": {
"type": "string"
},
"duration": {
"type": "null"
},
"deadline": {
"type": "null"
}
},
"version": 1

View File

@@ -1,21 +1,24 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"project_id": {
"type": "string"
},
"order": {
"comment_count": {
"type": "integer"
},
"content": {
"type": "string"
},
"created_at": {
"type": "string"
},
"creator_id": {
"type": "string"
},
"description": {
"type": "string"
},
"id": {
"type": "string"
},
"is_completed": {
"type": "boolean"
},
@@ -25,41 +28,15 @@
"type": "string"
}
},
"order": {
"type": "integer"
},
"priority": {
"type": "integer"
},
"comment_count": {
"type": "integer"
},
"creator_id": {
"project_id": {
"type": "string"
},
"created_at": {
"type": "string"
},
"due": {
"type": "object",
"properties": {
"date": {
"type": "string"
},
"string": {
"type": "string"
},
"lang": {
"type": "string"
},
"is_recurring": {
"type": "boolean"
}
},
"required": [
"date",
"string",
"lang",
"is_recurring"
]
},
"url": {
"type": "string"
}

View File

@@ -1,21 +1,24 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"project_id": {
"type": "string"
},
"order": {
"comment_count": {
"type": "integer"
},
"content": {
"type": "string"
},
"created_at": {
"type": "string"
},
"creator_id": {
"type": "string"
},
"description": {
"type": "string"
},
"id": {
"type": "string"
},
"is_completed": {
"type": "boolean"
},
@@ -25,23 +28,17 @@
"type": "string"
}
},
"order": {
"type": "integer"
},
"priority": {
"type": "integer"
},
"comment_count": {
"type": "integer"
},
"creator_id": {
"type": "string"
},
"created_at": {
"project_id": {
"type": "string"
},
"url": {
"type": "string"
},
"duration": {
"type": "null"
}
},
"version": 1

View File

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