CDM/schemaDocuments/CustomerInsightsJourneys/entitydeleted.1.0.cdm.json

44 строки
884 B
JSON

{
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "cdm:/foundations.4.7.cdm.json"
}
],
"definitions": [
{
"entityName": "EntityDeleted",
"extendsEntity": "CdmEntity",
"hasAttributes": [
{
"name": "DeletedEntityId",
"dataType": "guid"
},
{
"name": "DeletedEntityType",
"dataType": "string"
},
{
"name": "OrganizationId",
"dataType": "guid"
},
{
"name": "Timestamp",
"dataType": "dateTime"
}
],
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "1.0"
}
]
}
]
}
],
"documentVersion": "1.0"
}