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

21 lines
409 B
Plaintext
Raw Permalink Normal View History

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