2023-11-29 13:18:41 +00:00
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2023-11-30 17:39:06 +00:00
|
|
|
"wallet_name": {
|
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2023-11-29 13:18:41 +00:00
|
|
|
"name": {
|
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"symbol": {
|
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"chain": {
|
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"balance": {
|
|
|
|
"type": [
|
|
|
|
"null",
|
2023-11-30 17:01:15 +00:00
|
|
|
"number"
|
2023-11-29 13:18:41 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"decimal": {
|
|
|
|
"type": [
|
|
|
|
"null",
|
2023-11-30 17:01:15 +00:00
|
|
|
"number"
|
2023-11-29 13:18:41 +00:00
|
|
|
]
|
2024-01-09 13:46:29 +00:00
|
|
|
},
|
|
|
|
"tags": {
|
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"string"
|
|
|
|
]
|
2024-02-21 10:11:09 +00:00
|
|
|
},
|
|
|
|
"address": {
|
|
|
|
"type": [
|
|
|
|
"null",
|
|
|
|
"string"
|
|
|
|
]
|
2023-11-29 13:18:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|