{
"name": "Salary",
"type": "EXCHANGE",
"entityAccountId": "1",
"entityFileId": "1",
"transactionOption": {
"operator": "AFTER",
"value": [
"2020-01-01"
]
},
"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"
}
}
],
"providerId": 1,
"thirdPartyOpenAuthDataId": 100,
"enableAggregation": false
}