mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
15 lines
326 B
Plaintext
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
|
|
} |