{
"name": "Salary",
"configValues": [
{
"key": "assetType",
"title": "Select asset type of sync",
"type": "checkbox",
"config": {
"validator": {
"type": "array",
"required": true,
"length": {
"min": 10,
"max": 100
}
},
"options": [
{
"label": "Spot",
"value": "spot"
}
]
}
},
{
"key": "apiKey",
"title": "Api Key",
"type": "input",
"config": {
"validator": {
"type": "string",
"required": true,
"length": {
"min": 10,
"max": 100
}
},
"placeholder": "Api Key"
}
}
],
"thirdPartyOpenAuthDataId": "string",
"type": "WALLET",
"enableAggregation": false
}