2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-28 07:27:00 +00:00
2024-06-11 13:36:20 +02:00

20 lines
349 B
Plaintext

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