n8n-nodes-base
Version:
Base nodes of n8n
31 lines (30 loc) • 563 B
JSON
{
"type": "object",
"properties": {
"copyright": {
"type": "string"
},
"date": {
"type": "string"
},
"explanation": {
"type": "string"
},
"hdurl": {
"type": "string"
},
"media_type": {
"type": "string"
},
"service_version": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"version": 1
}