зеркало из https://github.com/microsoft/CDM.git
76 строки
1.5 KiB
JSON
76 строки
1.5 KiB
JSON
{
|
|
"jsonSchemaSemanticVersion": "1.0.0",
|
|
"imports": [
|
|
{
|
|
"corpusPath": "cdm:/foundations.cdm.json"
|
|
}
|
|
],
|
|
"definitions": [
|
|
{
|
|
"entityName": "EmailContainsBlacklistedLinks",
|
|
"extendsEntity": "CdmEntity",
|
|
"hasAttributes": [
|
|
{
|
|
"name": "AccountId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "ActivityId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "BlacklistedLink",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "ContactId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "CustomerJourneyId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "CustomerJourneyIterationId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "InteractionType",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "MessageId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "OrganizationId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "SendingId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "Timestamp",
|
|
"dataType": "dateTime"
|
|
},
|
|
{
|
|
"name": "UsageType",
|
|
"dataType": "string"
|
|
}
|
|
],
|
|
"exhibitsTraits": [
|
|
{
|
|
"traitReference": "is.CDM.entityVersion",
|
|
"arguments": [
|
|
{
|
|
"name": "versionNumber",
|
|
"value": "1.0"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"documentVersion": "1.0"
|
|
} |