зеркало из https://github.com/microsoft/CDM.git
184 строки
4.1 KiB
JSON
184 строки
4.1 KiB
JSON
{
|
|
"jsonSchemaSemanticVersion": "1.0.0",
|
|
"imports": [
|
|
{
|
|
"corpusPath": "cdm:/foundations.cdm.json"
|
|
}
|
|
],
|
|
"definitions": [
|
|
{
|
|
"entityName": "EmailBounced",
|
|
"extendsEntity": "CdmEntity",
|
|
"hasAttributes": [
|
|
{
|
|
"name": "BounceType",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "EntityId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "EntityName",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "IsUnresolvedProfile",
|
|
"dataType": "boolean"
|
|
},
|
|
{
|
|
"name": "AccountId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "ActivityId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "BounceCategory",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "BounceReason",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "ContactId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "EmailAddressUsed",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "EmailDomain",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "InteractionType",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "MessageId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "RemoteBounce",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "SendingId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "UsageType",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "Details",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "Category",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"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"
|
|
} |