-
Notifications
You must be signed in to change notification settings - Fork 534
/
Common.cdm.json
46 lines (46 loc) · 943 Bytes
/
Common.cdm.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"documentVersion": "1.1",
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "cdm:/foundations.cdm.json"
}
],
"definitions": [
{
"entityName": "Common",
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "1.1"
}
]
},
{
"traitReference": "is.application.releaseVersion",
"arguments": [
{
"name": "releaseVersion",
"value": "10.0.13.0"
}
]
}
],
"hasAttributes": [
{
"name": "RecId",
"dataType": "bigInteger",
"appliedTraits": [
{
"traitReference": "is.identifiedBy"
}
],
"isReadOnly": true
}
]
}
]
}