n8n-nodes-base
Version:
Base nodes of n8n
33 lines (32 loc) • 631 B
JSON
{
"type": "object",
"properties": {
"display": {
"type": "boolean"
},
"format": {
"type": "object",
"properties": {
"isArray": {
"type": "boolean"
},
"type": {
"type": "string"
}
}
},
"href": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
},
"version": 1
}