n8n-nodes-base
Version:
Base nodes of n8n
42 lines (41 loc) • 899 B
JSON
{
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"id": {
"type": "integer"
},
"referrer": {
"type": "null"
},
"state": {
"type": "string"
},
"subscribable_id": {
"type": "integer"
},
"subscribable_type": {
"type": "string"
},
"subscriber": {
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"email_address": {
"type": "string"
},
"id": {
"type": "integer"
},
"state": {
"type": "string"
}
}
}
},
"version": 1
}