chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)

This commit is contained in:
Jon
2025-03-21 08:27:40 +00:00
committed by GitHub
parent 49872fbbac
commit ced8bcdd0c
763 changed files with 42381 additions and 62165 deletions

View File

@@ -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
}

View File

@@ -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
}