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