-
Notifications
You must be signed in to change notification settings - Fork 533
/
foundations.2.1.cdm.json
761 lines (761 loc) · 22.4 KB
/
foundations.2.1.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
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
{
"$schema": "./schema.cdm.json",
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"uri": "/primitives.2.0.cdm.json"
},
{
"uri": "/meanings.1.2.cdm.json"
}
],
"definitions": [
{
"traitName": "is.application",
"extendsTrait": "is",
"explanation": "root trait for application information"
},
{
"traitName": "is.application.releaseVersion",
"extendsTrait": "is.application",
"hasParameters": [
{
"name": "releaseVersion",
"explanation": "semantic version number of the application introducing this entity",
"direction": "both",
"required": false,
"dataType": "string"
}
]
},
{
"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",
"explanation": "semantic version number of the entity",
"required": true,
"dataType": "string"
}
],
"associatedProperties": [
"version"
]
},
{
"traitName": "is.CDM.attributeGroup",
"extendsTrait": "is.CDM",
"elevated": true,
"explanation": "identifies standard groups of attributes in CDM entities.",
"hasParameters": [
{
"name": "groupList",
"dataType": {
"dataTypeReference": "entity",
"appliedTraits": [
{
"traitReference": "means.entityName.specific",
"arguments": [
"attributeGroupSet"
]
}
]
}
}
],
"associatedProperties": [
"cdmSchemas"
]
},
{
"entityName": "CdmEntity",
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "2.1"
}
]
}
]
},
{
"entityName": "attributeGroupSet",
"explanation": "a set of references to attributeGroups",
"extendsEntity": "reference",
"hasAttributes": [
{
"name": "attributeGroupReference",
"dataType": "attributeGroup",
"purpose": "hasA"
}
],
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "2.1"
}
]
}
]
},
{
"entityName": "entityGroupSet",
"explanation": "The 'old' name for this entity before it was fixed to make it type specific",
"extendsEntity": "reference",
"hasAttributes": [
{
"name": "entityReference",
"dataType": "entityName",
"purpose": "hasA"
},
{
"name": "attributeReference",
"dataType": "attributeName",
"purpose": "hasA"
}
],
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "2.1"
}
]
}
]
},
{
"entityName": "entitySet",
"explanation": "holds a list of entity references",
"extendsEntity": "entityGroupSet",
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "2.1"
}
]
}
]
},
{
"entityName": "localizedTable",
"explanation": "localized text",
"extendsEntity": "reference",
"hasAttributes": [
{
"name": "languageTag",
"dataType": "languageTag",
"explanation": "A BCP 47 language tag describing the associated display text"
},
{
"name": "displayText",
"dataType": "localizedDisplayText",
"purpose": "hasA"
}
],
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "2.1"
}
]
}
]
},
{
"traitName": "is.virtual.attribute",
"extendsTrait": "is",
"explanation": "Marks an attribute added to an entity to document or represent a concept, often regarding other attributes. When working with data, be aware that virtual attributes might never have corresponding data values in an entity's partition or might only have data values if special measures are taken to manifest them."
},
{
"traitName": "is.localized",
"extendsTrait": "is",
"explanation": "Associates a list of localized string with an object",
"hasParameters": [
{
"name": "localizedDisplayText",
"dataType": {
"dataTypeReference": "entity",
"appliedTraits": [
{
"traitReference": "means.entityName.specific",
"arguments": [
"localizedTable"
]
}
]
},
"explanation": "a reference to the constant entity holding the list of localized text"
}
]
},
{
"traitName": "is.localized.displayedAs",
"extendsTrait": "is.localized",
"explanation": "Holds the list of language specific display text for an object.",
"associatedProperties": [
"displayName"
]
},
{
"traitName": "is.localized.describedAs",
"extendsTrait": "is.localized",
"explanation": "Holds the list of language specific descriptive text for an object.",
"associatedProperties": [
"description"
]
},
{
"entityName": "listLookupValues",
"explanation": "a localized list of descriptions for possible values in a listLookup type attribute",
"extendsEntity": "localizedTable",
"hasAttributes": [
{
"name": "attributeValue",
"dataType": "integer",
"explanation": "One of the enumerated values for this attribute"
},
{
"name": "displayOrder",
"dataType": "displayOrder",
"purpose": "orderedBy",
"explanation": "The presentation order of the enumerated value"
}
],
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "2.1"
}
]
}
]
},
{
"entityName": "listLookupCorrelatedValues",
"explanation": "a localized list of descriptions for possible values in a listLookupCorrelated type attribute",
"extendsEntity": "listLookupValues",
"hasAttributes": [
{
"name": "correlatedValue",
"dataType": "integer",
"explanation": "value for the correlated attribute that corresponds to the associated attributeValue"
}
],
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "2.1"
}
]
}
]
},
{
"entityName": "listLookupStringValues",
"explanation": "a localized list of descriptions for possible values in a listLookupString type attribute",
"extendsEntity": "localizedTable",
"hasAttributes": [
{
"name": "attributeValue",
"dataType": "string",
"explanation": "One of the enumerated values for this attribute"
},
{
"name": "displayOrder",
"dataType": "displayOrder",
"purpose": "orderedBy",
"explanation": "The presentation order of the enumerated value"
}
],
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "2.1"
}
]
}
]
},
{
"entityName": "listLookupWellKnownValues",
"explanation": "a localized list of descriptions for possible values in a listLookupWellKnown type attribute",
"extendsEntity": "listLookupStringValues",
"hasAttributes": [
{
"name": "description",
"dataType": "string",
"explanation": "A description of the meaning of the look up value."
},
{
"purpose": "identifiedBy",
"name": "uniqueIdentifier",
"dataType": "string",
"explanation": "A domain specific unique identifier such as a URI or GUID for the well known value."
}
],
"exhibitsTraits": [
{
"traitReference": "is.CDM.entityVersion",
"arguments": [
{
"name": "versionNumber",
"value": "2.1"
}
]
}
]
},
{
"traitName": "does.haveDefault",
"extendsTrait": "does",
"explanation": "An attribute has a default value",
"hasParameters": [
{
"name": "default",
"dataType": "any",
"required": true
}
],
"associatedProperties": [
"defaultValue"
]
},
{
"traitName": "is.nullable",
"extendsTrait": "is",
"explanation": "The attribute value may be set to NULL.",
"associatedProperties": [
"isNullable"
]
},
{
"traitName": "is.readOnly",
"extendsTrait": "is",
"associatedProperties": [
"isReadOnly"
]
},
{
"traitName": "is.requiredAtLevel",
"extendsTrait": "is",
"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",
"hasParameters": [
{
"name": "level",
"dataType": "string",
"required": true,
"direction": "both",
"explanation": "values can be: 'systemrequired', 'required', 'recommended', 'none'"
}
]
},
{
"traitName": "is.constrained",
"extendsTrait": "is",
"explanation": "maximum length or value constraints",
"hasParameters": [
{
"name": "maximumLength",
"dataType": "integer"
},
{
"name": "minimumValue",
"dataType": "decimal"
},
{
"name": "maximumValue",
"dataType": "decimal"
}
],
"associatedProperties": [
"maximumValue",
"minimumValue",
"maximumLength"
]
},
{
"traitName": "is.constrainedList",
"extendsTrait": "is",
"explanation": "the values of an attribute are taken from or looked up from a fixed list of possibilities",
"hasParameters": [
{
"name": "defaultList",
"dataType": {
"dataTypeReference": "entity",
"appliedTraits": [
{
"traitReference": "means.entityName.specific",
"arguments": [
"listLookupValues"
]
}
]
}
}
],
"associatedProperties": [
"valueConstrainedToList"
]
},
{
"traitName": "is.constrainedList.correlated",
"extendsTrait": "is",
"explanation": "the values of an attribute are taken from or looked up from a fixed list of possibilities that represent correlated status",
"hasParameters": [
{
"name": "defaultList",
"dataType": {
"dataTypeReference": "entity",
"appliedTraits": [
{
"traitReference": "means.entityName.specific",
"arguments": [
"listLookupCorrelatedValues"
]
}
]
}
}
],
"associatedProperties": [
"valueConstrainedToList"
]
},
{
"traitName": "is.constrainedList.string",
"extendsTrait": "is",
"explanation": "the values of an attribute are taken from or looked up from a fixed list of possibilities",
"hasParameters": [
{
"name": "defaultList",
"dataType": {
"dataTypeReference": "entity",
"appliedTraits": [
{
"traitReference": "means.entityName.specific",
"arguments": [
"listLookupStringValues"
]
}
]
}
}
],
"associatedProperties": [
"valueConstrainedToList"
]
},
{
"traitName": "is.constrainedList.wellKnown",
"extendsTrait": "is",
"explanation": "The values of an attribute are taken from or looked up from a fixed list of possibilities which are defined in an identified public location.",
"hasParameters": [
{
"name": "uniqueIdentifier",
"explanation": "The identified public location for the complete set of possible values",
"dataType": "string"
},
{
"name": "defaultList",
"dataType": {
"dataTypeReference": "entity"
}
}
],
"associatedProperties": [
"valueConstrainedToList"
]
},
{
"traitName": "means.entityState",
"extendsTrait": "does.elevateAttribute",
"explanation": "the attribute represents the current state of the entity."
},
{
"purposeName": "representsStateWith",
"extendsPurpose": "hasA",
"explanation": "the related attribute describes the current state of the entity",
"exhibitsTraits": [
"means.entityState"
]
},
{
"traitName": "is.correlatedWith",
"extendsTrait": "is",
"explanation": "the attribute value is correlated with the sourceAttribute",
"hasParameters": [
{
"name": "sourceAttribute",
"dataType": "attributeName",
"direction": "both",
"required": true
}
]
},
{
"purposeName": "representsCorrelatedStatusWith",
"extendsPurpose": "hasA",
"explanation": "the related attribute describes the current status of the entity in its current state",
"exhibitsTraits": [
"is.correlatedWith"
]
},
{
"dataTypeName": "listLookup",
"extendsDataType": "integer",
"explanation": "One integer value from a defined list of possibilities",
"exhibitsTraits": [
"does.haveDefault",
"is.constrainedList"
]
},
{
"dataTypeName": "listLookupMultiple",
"extendsDataType": "string",
"explanation": "A set of one or more values from a defined list of possibilities",
"exhibitsTraits": [
"does.haveDefault",
"means.content.text.CSV",
"is.constrainedList"
]
},
{
"dataTypeName": "listLookupCorrelated",
"extendsDataType": "integer",
"explanation": "One integer value from a defined list of possibilities where the list represents correlated status",
"exhibitsTraits": [
"is.constrainedList.correlated"
]
},
{
"dataTypeName": "listLookupString",
"extendsDataType": "string",
"explanation": "One string value from a defined list of possibilities",
"exhibitsTraits": [
"is.constrainedList.string"
]
},
{
"dataTypeName": "listLookupWellKnown",
"extendsDataType": "string",
"explanation": "One string value from a defined list of possibilities which are defined in an identified public location.",
"exhibitsTraits": [
"is.constrainedList.wellKnown"
]
},
{
"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",
"explanation": "The value is the file format settings of a partition CSV file.",
"hasParameters": [
{
"name": "columnHeaders",
"dataType": "boolean",
"explanation": "Indicates whether the .csv file has headers."
},
{
"name": "csvStyle",
"dataType": "string",
"defaultValue": "CsvStyle.QuoteAlways",
"explanation": "The CSV style which is always CsvStyle.QuoteAlways or CsvStyle.QuoteAfterDelimiter."
},
{
"name": "delimiter",
"dataType": "string",
"explanation": "The delimiter type in the .csv file."
},
{
"name": "quoteStyle",
"dataType": "string",
"defaultValue": "QuoteStyle.Csv",
"explanation": "The quote style which is always QuoteStyle.Csv or QuoteStyle.None."
},
{
"name": "encoding",
"dataType": "string",
"defaultValue": "UTF-8",
"explanation": "The character encoding in the .csv file."
},
{
"name": "escape",
"dataType": "char",
"defaultValue": "\"",
"explanation": "The character used to escape quotes inside a quoted string in the .csv file."
},
{
"name": "newline",
"dataType": "char",
"defaultValue": "\n",
"explanation": "The character used to indicate the end of a record in the .csv file."
},
{
"name": "quote",
"dataType": "char",
"defaultValue": "\"",
"explanation": "The character used to quote text strings in the .csv file."
},
{
"name": "skipLines",
"dataType": "integer",
"defaultValue": "0",
"explanation": "The number of lines to skip over at the start of the .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.format.deltaLake",
"extendsTrait": "is.partition.format",
"explanation": "The partition path points to one complete folder of Spark Delta Lake data. Options allow for time travel access to the data.",
"hasParameters": [
{
"name": "versionAsOf",
"dataType": "integer",
"explanation": "the optional time travel version of data to read. If both versionAsOf and timestampAsOf are set, then version takes precedence"
},
{
"name": "timespampAsOf",
"dataType": "dateTime",
"explanation": "the optional time travel timestamp of data to read. If both versionAsOf and timestampAsOf are set, then version takes precedence"
}
]
},
{
"traitName": "is.partition.culture",
"extendsTrait": "is.partition",
"explanation": "The value denotes culture in the partition files.",
"hasParameters": [
{
"name": "culture",
"dataType": "string",
"defaultValue": "en-us"
}
]
},
{
"traitName": "is.modelConversion",
"extendsTrait": "is",
"explanation": "Represents a correlation with model.json to CDM model conversion."
},
{
"traitName": "is.modelConversion.modelVersion",
"extendsTrait": "is.modelConversion",
"explanation": "The value denotes the version number set in a converted model.json file",
"hasParameters": [
{
"name": "version",
"dataType": "string"
}
]
},
{
"traitName": "is.modelConversion.otherAnnotations",
"extendsTrait": "is.modelConversion",
"explanation": "The value denotes model.json annotations which have not been recognized.",
"hasParameters": [
{
"name": "annotations",
"dataType": "object"
}
]
},
{
"traitName": "is.modelConversion.referenceModelMap",
"extendsTrait": "is.modelConversion",
"explanation": "The value denotes a reference model map containing multiple id-location pairs used for reference entity resolution.",
"hasParameters": [
{
"name": "referenceModelMap",
"dataType": "object"
}
]
},
{
"traitName": "is.managedBy",
"extendsTrait": "is",
"explanation": "The value denotes information about a service/entity who is owning a model.",
"hasParameters": [
{
"name": "application",
"dataType": "string",
"explanation": "The name of the managing entity or service."
}
]
},
{
"traitName": "has.entitySchemaAbstractionLevel",
"extendsTrait": "has",
"explanation": "A level of abstraction assigned to an Entity schema. Logical schema descriptions use complex dataTypes, inheritance, and entities as attributes. Resolved descriptions contain none of those things, only final trait and attribute sets are shown. A composition schema manipulates, guides or re-states parts of logical schemas to produce one resolved schema.",
"hasParameters": [
{
"name": "level",
"dataType": "string",
"defaultValue": "logical",
"explanation": "Possible values: logical, composition, resolved"
}
]
},
{
"traitName": "has.schemaObjectIdentifier",
"extendsTrait": "has",
"explanation": "The schema object has an identifier, which is a string, specified as the parameter of the trait. This allows writers to define additional identification values.",
"hasParameters": [
{
"name": "identifier",
"dataType": "string",
"explanation": "The identifier for the schema object. There is no uniqueness guarantee enforced by CDM. It is a contract between reader and writer of the schema.",
"required": true
}
]
}
]
}