BlueConic · Schema
group
Groups that the profile is a part of.
Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy
Properties
| Name | Type | Description |
|---|---|---|
| creationDate | string | The creation date of the object. Datetime in UTC in the https://www.ietf.org/rfc/rfc3339.txt format, example = "2025-01-22T11:21:33.872Z". |
| groupTypeId | string | The ID of the BlueConic group type. |
| id | string | The unique identifier for the object. |
| lastModifiedDate | string | The last modified date of the object. Datetime in UTC in the https://www.ietf.org/rfc/rfc3339.txt format, example = "2025-01-22T11:21:33.872Z". |
| properties | array |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/blueconic/json-schema/group.json",
"title": "group",
"type": "object",
"description": "Groups that the profile is a part of.",
"properties": {
"creationDate": {
"type": "string",
"format": "date-time",
"description": "The creation date of the object. Datetime in UTC in the https://www.ietf.org/rfc/rfc3339.txt format, example = \"2025-01-22T11:21:33.872Z\"."
},
"groupTypeId": {
"type": "string",
"description": "The ID of the BlueConic group type."
},
"id": {
"type": "string",
"description": "The unique identifier for the object."
},
"lastModifiedDate": {
"type": "string",
"format": "date-time",
"description": "The last modified date of the object. Datetime in UTC in the https://www.ietf.org/rfc/rfc3339.txt format, example = \"2025-01-22T11:21:33.872Z\"."
},
"properties": {
"type": "array",
"items": {
"$ref": "#/components/schemas/property"
}
}
}
}