n8n-nodes-base
Version:
Base nodes of n8n
54 lines (53 loc) • 1.15 kB
JSON
{
"type": "object",
"properties": {
"balance": {
"type": "integer"
},
"created": {
"type": "integer"
},
"delinquent": {
"type": "boolean"
},
"id": {
"type": "string"
},
"invoice_prefix": {
"type": "string"
},
"invoice_settings": {
"type": "object",
"properties": {
"custom_fields": {
"type": "null"
},
"footer": {
"type": "null"
},
"rendering_options": {
"type": "null"
}
}
},
"livemode": {
"type": "boolean"
},
"object": {
"type": "string"
},
"preferred_locales": {
"type": "array",
"items": {
"type": "string"
}
},
"tax_exempt": {
"type": "string"
},
"test_clock": {
"type": "null"
}
},
"version": 1
}