mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
21 lines
409 B
Plaintext
21 lines
409 B
Plaintext
{
|
|
"$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"
|
|
}
|
|
}
|
|
} |