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

@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"CreationDate": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"version": 1
}

View File

@@ -15,9 +15,6 @@
},
"StorageClass": {
"type": "string"
},
"Type": {
"type": "string"
}
},
"version": 1

View File

@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"version": 1
}

View File

@@ -1,15 +1,15 @@
{
"type": "object",
"properties": {
"ETag": {
"type": "string"
},
"Key": {
"type": "string"
},
"LastModified": {
"type": "string"
},
"ETag": {
"type": "string"
},
"Size": {
"type": "string"
},
@@ -17,11 +17,5 @@
"type": "string"
}
},
"required": [
"Key",
"LastModified",
"ETag",
"Size"
],
"version": 1
}

View File

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

View File

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

View File

@@ -20,11 +20,5 @@
"type": "string"
}
},
"required": [
"ETag",
"Key",
"LastModified",
"Size"
],
"version": 1
}