зеркало из https://github.com/microsoft/CDM.git
64 строки
1.3 KiB
JSON
64 строки
1.3 KiB
JSON
|
{
|
||
|
"jsonSchemaSemanticVersion": "1.0.0",
|
||
|
"imports": [
|
||
|
{
|
||
|
"corpusPath": "cdm:/foundations.cdm.json"
|
||
|
}
|
||
|
],
|
||
|
"definitions": [
|
||
|
{
|
||
|
"entityName": "CustomerJourneyIterationStarted",
|
||
|
"extendsEntity": "CdmEntity",
|
||
|
"hasAttributes": [
|
||
|
{
|
||
|
"name": "InternalMarketingInteractionId",
|
||
|
"dataType": "string"
|
||
|
},
|
||
|
{
|
||
|
"name": "CustomerJourneyId",
|
||
|
"dataType": "guid"
|
||
|
},
|
||
|
{
|
||
|
"name": "CustomerJourneyIterationId",
|
||
|
"dataType": "guid"
|
||
|
},
|
||
|
{
|
||
|
"name": "InteractionType",
|
||
|
"dataType": "string"
|
||
|
},
|
||
|
{
|
||
|
"name": "OrganizationId",
|
||
|
"dataType": "guid"
|
||
|
},
|
||
|
{
|
||
|
"name": "Timestamp",
|
||
|
"dataType": "dateTime"
|
||
|
},
|
||
|
{
|
||
|
"name": "Version",
|
||
|
"dataType": "integer"
|
||
|
},
|
||
|
{
|
||
|
"name": "SourceSystem",
|
||
|
"dataType": "integer"
|
||
|
},
|
||
|
{
|
||
|
"name": "BusinessUnitId",
|
||
|
"dataType": "guid"
|
||
|
}
|
||
|
],
|
||
|
"exhibitsTraits": [
|
||
|
{
|
||
|
"traitReference": "is.CDM.entityVersion",
|
||
|
"arguments": [
|
||
|
{
|
||
|
"name": "versionNumber",
|
||
|
"value": "1.0"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"documentVersion": "1.0"
|
||
|
}
|