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
{
"enumDefs": [],
"structDefs": [],
"classificationDefs": [
{
"name": "SubjectArea",
"superTypes": [],
"description": "SubjectArea is a classification for a category that indicates that the category represents a subject area.",
"entityTypes": [
"GlossaryCategory"
],
"typeVersion": "1.0",
"attributeDefs": []
}
],
"entityDefs": [
{
"name": "GlossaryCategory",
"superTypes": [
"Referenceable"
],
"description": "The vocabulary (the terms) for the glossary is organized into a hierarchy of categories. These categories effectively provide a folder structure for the glossary. Just like a GlossaryTerm, a GlossaryCategory is owned by a glossary.",
"typeVersion": "1.0",
"attributeDefs": [
{
"name": "displayName",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true,
"isUnique": false
},
{
"name": "shortDescription",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "longDescription",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
}
]
}
],
"relationshipDefs": [
{
"name": "CategoryAnchor",
"typeVersion": "1.0",
"description": "CategoryAnchor links each category to exactly one Glossary object. This means that this is its home glossary. If the Glossary object is deleted then so are all of the categories linked to it.",
"endDef1": {
"name": "categories",
"type": "Glossary",
"cardinality": "SET",
"isContainer": true
},
"endDef2": {
"name": "anchor",
"type": "GlossaryCategory",
"cardinality": "SINGLE"
},
"relationshipCategory": "COMPOSITION",
"propagateTags": "NONE"
},
{
"name": "CategoryHierarchyLink",
"typeVersion": "1.0",
"description": "CategoryHierarchyLink is a relationship used to organize categories into a hierarchy to, for example, create a structure for a taxonomy. A category may have none or one super-categories. This super-category may be in a different glossary.",
"endDef1": {
"name": "childrenCategories",
"type": "GlossaryCategory",
"cardinality": "SET",
"isContainer": true
},
"endDef2": {
"name": "parentCategory",
"type": "GlossaryCategory",
"cardinality": "SINGLE"
},
"relationshipCategory": "AGGREGATION",
"propagateTags": "NONE"
},
{
"name": "LibraryCategoryReference",
"typeVersion": "1.0",
"description": "LibraryCategoryReference provides reference information for how this category corresponds to a category in an external glossary.",
"endDef1": {
"name": "localCategories",
"type": "ExternalGlossaryLink",
"cardinality": "SET"
},
"endDef2": {
"name": "externalGlossaryLinks",
"type": "GlossaryCategory",
"cardinality": "SET"
},
"relationshipCategory": "ASSOCIATION",
"propagateTags": "NONE",
"attributeDefs": [
{
"name": "steward",
"description": "The steward is the person responsible for assessing the relationship and deciding if it should be approved or not",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true,
"isUnique": false
},
{
"name": "description",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true,
"isUnique": false
},
{
"name": "identifier",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true,
"isUnique": false
},
{
"name": "lastVerified",
"typeName": "date",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true,
"isUnique": false
}
]
}
]
}