зеркало из https://github.com/microsoft/CDM.git
126 строки
2.8 KiB
JSON
126 строки
2.8 KiB
JSON
{
|
|
"jsonSchemaSemanticVersion": "1.0.0",
|
|
"imports": [
|
|
{
|
|
"corpusPath": "cdm:/foundations.4.7.cdm.json"
|
|
}
|
|
],
|
|
"definitions": [
|
|
{
|
|
"entityName": "InvalidRecipientAddress",
|
|
"extendsEntity": "CdmEntity",
|
|
"hasAttributes": [
|
|
{
|
|
"name": "AccountId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "ActivityId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "BlockedReason",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "ContactId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "CustomerJourneyId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "CustomerJourneyIterationId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "InteractionType",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "MessageId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "SendingId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "UsageType",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "IsSmartScheduled",
|
|
"dataType": "boolean"
|
|
},
|
|
{
|
|
"name": "SchedulerId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "EmailAddressUsed",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "EmailDomain",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"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"
|
|
} |