pyegeria 5.4.0.34__py3-none-any.whl → 5.4.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- commands/cat/debug_log.log +1112 -0
- md_processing/data/commands.json +762 -761
- md_processing/dr_egeria_inbox/data_spec_test.md +0 -18
- md_processing/dr_egeria_inbox/output_tests.md +12 -1
- md_processing/dr_egeria_outbox/friday/processed-2025-08-29 16:30-output_tests.md +103 -0
- md_processing/dr_egeria_outbox/friday/processed-2025-08-29 16:40-output_tests.md +115 -0
- md_processing/md_commands/project_commands.py +9 -7
- md_processing/md_processing_utils/common_md_proc_utils.py +5 -1
- md_processing/md_processing_utils/common_md_utils.py +2 -1
- md_processing/md_processing_utils/md_processing_constants.py +5 -4
- pyegeria/_client_new.py +2 -2
- pyegeria/output_formatter.py +3 -1
- pyegeria/project_manager.py +1 -1
- {pyegeria-5.4.0.34.dist-info → pyegeria-5.4.1.dist-info}/METADATA +1 -1
- {pyegeria-5.4.0.34.dist-info → pyegeria-5.4.1.dist-info}/RECORD +18 -16
- {pyegeria-5.4.0.34.dist-info → pyegeria-5.4.1.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.0.34.dist-info → pyegeria-5.4.1.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.0.34.dist-info → pyegeria-5.4.1.dist-info}/entry_points.txt +0 -0
md_processing/data/commands.json
CHANGED
@@ -1,6 +1,455 @@
|
|
1
1
|
{
|
2
2
|
"Command Specifications": {
|
3
3
|
"exported": "Aug 29, 2025 at 8:22:23 AM",
|
4
|
+
"Link Project Hierarchy": {
|
5
|
+
"display_name": "Link Parent Project",
|
6
|
+
"alternate_names": "Parent Project",
|
7
|
+
"family": "Project",
|
8
|
+
"description": "Links or unlinks a parent project and child project.",
|
9
|
+
"verb": "Link",
|
10
|
+
"upsert": false,
|
11
|
+
"attach": true,
|
12
|
+
"details": false,
|
13
|
+
"form": false,
|
14
|
+
"ReferenceURL": "",
|
15
|
+
"isOwnAnchor": false,
|
16
|
+
"parent_relationship_type_name": "",
|
17
|
+
"parent_at_end1": true,
|
18
|
+
"style": "",
|
19
|
+
"anchor_scope_id": "",
|
20
|
+
"parent_id": "",
|
21
|
+
"level": "Basic",
|
22
|
+
"view": false,
|
23
|
+
"Journal Entry": "",
|
24
|
+
"Attributes": [
|
25
|
+
{
|
26
|
+
"Parent Project": {
|
27
|
+
"variable_name": "parent_project",
|
28
|
+
"inUpdate": true,
|
29
|
+
"attr_labels": "Parent",
|
30
|
+
"examples": "",
|
31
|
+
"default_value": "",
|
32
|
+
"valid_values": "",
|
33
|
+
"existing_element": "",
|
34
|
+
"description": "The id of the parent project",
|
35
|
+
"qualified_name_pattern": "",
|
36
|
+
"generated": false,
|
37
|
+
"style": "Reference Name",
|
38
|
+
"user_specified": true,
|
39
|
+
"unique": false,
|
40
|
+
"input_required": true,
|
41
|
+
"isParent": false,
|
42
|
+
"isAnchor": false,
|
43
|
+
"min_cardinality": 1,
|
44
|
+
"max_cardinality": 1,
|
45
|
+
"level": "Basic",
|
46
|
+
"Journal Entry": ""
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"Child Project": {
|
51
|
+
"variable_name": "child_project",
|
52
|
+
"inUpdate": true,
|
53
|
+
"attr_labels": "Child",
|
54
|
+
"examples": "",
|
55
|
+
"default_value": "",
|
56
|
+
"valid_values": "",
|
57
|
+
"existing_element": "",
|
58
|
+
"description": "The id of the child project",
|
59
|
+
"qualified_name_pattern": "",
|
60
|
+
"generated": false,
|
61
|
+
"style": "Reference Name",
|
62
|
+
"user_specified": true,
|
63
|
+
"unique": false,
|
64
|
+
"input_required": true,
|
65
|
+
"isParent": false,
|
66
|
+
"isAnchor": false,
|
67
|
+
"min_cardinality": 1,
|
68
|
+
"max_cardinality": 1,
|
69
|
+
"level": "Basic",
|
70
|
+
"Journal Entry": ""
|
71
|
+
}
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"Description": {
|
75
|
+
"variable_name": "description",
|
76
|
+
"inUpdate": true,
|
77
|
+
"attr_labels": "",
|
78
|
+
"examples": "",
|
79
|
+
"default_value": "",
|
80
|
+
"valid_values": "",
|
81
|
+
"existing_element": "",
|
82
|
+
"description": "A description of the relationship..",
|
83
|
+
"qualified_name_pattern": "",
|
84
|
+
"generated": false,
|
85
|
+
"style": "Simple",
|
86
|
+
"user_specified": true,
|
87
|
+
"unique": false,
|
88
|
+
"input_required": false,
|
89
|
+
"isParent": false,
|
90
|
+
"isAnchor": false,
|
91
|
+
"min_cardinality": 0,
|
92
|
+
"max_cardinality": 1,
|
93
|
+
"level": "Basic",
|
94
|
+
"Journal Entry": ""
|
95
|
+
}
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"Label": {
|
99
|
+
"variable_name": "label",
|
100
|
+
"inUpdate": true,
|
101
|
+
"attr_labels": "",
|
102
|
+
"examples": "",
|
103
|
+
"default_value": "",
|
104
|
+
"valid_values": "",
|
105
|
+
"existing_element": "",
|
106
|
+
"description": "A user asigned label for this relationship.",
|
107
|
+
"qualified_name_pattern": "",
|
108
|
+
"generated": false,
|
109
|
+
"style": "Simple",
|
110
|
+
"user_specified": true,
|
111
|
+
"unique": false,
|
112
|
+
"input_required": false,
|
113
|
+
"isParent": false,
|
114
|
+
"isAnchor": false,
|
115
|
+
"min_cardinality": 1,
|
116
|
+
"max_cardinality": 1,
|
117
|
+
"level": "Basic",
|
118
|
+
"Journal Entry": ""
|
119
|
+
}
|
120
|
+
}
|
121
|
+
]
|
122
|
+
},
|
123
|
+
"Link Project Dependency": {
|
124
|
+
"display_name": "Link Project Dependency",
|
125
|
+
"alternate_names": "Project Dependency",
|
126
|
+
"family": "Project",
|
127
|
+
"description": "Links or unlinks a project and dependent project.",
|
128
|
+
"verb": "Link",
|
129
|
+
"upsert": false,
|
130
|
+
"attach": true,
|
131
|
+
"details": false,
|
132
|
+
"form": false,
|
133
|
+
"ReferenceURL": "",
|
134
|
+
"isOwnAnchor": false,
|
135
|
+
"parent_relationship_type_name": "",
|
136
|
+
"parent_at_end1": true,
|
137
|
+
"style": "",
|
138
|
+
"anchor_scope_id": "",
|
139
|
+
"parent_id": "",
|
140
|
+
"level": "Basic",
|
141
|
+
"view": false,
|
142
|
+
"Journal Entry": "",
|
143
|
+
"Attributes": [
|
144
|
+
{
|
145
|
+
"Parent Project": {
|
146
|
+
"variable_name": "parent_project",
|
147
|
+
"inUpdate": true,
|
148
|
+
"attr_labels": "Parent; Depended On Project",
|
149
|
+
"examples": "",
|
150
|
+
"default_value": "",
|
151
|
+
"valid_values": "",
|
152
|
+
"existing_element": "",
|
153
|
+
"description": "The id of the project being depended on.",
|
154
|
+
"qualified_name_pattern": "",
|
155
|
+
"generated": false,
|
156
|
+
"style": "Reference Name",
|
157
|
+
"user_specified": true,
|
158
|
+
"unique": false,
|
159
|
+
"input_required": true,
|
160
|
+
"isParent": false,
|
161
|
+
"isAnchor": false,
|
162
|
+
"min_cardinality": 1,
|
163
|
+
"max_cardinality": 1,
|
164
|
+
"level": "Basic",
|
165
|
+
"Journal Entry": ""
|
166
|
+
}
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"Child Project": {
|
170
|
+
"variable_name": "child_project",
|
171
|
+
"inUpdate": true,
|
172
|
+
"attr_labels": "Child; Dependent Project",
|
173
|
+
"examples": "",
|
174
|
+
"default_value": "",
|
175
|
+
"valid_values": "",
|
176
|
+
"existing_element": "",
|
177
|
+
"description": "The id of the dependent project.",
|
178
|
+
"qualified_name_pattern": "",
|
179
|
+
"generated": false,
|
180
|
+
"style": "Reference Name",
|
181
|
+
"user_specified": true,
|
182
|
+
"unique": false,
|
183
|
+
"input_required": true,
|
184
|
+
"isParent": false,
|
185
|
+
"isAnchor": false,
|
186
|
+
"min_cardinality": 1,
|
187
|
+
"max_cardinality": 1,
|
188
|
+
"level": "Basic",
|
189
|
+
"Journal Entry": ""
|
190
|
+
}
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"Description": {
|
194
|
+
"variable_name": "description",
|
195
|
+
"inUpdate": true,
|
196
|
+
"attr_labels": "",
|
197
|
+
"examples": "",
|
198
|
+
"default_value": "",
|
199
|
+
"valid_values": "",
|
200
|
+
"existing_element": "",
|
201
|
+
"description": "A description of the relationship.",
|
202
|
+
"qualified_name_pattern": "",
|
203
|
+
"generated": false,
|
204
|
+
"style": "Simple",
|
205
|
+
"user_specified": true,
|
206
|
+
"unique": false,
|
207
|
+
"input_required": false,
|
208
|
+
"isParent": false,
|
209
|
+
"isAnchor": false,
|
210
|
+
"min_cardinality": 0,
|
211
|
+
"max_cardinality": 1,
|
212
|
+
"level": "Basic",
|
213
|
+
"Journal Entry": ""
|
214
|
+
}
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"Label": {
|
218
|
+
"variable_name": "label",
|
219
|
+
"inUpdate": true,
|
220
|
+
"attr_labels": "",
|
221
|
+
"examples": "",
|
222
|
+
"default_value": "",
|
223
|
+
"valid_values": "",
|
224
|
+
"existing_element": "",
|
225
|
+
"description": "A user asigned label for this relationship.",
|
226
|
+
"qualified_name_pattern": "",
|
227
|
+
"generated": false,
|
228
|
+
"style": "Simple",
|
229
|
+
"user_specified": true,
|
230
|
+
"unique": false,
|
231
|
+
"input_required": false,
|
232
|
+
"isParent": false,
|
233
|
+
"isAnchor": false,
|
234
|
+
"min_cardinality": 1,
|
235
|
+
"max_cardinality": 1,
|
236
|
+
"level": "Basic",
|
237
|
+
"Journal Entry": ""
|
238
|
+
}
|
239
|
+
}
|
240
|
+
]
|
241
|
+
},
|
242
|
+
"View Projects": {
|
243
|
+
"display_name": "Projects",
|
244
|
+
"qn_prefix": "",
|
245
|
+
"alternate_names": "Project",
|
246
|
+
"family": "Project",
|
247
|
+
"description": "List projects based on search string.",
|
248
|
+
"verb": "View",
|
249
|
+
"upsert": false,
|
250
|
+
"attach": false,
|
251
|
+
"details": false,
|
252
|
+
"form": false,
|
253
|
+
"ReferenceURL": "",
|
254
|
+
"style": "display",
|
255
|
+
"level": "Basic",
|
256
|
+
"view": true,
|
257
|
+
"Journal Entry": "",
|
258
|
+
"Attributes": [
|
259
|
+
{
|
260
|
+
"Search String": {
|
261
|
+
"variable_name": "",
|
262
|
+
"inUpdate": true,
|
263
|
+
"attr_labels": "Filter",
|
264
|
+
"examples": "",
|
265
|
+
"default_value": "*",
|
266
|
+
"valid_values": "",
|
267
|
+
"existing_element": "",
|
268
|
+
"description": "An optional search string to filter results by.",
|
269
|
+
"qualified_name_pattern": "",
|
270
|
+
"generated": false,
|
271
|
+
"style": "Simple",
|
272
|
+
"user_specified": true,
|
273
|
+
"unique": false,
|
274
|
+
"input_required": false,
|
275
|
+
"isParent": false,
|
276
|
+
"isAnchor": false,
|
277
|
+
"min_cardinality": 0,
|
278
|
+
"max_cardinality": 1,
|
279
|
+
"level": "Basic",
|
280
|
+
"Journal Entry": ""
|
281
|
+
}
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"Output Format": {
|
285
|
+
"variable_name": "",
|
286
|
+
"inUpdate": false,
|
287
|
+
"attr_labels": "Format",
|
288
|
+
"examples": "List, Form, Report",
|
289
|
+
"default_value": "List",
|
290
|
+
"valid_values": "LIST; FORM; REPORT; DICT; MD; MERMAID; HTML",
|
291
|
+
"existing_element": "",
|
292
|
+
"description": "Optional specification of output format for the query.",
|
293
|
+
"qualified_name_pattern": "",
|
294
|
+
"generated": false,
|
295
|
+
"style": "Valid Value",
|
296
|
+
"user_specified": true,
|
297
|
+
"unique": false,
|
298
|
+
"input_required": false,
|
299
|
+
"isParent": false,
|
300
|
+
"isAnchor": false,
|
301
|
+
"min_cardinality": 0,
|
302
|
+
"max_cardinality": 1,
|
303
|
+
"level": "Basic",
|
304
|
+
"Journal Entry": ""
|
305
|
+
}
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"Output Format Set": {
|
309
|
+
"variable_name": "output_foprmat_set",
|
310
|
+
"inUpdate": true,
|
311
|
+
"attr_labels": "OUTPUT SET",
|
312
|
+
"examples": "Collections, Agreements",
|
313
|
+
"default_value": "Governance Definitions",
|
314
|
+
"valid_values": "",
|
315
|
+
"existing_element": "",
|
316
|
+
"description": "Optional specification of an output format set that defines the attributes/columns that will be returned.",
|
317
|
+
"qualified_name_pattern": "",
|
318
|
+
"generated": false,
|
319
|
+
"style": "Simple",
|
320
|
+
"user_specified": true,
|
321
|
+
"unique": false,
|
322
|
+
"input_required": true,
|
323
|
+
"isParent": false,
|
324
|
+
"isAnchor": false,
|
325
|
+
"min_cardinality": 0,
|
326
|
+
"max_cardinality": 1,
|
327
|
+
"level": "Basic",
|
328
|
+
"Journal Entry": ""
|
329
|
+
}
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"Starts With": {
|
333
|
+
"variable_name": "starts_with",
|
334
|
+
"inUpdate": false,
|
335
|
+
"attr_labels": "",
|
336
|
+
"examples": "",
|
337
|
+
"default_value": "True",
|
338
|
+
"valid_values": "",
|
339
|
+
"existing_element": "",
|
340
|
+
"description": "If true, look for matches with the search string starting from the beginning of a field.",
|
341
|
+
"qualified_name_pattern": "",
|
342
|
+
"generated": false,
|
343
|
+
"style": "Bool",
|
344
|
+
"user_specified": true,
|
345
|
+
"unique": false,
|
346
|
+
"input_required": false,
|
347
|
+
"isParent": false,
|
348
|
+
"isAnchor": false,
|
349
|
+
"min_cardinality": 1,
|
350
|
+
"max_cardinality": 1,
|
351
|
+
"level": "Basic",
|
352
|
+
"Journal Entry": ""
|
353
|
+
}
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"Ends With": {
|
357
|
+
"variable_name": "ends_with",
|
358
|
+
"inUpdate": false,
|
359
|
+
"attr_labels": "",
|
360
|
+
"examples": "",
|
361
|
+
"default_value": "False",
|
362
|
+
"valid_values": "",
|
363
|
+
"existing_element": "",
|
364
|
+
"description": "If true, look for matches with the search string starting from the end of a field.",
|
365
|
+
"qualified_name_pattern": "",
|
366
|
+
"generated": false,
|
367
|
+
"style": "Bool",
|
368
|
+
"user_specified": true,
|
369
|
+
"unique": false,
|
370
|
+
"input_required": false,
|
371
|
+
"isParent": false,
|
372
|
+
"isAnchor": false,
|
373
|
+
"min_cardinality": 1,
|
374
|
+
"max_cardinality": 1,
|
375
|
+
"level": "Basic",
|
376
|
+
"Journal Entry": ""
|
377
|
+
}
|
378
|
+
},
|
379
|
+
{
|
380
|
+
"Ignore Case": {
|
381
|
+
"variable_name": "",
|
382
|
+
"inUpdate": true,
|
383
|
+
"attr_labels": "",
|
384
|
+
"examples": "",
|
385
|
+
"default_value": "False",
|
386
|
+
"valid_values": "",
|
387
|
+
"existing_element": "ignore_case",
|
388
|
+
"description": "If true, ignore the difference between upper and lower characters when matching the search string.",
|
389
|
+
"qualified_name_pattern": "",
|
390
|
+
"generated": false,
|
391
|
+
"style": "Bool",
|
392
|
+
"user_specified": true,
|
393
|
+
"unique": false,
|
394
|
+
"input_required": false,
|
395
|
+
"isParent": false,
|
396
|
+
"isAnchor": false,
|
397
|
+
"min_cardinality": 1,
|
398
|
+
"max_cardinality": 1,
|
399
|
+
"level": "Basic",
|
400
|
+
"Journal Entry": ""
|
401
|
+
}
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"Page Size": {
|
405
|
+
"variable_name": "page_size",
|
406
|
+
"inUpdate": true,
|
407
|
+
"attr_labels": "",
|
408
|
+
"examples": "",
|
409
|
+
"default_value": "",
|
410
|
+
"valid_values": "",
|
411
|
+
"existing_element": "",
|
412
|
+
"description": "The number of elements returned per page.",
|
413
|
+
"qualified_name_pattern": "",
|
414
|
+
"generated": false,
|
415
|
+
"style": "Simple Int",
|
416
|
+
"user_specified": true,
|
417
|
+
"unique": false,
|
418
|
+
"input_required": false,
|
419
|
+
"isParent": false,
|
420
|
+
"isAnchor": false,
|
421
|
+
"min_cardinality": 0,
|
422
|
+
"max_cardinality": 1,
|
423
|
+
"level": "Basic",
|
424
|
+
"Journal Entry": ""
|
425
|
+
}
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"Start From": {
|
429
|
+
"variable_name": "start_from",
|
430
|
+
"inUpdate": true,
|
431
|
+
"attr_labels": "",
|
432
|
+
"examples": "",
|
433
|
+
"default_value": "0",
|
434
|
+
"valid_values": "",
|
435
|
+
"existing_element": "",
|
436
|
+
"description": "When paging through results, the starting point of the results to return.",
|
437
|
+
"qualified_name_pattern": "",
|
438
|
+
"generated": false,
|
439
|
+
"style": "Simple Int",
|
440
|
+
"user_specified": true,
|
441
|
+
"unique": false,
|
442
|
+
"input_required": false,
|
443
|
+
"isParent": false,
|
444
|
+
"isAnchor": false,
|
445
|
+
"min_cardinality": 0,
|
446
|
+
"max_cardinality": 1,
|
447
|
+
"level": "Basic",
|
448
|
+
"Journal Entry": ""
|
449
|
+
}
|
450
|
+
}
|
451
|
+
]
|
452
|
+
},
|
4
453
|
"Create Governance Driver": {
|
5
454
|
"display_name": "Governance Driver",
|
6
455
|
"qn_prefix": "GovDriver",
|
@@ -40085,316 +40534,33 @@
|
|
40085
40534
|
}
|
40086
40535
|
]
|
40087
40536
|
},
|
40088
|
-
"View Glossaries": {
|
40089
|
-
"display_name": "View Glossaries",
|
40090
|
-
"qn_prefix": "",
|
40091
|
-
"alternate_names": "Glossaries; Glossary",
|
40092
|
-
"family": "GlossaryManager",
|
40093
|
-
"description": "Return the glossaries, optionally filtered by the search string.",
|
40094
|
-
"verb": "View",
|
40095
|
-
"upsert": false,
|
40096
|
-
"attach": false,
|
40097
|
-
"details": false,
|
40098
|
-
"form": false,
|
40099
|
-
"ReferenceURL": "",
|
40100
|
-
"style": "display",
|
40101
|
-
"level": "Basic",
|
40102
|
-
"view": true,
|
40103
|
-
"Journal Entry": "",
|
40104
|
-
"Attributes": [
|
40105
|
-
{
|
40106
|
-
"Search String": {
|
40107
|
-
"variable_name": "",
|
40108
|
-
"inUpdate": true,
|
40109
|
-
"attr_labels": "Filter",
|
40110
|
-
"examples": "",
|
40111
|
-
"default_value": "*",
|
40112
|
-
"valid_values": "",
|
40113
|
-
"existing_element": "",
|
40114
|
-
"description": "An optional search string to filter results by.",
|
40115
|
-
"qualified_name_pattern": "",
|
40116
|
-
"generated": false,
|
40117
|
-
"style": "Simple",
|
40118
|
-
"user_specified": true,
|
40119
|
-
"unique": false,
|
40120
|
-
"input_required": false,
|
40121
|
-
"isParent": false,
|
40122
|
-
"isAnchor": false,
|
40123
|
-
"min_cardinality": 0,
|
40124
|
-
"max_cardinality": 1,
|
40125
|
-
"level": "Basic",
|
40126
|
-
"Journal Entry": ""
|
40127
|
-
}
|
40128
|
-
},
|
40129
|
-
{
|
40130
|
-
"Output Format": {
|
40131
|
-
"variable_name": "",
|
40132
|
-
"inUpdate": false,
|
40133
|
-
"attr_labels": "Format",
|
40134
|
-
"examples": "List, Form, Report",
|
40135
|
-
"default_value": "List",
|
40136
|
-
"valid_values": "LIST; FORM; REPORT; DICT; MD; MERMAID; HTML",
|
40137
|
-
"existing_element": "",
|
40138
|
-
"description": "Optional specification of output format for the query.",
|
40139
|
-
"qualified_name_pattern": "",
|
40140
|
-
"generated": false,
|
40141
|
-
"style": "Valid Value",
|
40142
|
-
"user_specified": true,
|
40143
|
-
"unique": false,
|
40144
|
-
"input_required": false,
|
40145
|
-
"isParent": false,
|
40146
|
-
"isAnchor": false,
|
40147
|
-
"min_cardinality": 0,
|
40148
|
-
"max_cardinality": 1,
|
40149
|
-
"level": "Basic",
|
40150
|
-
"Journal Entry": ""
|
40151
|
-
}
|
40152
|
-
},
|
40153
|
-
{
|
40154
|
-
"Output Format Set": {
|
40155
|
-
"variable_name": "output_foprmat_set",
|
40156
|
-
"inUpdate": true,
|
40157
|
-
"attr_labels": "OUTPUT SET",
|
40158
|
-
"examples": "Collections, Agreements",
|
40159
|
-
"default_value": "Governance Definitions",
|
40160
|
-
"valid_values": "",
|
40161
|
-
"existing_element": "",
|
40162
|
-
"description": "Optional specification of an output format set that defines the attributes/columns that will be returned.",
|
40163
|
-
"qualified_name_pattern": "",
|
40164
|
-
"generated": false,
|
40165
|
-
"style": "SImple",
|
40166
|
-
"user_specified": true,
|
40167
|
-
"unique": false,
|
40168
|
-
"input_required": true,
|
40169
|
-
"isParent": false,
|
40170
|
-
"isAnchor": false,
|
40171
|
-
"min_cardinality": 0,
|
40172
|
-
"max_cardinality": 1,
|
40173
|
-
"level": "Basic",
|
40174
|
-
"Journal Entry": ""
|
40175
|
-
}
|
40176
|
-
},
|
40177
|
-
{
|
40178
|
-
"Starts With": {
|
40179
|
-
"variable_name": "starts_with",
|
40180
|
-
"inUpdate": false,
|
40181
|
-
"attr_labels": "",
|
40182
|
-
"examples": "",
|
40183
|
-
"default_value": "True",
|
40184
|
-
"valid_values": "",
|
40185
|
-
"existing_element": "",
|
40186
|
-
"description": "If true, look for matches with the search string starting from the beginning of a field.",
|
40187
|
-
"qualified_name_pattern": "",
|
40188
|
-
"generated": false,
|
40189
|
-
"style": "Bool",
|
40190
|
-
"user_specified": true,
|
40191
|
-
"unique": false,
|
40192
|
-
"input_required": false,
|
40193
|
-
"isParent": false,
|
40194
|
-
"isAnchor": false,
|
40195
|
-
"min_cardinality": 1,
|
40196
|
-
"max_cardinality": 1,
|
40197
|
-
"level": "Basic",
|
40198
|
-
"Journal Entry": ""
|
40199
|
-
}
|
40200
|
-
},
|
40201
|
-
{
|
40202
|
-
"Ends With": {
|
40203
|
-
"variable_name": "ends_with",
|
40204
|
-
"inUpdate": false,
|
40205
|
-
"attr_labels": "",
|
40206
|
-
"examples": "",
|
40207
|
-
"default_value": "False",
|
40208
|
-
"valid_values": "",
|
40209
|
-
"existing_element": "",
|
40210
|
-
"description": "If true, look for matches with the search string starting from the end of a field.",
|
40211
|
-
"qualified_name_pattern": "",
|
40212
|
-
"generated": false,
|
40213
|
-
"style": "Bool",
|
40214
|
-
"user_specified": true,
|
40215
|
-
"unique": false,
|
40216
|
-
"input_required": false,
|
40217
|
-
"isParent": false,
|
40218
|
-
"isAnchor": false,
|
40219
|
-
"min_cardinality": 1,
|
40220
|
-
"max_cardinality": 1,
|
40221
|
-
"level": "Basic",
|
40222
|
-
"Journal Entry": ""
|
40223
|
-
}
|
40224
|
-
},
|
40225
|
-
{
|
40226
|
-
"Ignore Case": {
|
40227
|
-
"variable_name": "",
|
40228
|
-
"inUpdate": true,
|
40229
|
-
"attr_labels": "",
|
40230
|
-
"examples": "",
|
40231
|
-
"default_value": "False",
|
40232
|
-
"valid_values": "",
|
40233
|
-
"existing_element": "ignore_case",
|
40234
|
-
"description": "If true, ignore the difference between upper and lower characters when matching the search string.",
|
40235
|
-
"qualified_name_pattern": "",
|
40236
|
-
"generated": false,
|
40237
|
-
"style": "Bool",
|
40238
|
-
"user_specified": true,
|
40239
|
-
"unique": false,
|
40240
|
-
"input_required": false,
|
40241
|
-
"isParent": false,
|
40242
|
-
"isAnchor": false,
|
40243
|
-
"min_cardinality": 1,
|
40244
|
-
"max_cardinality": 1,
|
40245
|
-
"level": "Basic",
|
40246
|
-
"Journal Entry": ""
|
40247
|
-
}
|
40248
|
-
},
|
40249
|
-
{
|
40250
|
-
"Page Size": {
|
40251
|
-
"variable_name": "page_size",
|
40252
|
-
"inUpdate": true,
|
40253
|
-
"attr_labels": "",
|
40254
|
-
"examples": "",
|
40255
|
-
"default_value": "",
|
40256
|
-
"valid_values": "",
|
40257
|
-
"existing_element": "",
|
40258
|
-
"description": "The number of elements returned per page.",
|
40259
|
-
"qualified_name_pattern": "",
|
40260
|
-
"generated": false,
|
40261
|
-
"style": "Simple Int",
|
40262
|
-
"user_specified": true,
|
40263
|
-
"unique": false,
|
40264
|
-
"input_required": false,
|
40265
|
-
"isParent": false,
|
40266
|
-
"isAnchor": false,
|
40267
|
-
"min_cardinality": 0,
|
40268
|
-
"max_cardinality": 1,
|
40269
|
-
"level": "Basic",
|
40270
|
-
"Journal Entry": ""
|
40271
|
-
}
|
40272
|
-
},
|
40273
|
-
{
|
40274
|
-
"Start From": {
|
40275
|
-
"variable_name": "start_from",
|
40276
|
-
"inUpdate": true,
|
40277
|
-
"attr_labels": "",
|
40278
|
-
"examples": "",
|
40279
|
-
"default_value": "0",
|
40280
|
-
"valid_values": "",
|
40281
|
-
"existing_element": "",
|
40282
|
-
"description": "When paging through results, the starting point of the results to return.",
|
40283
|
-
"qualified_name_pattern": "",
|
40284
|
-
"generated": false,
|
40285
|
-
"style": "Simple Int",
|
40286
|
-
"user_specified": true,
|
40287
|
-
"unique": false,
|
40288
|
-
"input_required": false,
|
40289
|
-
"isParent": false,
|
40290
|
-
"isAnchor": false,
|
40291
|
-
"min_cardinality": 0,
|
40292
|
-
"max_cardinality": 1,
|
40293
|
-
"level": "Basic",
|
40294
|
-
"Journal Entry": ""
|
40295
|
-
}
|
40296
|
-
}
|
40297
|
-
]
|
40298
|
-
},
|
40299
|
-
"Create Project": {
|
40300
|
-
"display_name": "Project",
|
40301
|
-
"qn_prefix": "Project",
|
40302
|
-
"alternate_names": "",
|
40303
|
-
"family": "Project",
|
40304
|
-
"description": "An organized set of work.",
|
40305
|
-
"verb": "Create",
|
40306
|
-
"upsert": true,
|
40537
|
+
"View Glossaries": {
|
40538
|
+
"display_name": "View Glossaries",
|
40539
|
+
"qn_prefix": "",
|
40540
|
+
"alternate_names": "Glossaries; Glossary",
|
40541
|
+
"family": "GlossaryManager",
|
40542
|
+
"description": "Return the glossaries, optionally filtered by the search string.",
|
40543
|
+
"verb": "View",
|
40544
|
+
"upsert": false,
|
40307
40545
|
"attach": false,
|
40308
40546
|
"details": false,
|
40309
40547
|
"form": false,
|
40310
40548
|
"ReferenceURL": "",
|
40311
|
-
"style": "
|
40549
|
+
"style": "display",
|
40312
40550
|
"level": "Basic",
|
40313
|
-
"view":
|
40551
|
+
"view": true,
|
40314
40552
|
"Journal Entry": "",
|
40315
40553
|
"Attributes": [
|
40316
40554
|
{
|
40317
|
-
"
|
40318
|
-
"variable_name": "
|
40319
|
-
"inUpdate": true,
|
40320
|
-
"attr_labels": "Project; Project Name; Name",
|
40321
|
-
"examples": "",
|
40322
|
-
"default_value": "",
|
40323
|
-
"valid_values": "",
|
40324
|
-
"existing_element": "",
|
40325
|
-
"description": "The name of the project to create or update.",
|
40326
|
-
"qualified_name_pattern": "",
|
40327
|
-
"generated": false,
|
40328
|
-
"style": "ID",
|
40329
|
-
"user_specified": true,
|
40330
|
-
"unique": false,
|
40331
|
-
"input_required": true,
|
40332
|
-
"isParent": false,
|
40333
|
-
"isAnchor": false,
|
40334
|
-
"min_cardinality": 1,
|
40335
|
-
"max_cardinality": 1,
|
40336
|
-
"level": "Basic",
|
40337
|
-
"Journal Entry": ""
|
40338
|
-
}
|
40339
|
-
},
|
40340
|
-
{
|
40341
|
-
"Description": {
|
40342
|
-
"variable_name": "description",
|
40343
|
-
"inUpdate": true,
|
40344
|
-
"attr_labels": "",
|
40345
|
-
"examples": "",
|
40346
|
-
"default_value": "",
|
40347
|
-
"valid_values": "",
|
40348
|
-
"existing_element": "",
|
40349
|
-
"description": "A description of the Project.",
|
40350
|
-
"qualified_name_pattern": "",
|
40351
|
-
"generated": false,
|
40352
|
-
"style": "Simple",
|
40353
|
-
"user_specified": true,
|
40354
|
-
"unique": false,
|
40355
|
-
"input_required": false,
|
40356
|
-
"isParent": false,
|
40357
|
-
"isAnchor": false,
|
40358
|
-
"min_cardinality": 0,
|
40359
|
-
"max_cardinality": 1,
|
40360
|
-
"level": "Basic",
|
40361
|
-
"Journal Entry": ""
|
40362
|
-
}
|
40363
|
-
},
|
40364
|
-
{
|
40365
|
-
"Project Type": {
|
40366
|
-
"variable_name": "project_type",
|
40367
|
-
"inUpdate": true,
|
40368
|
-
"attr_labels": "",
|
40369
|
-
"examples": "Campaign; Task; PersonalProject; StudyProject",
|
40370
|
-
"default_value": "",
|
40371
|
-
"valid_values": "",
|
40372
|
-
"existing_element": "",
|
40373
|
-
"description": "A string classifiying the project. Current;y supported values are Campaign, Task. PersonalProject and StudyProject.",
|
40374
|
-
"qualified_name_pattern": "",
|
40375
|
-
"generated": false,
|
40376
|
-
"style": "Simple",
|
40377
|
-
"user_specified": true,
|
40378
|
-
"unique": false,
|
40379
|
-
"input_required": false,
|
40380
|
-
"isParent": false,
|
40381
|
-
"isAnchor": false,
|
40382
|
-
"min_cardinality": 1,
|
40383
|
-
"max_cardinality": 1,
|
40384
|
-
"level": "Basic",
|
40385
|
-
"Journal Entry": ""
|
40386
|
-
}
|
40387
|
-
},
|
40388
|
-
{
|
40389
|
-
"Category": {
|
40390
|
-
"variable_name": "category",
|
40555
|
+
"Search String": {
|
40556
|
+
"variable_name": "",
|
40391
40557
|
"inUpdate": true,
|
40392
|
-
"attr_labels": "",
|
40558
|
+
"attr_labels": "Filter",
|
40393
40559
|
"examples": "",
|
40394
|
-
"default_value": "",
|
40560
|
+
"default_value": "*",
|
40395
40561
|
"valid_values": "",
|
40396
40562
|
"existing_element": "",
|
40397
|
-
"description": "
|
40563
|
+
"description": "An optional search string to filter results by.",
|
40398
40564
|
"qualified_name_pattern": "",
|
40399
40565
|
"generated": false,
|
40400
40566
|
"style": "Simple",
|
@@ -40410,18 +40576,18 @@
|
|
40410
40576
|
}
|
40411
40577
|
},
|
40412
40578
|
{
|
40413
|
-
"
|
40414
|
-
"variable_name": "
|
40415
|
-
"inUpdate":
|
40416
|
-
"attr_labels": "",
|
40417
|
-
"examples": "
|
40418
|
-
"default_value": "",
|
40419
|
-
"valid_values": "",
|
40579
|
+
"Output Format": {
|
40580
|
+
"variable_name": "",
|
40581
|
+
"inUpdate": false,
|
40582
|
+
"attr_labels": "Format",
|
40583
|
+
"examples": "List, Form, Report",
|
40584
|
+
"default_value": "List",
|
40585
|
+
"valid_values": "LIST; FORM; REPORT; DICT; MD; MERMAID; HTML",
|
40420
40586
|
"existing_element": "",
|
40421
|
-
"description": "
|
40587
|
+
"description": "Optional specification of output format for the query.",
|
40422
40588
|
"qualified_name_pattern": "",
|
40423
40589
|
"generated": false,
|
40424
|
-
"style": "
|
40590
|
+
"style": "Valid Value",
|
40425
40591
|
"user_specified": true,
|
40426
40592
|
"unique": false,
|
40427
40593
|
"input_required": false,
|
@@ -40434,21 +40600,21 @@
|
|
40434
40600
|
}
|
40435
40601
|
},
|
40436
40602
|
{
|
40437
|
-
"
|
40438
|
-
"variable_name": "
|
40603
|
+
"Output Format Set": {
|
40604
|
+
"variable_name": "output_foprmat_set",
|
40439
40605
|
"inUpdate": true,
|
40440
|
-
"attr_labels": "",
|
40441
|
-
"examples": "
|
40442
|
-
"default_value": "",
|
40606
|
+
"attr_labels": "OUTPUT SET",
|
40607
|
+
"examples": "Collections, Agreements",
|
40608
|
+
"default_value": "Governance Definitions",
|
40443
40609
|
"valid_values": "",
|
40444
40610
|
"existing_element": "",
|
40445
|
-
"description": "
|
40611
|
+
"description": "Optional specification of an output format set that defines the attributes/columns that will be returned.",
|
40446
40612
|
"qualified_name_pattern": "",
|
40447
40613
|
"generated": false,
|
40448
|
-
"style": "
|
40614
|
+
"style": "SImple",
|
40449
40615
|
"user_specified": true,
|
40450
40616
|
"unique": false,
|
40451
|
-
"input_required":
|
40617
|
+
"input_required": true,
|
40452
40618
|
"isParent": false,
|
40453
40619
|
"isAnchor": false,
|
40454
40620
|
"min_cardinality": 0,
|
@@ -40458,215 +40624,47 @@
|
|
40458
40624
|
}
|
40459
40625
|
},
|
40460
40626
|
{
|
40461
|
-
"
|
40462
|
-
"variable_name": "
|
40463
|
-
"inUpdate":
|
40627
|
+
"Starts With": {
|
40628
|
+
"variable_name": "starts_with",
|
40629
|
+
"inUpdate": false,
|
40464
40630
|
"attr_labels": "",
|
40465
40631
|
"examples": "",
|
40466
|
-
"default_value": "",
|
40467
|
-
"valid_values": "",
|
40468
|
-
"existing_element": "",
|
40469
|
-
"description": "A list of project purposes.",
|
40470
|
-
"qualified_name_pattern": "",
|
40471
|
-
"generated": false,
|
40472
|
-
"style": "Simple List",
|
40473
|
-
"user_specified": true,
|
40474
|
-
"unique": false,
|
40475
|
-
"input_required": false,
|
40476
|
-
"isParent": false,
|
40477
|
-
"isAnchor": false,
|
40478
|
-
"min_cardinality": 0,
|
40479
|
-
"max_cardinality": 1,
|
40480
|
-
"level": "Basic",
|
40481
|
-
"Journal Entry": ""
|
40482
|
-
}
|
40483
|
-
},
|
40484
|
-
{
|
40485
|
-
"Start Date": {
|
40486
|
-
"variable_name": "start_date",
|
40487
|
-
"inUpdate": true,
|
40488
|
-
"attr_labels": "",
|
40489
|
-
"examples": "2025/03/03",
|
40490
|
-
"default_value": "",
|
40491
|
-
"valid_values": "",
|
40492
|
-
"existing_element": "",
|
40493
|
-
"description": "Project start date as an ISO 8601 string.",
|
40494
|
-
"qualified_name_pattern": "",
|
40495
|
-
"generated": false,
|
40496
|
-
"style": "Simple",
|
40497
|
-
"user_specified": true,
|
40498
|
-
"unique": false,
|
40499
|
-
"input_required": false,
|
40500
|
-
"isParent": false,
|
40501
|
-
"isAnchor": false,
|
40502
|
-
"min_cardinality": 0,
|
40503
|
-
"max_cardinality": 1,
|
40504
|
-
"level": "Basic",
|
40505
|
-
"Journal Entry": ""
|
40506
|
-
}
|
40507
|
-
},
|
40508
|
-
{
|
40509
|
-
"Planned End Date": {
|
40510
|
-
"variable_name": "end_date",
|
40511
|
-
"inUpdate": true,
|
40512
|
-
"attr_labels": "",
|
40513
|
-
"examples": "2025/03/03",
|
40514
|
-
"default_value": "",
|
40515
|
-
"valid_values": "",
|
40516
|
-
"existing_element": "",
|
40517
|
-
"description": "Planned project end date as an ISO 8601 string.",
|
40518
|
-
"qualified_name_pattern": "",
|
40519
|
-
"generated": false,
|
40520
|
-
"style": "Simple",
|
40521
|
-
"user_specified": true,
|
40522
|
-
"unique": false,
|
40523
|
-
"input_required": false,
|
40524
|
-
"isParent": false,
|
40525
|
-
"isAnchor": false,
|
40526
|
-
"min_cardinality": 0,
|
40527
|
-
"max_cardinality": 1,
|
40528
|
-
"level": "Basic",
|
40529
|
-
"Journal Entry": ""
|
40530
|
-
}
|
40531
|
-
},
|
40532
|
-
{
|
40533
|
-
"Priority": {
|
40534
|
-
"variable_name": "priority",
|
40535
|
-
"inUpdate": true,
|
40536
|
-
"attr_labels": "",
|
40537
|
-
"examples": "1",
|
40538
|
-
"default_value": "",
|
40539
|
-
"valid_values": "",
|
40540
|
-
"existing_element": "",
|
40541
|
-
"description": "An integer priority for the project.",
|
40542
|
-
"qualified_name_pattern": "",
|
40543
|
-
"generated": false,
|
40544
|
-
"style": "Simple Int",
|
40545
|
-
"user_specified": true,
|
40546
|
-
"unique": false,
|
40547
|
-
"input_required": false,
|
40548
|
-
"isParent": false,
|
40549
|
-
"isAnchor": false,
|
40550
|
-
"min_cardinality": 0,
|
40551
|
-
"max_cardinality": 1,
|
40552
|
-
"level": "Basic",
|
40553
|
-
"Journal Entry": ""
|
40554
|
-
}
|
40555
|
-
},
|
40556
|
-
{
|
40557
|
-
"Project Phase": {
|
40558
|
-
"variable_name": "project_phase",
|
40559
|
-
"inUpdate": true,
|
40560
|
-
"attr_labels": "",
|
40561
|
-
"examples": "Planning",
|
40562
|
-
"default_value": "",
|
40632
|
+
"default_value": "True",
|
40563
40633
|
"valid_values": "",
|
40564
40634
|
"existing_element": "",
|
40565
|
-
"description": "
|
40635
|
+
"description": "If true, look for matches with the search string starting from the beginning of a field.",
|
40566
40636
|
"qualified_name_pattern": "",
|
40567
40637
|
"generated": false,
|
40568
|
-
"style": "
|
40638
|
+
"style": "Bool",
|
40569
40639
|
"user_specified": true,
|
40570
40640
|
"unique": false,
|
40571
40641
|
"input_required": false,
|
40572
40642
|
"isParent": false,
|
40573
40643
|
"isAnchor": false,
|
40574
|
-
"min_cardinality":
|
40644
|
+
"min_cardinality": 1,
|
40575
40645
|
"max_cardinality": 1,
|
40576
40646
|
"level": "Basic",
|
40577
40647
|
"Journal Entry": ""
|
40578
40648
|
}
|
40579
40649
|
},
|
40580
40650
|
{
|
40581
|
-
"
|
40582
|
-
"variable_name": "
|
40583
|
-
"inUpdate":
|
40651
|
+
"Ends With": {
|
40652
|
+
"variable_name": "ends_with",
|
40653
|
+
"inUpdate": false,
|
40584
40654
|
"attr_labels": "",
|
40585
40655
|
"examples": "",
|
40586
|
-
"default_value": "",
|
40587
|
-
"valid_values": "",
|
40588
|
-
"existing_element": "",
|
40589
|
-
"description": "A string representing the project status.",
|
40590
|
-
"qualified_name_pattern": "",
|
40591
|
-
"generated": false,
|
40592
|
-
"style": "Simple",
|
40593
|
-
"user_specified": true,
|
40594
|
-
"unique": false,
|
40595
|
-
"input_required": false,
|
40596
|
-
"isParent": false,
|
40597
|
-
"isAnchor": false,
|
40598
|
-
"min_cardinality": 0,
|
40599
|
-
"max_cardinality": 1,
|
40600
|
-
"level": "Basic",
|
40601
|
-
"Journal Entry": ""
|
40602
|
-
}
|
40603
|
-
},
|
40604
|
-
{
|
40605
|
-
"Project Health": {
|
40606
|
-
"variable_name": "project_health",
|
40607
|
-
"inUpdate": true,
|
40608
|
-
"attr_labels": "",
|
40609
|
-
"examples": "Green",
|
40610
|
-
"default_value": "",
|
40656
|
+
"default_value": "False",
|
40611
40657
|
"valid_values": "",
|
40612
40658
|
"existing_element": "",
|
40613
|
-
"description": "
|
40659
|
+
"description": "If true, look for matches with the search string starting from the end of a field.",
|
40614
40660
|
"qualified_name_pattern": "",
|
40615
40661
|
"generated": false,
|
40616
|
-
"style": "
|
40662
|
+
"style": "Bool",
|
40617
40663
|
"user_specified": true,
|
40618
40664
|
"unique": false,
|
40619
40665
|
"input_required": false,
|
40620
40666
|
"isParent": false,
|
40621
40667
|
"isAnchor": false,
|
40622
|
-
"min_cardinality": 0,
|
40623
|
-
"max_cardinality": 1,
|
40624
|
-
"level": "Basic",
|
40625
|
-
"Journal Entry": ""
|
40626
|
-
}
|
40627
|
-
},
|
40628
|
-
{
|
40629
|
-
"Qualified Name": {
|
40630
|
-
"variable_name": "qualified_name",
|
40631
|
-
"inUpdate": true,
|
40632
|
-
"attr_labels": "",
|
40633
|
-
"examples": "Glossary::Egeria-Markdown",
|
40634
|
-
"default_value": "",
|
40635
|
-
"valid_values": "",
|
40636
|
-
"existing_element": "",
|
40637
|
-
"description": "A unique qualified name for the element. Generated using the qualified name pattern if not user specified.",
|
40638
|
-
"qualified_name_pattern": "local_qualifier::namespace::Glossary:display_name::version_id",
|
40639
|
-
"generated": true,
|
40640
|
-
"style": "QN",
|
40641
|
-
"user_specified": true,
|
40642
|
-
"unique": true,
|
40643
|
-
"input_required": false,
|
40644
|
-
"isParent": false,
|
40645
|
-
"isAnchor": false,
|
40646
|
-
"min_cardinality": 1,
|
40647
|
-
"max_cardinality": 1,
|
40648
|
-
"level": "Basic",
|
40649
|
-
"Journal Entry": ""
|
40650
|
-
}
|
40651
|
-
},
|
40652
|
-
{
|
40653
|
-
"GUID": {
|
40654
|
-
"variable_name": "guid",
|
40655
|
-
"inUpdate": true,
|
40656
|
-
"attr_labels": "Guid; guid",
|
40657
|
-
"examples": "00585a82-0f7d-45ef-9b87-7078665917a9",
|
40658
|
-
"default_value": "",
|
40659
|
-
"valid_values": "",
|
40660
|
-
"existing_element": "",
|
40661
|
-
"description": "A system generated unique identifier.",
|
40662
|
-
"qualified_name_pattern": "",
|
40663
|
-
"generated": true,
|
40664
|
-
"style": "GUID",
|
40665
|
-
"user_specified": false,
|
40666
|
-
"unique": true,
|
40667
|
-
"input_required": false,
|
40668
|
-
"isParent": false,
|
40669
|
-
"isAnchor": false,
|
40670
40668
|
"min_cardinality": 1,
|
40671
40669
|
"max_cardinality": 1,
|
40672
40670
|
"level": "Basic",
|
@@ -40674,114 +40672,42 @@
|
|
40674
40672
|
}
|
40675
40673
|
},
|
40676
40674
|
{
|
40677
|
-
"
|
40678
|
-
"variable_name": "
|
40679
|
-
"inUpdate": true,
|
40680
|
-
"attr_labels": "Merge",
|
40681
|
-
"examples": "",
|
40682
|
-
"default_value": "True",
|
40683
|
-
"valid_values": "",
|
40684
|
-
"existing_element": "",
|
40685
|
-
"description": "If true, only those attributes specified in the update will be updated; If false, any attributes not provided during the update will be set to None.",
|
40686
|
-
"qualified_name_pattern": "",
|
40687
|
-
"generated": false,
|
40688
|
-
"style": "Bool",
|
40689
|
-
"user_specified": true,
|
40690
|
-
"unique": false,
|
40691
|
-
"input_required": false,
|
40692
|
-
"isParent": false,
|
40693
|
-
"isAnchor": false,
|
40694
|
-
"min_cardinality": 0,
|
40695
|
-
"max_cardinality": 1,
|
40696
|
-
"level": "Advanced",
|
40697
|
-
"Journal Entry": ""
|
40698
|
-
}
|
40699
|
-
},
|
40700
|
-
{
|
40701
|
-
"Additional Properties": {
|
40702
|
-
"variable_name": "additional_properties",
|
40703
|
-
"inUpdate": true,
|
40704
|
-
"attr_labels": "",
|
40705
|
-
"examples": "",
|
40706
|
-
"default_value": "",
|
40707
|
-
"valid_values": "",
|
40708
|
-
"existing_element": "",
|
40709
|
-
"description": "Additional user defined values organized as name value pairs in a dictionary.",
|
40710
|
-
"qualified_name_pattern": "",
|
40711
|
-
"generated": false,
|
40712
|
-
"style": "Dictionary",
|
40713
|
-
"user_specified": true,
|
40714
|
-
"unique": false,
|
40715
|
-
"input_required": false,
|
40716
|
-
"isParent": false,
|
40717
|
-
"isAnchor": false,
|
40718
|
-
"min_cardinality": 0,
|
40719
|
-
"max_cardinality": -1,
|
40720
|
-
"level": "Advanced",
|
40721
|
-
"Journal Entry": ""
|
40722
|
-
}
|
40723
|
-
},
|
40724
|
-
{
|
40725
|
-
"Extended Properties": {
|
40726
|
-
"variable_name": "additional_properties",
|
40727
|
-
"inUpdate": true,
|
40728
|
-
"attr_labels": "",
|
40729
|
-
"examples": "",
|
40730
|
-
"default_value": "",
|
40731
|
-
"valid_values": "",
|
40732
|
-
"existing_element": "",
|
40733
|
-
"description": "Additional user defined values organized as name value pairs in a dictionary.",
|
40734
|
-
"qualified_name_pattern": "",
|
40735
|
-
"generated": false,
|
40736
|
-
"style": "Dictionary",
|
40737
|
-
"user_specified": true,
|
40738
|
-
"unique": false,
|
40739
|
-
"input_required": false,
|
40740
|
-
"isParent": false,
|
40741
|
-
"isAnchor": false,
|
40742
|
-
"min_cardinality": 0,
|
40743
|
-
"max_cardinality": -1,
|
40744
|
-
"level": "Invisible",
|
40745
|
-
"Journal Entry": ""
|
40746
|
-
}
|
40747
|
-
},
|
40748
|
-
{
|
40749
|
-
"Journal Entry": {
|
40750
|
-
"variable_name": "journal_entry",
|
40675
|
+
"Ignore Case": {
|
40676
|
+
"variable_name": "",
|
40751
40677
|
"inUpdate": true,
|
40752
40678
|
"attr_labels": "",
|
40753
40679
|
"examples": "",
|
40754
|
-
"default_value": "",
|
40680
|
+
"default_value": "False",
|
40755
40681
|
"valid_values": "",
|
40756
|
-
"existing_element": "",
|
40757
|
-
"description": "",
|
40682
|
+
"existing_element": "ignore_case",
|
40683
|
+
"description": "If true, ignore the difference between upper and lower characters when matching the search string.",
|
40758
40684
|
"qualified_name_pattern": "",
|
40759
40685
|
"generated": false,
|
40760
|
-
"style": "
|
40686
|
+
"style": "Bool",
|
40761
40687
|
"user_specified": true,
|
40762
40688
|
"unique": false,
|
40763
40689
|
"input_required": false,
|
40764
40690
|
"isParent": false,
|
40765
40691
|
"isAnchor": false,
|
40766
|
-
"min_cardinality":
|
40692
|
+
"min_cardinality": 1,
|
40767
40693
|
"max_cardinality": 1,
|
40768
|
-
"level": "
|
40694
|
+
"level": "Basic",
|
40769
40695
|
"Journal Entry": ""
|
40770
40696
|
}
|
40771
40697
|
},
|
40772
40698
|
{
|
40773
|
-
"
|
40774
|
-
"variable_name": "
|
40699
|
+
"Page Size": {
|
40700
|
+
"variable_name": "page_size",
|
40775
40701
|
"inUpdate": true,
|
40776
40702
|
"attr_labels": "",
|
40777
40703
|
"examples": "",
|
40778
40704
|
"default_value": "",
|
40779
40705
|
"valid_values": "",
|
40780
40706
|
"existing_element": "",
|
40781
|
-
"description": "
|
40707
|
+
"description": "The number of elements returned per page.",
|
40782
40708
|
"qualified_name_pattern": "",
|
40783
40709
|
"generated": false,
|
40784
|
-
"style": "Simple",
|
40710
|
+
"style": "Simple Int",
|
40785
40711
|
"user_specified": true,
|
40786
40712
|
"unique": false,
|
40787
40713
|
"input_required": false,
|
@@ -40789,23 +40715,23 @@
|
|
40789
40715
|
"isAnchor": false,
|
40790
40716
|
"min_cardinality": 0,
|
40791
40717
|
"max_cardinality": 1,
|
40792
|
-
"level": "
|
40718
|
+
"level": "Basic",
|
40793
40719
|
"Journal Entry": ""
|
40794
40720
|
}
|
40795
40721
|
},
|
40796
40722
|
{
|
40797
|
-
"
|
40798
|
-
"variable_name": "
|
40723
|
+
"Start From": {
|
40724
|
+
"variable_name": "start_from",
|
40799
40725
|
"inUpdate": true,
|
40800
40726
|
"attr_labels": "",
|
40801
40727
|
"examples": "",
|
40802
|
-
"default_value": "",
|
40728
|
+
"default_value": "0",
|
40803
40729
|
"valid_values": "",
|
40804
40730
|
"existing_element": "",
|
40805
|
-
"description": "
|
40731
|
+
"description": "When paging through results, the starting point of the results to return.",
|
40806
40732
|
"qualified_name_pattern": "",
|
40807
40733
|
"generated": false,
|
40808
|
-
"style": "Simple",
|
40734
|
+
"style": "Simple Int",
|
40809
40735
|
"user_specified": true,
|
40810
40736
|
"unique": false,
|
40811
40737
|
"input_required": false,
|
@@ -40813,15 +40739,15 @@
|
|
40813
40739
|
"isAnchor": false,
|
40814
40740
|
"min_cardinality": 0,
|
40815
40741
|
"max_cardinality": 1,
|
40816
|
-
"level": "
|
40742
|
+
"level": "Basic",
|
40817
40743
|
"Journal Entry": ""
|
40818
40744
|
}
|
40819
40745
|
}
|
40820
40746
|
]
|
40821
40747
|
},
|
40822
|
-
"Create
|
40823
|
-
"display_name": "
|
40824
|
-
"qn_prefix": "
|
40748
|
+
"Create Project": {
|
40749
|
+
"display_name": "Project",
|
40750
|
+
"qn_prefix": "Project",
|
40825
40751
|
"alternate_names": "",
|
40826
40752
|
"family": "Project",
|
40827
40753
|
"description": "An organized set of work.",
|
@@ -41342,12 +41268,12 @@
|
|
41342
41268
|
}
|
41343
41269
|
]
|
41344
41270
|
},
|
41345
|
-
"Create
|
41346
|
-
"display_name": "
|
41347
|
-
"qn_prefix": "
|
41271
|
+
"Create Campaign": {
|
41272
|
+
"display_name": "Campaign",
|
41273
|
+
"qn_prefix": "Campaign",
|
41348
41274
|
"alternate_names": "",
|
41349
41275
|
"family": "Project",
|
41350
|
-
"description": "
|
41276
|
+
"description": "An organized set of work.",
|
41351
41277
|
"verb": "Create",
|
41352
41278
|
"upsert": true,
|
41353
41279
|
"attach": false,
|
@@ -41865,12 +41791,12 @@
|
|
41865
41791
|
}
|
41866
41792
|
]
|
41867
41793
|
},
|
41868
|
-
"Create
|
41869
|
-
"display_name": "
|
41870
|
-
"qn_prefix": "
|
41794
|
+
"Create Task": {
|
41795
|
+
"display_name": "Task",
|
41796
|
+
"qn_prefix": "Task",
|
41871
41797
|
"alternate_names": "",
|
41872
41798
|
"family": "Project",
|
41873
|
-
"description": "A
|
41799
|
+
"description": "A smaller set of work.",
|
41874
41800
|
"verb": "Create",
|
41875
41801
|
"upsert": true,
|
41876
41802
|
"attach": false,
|
@@ -42388,7 +42314,21 @@
|
|
42388
42314
|
}
|
42389
42315
|
]
|
42390
42316
|
},
|
42391
|
-
"Create
|
42317
|
+
"Create Personal Project": {
|
42318
|
+
"display_name": "Project",
|
42319
|
+
"qn_prefix": "PersonalProject",
|
42320
|
+
"alternate_names": "",
|
42321
|
+
"family": "Project",
|
42322
|
+
"description": "A personal project.",
|
42323
|
+
"verb": "Create",
|
42324
|
+
"upsert": true,
|
42325
|
+
"attach": false,
|
42326
|
+
"details": false,
|
42327
|
+
"form": false,
|
42328
|
+
"ReferenceURL": "",
|
42329
|
+
"style": "Basic",
|
42330
|
+
"level": "Basic",
|
42331
|
+
"view": false,
|
42392
42332
|
"Journal Entry": "",
|
42393
42333
|
"Attributes": [
|
42394
42334
|
{
|
@@ -42897,40 +42837,22 @@
|
|
42897
42837
|
}
|
42898
42838
|
]
|
42899
42839
|
},
|
42900
|
-
"
|
42901
|
-
"display_name": "Link Parent Project",
|
42902
|
-
"alternate_names": "Parent Project",
|
42903
|
-
"family": "Project",
|
42904
|
-
"description": "Links or unlinks a parent project and child project.",
|
42905
|
-
"verb": "Link",
|
42906
|
-
"upsert": false,
|
42907
|
-
"attach": true,
|
42908
|
-
"details": false,
|
42909
|
-
"form": false,
|
42910
|
-
"ReferenceURL": "",
|
42911
|
-
"isOwnAnchor": false,
|
42912
|
-
"parent_relationship_type_name": "",
|
42913
|
-
"parent_at_end1": true,
|
42914
|
-
"style": "",
|
42915
|
-
"anchor_scope_id": "",
|
42916
|
-
"parent_id": "",
|
42917
|
-
"level": "Basic",
|
42918
|
-
"view": false,
|
42840
|
+
"Create Study Project": {
|
42919
42841
|
"Journal Entry": "",
|
42920
42842
|
"Attributes": [
|
42921
42843
|
{
|
42922
|
-
"
|
42923
|
-
"variable_name": "
|
42844
|
+
"Display Name": {
|
42845
|
+
"variable_name": "display_name",
|
42924
42846
|
"inUpdate": true,
|
42925
|
-
"attr_labels": "
|
42847
|
+
"attr_labels": "Project; Project Name; Name",
|
42926
42848
|
"examples": "",
|
42927
42849
|
"default_value": "",
|
42928
42850
|
"valid_values": "",
|
42929
42851
|
"existing_element": "",
|
42930
|
-
"description": "The
|
42852
|
+
"description": "The name of the project to create or update.",
|
42931
42853
|
"qualified_name_pattern": "",
|
42932
42854
|
"generated": false,
|
42933
|
-
"style": "
|
42855
|
+
"style": "ID",
|
42934
42856
|
"user_specified": true,
|
42935
42857
|
"unique": false,
|
42936
42858
|
"input_required": true,
|
@@ -42943,21 +42865,45 @@
|
|
42943
42865
|
}
|
42944
42866
|
},
|
42945
42867
|
{
|
42946
|
-
"
|
42947
|
-
"variable_name": "
|
42868
|
+
"Description": {
|
42869
|
+
"variable_name": "description",
|
42948
42870
|
"inUpdate": true,
|
42949
|
-
"attr_labels": "
|
42871
|
+
"attr_labels": "",
|
42950
42872
|
"examples": "",
|
42951
42873
|
"default_value": "",
|
42952
42874
|
"valid_values": "",
|
42953
42875
|
"existing_element": "",
|
42954
|
-
"description": "
|
42876
|
+
"description": "A description of the Project.",
|
42955
42877
|
"qualified_name_pattern": "",
|
42956
42878
|
"generated": false,
|
42957
|
-
"style": "
|
42879
|
+
"style": "Simple",
|
42958
42880
|
"user_specified": true,
|
42959
42881
|
"unique": false,
|
42960
|
-
"input_required":
|
42882
|
+
"input_required": false,
|
42883
|
+
"isParent": false,
|
42884
|
+
"isAnchor": false,
|
42885
|
+
"min_cardinality": 0,
|
42886
|
+
"max_cardinality": 1,
|
42887
|
+
"level": "Basic",
|
42888
|
+
"Journal Entry": ""
|
42889
|
+
}
|
42890
|
+
},
|
42891
|
+
{
|
42892
|
+
"Project Type": {
|
42893
|
+
"variable_name": "project_type",
|
42894
|
+
"inUpdate": true,
|
42895
|
+
"attr_labels": "",
|
42896
|
+
"examples": "Campaign; Task; PersonalProject; StudyProject",
|
42897
|
+
"default_value": "",
|
42898
|
+
"valid_values": "",
|
42899
|
+
"existing_element": "",
|
42900
|
+
"description": "A string classifiying the project. Current;y supported values are Campaign, Task. PersonalProject and StudyProject.",
|
42901
|
+
"qualified_name_pattern": "",
|
42902
|
+
"generated": false,
|
42903
|
+
"style": "Simple",
|
42904
|
+
"user_specified": true,
|
42905
|
+
"unique": false,
|
42906
|
+
"input_required": false,
|
42961
42907
|
"isParent": false,
|
42962
42908
|
"isAnchor": false,
|
42963
42909
|
"min_cardinality": 1,
|
@@ -42967,15 +42913,15 @@
|
|
42967
42913
|
}
|
42968
42914
|
},
|
42969
42915
|
{
|
42970
|
-
"
|
42971
|
-
"variable_name": "
|
42916
|
+
"Category": {
|
42917
|
+
"variable_name": "category",
|
42972
42918
|
"inUpdate": true,
|
42973
42919
|
"attr_labels": "",
|
42974
42920
|
"examples": "",
|
42975
42921
|
"default_value": "",
|
42976
42922
|
"valid_values": "",
|
42977
42923
|
"existing_element": "",
|
42978
|
-
"description": "A
|
42924
|
+
"description": "A user specified category name that can be used for example, to define product types or agreement types.",
|
42979
42925
|
"qualified_name_pattern": "",
|
42980
42926
|
"generated": false,
|
42981
42927
|
"style": "Simple",
|
@@ -42991,15 +42937,15 @@
|
|
42991
42937
|
}
|
42992
42938
|
},
|
42993
42939
|
{
|
42994
|
-
"
|
42995
|
-
"variable_name": "
|
42940
|
+
"Identifier": {
|
42941
|
+
"variable_name": "project_identifier",
|
42996
42942
|
"inUpdate": true,
|
42997
42943
|
"attr_labels": "",
|
42998
|
-
"examples": "",
|
42944
|
+
"examples": "English",
|
42999
42945
|
"default_value": "",
|
43000
42946
|
"valid_values": "",
|
43001
42947
|
"existing_element": "",
|
43002
|
-
"description": "A user asigned
|
42948
|
+
"description": "A user asigned identifier.",
|
43003
42949
|
"qualified_name_pattern": "",
|
43004
42950
|
"generated": false,
|
43005
42951
|
"style": "Simple",
|
@@ -43008,93 +42954,70 @@
|
|
43008
42954
|
"input_required": false,
|
43009
42955
|
"isParent": false,
|
43010
42956
|
"isAnchor": false,
|
43011
|
-
"min_cardinality":
|
42957
|
+
"min_cardinality": 0,
|
43012
42958
|
"max_cardinality": 1,
|
43013
42959
|
"level": "Basic",
|
43014
42960
|
"Journal Entry": ""
|
43015
42961
|
}
|
43016
|
-
}
|
43017
|
-
]
|
43018
|
-
},
|
43019
|
-
"Link Project Dependency": {
|
43020
|
-
"display_name": "Link Project Dependency",
|
43021
|
-
"alternate_names": "Project Dependency",
|
43022
|
-
"family": "Project",
|
43023
|
-
"description": "Links or unlinks a project and dependent project.",
|
43024
|
-
"verb": "Link",
|
43025
|
-
"upsert": false,
|
43026
|
-
"attach": true,
|
43027
|
-
"details": false,
|
43028
|
-
"form": false,
|
43029
|
-
"ReferenceURL": "",
|
43030
|
-
"isOwnAnchor": false,
|
43031
|
-
"parent_relationship_type_name": "",
|
43032
|
-
"parent_at_end1": true,
|
43033
|
-
"style": "",
|
43034
|
-
"anchor_scope_id": "",
|
43035
|
-
"parent_id": "",
|
43036
|
-
"level": "Basic",
|
43037
|
-
"view": false,
|
43038
|
-
"Journal Entry": "",
|
43039
|
-
"Attributes": [
|
42962
|
+
},
|
43040
42963
|
{
|
43041
|
-
"
|
43042
|
-
"variable_name": "
|
42964
|
+
"Mission": {
|
42965
|
+
"variable_name": "mission",
|
43043
42966
|
"inUpdate": true,
|
43044
|
-
"attr_labels": "
|
43045
|
-
"examples": "",
|
42967
|
+
"attr_labels": "",
|
42968
|
+
"examples": "Improve Privacy",
|
43046
42969
|
"default_value": "",
|
43047
42970
|
"valid_values": "",
|
43048
42971
|
"existing_element": "",
|
43049
|
-
"description": "The
|
42972
|
+
"description": "The project mission.",
|
43050
42973
|
"qualified_name_pattern": "",
|
43051
42974
|
"generated": false,
|
43052
|
-
"style": "
|
42975
|
+
"style": "Simple",
|
43053
42976
|
"user_specified": true,
|
43054
42977
|
"unique": false,
|
43055
|
-
"input_required":
|
42978
|
+
"input_required": false,
|
43056
42979
|
"isParent": false,
|
43057
42980
|
"isAnchor": false,
|
43058
|
-
"min_cardinality":
|
42981
|
+
"min_cardinality": 0,
|
43059
42982
|
"max_cardinality": 1,
|
43060
42983
|
"level": "Basic",
|
43061
42984
|
"Journal Entry": ""
|
43062
42985
|
}
|
43063
42986
|
},
|
43064
42987
|
{
|
43065
|
-
"
|
43066
|
-
"variable_name": "
|
42988
|
+
"Purposes": {
|
42989
|
+
"variable_name": "purposes",
|
43067
42990
|
"inUpdate": true,
|
43068
|
-
"attr_labels": "
|
42991
|
+
"attr_labels": "",
|
43069
42992
|
"examples": "",
|
43070
42993
|
"default_value": "",
|
43071
42994
|
"valid_values": "",
|
43072
42995
|
"existing_element": "",
|
43073
|
-
"description": "
|
42996
|
+
"description": "A list of project purposes.",
|
43074
42997
|
"qualified_name_pattern": "",
|
43075
42998
|
"generated": false,
|
43076
|
-
"style": "
|
42999
|
+
"style": "Simple List",
|
43077
43000
|
"user_specified": true,
|
43078
43001
|
"unique": false,
|
43079
|
-
"input_required":
|
43002
|
+
"input_required": false,
|
43080
43003
|
"isParent": false,
|
43081
43004
|
"isAnchor": false,
|
43082
|
-
"min_cardinality":
|
43005
|
+
"min_cardinality": 0,
|
43083
43006
|
"max_cardinality": 1,
|
43084
43007
|
"level": "Basic",
|
43085
43008
|
"Journal Entry": ""
|
43086
43009
|
}
|
43087
43010
|
},
|
43088
43011
|
{
|
43089
|
-
"
|
43090
|
-
"variable_name": "
|
43012
|
+
"Start Date": {
|
43013
|
+
"variable_name": "start_date",
|
43091
43014
|
"inUpdate": true,
|
43092
43015
|
"attr_labels": "",
|
43093
|
-
"examples": "",
|
43016
|
+
"examples": "2025/03/03",
|
43094
43017
|
"default_value": "",
|
43095
43018
|
"valid_values": "",
|
43096
43019
|
"existing_element": "",
|
43097
|
-
"description": "
|
43020
|
+
"description": "Project start date as an ISO 8601 string.",
|
43098
43021
|
"qualified_name_pattern": "",
|
43099
43022
|
"generated": false,
|
43100
43023
|
"style": "Simple",
|
@@ -43110,15 +43033,15 @@
|
|
43110
43033
|
}
|
43111
43034
|
},
|
43112
43035
|
{
|
43113
|
-
"
|
43114
|
-
"variable_name": "
|
43036
|
+
"Planned End Date": {
|
43037
|
+
"variable_name": "end_date",
|
43115
43038
|
"inUpdate": true,
|
43116
43039
|
"attr_labels": "",
|
43117
|
-
"examples": "",
|
43040
|
+
"examples": "2025/03/03",
|
43118
43041
|
"default_value": "",
|
43119
43042
|
"valid_values": "",
|
43120
43043
|
"existing_element": "",
|
43121
|
-
"description": "
|
43044
|
+
"description": "Planned project end date as an ISO 8601 string.",
|
43122
43045
|
"qualified_name_pattern": "",
|
43123
43046
|
"generated": false,
|
43124
43047
|
"style": "Simple",
|
@@ -43127,41 +43050,46 @@
|
|
43127
43050
|
"input_required": false,
|
43128
43051
|
"isParent": false,
|
43129
43052
|
"isAnchor": false,
|
43130
|
-
"min_cardinality":
|
43053
|
+
"min_cardinality": 0,
|
43131
43054
|
"max_cardinality": 1,
|
43132
43055
|
"level": "Basic",
|
43133
43056
|
"Journal Entry": ""
|
43134
43057
|
}
|
43135
|
-
}
|
43136
|
-
]
|
43137
|
-
},
|
43138
|
-
"View Projects": {
|
43139
|
-
"display_name": "Projects",
|
43140
|
-
"qn_prefix": "",
|
43141
|
-
"alternate_names": "Project",
|
43142
|
-
"family": "Project",
|
43143
|
-
"description": "List projects based on search string.",
|
43144
|
-
"verb": "View",
|
43145
|
-
"upsert": false,
|
43146
|
-
"attach": false,
|
43147
|
-
"details": false,
|
43148
|
-
"form": false,
|
43149
|
-
"ReferenceURL": "",
|
43150
|
-
"style": "display",
|
43151
|
-
"level": "Basic",
|
43152
|
-
"view": true,
|
43153
|
-
"Journal Entry": "",
|
43154
|
-
"Attributes": [
|
43058
|
+
},
|
43155
43059
|
{
|
43156
|
-
"
|
43157
|
-
"variable_name": "",
|
43060
|
+
"Priority": {
|
43061
|
+
"variable_name": "priority",
|
43158
43062
|
"inUpdate": true,
|
43159
|
-
"attr_labels": "
|
43160
|
-
"examples": "",
|
43161
|
-
"default_value": "
|
43063
|
+
"attr_labels": "",
|
43064
|
+
"examples": "1",
|
43065
|
+
"default_value": "",
|
43162
43066
|
"valid_values": "",
|
43163
43067
|
"existing_element": "",
|
43164
|
-
"description": "An
|
43068
|
+
"description": "An integer priority for the project.",
|
43069
|
+
"qualified_name_pattern": "",
|
43070
|
+
"generated": false,
|
43071
|
+
"style": "Simple Int",
|
43072
|
+
"user_specified": true,
|
43073
|
+
"unique": false,
|
43074
|
+
"input_required": false,
|
43075
|
+
"isParent": false,
|
43076
|
+
"isAnchor": false,
|
43077
|
+
"min_cardinality": 0,
|
43078
|
+
"max_cardinality": 1,
|
43079
|
+
"level": "Basic",
|
43080
|
+
"Journal Entry": ""
|
43081
|
+
}
|
43082
|
+
},
|
43083
|
+
{
|
43084
|
+
"Project Phase": {
|
43085
|
+
"variable_name": "project_phase",
|
43086
|
+
"inUpdate": true,
|
43087
|
+
"attr_labels": "",
|
43088
|
+
"examples": "Planning",
|
43089
|
+
"default_value": "",
|
43090
|
+
"valid_values": "",
|
43091
|
+
"existing_element": "",
|
43092
|
+
"description": "A string describing the phase of the project.",
|
43165
43093
|
"qualified_name_pattern": "",
|
43166
43094
|
"generated": false,
|
43167
43095
|
"style": "Simple",
|
@@ -43177,18 +43105,18 @@
|
|
43177
43105
|
}
|
43178
43106
|
},
|
43179
43107
|
{
|
43180
|
-
"
|
43181
|
-
"variable_name": "",
|
43182
|
-
"inUpdate":
|
43183
|
-
"attr_labels": "
|
43184
|
-
"examples": "
|
43185
|
-
"default_value": "
|
43186
|
-
"valid_values": "
|
43108
|
+
"Project Status": {
|
43109
|
+
"variable_name": "project_status",
|
43110
|
+
"inUpdate": true,
|
43111
|
+
"attr_labels": "",
|
43112
|
+
"examples": "",
|
43113
|
+
"default_value": "",
|
43114
|
+
"valid_values": "",
|
43187
43115
|
"existing_element": "",
|
43188
|
-
"description": "
|
43116
|
+
"description": "A string representing the project status.",
|
43189
43117
|
"qualified_name_pattern": "",
|
43190
43118
|
"generated": false,
|
43191
|
-
"style": "
|
43119
|
+
"style": "Simple",
|
43192
43120
|
"user_specified": true,
|
43193
43121
|
"unique": false,
|
43194
43122
|
"input_required": false,
|
@@ -43201,21 +43129,21 @@
|
|
43201
43129
|
}
|
43202
43130
|
},
|
43203
43131
|
{
|
43204
|
-
"
|
43205
|
-
"variable_name": "
|
43132
|
+
"Project Health": {
|
43133
|
+
"variable_name": "project_health",
|
43206
43134
|
"inUpdate": true,
|
43207
|
-
"attr_labels": "
|
43208
|
-
"examples": "
|
43209
|
-
"default_value": "
|
43135
|
+
"attr_labels": "",
|
43136
|
+
"examples": "Green",
|
43137
|
+
"default_value": "",
|
43210
43138
|
"valid_values": "",
|
43211
43139
|
"existing_element": "",
|
43212
|
-
"description": "
|
43140
|
+
"description": "A string representing the health of the project.",
|
43213
43141
|
"qualified_name_pattern": "",
|
43214
43142
|
"generated": false,
|
43215
43143
|
"style": "Simple",
|
43216
43144
|
"user_specified": true,
|
43217
43145
|
"unique": false,
|
43218
|
-
"input_required":
|
43146
|
+
"input_required": false,
|
43219
43147
|
"isParent": false,
|
43220
43148
|
"isAnchor": false,
|
43221
43149
|
"min_cardinality": 0,
|
@@ -43225,15 +43153,63 @@
|
|
43225
43153
|
}
|
43226
43154
|
},
|
43227
43155
|
{
|
43228
|
-
"
|
43229
|
-
"variable_name": "
|
43230
|
-
"inUpdate":
|
43156
|
+
"Qualified Name": {
|
43157
|
+
"variable_name": "qualified_name",
|
43158
|
+
"inUpdate": true,
|
43231
43159
|
"attr_labels": "",
|
43160
|
+
"examples": "Glossary::Egeria-Markdown",
|
43161
|
+
"default_value": "",
|
43162
|
+
"valid_values": "",
|
43163
|
+
"existing_element": "",
|
43164
|
+
"description": "A unique qualified name for the element. Generated using the qualified name pattern if not user specified.",
|
43165
|
+
"qualified_name_pattern": "local_qualifier::namespace::Glossary:display_name::version_id",
|
43166
|
+
"generated": true,
|
43167
|
+
"style": "QN",
|
43168
|
+
"user_specified": true,
|
43169
|
+
"unique": true,
|
43170
|
+
"input_required": false,
|
43171
|
+
"isParent": false,
|
43172
|
+
"isAnchor": false,
|
43173
|
+
"min_cardinality": 1,
|
43174
|
+
"max_cardinality": 1,
|
43175
|
+
"level": "Basic",
|
43176
|
+
"Journal Entry": ""
|
43177
|
+
}
|
43178
|
+
},
|
43179
|
+
{
|
43180
|
+
"GUID": {
|
43181
|
+
"variable_name": "guid",
|
43182
|
+
"inUpdate": true,
|
43183
|
+
"attr_labels": "Guid; guid",
|
43184
|
+
"examples": "00585a82-0f7d-45ef-9b87-7078665917a9",
|
43185
|
+
"default_value": "",
|
43186
|
+
"valid_values": "",
|
43187
|
+
"existing_element": "",
|
43188
|
+
"description": "A system generated unique identifier.",
|
43189
|
+
"qualified_name_pattern": "",
|
43190
|
+
"generated": true,
|
43191
|
+
"style": "GUID",
|
43192
|
+
"user_specified": false,
|
43193
|
+
"unique": true,
|
43194
|
+
"input_required": false,
|
43195
|
+
"isParent": false,
|
43196
|
+
"isAnchor": false,
|
43197
|
+
"min_cardinality": 1,
|
43198
|
+
"max_cardinality": 1,
|
43199
|
+
"level": "Basic",
|
43200
|
+
"Journal Entry": ""
|
43201
|
+
}
|
43202
|
+
},
|
43203
|
+
{
|
43204
|
+
"Merge Update": {
|
43205
|
+
"variable_name": "merge_update",
|
43206
|
+
"inUpdate": true,
|
43207
|
+
"attr_labels": "Merge",
|
43232
43208
|
"examples": "",
|
43233
43209
|
"default_value": "True",
|
43234
43210
|
"valid_values": "",
|
43235
43211
|
"existing_element": "",
|
43236
|
-
"description": "If true,
|
43212
|
+
"description": "If true, only those attributes specified in the update will be updated; If false, any attributes not provided during the update will be set to None.",
|
43237
43213
|
"qualified_name_pattern": "",
|
43238
43214
|
"generated": false,
|
43239
43215
|
"style": "Bool",
|
@@ -43242,73 +43218,97 @@
|
|
43242
43218
|
"input_required": false,
|
43243
43219
|
"isParent": false,
|
43244
43220
|
"isAnchor": false,
|
43245
|
-
"min_cardinality":
|
43221
|
+
"min_cardinality": 0,
|
43246
43222
|
"max_cardinality": 1,
|
43247
|
-
"level": "
|
43223
|
+
"level": "Advanced",
|
43248
43224
|
"Journal Entry": ""
|
43249
43225
|
}
|
43250
43226
|
},
|
43251
43227
|
{
|
43252
|
-
"
|
43253
|
-
"variable_name": "
|
43254
|
-
"inUpdate":
|
43228
|
+
"Additional Properties": {
|
43229
|
+
"variable_name": "additional_properties",
|
43230
|
+
"inUpdate": true,
|
43255
43231
|
"attr_labels": "",
|
43256
43232
|
"examples": "",
|
43257
|
-
"default_value": "
|
43233
|
+
"default_value": "",
|
43258
43234
|
"valid_values": "",
|
43259
43235
|
"existing_element": "",
|
43260
|
-
"description": "
|
43236
|
+
"description": "Additional user defined values organized as name value pairs in a dictionary.",
|
43261
43237
|
"qualified_name_pattern": "",
|
43262
43238
|
"generated": false,
|
43263
|
-
"style": "
|
43239
|
+
"style": "Dictionary",
|
43264
43240
|
"user_specified": true,
|
43265
43241
|
"unique": false,
|
43266
43242
|
"input_required": false,
|
43267
43243
|
"isParent": false,
|
43268
43244
|
"isAnchor": false,
|
43269
|
-
"min_cardinality":
|
43270
|
-
"max_cardinality": 1,
|
43271
|
-
"level": "
|
43245
|
+
"min_cardinality": 0,
|
43246
|
+
"max_cardinality": -1,
|
43247
|
+
"level": "Advanced",
|
43272
43248
|
"Journal Entry": ""
|
43273
43249
|
}
|
43274
43250
|
},
|
43275
43251
|
{
|
43276
|
-
"
|
43277
|
-
"variable_name": "",
|
43252
|
+
"Extended Properties": {
|
43253
|
+
"variable_name": "additional_properties",
|
43278
43254
|
"inUpdate": true,
|
43279
43255
|
"attr_labels": "",
|
43280
43256
|
"examples": "",
|
43281
|
-
"default_value": "
|
43257
|
+
"default_value": "",
|
43282
43258
|
"valid_values": "",
|
43283
|
-
"existing_element": "
|
43284
|
-
"description": "
|
43259
|
+
"existing_element": "",
|
43260
|
+
"description": "Additional user defined values organized as name value pairs in a dictionary.",
|
43285
43261
|
"qualified_name_pattern": "",
|
43286
43262
|
"generated": false,
|
43287
|
-
"style": "
|
43263
|
+
"style": "Dictionary",
|
43288
43264
|
"user_specified": true,
|
43289
43265
|
"unique": false,
|
43290
43266
|
"input_required": false,
|
43291
43267
|
"isParent": false,
|
43292
43268
|
"isAnchor": false,
|
43293
|
-
"min_cardinality":
|
43269
|
+
"min_cardinality": 0,
|
43270
|
+
"max_cardinality": -1,
|
43271
|
+
"level": "Invisible",
|
43272
|
+
"Journal Entry": ""
|
43273
|
+
}
|
43274
|
+
},
|
43275
|
+
{
|
43276
|
+
"Journal Entry": {
|
43277
|
+
"variable_name": "journal_entry",
|
43278
|
+
"inUpdate": true,
|
43279
|
+
"attr_labels": "",
|
43280
|
+
"examples": "",
|
43281
|
+
"default_value": "",
|
43282
|
+
"valid_values": "",
|
43283
|
+
"existing_element": "",
|
43284
|
+
"description": "",
|
43285
|
+
"qualified_name_pattern": "",
|
43286
|
+
"generated": false,
|
43287
|
+
"style": "Simple",
|
43288
|
+
"user_specified": true,
|
43289
|
+
"unique": false,
|
43290
|
+
"input_required": false,
|
43291
|
+
"isParent": false,
|
43292
|
+
"isAnchor": false,
|
43293
|
+
"min_cardinality": 0,
|
43294
43294
|
"max_cardinality": 1,
|
43295
|
-
"level": "
|
43295
|
+
"level": "Invisible",
|
43296
43296
|
"Journal Entry": ""
|
43297
43297
|
}
|
43298
43298
|
},
|
43299
43299
|
{
|
43300
|
-
"
|
43301
|
-
"variable_name": "
|
43300
|
+
"External Source GUID": {
|
43301
|
+
"variable_name": "external_source_guid",
|
43302
43302
|
"inUpdate": true,
|
43303
43303
|
"attr_labels": "",
|
43304
43304
|
"examples": "",
|
43305
43305
|
"default_value": "",
|
43306
43306
|
"valid_values": "",
|
43307
43307
|
"existing_element": "",
|
43308
|
-
"description": "
|
43308
|
+
"description": "Identifier of an external source that is associated with this element.",
|
43309
43309
|
"qualified_name_pattern": "",
|
43310
43310
|
"generated": false,
|
43311
|
-
"style": "Simple
|
43311
|
+
"style": "Simple",
|
43312
43312
|
"user_specified": true,
|
43313
43313
|
"unique": false,
|
43314
43314
|
"input_required": false,
|
@@ -43316,23 +43316,23 @@
|
|
43316
43316
|
"isAnchor": false,
|
43317
43317
|
"min_cardinality": 0,
|
43318
43318
|
"max_cardinality": 1,
|
43319
|
-
"level": "
|
43319
|
+
"level": "Advanced",
|
43320
43320
|
"Journal Entry": ""
|
43321
43321
|
}
|
43322
43322
|
},
|
43323
43323
|
{
|
43324
|
-
"
|
43325
|
-
"variable_name": "
|
43324
|
+
"External Source Name": {
|
43325
|
+
"variable_name": "external_source_name",
|
43326
43326
|
"inUpdate": true,
|
43327
43327
|
"attr_labels": "",
|
43328
43328
|
"examples": "",
|
43329
|
-
"default_value": "
|
43329
|
+
"default_value": "",
|
43330
43330
|
"valid_values": "",
|
43331
43331
|
"existing_element": "",
|
43332
|
-
"description": "
|
43332
|
+
"description": "Name of an external element that is associated with this element.",
|
43333
43333
|
"qualified_name_pattern": "",
|
43334
43334
|
"generated": false,
|
43335
|
-
"style": "Simple
|
43335
|
+
"style": "Simple",
|
43336
43336
|
"user_specified": true,
|
43337
43337
|
"unique": false,
|
43338
43338
|
"input_required": false,
|
@@ -43340,11 +43340,12 @@
|
|
43340
43340
|
"isAnchor": false,
|
43341
43341
|
"min_cardinality": 0,
|
43342
43342
|
"max_cardinality": 1,
|
43343
|
-
"level": "
|
43343
|
+
"level": "Advanced",
|
43344
43344
|
"Journal Entry": ""
|
43345
43345
|
}
|
43346
43346
|
}
|
43347
43347
|
]
|
43348
43348
|
}
|
43349
|
+
|
43349
43350
|
}
|
43350
43351
|
}
|