2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-17 02:02:36 +00:00

15 lines
329 B
Plaintext

{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "node.started"
},
"event": {
"type": "null"
}
},
"required": ["type", "event"],
"additionalProperties": false
}