n8n-nodes-base
Version:
Base nodes of n8n
28 lines (27 loc) • 505 B
JSON
{
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"currency": {
"type": "string"
},
"id": {
"type": "integer"
},
"is_active": {
"type": "boolean"
},
"name": {
"type": "string"
},
"statement_key": {
"type": "string"
},
"updated_at": {
"type": "string"
}
},
"version": 1
}