This commit is contained in:
Dax Raad
2025-05-26 12:40:17 -04:00
parent 020e0ca039
commit 99af6146d5
80 changed files with 13944 additions and 295 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"type": "object",
"$schema": "https://json-schema.org/draft-2020-12/schema",
"definitions": {
"event.storage.write": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"body": {}
},
"required": [
"key",
"body"
]
}
}
}