n8n-nodes-base
Version:
Base nodes of n8n
40 lines (39 loc) • 755 B
JSON
{
"type": "object",
"properties": {
"authorId": {
"type": "string"
},
"canonicalUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"license": {
"type": "string"
},
"licenseUrl": {
"type": "string"
},
"publishedAt": {
"type": "integer"
},
"publishStatus": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"version": 1
}