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

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

View File

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

View File

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

View File

@@ -1,161 +1,141 @@
{
"type": "object",
"properties": {
"type": {
"type": "string"
},
"id": {
"type": "string"
},
"sequence_id": {
"type": "string"
},
"etag": {
"type": "string"
},
"name": {
"type": "string"
},
"created_at": {
"type": "string"
},
"modified_at": {
"type": "string"
},
"description": {
"type": "string"
},
"size": {
"type": "integer"
},
"path_collection": {
"type": "object",
"properties": {
"total_count": {
"type": "integer"
},
"entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"type",
"id",
"sequence_id",
"etag",
"name"
]
}
}
},
"required": [
"total_count",
"entries"
]
},
"created_by": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"login": {
"type": "string"
}
},
"required": [
"type",
"id",
"name",
"login"
]
},
"modified_by": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"login": {
"type": "string"
}
},
"required": [
"type",
"id",
"name",
"login"
]
},
"trashed_at": {
"type": "null"
},
"purged_at": {
"type": "null"
},
"content_created_at": {
"type": "string"
},
"content_modified_at": {
"type": "string"
},
"created_at": {
"type": "string"
},
"created_by": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"login": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"description": {
"type": "string"
},
"etag": {
"type": "string"
},
"folder_upload_email": {
"type": "null"
},
"id": {
"type": "string"
},
"item_status": {
"type": "string"
},
"modified_at": {
"type": "string"
},
"modified_by": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"login": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"name": {
"type": "string"
},
"owned_by": {
"type": "object",
"properties": {
"type": {
"id": {
"type": "string"
},
"login": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"parent": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"login": {
"type": {
"type": "string"
}
},
"required": [
"type",
"id",
"name",
"login"
]
}
},
"folder_upload_email": {
"path_collection": {
"type": "object",
"properties": {
"entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"total_count": {
"type": "integer"
}
}
},
"purged_at": {
"type": "null"
},
"item_status": {
"sequence_id": {
"type": "string"
},
"size": {
"type": "integer"
},
"trashed_at": {
"type": "null"
},
"type": {
"type": "string"
}
},
"required": [
"type",
"id",
"etag"
],
"version": 1
}