n8n-nodes-base
Version:
Base nodes of n8n
40 lines (39 loc) • 772 B
JSON
{
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"domain_names": {
"type": "array",
"items": {
"type": "string"
}
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"shared_comments": {
"type": "boolean"
},
"shared_tickets": {
"type": "boolean"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"updated_at": {
"type": "string"
},
"url": {
"type": "string"
}
},
"version": 1
}