status-go/integration-tests/schemas/wallet_startWallet

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"
}