forked from microsoft/CDM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
foundations.0.9.cdm.json
430 lines (430 loc) · 14.8 KB
/
foundations.0.9.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
{
"$schema": "./schema.0.9.cdm.json",
"jsonSchemaSemanticVersion": "0.9.0",
"imports": [
{
"corpusPath": "/primitives.0.9.cdm.json"
},
{
"corpusPath": "/meanings.0.9.cdm.json"
}
],
"definitions": [
{
"traitName": "is.CDM",
"extendsTrait": "is",
"elevated": true,
"explanation": "root trait for information about the CDM itself."
},
{
"traitName": "is.CDM.entityVersion",
"extendsTrait": "is.CDM",
"hasParameters": [
{
"name": "versionNumber",
"dataType": "string",
"explanation": "semantic version number of the entity",
"required": true
}
],
"associatedProperties": [
"version"
],
"elevated": true
},
{
"traitName": "is.CDM.attributeGroup",
"extendsTrait": "is.CDM",
"hasParameters": [
{
"name": "groupList",
"dataType": "entity",
"required": false
}
],
"associatedProperties": [
"cdmSchemas"
],
"elevated": true,
"explanation": "identifies standard groups of attributes in CDM entities."
},
{
"entityName": "CdmEntity",
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "0.9"
}
]
},
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
"0.9"
]
}
]
},
{
"explanation": "a set of references to attributeGroups",
"entityName": "attributeGroupSet",
"extendsEntity": "reference",
"hasAttributes": [
{
"purpose": "hasA",
"dataType": "attributeGroup",
"name": "attributeGroupReference"
}
]
},
{
"explanation": "holds a list of entity references",
"entityName": "entityGroupSet",
"extendsEntity": "reference",
"hasAttributes": [
{
"purpose": "hasA",
"dataType": "entityName",
"name": "entityReference"
},
{
"purpose": "hasA",
"dataType": "attributeName",
"name": "attributeReference"
}
]
},
{
"explanation": "localized text",
"entityName": "localizedTable",
"extendsEntity": "reference",
"hasAttributes": [
{
"purpose": "identifiedBy",
"dataType": "languageTag",
"name": "languageTag"
},
{
"purpose": "hasA",
"dataType": "localizedDisplayText",
"name": "displayText"
}
]
},
{
"traitName": "is.localized",
"extendsTrait": "is",
"hasParameters": [
{
"name": "localizedDisplayText",
"dataType": "entity",
"explanation": "a reference to the constant entity holding the list of localized text",
"required": false
}
],
"explanation": "Associates a list of localized string with an object"
},
{
"traitName": "is.localized.displayedAs",
"extendsTrait": "is.localized",
"associatedProperties": [
"displayName"
],
"explanation": "Holds the list of language specific display text for an object."
},
{
"traitName": "is.localized.describedAs",
"extendsTrait": "is.localized",
"associatedProperties": [
"description"
],
"explanation": "Holds the list of language specific descriptive text for an object."
},
{
"explanation": "a localized list of descriptions for possible values in a listLookup type attribute",
"entityName": "listLookupValues",
"extendsEntity": "localizedTable",
"hasAttributes": [
{
"purpose": "identifiedBy",
"dataType": "integer",
"name": "attributeValue"
},
{
"purpose": "orderedBy",
"dataType": "displayOrder",
"name": "displayOrder"
}
]
},
{
"explanation": "a localized list of descriptions for possible values in a listLookupCorrelated type attribute",
"entityName": "listLookupCorrelatedValues",
"extendsEntity": "listLookupValues",
"hasAttributes": [
{
"explanation": "value for the correlated attribute that corresponds to the associated attributeValue",
"purpose": "identifiedBy",
"dataType": "integer",
"name": "correlatedValue"
}
]
},
{
"traitName": "does.haveDefault",
"extendsTrait": "does",
"hasParameters": [
{
"name": "default",
"dataType": "any",
"required": true
}
],
"associatedProperties": [
"defaultValue"
],
"explanation": "An attribute has a default value"
},
{
"traitName": "is.nullable",
"extendsTrait": "is",
"associatedProperties": [
"isNullable"
],
"explanation": "The attribute value may be set to NULL."
},
{
"traitName": "is.readOnly",
"extendsTrait": "is",
"associatedProperties": [
"isReadOnly"
]
},
{
"traitName": "is.requiredAtLevel",
"extendsTrait": "is",
"hasParameters": [
{
"name": "level",
"dataType": "string",
"explanation": "values can be: 'systemrequired', 'required', 'recommended', 'none'",
"required": true
}
],
"explanation": "The requirement level for setting values into this attribute in CDS for Applications or for including this attribute in entities created in CDS for Analytics"
},
{
"traitName": "is.constrained",
"extendsTrait": "is",
"hasParameters": [
{
"name": "maximumLength",
"dataType": "integer",
"required": false
},
{
"name": "minimumValue",
"dataType": "decimal",
"required": false
},
{
"name": "maximumValue",
"dataType": "decimal",
"required": false
}
],
"associatedProperties": [
"maximumValue",
"minimumValue",
"maximumLength"
],
"explanation": "maximum length or value constraints"
},
{
"traitName": "is.constrainedList",
"extendsTrait": "is",
"associatedProperties": [
"valueConstrainedToList"
],
"explanation": "the values of an attribute are taken from or looked up from a fixed list of possibilities"
},
{
"traitName": "means.entityState",
"extendsTrait": "does.elevateAttribute",
"elevated": true,
"explanation": "the attribute represents the current state of the entity."
},
{
"explanation": "the related attribute describes the current state of the entity",
"purposeName": "representsStateWith",
"extendsPurpose": "hasA",
"exhibitsTraits": [
"means.entityState"
]
},
{
"traitName": "is.correlatedWith",
"extendsTrait": "is",
"hasParameters": [
{
"name": "sourceAttribute",
"dataType": "attributeName",
"required": true
}
],
"explanation": "the attribute value is correlated with the sourceAttribute"
},
{
"explanation": "the related attribute describes the current status of the entity in its current state",
"purposeName": "representsCorrelatedStatusWith",
"extendsPurpose": "hasA",
"exhibitsTraits": [
"is.correlatedWith"
]
},
{
"explanation": "One integer value from a defined list of possibilities",
"dataTypeName": "listLookup",
"extendsDataType": "integer",
"exhibitsTraits": [
"does.haveDefault",
"is.constrainedList"
]
},
{
"explanation": "A set of one or more values from a defined list of possibilities",
"dataTypeName": "listLookupMultiple",
"extendsDataType": "string",
"exhibitsTraits": [
"does.haveDefault",
"means.content.text.CSV",
"is.constrainedList"
]
},
{
"traitName": "is.calculationOf",
"extendsTrait": "is.correlatedWith",
"explanation": "the attribute value is the result of a calculation on the sourceAttribute"
},
{
"traitName": "is.partition",
"extendsTrait": "is",
"explanation": "The base trait for partition specific traits."
},
{
"traitName": "is.partition.format",
"extendsTrait": "is.partition"
},
{
"traitName": "is.partition.format.CSV",
"extendsTrait": "is.partition.format",
"hasParameters": [
{
"name": "columnHeaders",
"dataType": "boolean",
"explanation": "Indicates whether the .csv file has headers.",
"required": false
},
{
"name": "csvStyle",
"dataType": "string",
"explanation": "The CSV style which is always CsvStyle.QuoteAlways or CsvStyle.QuoteAfterDelimiter.",
"required": false
},
{
"name": "delimiter",
"dataType": "string",
"explanation": "The delimiter type in the .csv file.",
"required": false
},
{
"name": "quoteStyle",
"dataType": "string",
"explanation": "The quote style which is always QuoteStyle.Csv or QuoteStyle.None.",
"required": false
},
{
"name": "encoding",
"dataType": "string",
"explanation": "The character encoding in the .csv file.",
"required": false
}
],
"explanation": "The value is the file format settings of a partition CSV file."
},
{
"traitName": "is.partition.format.parquet",
"extendsTrait": "is.partition.format",
"explanation": "The value is the file format settings of a partition parquet file."
},
{
"traitName": "is.partition.culture",
"extendsTrait": "is.partition",
"hasParameters": [
{
"name": "culture",
"dataType": "string",
"required": false
}
],
"explanation": "The value denotes culture in the partition files."
},
{
"traitName": "is.modelConversion",
"extendsTrait": "is",
"explanation": "Represents a correlation with model.json to CDM model conversion."
},
{
"traitName": "is.modelConversion.modelVersion",
"extendsTrait": "is.modelConversion",
"hasParameters": [
{
"name": "version",
"dataType": "string",
"required": false
}
],
"explanation": "The value denotes the version number set in a converted model.json file"
},
{
"traitName": "is.modelConversion.otherAnnotations",
"extendsTrait": "is.modelConversion",
"hasParameters": [
{
"name": "annotations",
"dataType": "object",
"required": false
}
],
"explanation": "The value denotes model.json annotations which have not been recognized."
},
{
"traitName": "is.modelConversion.referenceModelMap",
"extendsTrait": "is.modelConversion",
"hasParameters": [
{
"name": "referenceModelMap",
"dataType": "object",
"required": false
}
],
"explanation": "The value denotes a reference model map containing multiple id-location pairs used for reference entity resolution."
},
{
"traitName": "is.managedBy",
"extendsTrait": "is",
"hasParameters": [
{
"name": "application",
"dataType": "string",
"explanation": "The name of the managing entity or service.",
"required": false
}
],
"explanation": "The value denotes information about a service/entity who is owning a model."
}
]
}