n8n-nodes-base
Version:
Base nodes of n8n
46 lines (45 loc) • 1.19 kB
JSON
{
"type": "object",
"properties": {
"batch_header": {
"type": "object",
"properties": {
"batch_status": {
"type": "string"
},
"payout_batch_id": {
"type": "string"
},
"sender_batch_header": {
"type": "object",
"properties": {
"sender_batch_id": {
"type": "string"
}
}
}
}
},
"links": {
"type": "array",
"items": {
"type": "object",
"properties": {
"encType": {
"type": "string"
},
"href": {
"type": "string"
},
"method": {
"type": "string"
},
"rel": {
"type": "string"
}
}
}
}
},
"version": 1
}