status-go/integration-tests/schemas/accounts_remainingAccountCa...

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