2024-09-18 07:55:47 +00:00
|
|
|
{
|
2024-10-29 12:10:48 +00:00
|
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
2024-09-18 07:55:47 +00:00
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"jsonrpc": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"result": {
|
|
|
|
"type": "boolean"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": [
|
|
|
|
"id",
|
|
|
|
"jsonrpc",
|
|
|
|
"result"
|
|
|
|
],
|
|
|
|
"type": "object"
|
|
|
|
}
|