n8n-nodes-base
Version:
Base nodes of n8n
61 lines (60 loc) • 1.57 kB
JSON
{
"type": "object",
"properties": {
"active": {
"type": "boolean"
},
"balances": {
"type": "array",
"items": {
"type": "object",
"properties": {
"amount": {
"type": "object",
"properties": {
"currency": {
"type": "string"
}
}
},
"balanceType": {
"type": "string"
},
"currency": {
"type": "string"
},
"id": {
"type": "integer"
},
"reservedAmount": {
"type": "object",
"properties": {
"currency": {
"type": "string"
}
}
}
}
}
},
"creationTime": {
"type": "string"
},
"eligible": {
"type": "boolean"
},
"id": {
"type": "integer"
},
"modificationTime": {
"type": "string"
},
"profileId": {
"type": "integer"
},
"recipientId": {
"type": "integer"
}
},
"version": 1
}