mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)
This commit is contained in:
@@ -1,33 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"contactId": {
|
||||
"type": "string"
|
||||
},
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"note": {
|
||||
"type": "null"
|
||||
},
|
||||
"origin": {
|
||||
"type": "string"
|
||||
},
|
||||
"dayOfCycle": {
|
||||
"type": "null"
|
||||
},
|
||||
"changedOn": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
},
|
||||
"ipAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"activities": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -43,66 +16,17 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"campaignId",
|
||||
"href",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
},
|
||||
"changedOn": {
|
||||
"type": "string"
|
||||
},
|
||||
"contactId": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdOn": {
|
||||
"type": "string"
|
||||
},
|
||||
"geolocation": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"continentCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"countryCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"dmaCode": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"latitude",
|
||||
"longitude",
|
||||
"continentCode",
|
||||
"countryCode",
|
||||
"region",
|
||||
"postalCode",
|
||||
"dmaCode",
|
||||
"city"
|
||||
]
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"tagId": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"tagId",
|
||||
"name",
|
||||
"href",
|
||||
"color"
|
||||
]
|
||||
}
|
||||
},
|
||||
"customFieldValues": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -111,9 +35,15 @@
|
||||
"customFieldId": {
|
||||
"type": "string"
|
||||
},
|
||||
"fieldType": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -126,30 +56,67 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"fieldType": {
|
||||
"type": "string"
|
||||
},
|
||||
"valueType": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"customFieldId",
|
||||
"name",
|
||||
"value",
|
||||
"values",
|
||||
"type",
|
||||
"fieldType",
|
||||
"valueType"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"dayOfCycle": {
|
||||
"type": "null"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"geolocation": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"continentCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"countryCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"dmaCode": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"ipAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"note": {
|
||||
"type": "null"
|
||||
},
|
||||
"origin": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"tagId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"contactId"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,30 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"contactId": {
|
||||
"type": "string"
|
||||
},
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"note": {
|
||||
"type": "null"
|
||||
},
|
||||
"origin": {
|
||||
"type": "string"
|
||||
},
|
||||
"changedOn": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
},
|
||||
"ipAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"activities": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -40,19 +16,35 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"campaignId",
|
||||
"href",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
},
|
||||
"changedOn": {
|
||||
"type": "string"
|
||||
},
|
||||
"contactId": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdOn": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"ipAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"note": {
|
||||
"type": "null"
|
||||
},
|
||||
"origin": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"contactId"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user