mirror of
https://github.com/status-im/airbyte-custom-connector.git
synced 2025-02-17 11:26:45 +00:00
55 lines
748 B
JSON
55 lines
748 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"wallet_name": {
|
|
"type": [
|
|
"null",
|
|
"string"
|
|
]
|
|
},
|
|
"name": {
|
|
"type": [
|
|
"null",
|
|
"string"
|
|
]
|
|
},
|
|
"symbol": {
|
|
"type": [
|
|
"null",
|
|
"string"
|
|
]
|
|
},
|
|
"description": {
|
|
"type": [
|
|
"null",
|
|
"string"
|
|
]
|
|
},
|
|
"chain": {
|
|
"type": [
|
|
"null",
|
|
"string"
|
|
]
|
|
},
|
|
"balance": {
|
|
"type": [
|
|
"null",
|
|
"number"
|
|
]
|
|
},
|
|
"decimal": {
|
|
"type": [
|
|
"null",
|
|
"number"
|
|
]
|
|
},
|
|
"tags": {
|
|
"type": [
|
|
"null",
|
|
"string"
|
|
]
|
|
}
|
|
}
|
|
}
|