2024-01-20 07:46:00 +00:00
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2024-02-07 14:12:33 +00:00
|
|
|
"wallet_name": {
|
2024-01-20 07:46:00 +00:00
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2024-02-07 14:12:33 +00:00
|
|
|
"name": {
|
2024-01-20 07:46:00 +00:00
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2024-02-07 14:12:33 +00:00
|
|
|
"symbol": {
|
2024-01-20 07:46:00 +00:00
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2024-02-07 14:12:33 +00:00
|
|
|
"description": {
|
2024-01-20 07:46:00 +00:00
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2024-02-07 14:12:33 +00:00
|
|
|
"chain": {
|
2024-01-20 07:46:00 +00:00
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2024-02-07 14:12:33 +00:00
|
|
|
"balance": {
|
2024-01-20 07:46:00 +00:00
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"number"
|
|
|
|
]
|
|
|
|
},
|
2024-02-07 14:12:33 +00:00
|
|
|
"decimal": {
|
2024-01-20 07:46:00 +00:00
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"number"
|
|
|
|
]
|
|
|
|
},
|
2024-02-07 14:12:33 +00:00
|
|
|
"tags": {
|
2024-01-20 07:46:00 +00:00
|
|
|
"type": [
|
|
|
|
"null",
|
2024-02-07 14:12:33 +00:00
|
|
|
"string"
|
2024-01-20 07:46:00 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|