mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore: Add new schemas (no-changelog) (#13215)
This commit is contained in:
58
packages/nodes-base/nodes/ConvertKit/__schema__/v1.0.0/form/addSubscriber.json
vendored
Normal file
58
packages/nodes-base/nodes/ConvertKit/__schema__/v1.0.0/form/addSubscriber.json
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"referrer": {
|
||||
"type": "null"
|
||||
},
|
||||
"subscribable_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"subscribable_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscriber": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"email_address": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"first_name",
|
||||
"email_address",
|
||||
"state",
|
||||
"created_at",
|
||||
"fields"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"state",
|
||||
"created_at",
|
||||
"source",
|
||||
"referrer",
|
||||
"subscribable_id",
|
||||
"subscribable_type",
|
||||
"subscriber"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user