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,16 +1,12 @@
{
"type": "object",
"properties": {
"status": {
"id": {
"type": "string"
},
"id": {
"status": {
"type": "string"
}
},
"required": [
"status",
"id"
],
"version": 1
}

View File

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

View File

@@ -4,20 +4,15 @@
"_id": {
"type": "string"
},
"Modified Date": {
"type": "string"
},
"Created By": {
"type": "string"
},
"Created Date": {
"type": "string"
},
"Modified Date": {
"type": "string"
}
},
"required": [
"_id",
"Modified Date",
"Created Date"
],
"version": 1
}

View File

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