chore: NODE-2911 - Generate Schema Files (no-changelog) (#15030)

Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
Jon
2025-05-06 17:55:06 +01:00
committed by GitHub
parent 985f554501
commit d0022c5700
67 changed files with 1327 additions and 689 deletions

View File

@@ -0,0 +1,44 @@
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"blobType": {
"type": "string"
},
"contentLength": {
"type": "integer"
},
"contentMD5": {
"type": "string"
},
"contentType": {
"type": "string"
},
"creationTime": {
"type": "string"
},
"etag": {
"type": "string"
},
"lastModified": {
"type": "string"
},
"leaseState": {
"type": "string"
},
"leaseStatus": {
"type": "string"
},
"serverEncrypted": {
"type": "boolean"
}
}
}
},
"version": 1
}