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