status-go/tests-functional/schemas/signal_node_ready

15 lines
326 B
Plaintext

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