chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)

This commit is contained in:
Jon
2025-03-18 15:19:10 +00:00
committed by GitHub
parent e0fd50554d
commit 31c0575999
819 changed files with 27463 additions and 15590 deletions

View File

@@ -11,5 +11,6 @@
"required": [
"status",
"id"
]
],
"version": 1
}

View File

@@ -7,5 +7,6 @@
},
"required": [
"success"
]
],
"version": 1
}

View File

@@ -1,22 +1,18 @@
{
"type": "object",
"properties": {
"Modified Date": {
"type": "string"
},
"Created Date": {
"_id": {
"type": "string"
},
"Created By": {
"type": "string"
},
"_id": {
"Created Date": {
"type": "string"
},
"Modified Date": {
"type": "string"
}
},
"required": [
"Modified Date",
"Created Date",
"_id"
]
"version": 1
}

View File

@@ -1,22 +1,23 @@
{
"type": "object",
"properties": {
"Created Date": {
"type": "string"
},
"Created By": {
"_id": {
"type": "string"
},
"Modified Date": {
"type": "string"
},
"_id": {
"Created By": {
"type": "string"
},
"Created Date": {
"type": "string"
}
},
"required": [
"Created Date",
"_id",
"Modified Date",
"_id"
]
"Created Date"
],
"version": 1
}

View File

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