CDM/schemaDocuments/CustomerInsightsJourneys/smsbounced.1.0.cdm.json

162 строки
3.9 KiB
JSON

{
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "cdm:/foundations.4.7.cdm.json"
}
],
"definitions": [
{
"entityName": "SmsBounced",
"extendsEntity": "CdmEntity",
"hasAttributes": [
{
"name": "Reason",
"dataType": "string"
},
{
"name": "Country",
"dataType": "string"
},
{
"name": "RecipientPhoneNumber",
"dataType": "string"
},
{
"name": "SenderPhoneNumber",
"dataType": "string"
},
{
"name": "EntityId",
"dataType": "guid"
},
{
"name": "EntityName",
"dataType": "string"
},
{
"name": "MessageId",
"dataType": "entityId",
"appliedTraits": [
{
"traitReference": "is.linkedEntity.identifier",
"arguments": [
{
"entityReference": {
"entityShape": "entityGroupSet",
"constantValues": [
[
"solutions/marketing/MarketingEmail.cdm.json/MarketingEmail",
"marketingEmailId"
]
]
}
}
]
}
]
},
{
"name": "IsUnresolvedProfile",
"dataType": "boolean"
},
{
"name": "MessageVariationName",
"dataType": "string"
},
{
"name": "MessageVariationIndexes",
"dataType": "string"
},
{
"name": "CustomerJourneyId",
"dataType": "entityId",
"appliedTraits": [
{
"traitReference": "is.linkedEntity.identifier",
"arguments": [
{
"entityReference": {
"entityShape": "entityGroupSet",
"constantValues": [
[
"solutions/marketing/CustomerJourney.cdm.json/CustomerJourney",
"customerJourneyId"
]
]
}
}
]
}
]
},
{
"name": "CustomerJourneyIterationId",
"dataType": "guid"
},
{
"name": "JourneyRunId",
"dataType": "guid"
},
{
"name": "JourneyActionId",
"dataType": "guid"
},
{
"name": "BusinessUnitId",
"dataType": "entityId",
"appliedTraits": [
{
"traitReference": "is.linkedEntity.identifier",
"arguments": [
{
"entityReference": {
"entityShape": "entityGroupSet",
"constantValues": [
[
"BusinessUnit.cdm.json/BusinessUnit",
"businessUnitId"
]
]
}
}
]
}
]
},
{
"name": "InternalMarketingInteractionId",
"dataType": "string"
},
{
"name": "OrganizationId",
"dataType": "guid"
},
{
"name": "Timestamp",
"dataType": "dateTime"
},
{
"name": "Version",
"dataType": "integer"
},
{
"name": "SourceSystem",
"dataType": "integer"
}
],
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "1.0"
}
]
}
]
}
],
"documentVersion": "1.0"
}