CDM/schemaDocuments/CustomerInsightsJourneys/domainnotownedbyanyone.1.0....

72 строки
1.5 KiB
JSON

{
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "cdm:/foundations.4.7.cdm.json"
}
],
"definitions": [
{
"entityName": "DomainNotOwnedByAnyone",
"extendsEntity": "CdmEntity",
"hasAttributes": [
{
"name": "AccountId",
"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": "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"
}