n8n-nodes-base
Version:
Base nodes of n8n
33 lines (32 loc) • 747 B
JSON
{
"type": "object",
"properties": {
"attributes": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"heading": {
"type": "string"
},
"primaryText": {
"type": "string"
},
"slug": {
"type": "string"
},
"updatedAt": {
"type": "string"
}
}
},
"id": {
"type": "integer"
}
},
"version": 1
}