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

@@ -4,25 +4,19 @@
"metadata": {
"type": "object",
"properties": {
"name": {
"id": {
"type": "string"
},
"path_lower": {
"name": {
"type": "string"
},
"path_display": {
"type": "string"
},
"id": {
"path_lower": {
"type": "string"
}
},
"required": [
"name",
"path_lower",
"path_display",
"id"
]
}
}
},
"version": 1

View File

@@ -1,20 +1,17 @@
{
"type": "object",
"properties": {
"contentHash": {
"type": "string"
},
"contentSize": {
"type": "integer"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"pathLower": {
"type": "string"
},
"pathDisplay": {
"type": "string"
"isDownloadable": {
"type": "boolean"
},
"lastModifiedClient": {
"type": "string"
@@ -22,25 +19,21 @@
"lastModifiedServer": {
"type": "string"
},
"name": {
"type": "string"
},
"pathDisplay": {
"type": "string"
},
"pathLower": {
"type": "string"
},
"rev": {
"type": "string"
},
"contentSize": {
"type": "integer"
},
"contentHash": {
"type": {
"type": "string"
},
"isDownloadable": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"type",
"pathLower",
"pathDisplay"
],
"version": 1
}

View File

@@ -7,56 +7,40 @@
".tag": {
"type": "string"
},
"name": {
"type": "string"
},
"path_lower": {
"type": "string"
},
"path_display": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"parent_shared_folder_id": {
"type": "string"
},
"path_display": {
"type": "string"
},
"path_lower": {
"type": "string"
},
"sharing_info": {
"type": "object",
"properties": {
"read_only": {
"no_access": {
"type": "boolean"
},
"parent_shared_folder_id": {
"type": "string"
},
"traverse_only": {
"read_only": {
"type": "boolean"
},
"no_access": {
"traverse_only": {
"type": "boolean"
}
},
"required": [
"read_only",
"parent_shared_folder_id",
"traverse_only",
"no_access"
]
}
}
},
"required": [
".tag",
"name",
"path_lower",
"path_display",
"id"
]
}
}
},
"required": [
"metadata"
],
"version": 1
}