зеркало из https://github.com/microsoft/CDM.git
136 строки
2.8 KiB
JSON
136 строки
2.8 KiB
JSON
{
|
|
"jsonSchemaSemanticVersion": "1.0.0",
|
|
"imports": [
|
|
{
|
|
"corpusPath": "cdm:/foundations.cdm.json"
|
|
}
|
|
],
|
|
"definitions": [
|
|
{
|
|
"entityName": "ConfirmationRequest",
|
|
"extendsEntity": "CdmEntity",
|
|
"hasAttributes": [
|
|
{
|
|
"name": "AccountId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "ActivityId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "BrowserId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "BrowserVersion",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "ChannelMessageId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "ChannelType",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "City",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "ConfirmationRequestId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "ContactId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "CountryIsoCode",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "CustomerJourneyId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "CustomerJourneyIterationId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "InteractionType",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "MessageId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "OperatingSystemId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "OperatingSystemVersion",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "OrganizationId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "PostalCode",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "RequestObjectId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "RequestObjectName",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "RequestObjectValue",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "RequestType",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "SendingId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "SessionId",
|
|
"dataType": "guid"
|
|
},
|
|
{
|
|
"name": "State",
|
|
"dataType": "string"
|
|
},
|
|
{
|
|
"name": "Timestamp",
|
|
"dataType": "dateTime"
|
|
},
|
|
{
|
|
"name": "VisitorId",
|
|
"dataType": "guid"
|
|
}
|
|
],
|
|
"exhibitsTraits": [
|
|
{
|
|
"traitReference": "is.CDM.entityVersion",
|
|
"arguments": [
|
|
{
|
|
"name": "versionNumber",
|
|
"value": "1.0"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"documentVersion": "1.0"
|
|
} |