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

@@ -5,8 +5,5 @@
"type": "string"
}
},
"required": [
"event_id"
],
"version": 1
}

View File

@@ -1,59 +1,23 @@
{
"type": "object",
"properties": {
"age": {
"type": "integer"
},
"content": {
"type": "object",
"properties": {
"msgtype": {
"type": "string"
},
"body": {
"type": "string"
},
"com.beeper.linkpreviews": {
"type": "array",
"items": {
"type": "object",
"properties": {
"og:url": {
"type": "string"
},
"og:title": {
"type": "string"
},
"og:image": {
"type": "string"
},
"matrix:image:size": {
"type": "integer"
},
"og:image:width": {
"type": "integer"
},
"og:image:height": {
"type": "integer"
},
"og:image:type": {
"type": "string"
},
"matched_url": {
"type": "string"
}
},
"required": [
"og:url",
"og:title",
"og:image",
"matrix:image:size",
"og:image:width",
"og:image:height",
"og:image:type",
"matched_url"
]
}
"msgtype": {
"type": "string"
}
}
},
"event_id": {
"type": "string"
},
"origin_server_ts": {
"type": "integer"
},
@@ -71,21 +35,15 @@
"properties": {
"age": {
"type": "integer"
},
"membership": {
"type": "string"
}
}
},
"event_id": {
"type": "string"
},
"user_id": {
"type": "string"
},
"age": {
"type": "integer"
}
},
"required": [
"event_id"
],
"version": 1
}