20 lines
352 B
Plaintext
20 lines
352 B
Plaintext
|
{
|
||
|
"$schema": "http://json-schema.org/schema#",
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"jsonrpc": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"result": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"id",
|
||
|
"jsonrpc",
|
||
|
"result"
|
||
|
],
|
||
|
"type": "object"
|
||
|
}
|