2024-09-18 16:54:17 +00:00
|
|
|
{
|
2024-10-29 12:10:48 +00:00
|
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
2024-09-18 16:54:17 +00:00
|
|
|
"properties": {
|
|
|
|
"error": {
|
|
|
|
"properties": {
|
|
|
|
"code": {
|
|
|
|
"type": "integer"
|
|
|
|
},
|
|
|
|
"message": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": [
|
|
|
|
"code",
|
|
|
|
"message"
|
|
|
|
],
|
|
|
|
"type": "object"
|
|
|
|
},
|
|
|
|
"id": {
|
|
|
|
"type": "integer"
|
|
|
|
},
|
|
|
|
"jsonrpc": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": [
|
|
|
|
"error",
|
|
|
|
"id",
|
|
|
|
"jsonrpc"
|
|
|
|
],
|
|
|
|
"type": "object"
|
|
|
|
}
|