pyegeria 5.4.8.6__py3-none-any.whl → 5.4.8.8__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.
Files changed (49) hide show
  1. examples/Coco_config/README.md +19 -0
  2. examples/Coco_config/__init__.py +4 -0
  3. examples/Coco_config/config_cocoMDS1.py +108 -0
  4. examples/Coco_config/config_cocoMDS2.py +126 -0
  5. examples/Coco_config/config_cocoMDS3.py +109 -0
  6. examples/Coco_config/config_cocoMDS4.py +91 -0
  7. examples/Coco_config/config_cocoMDS5.py +116 -0
  8. examples/Coco_config/config_cocoMDS6.py +114 -0
  9. examples/Coco_config/config_cocoMDSx.py +119 -0
  10. examples/Coco_config/config_cocoView1.py +155 -0
  11. examples/Coco_config/config_coco_core.py +255 -0
  12. examples/Coco_config/config_coco_datalake.py +450 -0
  13. examples/Coco_config/config_exchangeDL01.py +106 -0
  14. examples/Coco_config/config_governDL01.py +80 -0
  15. examples/Coco_config/config_monitorDev01.py +60 -0
  16. examples/Coco_config/config_monitorGov01.py +194 -0
  17. examples/Coco_config/globals.py +154 -0
  18. examples/GeoSpatial Products Example.py +535 -0
  19. examples/Jupyter Notebooks/P-egeria-server-config.ipynb +2137 -0
  20. examples/Jupyter Notebooks/README.md +2 -0
  21. examples/Jupyter Notebooks/common/P-environment-check.ipynb +115 -0
  22. examples/Jupyter Notebooks/common/__init__.py +14 -0
  23. examples/Jupyter Notebooks/common/common-functions.ipynb +4694 -0
  24. examples/Jupyter Notebooks/common/environment-check.ipynb +53 -0
  25. examples/Jupyter Notebooks/common/globals.ipynb +184 -0
  26. examples/Jupyter Notebooks/common/globals.py +154 -0
  27. examples/Jupyter Notebooks/common/orig_globals.py +152 -0
  28. examples/format_sets/all_format_sets.json +910 -0
  29. examples/format_sets/custom_format_sets.json +268 -0
  30. examples/format_sets/subset_format_sets.json +187 -0
  31. examples/format_sets_save_load_example.py +294 -0
  32. examples/output_formats_example.py +193 -0
  33. md_processing/__init__.py +6 -0
  34. md_processing/data/commands.json +30640 -59579
  35. md_processing/dr_egeria.py +18 -0
  36. md_processing/md_commands/feedback_commands.py +763 -0
  37. md_processing/md_commands/project_commands.py +1 -1
  38. md_processing/md_processing_utils/md_processing_constants.py +134 -4
  39. pyegeria/__init__.py +1 -1
  40. pyegeria/_client_new.py +109 -12
  41. pyegeria/_globals.py +3 -2
  42. pyegeria/base_report_formats.py +17 -0
  43. pyegeria/format_set_executor.py +5 -2
  44. {pyegeria-5.4.8.6.dist-info → pyegeria-5.4.8.8.dist-info}/METADATA +1 -1
  45. {pyegeria-5.4.8.6.dist-info → pyegeria-5.4.8.8.dist-info}/RECORD +49 -16
  46. {pyegeria-5.4.8.6.dist-info → pyegeria-5.4.8.8.dist-info}/top_level.txt +1 -0
  47. {pyegeria-5.4.8.6.dist-info → pyegeria-5.4.8.8.dist-info}/WHEEL +0 -0
  48. {pyegeria-5.4.8.6.dist-info → pyegeria-5.4.8.8.dist-info}/entry_points.txt +0 -0
  49. {pyegeria-5.4.8.6.dist-info → pyegeria-5.4.8.8.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,910 @@
1
+ {
2
+ "Referenceable": {
3
+ "heading": "Common Attributes",
4
+ "description": "Attributes that apply to all Referenceables.",
5
+ "aliases": [],
6
+ "annotations": {},
7
+ "formats": [
8
+ {
9
+ "types": [
10
+ "ALL"
11
+ ],
12
+ "attributes": [
13
+ {
14
+ "name": "Display Name",
15
+ "key": "display_name",
16
+ "format": false
17
+ },
18
+ {
19
+ "name": "Qualified Name",
20
+ "key": "qualified_name",
21
+ "format": true
22
+ },
23
+ {
24
+ "name": "Category",
25
+ "key": "category",
26
+ "format": false
27
+ },
28
+ {
29
+ "name": "Description",
30
+ "key": "description",
31
+ "format": true
32
+ },
33
+ {
34
+ "name": "GUID",
35
+ "key": "guid",
36
+ "format": true
37
+ },
38
+ {
39
+ "name": "Metadata Collection ID",
40
+ "key": "metadata_collection_id",
41
+ "format": true
42
+ },
43
+ {
44
+ "name": "Metadata Collection Name",
45
+ "key": "metadata_collection_name",
46
+ "format": true
47
+ },
48
+ {
49
+ "name": "Version Identifier",
50
+ "key": "version_identifier",
51
+ "format": false
52
+ },
53
+ {
54
+ "name": "Classifications",
55
+ "key": "classifications",
56
+ "format": false
57
+ },
58
+ {
59
+ "name": "Additional Properties",
60
+ "key": "additional_properties",
61
+ "format": false
62
+ },
63
+ {
64
+ "name": "Created By",
65
+ "key": "created_by",
66
+ "format": false
67
+ },
68
+ {
69
+ "name": "Create Time",
70
+ "key": "create_time",
71
+ "format": false
72
+ },
73
+ {
74
+ "name": "Updated By",
75
+ "key": "updated_by",
76
+ "format": false
77
+ },
78
+ {
79
+ "name": "Update Time",
80
+ "key": "update_time",
81
+ "format": false
82
+ },
83
+ {
84
+ "name": "Effective From",
85
+ "key": "effective_from",
86
+ "format": false
87
+ },
88
+ {
89
+ "name": "Effective To",
90
+ "key": "effective_to",
91
+ "format": false
92
+ },
93
+ {
94
+ "name": "Version",
95
+ "key": "version",
96
+ "format": false
97
+ },
98
+ {
99
+ "name": "Open Metadata Type Name",
100
+ "key": "type_name",
101
+ "format": false
102
+ }
103
+ ]
104
+ }
105
+ ],
106
+ "action": null
107
+ },
108
+ "Collections": {
109
+ "heading": "Common Collection Information",
110
+ "description": "Attributes generic to all Collections.",
111
+ "aliases": [
112
+ "Collection",
113
+ "RootCollection",
114
+ "Folder",
115
+ "ReferenceList",
116
+ "HomeCollection",
117
+ "ResultSet",
118
+ "RecentAccess",
119
+ "WorkItemList",
120
+ "Namespace"
121
+ ],
122
+ "annotations": {
123
+ "wikilinks": [
124
+ "[[Commons]]"
125
+ ]
126
+ },
127
+ "formats": [
128
+ {
129
+ "types": [
130
+ "DICT"
131
+ ],
132
+ "attributes": [
133
+ {
134
+ "name": "Display Name",
135
+ "key": "display_name",
136
+ "format": false
137
+ },
138
+ {
139
+ "name": "Qualified Name",
140
+ "key": "qualified_name",
141
+ "format": true
142
+ },
143
+ {
144
+ "name": "Category",
145
+ "key": "category",
146
+ "format": false
147
+ },
148
+ {
149
+ "name": "Description",
150
+ "key": "description",
151
+ "format": true
152
+ },
153
+ {
154
+ "name": "Created By",
155
+ "key": "created_by",
156
+ "format": false
157
+ },
158
+ {
159
+ "name": "Create Time",
160
+ "key": "create_time",
161
+ "format": false
162
+ },
163
+ {
164
+ "name": "Updated By",
165
+ "key": "updated_by",
166
+ "format": false
167
+ },
168
+ {
169
+ "name": "Update Time",
170
+ "key": "update_time",
171
+ "format": false
172
+ }
173
+ ]
174
+ },
175
+ {
176
+ "types": [
177
+ "TABLE"
178
+ ],
179
+ "attributes": [
180
+ {
181
+ "name": "Display Name",
182
+ "key": "display_name",
183
+ "format": false
184
+ },
185
+ {
186
+ "name": "Qualified Name",
187
+ "key": "qualified_name",
188
+ "format": true
189
+ },
190
+ {
191
+ "name": "Category",
192
+ "key": "category",
193
+ "format": false
194
+ },
195
+ {
196
+ "name": "Description",
197
+ "key": "description",
198
+ "format": true
199
+ }
200
+ ]
201
+ },
202
+ {
203
+ "types": [
204
+ "ALL"
205
+ ],
206
+ "attributes": [
207
+ {
208
+ "name": "Display Name",
209
+ "key": "display_name",
210
+ "format": false
211
+ },
212
+ {
213
+ "name": "Qualified Name",
214
+ "key": "qualified_name",
215
+ "format": true
216
+ },
217
+ {
218
+ "name": "Category",
219
+ "key": "category",
220
+ "format": false
221
+ },
222
+ {
223
+ "name": "Description",
224
+ "key": "description",
225
+ "format": true
226
+ }
227
+ ]
228
+ }
229
+ ],
230
+ "action": [
231
+ {
232
+ "function": "CollectionManager.find_collections",
233
+ "user_params": [
234
+ "search_string"
235
+ ],
236
+ "spec_params": {}
237
+ }
238
+ ]
239
+ },
240
+ "CollectionMembers": {
241
+ "heading": "Collection Membership Information",
242
+ "description": "Attributes about all CollectionMembers.",
243
+ "aliases": [
244
+ "CollectionMember",
245
+ "Member",
246
+ "Members"
247
+ ],
248
+ "annotations": {
249
+ "wikilinks": [
250
+ "[[CollectionMembers]]"
251
+ ]
252
+ },
253
+ "formats": [
254
+ {
255
+ "types": [
256
+ "DICT"
257
+ ],
258
+ "attributes": [
259
+ {
260
+ "name": "Display Name",
261
+ "key": "display_name",
262
+ "format": false
263
+ },
264
+ {
265
+ "name": "Qualified Name",
266
+ "key": "qualified_name",
267
+ "format": true
268
+ },
269
+ {
270
+ "name": "Category",
271
+ "key": "category",
272
+ "format": false
273
+ },
274
+ {
275
+ "name": "Description",
276
+ "key": "description",
277
+ "format": true
278
+ },
279
+ {
280
+ "name": "Created By",
281
+ "key": "created_by",
282
+ "format": false
283
+ },
284
+ {
285
+ "name": "Create Time",
286
+ "key": "create_time",
287
+ "format": false
288
+ },
289
+ {
290
+ "name": "Updated By",
291
+ "key": "updated_by",
292
+ "format": false
293
+ },
294
+ {
295
+ "name": "Update Time",
296
+ "key": "update_time",
297
+ "format": false
298
+ }
299
+ ]
300
+ },
301
+ {
302
+ "types": [
303
+ "TABLE"
304
+ ],
305
+ "attributes": [
306
+ {
307
+ "name": "Display Name",
308
+ "key": "display_name",
309
+ "format": false
310
+ },
311
+ {
312
+ "name": "Qualified Name",
313
+ "key": "qualified_name",
314
+ "format": true
315
+ },
316
+ {
317
+ "name": "Category",
318
+ "key": "category",
319
+ "format": false
320
+ },
321
+ {
322
+ "name": "Description",
323
+ "key": "description",
324
+ "format": true
325
+ }
326
+ ]
327
+ }
328
+ ],
329
+ "action": [
330
+ {
331
+ "function": "CollectionManager.get_collection_members",
332
+ "user_params": [
333
+ "collection_guid"
334
+ ],
335
+ "spec_params": {
336
+ "output_format": "DICT"
337
+ }
338
+ }
339
+ ]
340
+ },
341
+ "DigitalProducts": {
342
+ "heading": "Digital Product Information",
343
+ "description": "Attributes useful to Digital Products.",
344
+ "aliases": [
345
+ "DigitalProduct",
346
+ "DataProducts"
347
+ ],
348
+ "annotations": {},
349
+ "formats": [
350
+ {
351
+ "types": [
352
+ "REPORT"
353
+ ],
354
+ "attributes": [
355
+ {
356
+ "name": "Display Name",
357
+ "key": "display_name",
358
+ "format": false
359
+ },
360
+ {
361
+ "name": "Qualified Name",
362
+ "key": "qualified_name",
363
+ "format": true
364
+ },
365
+ {
366
+ "name": "Category",
367
+ "key": "category",
368
+ "format": false
369
+ },
370
+ {
371
+ "name": "Description",
372
+ "key": "description",
373
+ "format": true
374
+ },
375
+ {
376
+ "name": "Status",
377
+ "key": "status",
378
+ "format": false
379
+ },
380
+ {
381
+ "name": "Product Name",
382
+ "key": "product_name",
383
+ "format": false
384
+ },
385
+ {
386
+ "name": "Identifier",
387
+ "key": "identifier",
388
+ "format": false
389
+ },
390
+ {
391
+ "name": "Maturity",
392
+ "key": "maturity",
393
+ "format": false
394
+ },
395
+ {
396
+ "name": "Service Life",
397
+ "key": "service_life",
398
+ "format": false
399
+ },
400
+ {
401
+ "name": "Next Version",
402
+ "key": "next_version",
403
+ "format": false
404
+ },
405
+ {
406
+ "name": "Withdraw Date",
407
+ "key": "withdraw_date",
408
+ "format": false
409
+ },
410
+ {
411
+ "name": "Members",
412
+ "key": "members",
413
+ "format": true
414
+ }
415
+ ]
416
+ }
417
+ ],
418
+ "action": [
419
+ {
420
+ "function": "CollectionManager.find_collections",
421
+ "user_params": [
422
+ "search_string"
423
+ ],
424
+ "spec_params": {
425
+ "classification_name": "DigitalProducts"
426
+ }
427
+ }
428
+ ]
429
+ },
430
+ "Agreements": {
431
+ "heading": "General Agreement Information",
432
+ "description": "Attributes generic to all Agreements.",
433
+ "aliases": [
434
+ "DataSharingAgreement"
435
+ ],
436
+ "annotations": {
437
+ "wikilinks": [
438
+ "[[Agreements]]",
439
+ "[[Egeria]]"
440
+ ]
441
+ },
442
+ "formats": [
443
+ {
444
+ "types": [
445
+ "ALL"
446
+ ],
447
+ "attributes": [
448
+ {
449
+ "name": "Display Name",
450
+ "key": "display_name",
451
+ "format": false
452
+ },
453
+ {
454
+ "name": "Qualified Name",
455
+ "key": "qualified_name",
456
+ "format": true
457
+ },
458
+ {
459
+ "name": "Category",
460
+ "key": "category",
461
+ "format": false
462
+ },
463
+ {
464
+ "name": "Description",
465
+ "key": "description",
466
+ "format": true
467
+ }
468
+ ]
469
+ }
470
+ ],
471
+ "action": null
472
+ },
473
+ "DataDictionary": {
474
+ "heading": "Data Dictionary Information",
475
+ "description": "Attributes useful to Data Dictionary.",
476
+ "aliases": [
477
+ "Data Dict",
478
+ "Data Dictionary"
479
+ ],
480
+ "annotations": {
481
+ "wikilinks": [
482
+ "[[Data Dictionary]]"
483
+ ]
484
+ },
485
+ "formats": [
486
+ {
487
+ "types": [
488
+ "ALL"
489
+ ],
490
+ "attributes": [
491
+ {
492
+ "name": "Display Name",
493
+ "key": "display_name",
494
+ "format": false
495
+ },
496
+ {
497
+ "name": "Qualified Name",
498
+ "key": "qualified_name",
499
+ "format": true
500
+ },
501
+ {
502
+ "name": "Category",
503
+ "key": "category",
504
+ "format": false
505
+ },
506
+ {
507
+ "name": "Description",
508
+ "key": "description",
509
+ "format": true
510
+ }
511
+ ]
512
+ }
513
+ ],
514
+ "action": [
515
+ {
516
+ "function": "CollectionManager.find_collections",
517
+ "user_params": [
518
+ "search_string"
519
+ ],
520
+ "spec_params": {
521
+ "classification_name": "DataDictionary"
522
+ }
523
+ }
524
+ ]
525
+ },
526
+ "Data Specification": {
527
+ "heading": "Data Specification Information",
528
+ "description": "Attributes useful to Data Specification.",
529
+ "aliases": [
530
+ "Data Spec",
531
+ "DataSpec",
532
+ "DataSpecification"
533
+ ],
534
+ "annotations": {
535
+ "wikilinks": [
536
+ "[[Data Specification]]"
537
+ ]
538
+ },
539
+ "formats": [
540
+ {
541
+ "types": [
542
+ "REPORT",
543
+ "HTML"
544
+ ],
545
+ "attributes": [
546
+ {
547
+ "name": "Display Name",
548
+ "key": "display_name",
549
+ "format": false
550
+ },
551
+ {
552
+ "name": "Qualified Name",
553
+ "key": "qualified_name",
554
+ "format": true
555
+ },
556
+ {
557
+ "name": "Category",
558
+ "key": "category",
559
+ "format": false
560
+ },
561
+ {
562
+ "name": "Description",
563
+ "key": "description",
564
+ "format": true
565
+ },
566
+ {
567
+ "name": "Mermaid",
568
+ "key": "mermaid",
569
+ "format": false
570
+ }
571
+ ]
572
+ },
573
+ {
574
+ "types": [
575
+ "MERMAID"
576
+ ],
577
+ "attributes": [
578
+ {
579
+ "name": "Display Name",
580
+ "key": "display_name",
581
+ "format": false
582
+ },
583
+ {
584
+ "name": "Mermaid",
585
+ "key": "mermaid",
586
+ "format": false
587
+ }
588
+ ]
589
+ },
590
+ {
591
+ "types": [
592
+ "ALL"
593
+ ],
594
+ "attributes": [
595
+ {
596
+ "name": "Display Name",
597
+ "key": "display_name",
598
+ "format": false
599
+ },
600
+ {
601
+ "name": "Qualified Name",
602
+ "key": "qualified_name",
603
+ "format": true
604
+ },
605
+ {
606
+ "name": "Category",
607
+ "key": "category",
608
+ "format": false
609
+ },
610
+ {
611
+ "name": "Description",
612
+ "key": "description",
613
+ "format": true
614
+ }
615
+ ]
616
+ }
617
+ ],
618
+ "action": [
619
+ {
620
+ "function": "CollectionManager.find_collections",
621
+ "user_params": [
622
+ "search_string"
623
+ ],
624
+ "spec_params": {
625
+ "classification_name": "DataSpec"
626
+ }
627
+ }
628
+ ]
629
+ },
630
+ "DataStruct": {
631
+ "heading": "Data Structure Information",
632
+ "description": "Attributes useful to Data Structures.",
633
+ "aliases": [
634
+ "Data Structure",
635
+ "DataStructures",
636
+ "Data Structures",
637
+ "Data Struct",
638
+ "DataStructure"
639
+ ],
640
+ "annotations": {
641
+ "wikilinks": [
642
+ "[[Data Structure]]"
643
+ ]
644
+ },
645
+ "formats": [
646
+ {
647
+ "types": [
648
+ "ALL"
649
+ ],
650
+ "attributes": [
651
+ {
652
+ "name": "Display Name",
653
+ "key": "display_name",
654
+ "format": false
655
+ },
656
+ {
657
+ "name": "Qualified Name",
658
+ "key": "qualified_name",
659
+ "format": true
660
+ },
661
+ {
662
+ "name": "Category",
663
+ "key": "category",
664
+ "format": false
665
+ },
666
+ {
667
+ "name": "Description",
668
+ "key": "description",
669
+ "format": true
670
+ }
671
+ ]
672
+ }
673
+ ],
674
+ "action": [
675
+ {
676
+ "function": "DataDesigner.find_data_structures",
677
+ "user_params": [
678
+ "search_string"
679
+ ],
680
+ "spec_params": {}
681
+ }
682
+ ]
683
+ },
684
+ "DataField": {
685
+ "heading": "Data Structure Information",
686
+ "description": "Attributes useful to Data Structures.",
687
+ "aliases": [
688
+ "Data Field",
689
+ "Data Fields",
690
+ "DataFields"
691
+ ],
692
+ "annotations": {
693
+ "wikilinks": [
694
+ "[[Data Field]]"
695
+ ]
696
+ },
697
+ "formats": [
698
+ {
699
+ "types": [
700
+ "ALL"
701
+ ],
702
+ "attributes": [
703
+ {
704
+ "name": "Display Name",
705
+ "key": "display_name",
706
+ "format": false
707
+ },
708
+ {
709
+ "name": "Qualified Name",
710
+ "key": "qualified_name",
711
+ "format": true
712
+ },
713
+ {
714
+ "name": "Category",
715
+ "key": "category",
716
+ "format": false
717
+ },
718
+ {
719
+ "name": "Description",
720
+ "key": "description",
721
+ "format": true
722
+ }
723
+ ]
724
+ }
725
+ ],
726
+ "action": [
727
+ {
728
+ "function": "DataDesigner.find_data_fields",
729
+ "user_params": [
730
+ "search_string"
731
+ ],
732
+ "spec_params": {}
733
+ }
734
+ ]
735
+ },
736
+ "Mandy-DataStruct": {
737
+ "heading": "Puddy Approves",
738
+ "description": "This is a tutorial on how to use a data struct description",
739
+ "aliases": [],
740
+ "annotations": {
741
+ "wikilinks": [
742
+ "[[Data Structure]]"
743
+ ]
744
+ },
745
+ "formats": [
746
+ {
747
+ "types": [
748
+ "TABLE"
749
+ ],
750
+ "attributes": [
751
+ {
752
+ "name": "Display Name",
753
+ "key": "display_name",
754
+ "format": false
755
+ },
756
+ {
757
+ "name": "Qualified Name",
758
+ "key": "qualified_name",
759
+ "format": true
760
+ },
761
+ {
762
+ "name": "Category",
763
+ "key": "category",
764
+ "format": false
765
+ },
766
+ {
767
+ "name": "Description",
768
+ "key": "description",
769
+ "format": true
770
+ },
771
+ {
772
+ "name": "GUID",
773
+ "key": "GUID",
774
+ "format": false
775
+ }
776
+ ]
777
+ },
778
+ {
779
+ "types": [
780
+ "DICT",
781
+ "LIST"
782
+ ],
783
+ "attributes": [
784
+ {
785
+ "name": "Display Name",
786
+ "key": "display_name",
787
+ "format": false
788
+ },
789
+ {
790
+ "name": "Qualified Name",
791
+ "key": "qualified_name",
792
+ "format": true
793
+ },
794
+ {
795
+ "name": "Category",
796
+ "key": "category",
797
+ "format": false
798
+ },
799
+ {
800
+ "name": "Description",
801
+ "key": "description",
802
+ "format": true
803
+ },
804
+ {
805
+ "name": "GUID",
806
+ "key": "GUID",
807
+ "format": false
808
+ }
809
+ ]
810
+ },
811
+ {
812
+ "types": [
813
+ "REPORT",
814
+ "MERMAID",
815
+ "HTML"
816
+ ],
817
+ "attributes": [
818
+ {
819
+ "name": "Display Name",
820
+ "key": "display_name",
821
+ "format": false
822
+ },
823
+ {
824
+ "name": "Mermaid",
825
+ "key": "mermaid",
826
+ "format": false
827
+ }
828
+ ]
829
+ }
830
+ ],
831
+ "action": [
832
+ {
833
+ "function": "DataDesigner.find_data_structures",
834
+ "user_params": [
835
+ "search_string"
836
+ ],
837
+ "spec_params": {
838
+ "output_format": "DICT"
839
+ }
840
+ }
841
+ ]
842
+ },
843
+ "Governance Definitions": {
844
+ "heading": "Governance-Definitions Information",
845
+ "description": "Attributes useful to Governance-Definitions.",
846
+ "aliases": [
847
+ "GovernanceDefinitions"
848
+ ],
849
+ "annotations": {
850
+ "wikilinks": [
851
+ "[[Governance]]"
852
+ ]
853
+ },
854
+ "formats": [
855
+ {
856
+ "types": [
857
+ "ALL"
858
+ ],
859
+ "attributes": [
860
+ {
861
+ "name": "Display Name",
862
+ "key": "display_name",
863
+ "format": false
864
+ },
865
+ {
866
+ "name": "Qualified Name",
867
+ "key": "qualified_name",
868
+ "format": true
869
+ },
870
+ {
871
+ "name": "Category",
872
+ "key": "category",
873
+ "format": false
874
+ },
875
+ {
876
+ "name": "Description",
877
+ "key": "description",
878
+ "format": true
879
+ },
880
+ {
881
+ "name": "Document Identifier",
882
+ "key": "document_identifier",
883
+ "format": false
884
+ },
885
+ {
886
+ "name": "Title",
887
+ "key": "title",
888
+ "format": false
889
+ },
890
+ {
891
+ "name": "Scope",
892
+ "key": "scope",
893
+ "format": false
894
+ }
895
+ ]
896
+ }
897
+ ],
898
+ "action": [
899
+ {
900
+ "function": "GovernanceOfficer.find_governance_definitions",
901
+ "user_params": [
902
+ "search_filter"
903
+ ],
904
+ "spec_params": {
905
+ "output_format": "DICT"
906
+ }
907
+ }
908
+ ]
909
+ }
910
+ }