{
"$schema": "http://json-schema.org/schema#",
"properties": {
"id": {
"type": "string"
},
"jsonrpc": {
"result": {
"type": "null"
}
"required": [
"id",
"jsonrpc",
"result"
],
"type": "object"