CDM/schemaDocuments/CustomerInsightsJourneys/customchannelresponse.1.0.c...

118 строки
2.6 KiB
JSON

{
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "cdm:/foundations.4.7.cdm.json"
}
],
"definitions": [
{
"entityName": "CustomChannelResponse",
"extendsEntity": "CdmEntity",
"hasAttributes": [
{
"name": "AccountId",
"dataType": "guid"
},
{
"name": "ActivityId",
"dataType": "guid"
},
{
"name": "ContactId",
"dataType": "guid"
},
{
"name": "CustomerJourneyId",
"dataType": "guid"
},
{
"name": "CustomerJourneyIterationId",
"dataType": "guid"
},
{
"name": "EntityId",
"dataType": "guid"
},
{
"name": "EntityType",
"dataType": "string"
},
{
"name": "EntityName",
"dataType": "string"
},
{
"name": "InteractionType",
"dataType": "string"
},
{
"name": "ResponseType",
"dataType": "string"
},
{
"name": "TriggerKeyword",
"dataType": "string"
},
{
"name": "WorkflowId",
"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"
}