n8n-nodes-base
Version:
Base nodes of n8n
72 lines (71 loc) • 1.84 kB
JSON
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"cdpUrl": {
"type": "string"
},
"cdpWsUrl": {
"type": "string"
},
"chromedriverUrl": {
"type": "string"
},
"configuration": {
"type": "object",
"properties": {
"baseProfileId": {
"type": "string"
},
"timeoutMinutes": {
"type": "integer"
}
}
},
"dateCreated": {
"type": "string"
},
"id": {
"type": "string"
},
"lastActivity": {
"type": "string"
},
"status": {
"type": "string"
}
}
},
"errors": {
"type": "null"
},
"meta": {
"type": "object",
"properties": {
"requestId": {
"type": "string"
}
}
},
"sessionId": {
"type": "string"
},
"warnings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
}
}
}
}
},
"version": 5
}