n8n-nodes-base
Version:
Base nodes of n8n
43 lines (42 loc) • 1.13 kB
JSON
{
"type": "object",
"properties": {
"content": {
"type": "string"
},
"embedding": {
"type": "string"
},
"metadata": {
"type": "object",
"properties": {
"blobType": {
"type": "string"
},
"file_id": {
"type": "string"
},
"loc": {
"type": "object",
"properties": {
"lines": {
"type": "object",
"properties": {
"from": {
"type": "integer"
},
"to": {
"type": "integer"
}
}
}
}
},
"source": {
"type": "string"
}
}
}
},
"version": 2
}