n8n-nodes-base
Version:
Base nodes of n8n
36 lines (35 loc) • 689 B
JSON
{
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"created_at": {
"type": "string"
},
"id": {
"type": "string"
},
"link": {
"type": "string"
},
"long_url": {
"type": "string"
},
"references": {
"type": "object",
"properties": {
"group": {
"type": "string"
}
}
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
},
"version": 2
}