mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 06:12:26 +00:00
19 lines
329 B
JSON
19 lines
329 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
} |