n8n-nodes-base
Version:
Base nodes of n8n
59 lines (58 loc) • 1.63 kB
JSON
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"modelResponse": {
"type": "object",
"properties": {
"scrapedContent": {
"type": "object",
"properties": {
"contentType": {
"type": "string"
},
"text": {
"type": "string"
}
}
},
"title": {
"type": "string"
}
}
}
}
},
"meta": {
"type": "object",
"properties": {
"requestId": {
"type": "string"
},
"status": {
"type": "string"
},
"usage": {
"type": "object",
"properties": {
"credits": {
"type": "integer"
},
"id": {
"type": "string"
}
}
}
}
},
"sessionId": {
"type": "string"
},
"windowId": {
"type": "string"
}
},
"version": 2
}