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,28 +1,22 @@
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"attributes": {
"type": "object",
"properties": {
"scene_id": {
"type": "integer"
},
"createdAt": {
"type": "string"
},
"scene_id": {
"type": "integer"
},
"updatedAt": {
"type": "string"
},
"title": {
"type": "string"
},
"locale": {
"type": "string"
}
}
},
"id": {
"type": "integer"
}
},
"version": 1