status-go/tests-functional/schemas/wallet_getWalletConnectActi...

20 lines
356 B
Plaintext
Raw Normal View History

2024-11-12 13:30:13 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
},
"jsonrpc": {
"type": "string"
},
"result": {
"type": "null"
}
},
"required": [
"id",
"jsonrpc",
"result"
],
"type": "object"
}