mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
20 lines
360 B
Plaintext
20 lines
360 B
Plaintext
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"properties": {
|
|
"id": {
|
|
"type": "string"
|
|
},
|
|
"jsonrpc": {
|
|
"type": "string"
|
|
},
|
|
"result": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": [
|
|
"id",
|
|
"jsonrpc",
|
|
"result"
|
|
],
|
|
"type": "object"
|
|
} |