n8n-nodes-base
Version:
Base nodes of n8n
52 lines (51 loc) • 1.25 kB
JSON
{
"type": "object",
"properties": {
"_links": {
"type": "object",
"properties": {
"collection": {
"type": "array",
"items": {
"type": "object",
"properties": {
"href": {
"type": "string"
}
}
}
},
"self": {
"type": "array",
"items": {
"type": "object",
"properties": {
"href": {
"type": "string"
}
}
}
}
}
},
"description": {
"type": "string"
},
"id": {
"type": "integer"
},
"link": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"url": {
"type": "string"
}
},
"version": 1
}