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
|
||
|
}
|