chore: NODE-3065 - Generate Schema Files (no-changelog) (#15893)

This commit is contained in:
Jon
2025-06-03 22:17:50 +01:00
committed by GitHub
parent f8c9038c10
commit 7639cfbaa7
76 changed files with 1953 additions and 977 deletions

View File

@@ -1,9 +1,39 @@
{
"type": "object",
"properties": {
"contentHash": {
"type": "string"
},
"contentSize": {
"type": "integer"
},
"id": {
"type": "string"
},
"isDownloadable": {
"type": "boolean"
},
"lastModifiedClient": {
"type": "string"
},
"lastModifiedServer": {
"type": "string"
},
"name": {
"type": "string"
},
"pathDisplay": {
"type": "string"
},
"pathLower": {
"type": "string"
},
"rev": {
"type": "string"
},
"type": {
"type": "string"
}
},
"version": 2
"version": 3
}