refactor(schema): session shell payloads and event prefix restore (#35229)

This commit is contained in:
Kit Langton
2026-07-03 17:30:25 -04:00
committed by GitHub
parent fc223b21fe
commit 45b2057d91
49 changed files with 1521 additions and 1200 deletions
+3 -3
View File
@@ -16410,7 +16410,7 @@
"text": {
"type": "string"
},
"synthetic": {
"session.synthetic": {
"type": "boolean"
},
"ignored": {
@@ -23071,7 +23071,7 @@
"text": {
"type": "string"
},
"synthetic": {
"session.synthetic": {
"type": "boolean"
},
"ignored": {
@@ -27479,7 +27479,7 @@
},
"type": {
"type": "string",
"enum": ["synthetic"]
"enum": ["session.synthetic"]
}
},
"required": ["id", "time", "sessionID", "text", "type"],