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

@@ -1,35 +1,36 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"roomId": {
"type": "string"
},
"roomType": {
"type": "string"
},
"text": {
"type": "string"
},
"personId": {
"type": "string"
},
"personEmail": {
"type": "string"
},
"created": {
"type": "string"
}
},
"required": [
"id",
"roomId",
"roomType",
"text",
"personId",
"personEmail",
"created"
]
"type": "object",
"properties": {
"id": {
"type": "string"
},
"roomId": {
"type": "string"
},
"roomType": {
"type": "string"
},
"text": {
"type": "string"
},
"personId": {
"type": "string"
},
"personEmail": {
"type": "string"
},
"created": {
"type": "string"
}
},
"required": [
"id",
"roomId",
"roomType",
"text",
"personId",
"personEmail",
"created"
],
"version": 1
}