run_command has been deprecated and replace by queue_command, same format:
https://www.minecraft.net/nl-nl/article/minecraft-preview-1-20-60-20
example
"events": {
"namespace:example": {
"queue_command": {
"command": "say Foo"
}
},
}