pyegeria 5.3.9.9.7__py3-none-any.whl → 5.4.0__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 +2806 -0
- commands/cat/debug_log.2025-07-15_14-28-38_087378.zip +0 -0
- commands/cat/debug_log.2025-07-16_15-48-50_037087.zip +0 -0
- commands/cat/dr_egeria_command_help.py +273 -0
- commands/cat/dr_egeria_md.py +90 -20
- commands/cat/glossary_actions.py +2 -2
- commands/cat/list_collections.py +24 -10
- commands/cat/list_data_designer.py +183 -0
- md_processing/__init__.py +28 -5
- md_processing/data/commands.json +31474 -1096
- md_processing/dr_egeria_outbox-pycharm/.obsidian/app.json +1 -0
- md_processing/dr_egeria_outbox-pycharm/.obsidian/appearance.json +1 -0
- md_processing/dr_egeria_outbox-pycharm/.obsidian/core-plugins.json +31 -0
- md_processing/dr_egeria_outbox-pycharm/.obsidian/workspace.json +177 -0
- md_processing/dr_egeria_outbox-pycharm/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
- md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
- md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
- md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 14:27-gov_def2.md +474 -0
- md_processing/family_docs/Data Designer/Create_Data_Class.md +164 -0
- md_processing/family_docs/Data Designer/Create_Data_Dictionary.md +30 -0
- md_processing/family_docs/Data Designer/Create_Data_Field.md +162 -0
- md_processing/family_docs/Data Designer/Create_Data_Specification.md +36 -0
- md_processing/family_docs/Data Designer/Create_Data_Structure.md +38 -0
- md_processing/family_docs/Data Designer/View_Data_Classes.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Dictionaries.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Fields.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Specifications.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Structures.md +78 -0
- md_processing/family_docs/Data Designer.md +842 -0
- md_processing/family_docs/Digital Product Manager/Add_Member->Collection.md +42 -0
- md_processing/family_docs/Digital Product Manager/Attach_Collection->Resource.md +36 -0
- md_processing/family_docs/Digital Product Manager/Create_Agreement.md +96 -0
- md_processing/family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md +72 -0
- md_processing/family_docs/Digital Product Manager/Create_DigitalSubscription.md +102 -0
- md_processing/family_docs/Digital Product Manager/Create_Digital_Product.md +134 -0
- md_processing/family_docs/Digital Product Manager/Link_Agreement_Items.md +60 -0
- md_processing/family_docs/Digital Product Manager/Link_Contracts.md +26 -0
- md_processing/family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md +30 -0
- md_processing/family_docs/Digital Product Manager/Link_Subscribers.md +48 -0
- md_processing/family_docs/Digital Product Manager.md +668 -0
- md_processing/family_docs/Glossary/Attach_Category_Parent.md +18 -0
- md_processing/family_docs/Glossary/Attach_Term-Term_Relationship.md +26 -0
- md_processing/family_docs/Glossary/Create_Category.md +38 -0
- md_processing/family_docs/Glossary/Create_Glossary.md +42 -0
- md_processing/family_docs/Glossary/Create_Term.md +70 -0
- md_processing/family_docs/Glossary.md +206 -0
- md_processing/family_docs/Governance Officer/Create_Business_Imperative.md +106 -0
- md_processing/family_docs/Governance Officer/Create_Certification_Type.md +112 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Approach.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Obligation.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Principle.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Procedure.md +128 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Process.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Processing_Purpose.md +106 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Responsibility.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Rule.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Strategy.md +106 -0
- md_processing/family_docs/Governance Officer/Create_License_Type.md +112 -0
- md_processing/family_docs/Governance Officer/Create_Naming_Standard_Rule.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Regulation_Article.md +106 -0
- md_processing/family_docs/Governance Officer/Create_Regulation_Definition.md +118 -0
- md_processing/family_docs/Governance Officer/Create_Security_Access_Control.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Security_Group.md +120 -0
- md_processing/family_docs/Governance Officer/Create_Service_Level_Objectives.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Threat_Definition.md +106 -0
- md_processing/family_docs/Governance Officer/Link_Governance_Controls.md +32 -0
- md_processing/family_docs/Governance Officer/Link_Governance_Drivers.md +32 -0
- md_processing/family_docs/Governance Officer/Link_Governance_Policies.md +32 -0
- md_processing/family_docs/Governance Officer/View_Governance_Definitions.md +82 -0
- md_processing/family_docs/Governance Officer.md +2412 -0
- md_processing/family_docs/Solution Architect/Create_Information_Supply_Chain.md +70 -0
- md_processing/family_docs/Solution Architect/Create_Solution_Blueprint.md +44 -0
- md_processing/family_docs/Solution Architect/Create_Solution_Component.md +96 -0
- md_processing/family_docs/Solution Architect/Create_Solution_Role.md +66 -0
- md_processing/family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md +32 -0
- md_processing/family_docs/Solution Architect/Link_Solution_Component_Peers.md +32 -0
- md_processing/family_docs/Solution Architect/View_Information_Supply_Chains.md +32 -0
- md_processing/family_docs/Solution Architect/View_Solution_Blueprints.md +32 -0
- md_processing/family_docs/Solution Architect/View_Solution_Components.md +32 -0
- md_processing/family_docs/Solution Architect/View_Solution_Roles.md +32 -0
- md_processing/family_docs/Solution Architect.md +490 -0
- md_processing/md_commands/data_designer_commands.py +1192 -710
- md_processing/md_commands/glossary_commands.py +19 -32
- md_processing/md_commands/governance_officer_commands.py +420 -0
- md_processing/md_commands/product_manager_commands.py +1180 -0
- md_processing/md_commands/project_commands.py +5 -2
- md_processing/md_commands/solution_architect_commands.py +1140 -0
- md_processing/md_processing_utils/common_md_proc_utils.py +288 -96
- md_processing/md_processing_utils/common_md_utils.py +205 -6
- md_processing/md_processing_utils/debug_log +574 -0
- md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +2065 -0
- md_processing/md_processing_utils/extraction_utils.py +1 -1
- md_processing/md_processing_utils/generate_dr_help.py +165 -0
- md_processing/md_processing_utils/generate_md_cmd_templates.py +143 -0
- md_processing/md_processing_utils/generate_md_templates.py +92 -0
- md_processing/md_processing_utils/generated_help_terms.md +842 -0
- md_processing/md_processing_utils/md_processing_constants.py +94 -17
- pyegeria/__init__.py +1 -0
- pyegeria/_client.py +39 -1
- pyegeria/classification_manager_omvs.py +1 -1
- pyegeria/collection_manager_omvs.py +4667 -1178
- pyegeria/data_designer_omvs.py +348 -31
- pyegeria/egeria_tech_client.py +9 -25
- pyegeria/glossary_browser_omvs.py +5 -6
- pyegeria/glossary_manager_omvs.py +2 -2
- pyegeria/governance_officer_omvs.py +2367 -0
- pyegeria/output_formatter.py +157 -32
- pyegeria/solution_architect_omvs.py +5063 -1110
- pyegeria/utils.py +22 -2
- {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/METADATA +3 -1
- pyegeria-5.4.0.dist-info/RECORD +243 -0
- {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/entry_points.txt +5 -0
- commands/cat/.DS_Store +0 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +0 -696
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +0 -298
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +0 -608
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +0 -94
- md_processing/dr_egeria_inbox/archive/freddie_intro.md +0 -284
- md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +0 -275
- md_processing/dr_egeria_inbox/archive/test-term.md +0 -110
- md_processing/dr_egeria_inbox/cat_test.md +0 -100
- md_processing/dr_egeria_inbox/data_field.md +0 -54
- md_processing/dr_egeria_inbox/data_spec.md +0 -77
- md_processing/dr_egeria_inbox/data_spec_test.md +0 -2406
- md_processing/dr_egeria_inbox/data_test.md +0 -86
- md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +0 -168
- md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +0 -280
- md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +0 -313
- md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +0 -1073
- md_processing/dr_egeria_inbox/dr_egeria_isc1.md +0 -44
- md_processing/dr_egeria_inbox/glossary_test1.md +0 -324
- md_processing/dr_egeria_inbox/rel.md +0 -8
- md_processing/dr_egeria_inbox/sb.md +0 -119
- md_processing/dr_egeria_inbox/search_test.md +0 -39
- md_processing/dr_egeria_inbox/solution-components.md +0 -154
- md_processing/dr_egeria_inbox/solution_blueprints.md +0 -118
- md_processing/dr_egeria_inbox/synonym_test.md +0 -42
- md_processing/dr_egeria_inbox/t1.md +0 -0
- md_processing/dr_egeria_inbox/t2.md +0 -268
- md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +0 -94
- md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +0 -88
- md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +0 -56
- md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +0 -103
- md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +0 -94
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +0 -96
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +0 -100
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +0 -88
- md_processing/dr_egeria_outbox/processed-2025-05-19 09:26-data_test.md +0 -91
- md_processing/dr_egeria_outbox/processed-2025-05-19 10:27-data_test.md +0 -91
- md_processing/dr_egeria_outbox/processed-2025-05-19 14:04-data_test.md +0 -91
- md_processing/md_commands/blueprint_commands.py +0 -303
- pyegeria/.DS_Store +0 -0
- pyegeria/m_test.py +0 -118
- pyegeria-5.3.9.9.7.dist-info/RECORD +0 -196
- /commands/cat/{list_data_structures.py → list_data_structures_full.py} +0 -0
- {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/WHEEL +0 -0
@@ -0,0 +1,42 @@
|
|
1
|
+
# **Add Member->Collection**
|
2
|
+
> Add a member to a collection.
|
3
|
+
|
4
|
+
## **Element_Id**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: The name of the element to add to the collection.
|
8
|
+
|
9
|
+
> **Alternative Labels**: member_id
|
10
|
+
|
11
|
+
|
12
|
+
## **Collection Id**
|
13
|
+
> **Input Required**: True
|
14
|
+
|
15
|
+
> **Description**: The name of the collection to link to. There are many collection types, including Digital Products, Agreements and Subscriptions.
|
16
|
+
|
17
|
+
> **Alternative Labels**: Collection Id; Agreement Id; Subscription Id; Digital Product Id
|
18
|
+
|
19
|
+
|
20
|
+
## **Membership Rationale**
|
21
|
+
> **Input Required**: False
|
22
|
+
|
23
|
+
> **Description**: Rationale for membership.
|
24
|
+
|
25
|
+
> **Alternative Labels**: Rationale
|
26
|
+
|
27
|
+
|
28
|
+
## **Created By**
|
29
|
+
> **Input Required**: False
|
30
|
+
|
31
|
+
> **Description**: Who added the member. (currently informal string)
|
32
|
+
|
33
|
+
|
34
|
+
## **Membership Status**
|
35
|
+
> **Input Required**: False
|
36
|
+
|
37
|
+
> **Description**: The status of adding a member to a collection.
|
38
|
+
|
39
|
+
> **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
40
|
+
|
41
|
+
> **Default Value**: APPROVED
|
42
|
+
|
@@ -0,0 +1,36 @@
|
|
1
|
+
# **Attach Collection->Resource**
|
2
|
+
> Connect an existing collection to an element using the ResourceList relationship.
|
3
|
+
|
4
|
+
## **Collection**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: An element of base type collection (e.g. collection, agreement; subscription, ...)
|
8
|
+
|
9
|
+
> **Alternative Labels**: Collection Id; Agreement Id; Subscription Id
|
10
|
+
|
11
|
+
|
12
|
+
## **Resource**
|
13
|
+
> **Input Required**: True
|
14
|
+
|
15
|
+
> **Description**: The name of the resource to attach to.
|
16
|
+
|
17
|
+
|
18
|
+
## **Resource Use**
|
19
|
+
> **Input Required**: False
|
20
|
+
|
21
|
+
> **Description**: Describes the relationship between the resource and the collection.
|
22
|
+
|
23
|
+
|
24
|
+
## **Resource Description**
|
25
|
+
> **Input Required**: False
|
26
|
+
|
27
|
+
> **Description**: A description of the resource being attached.
|
28
|
+
|
29
|
+
> **Alternative Labels**: Description
|
30
|
+
|
31
|
+
|
32
|
+
## **Resource Use Properties**
|
33
|
+
> **Input Required**: False
|
34
|
+
|
35
|
+
> **Description**: A dictionary of name:value pairs describing properties of the resource use.
|
36
|
+
|
@@ -0,0 +1,96 @@
|
|
1
|
+
# **Create Agreement**
|
2
|
+
> A kind of collection that represents an Agreement. This is for generic agreements. Specific kinds of agreements have their own commands.
|
3
|
+
|
4
|
+
## **Display Name**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: Name of the agreement.
|
8
|
+
|
9
|
+
> **Alternative Labels**: Name
|
10
|
+
|
11
|
+
|
12
|
+
## **Description**
|
13
|
+
> **Input Required**: False
|
14
|
+
|
15
|
+
> **Description**: Description of the contents of the agreement.
|
16
|
+
|
17
|
+
|
18
|
+
## **Agreement Identifier**
|
19
|
+
> **Input Required**: False
|
20
|
+
|
21
|
+
> **Description**: A user specified agreement identifier.
|
22
|
+
|
23
|
+
|
24
|
+
## **Agreement Status**
|
25
|
+
> **Input Required**: False
|
26
|
+
|
27
|
+
> **Description**: The status of the agreement. There is a list of valid values that this conforms to.
|
28
|
+
|
29
|
+
> **Alternative Labels**: Initial Status
|
30
|
+
|
31
|
+
> **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
32
|
+
|
33
|
+
> **Default Value**: DRAFT
|
34
|
+
|
35
|
+
|
36
|
+
## **User Defined Status**
|
37
|
+
> **Input Required**: False
|
38
|
+
|
39
|
+
> **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
40
|
+
|
41
|
+
|
42
|
+
## **Version Identifier**
|
43
|
+
> **Input Required**: False
|
44
|
+
|
45
|
+
> **Description**: Published agreement version identifier.
|
46
|
+
|
47
|
+
|
48
|
+
## **Agreement Actors**
|
49
|
+
> **Input Required**: False
|
50
|
+
|
51
|
+
> **Description**: A list of actors with responsibilities for the agreement.
|
52
|
+
|
53
|
+
|
54
|
+
## **Restrictions**
|
55
|
+
> **Input Required**: False
|
56
|
+
|
57
|
+
> **Description**: A dictionary of property:value pairs describing restrictions.
|
58
|
+
|
59
|
+
|
60
|
+
## **Obligations**
|
61
|
+
> **Input Required**: False
|
62
|
+
|
63
|
+
> **Description**: A dictionary of property:value pairs describing obligations.
|
64
|
+
|
65
|
+
|
66
|
+
## **Entitlements**
|
67
|
+
> **Input Required**: False
|
68
|
+
|
69
|
+
> **Description**: A dictionary of property:value pairs describing entitlements.
|
70
|
+
|
71
|
+
|
72
|
+
## **Usage Measurements**
|
73
|
+
> **Input Required**: False
|
74
|
+
|
75
|
+
> **Description**: A dictionary of property:value pairs describing usage measurements.
|
76
|
+
|
77
|
+
|
78
|
+
## **Product Metrics**
|
79
|
+
> **Input Required**: False
|
80
|
+
|
81
|
+
> **Description**: A dictionary of property:value pairs describing metrics for the product/.
|
82
|
+
|
83
|
+
|
84
|
+
## **Qualified Name**
|
85
|
+
> **Input Required**: False
|
86
|
+
|
87
|
+
> **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
88
|
+
|
89
|
+
|
90
|
+
## **GUID**
|
91
|
+
> **Input Required**: False
|
92
|
+
|
93
|
+
> **Description**: A system generated unique identifier.
|
94
|
+
|
95
|
+
> **Alternative Labels**: Guid; guid
|
96
|
+
|
@@ -0,0 +1,72 @@
|
|
1
|
+
# **Create Data Sharing Agreement**
|
2
|
+
> Create a new collection with the DataSharingAgreement classification.
|
3
|
+
|
4
|
+
## **Display Name**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: Name of the agreement.
|
8
|
+
|
9
|
+
> **Alternative Labels**: Name
|
10
|
+
|
11
|
+
|
12
|
+
## **Description**
|
13
|
+
> **Input Required**: False
|
14
|
+
|
15
|
+
> **Description**: Description of the contents of the agreement.
|
16
|
+
|
17
|
+
|
18
|
+
## **Identifier**
|
19
|
+
> **Input Required**: False
|
20
|
+
|
21
|
+
> **Description**: A user specified agreement identifier.
|
22
|
+
|
23
|
+
|
24
|
+
## **Agreement Status**
|
25
|
+
> **Input Required**: False
|
26
|
+
|
27
|
+
> **Description**: The status of the digital product. There is a list of valid values that this conforms to.
|
28
|
+
|
29
|
+
> **Alternative Labels**: Status
|
30
|
+
|
31
|
+
> **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
32
|
+
|
33
|
+
> **Default Value**: DRAFT
|
34
|
+
|
35
|
+
|
36
|
+
## **User_Defined_Status**
|
37
|
+
> **Input Required**: False
|
38
|
+
|
39
|
+
> **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
40
|
+
|
41
|
+
|
42
|
+
## **Version Identifier**
|
43
|
+
> **Input Required**: False
|
44
|
+
|
45
|
+
> **Description**: Published agreement version identifier.
|
46
|
+
|
47
|
+
|
48
|
+
## **Product Manager**
|
49
|
+
> **Input Required**: False
|
50
|
+
|
51
|
+
> **Description**: An actor responsible for managing this product. Actors may be individuals, automations, etc.
|
52
|
+
|
53
|
+
|
54
|
+
## **Digital Subscriptions**
|
55
|
+
> **Input Required**: False
|
56
|
+
|
57
|
+
> **Description**:
|
58
|
+
|
59
|
+
|
60
|
+
## **Qualified Name**
|
61
|
+
> **Input Required**: False
|
62
|
+
|
63
|
+
> **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
64
|
+
|
65
|
+
|
66
|
+
## **GUID**
|
67
|
+
> **Input Required**: False
|
68
|
+
|
69
|
+
> **Description**: A system generated unique identifier.
|
70
|
+
|
71
|
+
> **Alternative Labels**: Guid; guid
|
72
|
+
|
@@ -0,0 +1,102 @@
|
|
1
|
+
# **Create DigitalSubscription**
|
2
|
+
> A type of agreement for a digital subscription.
|
3
|
+
|
4
|
+
## **Display Name**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: Name of the agreement.
|
8
|
+
|
9
|
+
> **Alternative Labels**: Name
|
10
|
+
|
11
|
+
|
12
|
+
## **Description**
|
13
|
+
> **Input Required**: False
|
14
|
+
|
15
|
+
> **Description**: Description of the contents of the agreement.
|
16
|
+
|
17
|
+
|
18
|
+
## **Identifier**
|
19
|
+
> **Input Required**: False
|
20
|
+
|
21
|
+
> **Description**: A user specified agreement identifier.
|
22
|
+
|
23
|
+
|
24
|
+
## **Product Status**
|
25
|
+
> **Input Required**: False
|
26
|
+
|
27
|
+
> **Description**: The status of the digital product. There is a list of valid values that this conforms to.
|
28
|
+
|
29
|
+
> **Alternative Labels**: Initial Status
|
30
|
+
|
31
|
+
> **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
32
|
+
|
33
|
+
> **Default Value**: DRAFT
|
34
|
+
|
35
|
+
|
36
|
+
## **User_Defined_Status**
|
37
|
+
> **Input Required**: False
|
38
|
+
|
39
|
+
> **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
40
|
+
|
41
|
+
|
42
|
+
## **Support Level**
|
43
|
+
> **Input Required**: False
|
44
|
+
|
45
|
+
> **Description**: Level of support agreed or requested.
|
46
|
+
|
47
|
+
|
48
|
+
## **Service Levels**
|
49
|
+
> **Input Required**: False
|
50
|
+
|
51
|
+
> **Description**: A dictionary of name:value pairs describing the service levels.
|
52
|
+
|
53
|
+
|
54
|
+
## **Restrictions**
|
55
|
+
> **Input Required**: False
|
56
|
+
|
57
|
+
> **Description**: A dictionary of property:value pairs describing restrictions.
|
58
|
+
|
59
|
+
|
60
|
+
## **Obligations**
|
61
|
+
> **Input Required**: False
|
62
|
+
|
63
|
+
> **Description**: A dictionary of property:value pairs describing obligations.
|
64
|
+
|
65
|
+
|
66
|
+
## **Entitlements**
|
67
|
+
> **Input Required**: False
|
68
|
+
|
69
|
+
> **Description**: A dictionary of property:value pairs describing entitlements.
|
70
|
+
|
71
|
+
|
72
|
+
## **Usage Measurements**
|
73
|
+
> **Input Required**: False
|
74
|
+
|
75
|
+
> **Description**: A dictionary of property:value pairs describing usage measurements.
|
76
|
+
|
77
|
+
|
78
|
+
## **Product Metrics**
|
79
|
+
> **Input Required**: False
|
80
|
+
|
81
|
+
> **Description**: A dictionary of property:value pairs describing metrics for the product/.
|
82
|
+
|
83
|
+
|
84
|
+
## **Version Identifier**
|
85
|
+
> **Input Required**: False
|
86
|
+
|
87
|
+
> **Description**: Published agreement version identifier.
|
88
|
+
|
89
|
+
|
90
|
+
## **Qualified Name**
|
91
|
+
> **Input Required**: False
|
92
|
+
|
93
|
+
> **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
94
|
+
|
95
|
+
|
96
|
+
## **GUID**
|
97
|
+
> **Input Required**: False
|
98
|
+
|
99
|
+
> **Description**: A system generated unique identifier.
|
100
|
+
|
101
|
+
> **Alternative Labels**: Guid; guid
|
102
|
+
|
@@ -0,0 +1,134 @@
|
|
1
|
+
# **Create Digital Product**
|
2
|
+
> A Data Dictionary is an organized and curated collection of data definitions that can serve as a reference for data professionals
|
3
|
+
|
4
|
+
## **Display Name**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: Name of the digital product
|
8
|
+
|
9
|
+
> **Alternative Labels**: Name
|
10
|
+
|
11
|
+
|
12
|
+
## **Description**
|
13
|
+
> **Input Required**: False
|
14
|
+
|
15
|
+
> **Description**: Description of the contents of a product.
|
16
|
+
|
17
|
+
|
18
|
+
## **Product Name**
|
19
|
+
> **Input Required**: False
|
20
|
+
|
21
|
+
> **Description**: The external name of the digital product.
|
22
|
+
|
23
|
+
|
24
|
+
## **Product Status**
|
25
|
+
> **Input Required**: False
|
26
|
+
|
27
|
+
> **Description**: The status of the digital product. There is a list of valid values that this conforms to.
|
28
|
+
|
29
|
+
> **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; APPROVED_CONCEPT; UNDER_DEVELOPMENT; DEVELOPMENT_COMPLETE; APPROVED_FOR_DEPLOYMENT; ACTIVE; DISABLED; DEPRECATED; OTHER
|
30
|
+
|
31
|
+
> **Default Value**: DRAFT
|
32
|
+
|
33
|
+
|
34
|
+
## **User Defined Status**
|
35
|
+
> **Input Required**: False
|
36
|
+
|
37
|
+
> **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
38
|
+
|
39
|
+
|
40
|
+
## **Product Type**
|
41
|
+
> **Input Required**: False
|
42
|
+
|
43
|
+
> **Description**: Type of product - periodic, delta, snapshot, etc
|
44
|
+
|
45
|
+
|
46
|
+
## **Product Identifier**
|
47
|
+
> **Input Required**: False
|
48
|
+
|
49
|
+
> **Description**: User specified product identifier.
|
50
|
+
|
51
|
+
|
52
|
+
## **Product Description**
|
53
|
+
> **Input Required**: False
|
54
|
+
|
55
|
+
> **Description**: Externally facing description of the product and its intended usage.
|
56
|
+
|
57
|
+
|
58
|
+
## **Maturity**
|
59
|
+
> **Input Required**: False
|
60
|
+
|
61
|
+
> **Description**: Product maturity - user defined.
|
62
|
+
|
63
|
+
|
64
|
+
## **Service Life**
|
65
|
+
> **Input Required**: False
|
66
|
+
|
67
|
+
> **Description**: Estimated service lifetime of the product.
|
68
|
+
|
69
|
+
|
70
|
+
## **Introduction Date**
|
71
|
+
> **Input Required**: False
|
72
|
+
|
73
|
+
> **Description**: Date of product introduction in ISO 8601 format. Either all of the dates (introduction, next version, withdrawal) dates need to be supplied or none of them. Otherwise an error will occur.
|
74
|
+
|
75
|
+
|
76
|
+
## **Next Version Date**
|
77
|
+
> **Input Required**: False
|
78
|
+
|
79
|
+
> **Description**: Date of the next version, in ISO 8601 format. Either all of the dates (introduction, next version, withdrawal) dates need to be supplied or none of them. Otherwise an error will occur.
|
80
|
+
|
81
|
+
|
82
|
+
## **Withdrawal Date**
|
83
|
+
> **Input Required**: False
|
84
|
+
|
85
|
+
> **Description**: Date of planned product withdrawal in ISO 8601 format. Either all of the dates (introduction, next version, withdrawal) dates need to be supplied or none of them. Otherwise an error will occur.
|
86
|
+
|
87
|
+
|
88
|
+
## **Collection Type**
|
89
|
+
> **Input Required**: False
|
90
|
+
|
91
|
+
> **Description**: A user supplied collection type. Defaults to Digital Product.
|
92
|
+
|
93
|
+
> **Default Value**: Digital Product
|
94
|
+
|
95
|
+
|
96
|
+
## **Current Version**
|
97
|
+
> **Input Required**: False
|
98
|
+
|
99
|
+
> **Description**: Published product version identifier.
|
100
|
+
|
101
|
+
> **Default Value**: 1.0
|
102
|
+
|
103
|
+
|
104
|
+
## **Product Manager**
|
105
|
+
> **Input Required**: False
|
106
|
+
|
107
|
+
> **Description**: Actors responsible for managing this product. Actors may be individuals, automations, etc.
|
108
|
+
|
109
|
+
|
110
|
+
## **Agreements**
|
111
|
+
> **Input Required**: False
|
112
|
+
|
113
|
+
> **Description**: A list of agreements associated with this product. The agreements must already exist.
|
114
|
+
|
115
|
+
|
116
|
+
## **Digital Subscriptions**
|
117
|
+
> **Input Required**: False
|
118
|
+
|
119
|
+
> **Description**:
|
120
|
+
|
121
|
+
|
122
|
+
## **Qualified Name**
|
123
|
+
> **Input Required**: False
|
124
|
+
|
125
|
+
> **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
126
|
+
|
127
|
+
|
128
|
+
## **GUID**
|
129
|
+
> **Input Required**: False
|
130
|
+
|
131
|
+
> **Description**: A system generated unique identifier.
|
132
|
+
|
133
|
+
> **Alternative Labels**: Guid; guid
|
134
|
+
|
@@ -0,0 +1,60 @@
|
|
1
|
+
# **Link Agreement Items**
|
2
|
+
> Attach or detach an agreement to an element referenced in its definition. Agreement item can be an referenced element.
|
3
|
+
|
4
|
+
## **Description**
|
5
|
+
> **Input Required**: False
|
6
|
+
|
7
|
+
> **Description**: Description of the contents of the agreement item.
|
8
|
+
|
9
|
+
|
10
|
+
## **Agreement Item Id**
|
11
|
+
> **Input Required**: False
|
12
|
+
|
13
|
+
> **Description**: A user specified agreement item identifier.
|
14
|
+
|
15
|
+
|
16
|
+
## **Agreement Start**
|
17
|
+
> **Input Required**: False
|
18
|
+
|
19
|
+
> **Description**: The start date of the agreement as an ISO 8601 string.
|
20
|
+
|
21
|
+
> **Alternative Labels**: Start Date
|
22
|
+
|
23
|
+
|
24
|
+
## **Agreement End**
|
25
|
+
> **Input Required**: False
|
26
|
+
|
27
|
+
> **Description**: The end date of the agreement as an ISO 8601 string.
|
28
|
+
|
29
|
+
> **Alternative Labels**: End Date
|
30
|
+
|
31
|
+
|
32
|
+
## **Restrictions**
|
33
|
+
> **Input Required**: False
|
34
|
+
|
35
|
+
> **Description**: A dictionary of property:value pairs describing restrictions.
|
36
|
+
|
37
|
+
|
38
|
+
## **Obligations**
|
39
|
+
> **Input Required**: False
|
40
|
+
|
41
|
+
> **Description**: A dictionary of property:value pairs describing obligations.
|
42
|
+
|
43
|
+
|
44
|
+
## **Entitlements**
|
45
|
+
> **Input Required**: False
|
46
|
+
|
47
|
+
> **Description**: A dictionary of property:value pairs describing entitlements.
|
48
|
+
|
49
|
+
|
50
|
+
## **Usage Measurements**
|
51
|
+
> **Input Required**: False
|
52
|
+
|
53
|
+
> **Description**: A dictionary of property:value pairs describing usage measurements.
|
54
|
+
|
55
|
+
|
56
|
+
## **Usage Metrics**
|
57
|
+
> **Input Required**: False
|
58
|
+
|
59
|
+
> **Description**: A dictionary of property:value pairs describing usage metrics for the agreements.
|
60
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# **Link Contracts**
|
2
|
+
> Attach or detach an agreement to an element describing the location of the contract documents.
|
3
|
+
|
4
|
+
## **Contract Id**
|
5
|
+
> **Input Required**: False
|
6
|
+
|
7
|
+
> **Description**: Contract identifier.
|
8
|
+
|
9
|
+
|
10
|
+
## **Contract Liaison**
|
11
|
+
> **Input Required**: False
|
12
|
+
|
13
|
+
> **Description**: Name of the liaison for the contract.
|
14
|
+
|
15
|
+
|
16
|
+
## **Contract Liaison Type**
|
17
|
+
> **Input Required**: False
|
18
|
+
|
19
|
+
> **Description**: type of liaison.
|
20
|
+
|
21
|
+
|
22
|
+
## **Contract Liaison Property Name**
|
23
|
+
> **Input Required**: False
|
24
|
+
|
25
|
+
> **Description**:
|
26
|
+
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# **Link Digital Product - Digital Product**
|
2
|
+
> Link digital product dependency between two digital products.
|
3
|
+
|
4
|
+
## **DigitalProduct1**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: The first product to link.
|
8
|
+
|
9
|
+
> **Alternative Labels**: Product 1
|
10
|
+
|
11
|
+
|
12
|
+
## **DigitalProduct2**
|
13
|
+
> **Input Required**: True
|
14
|
+
|
15
|
+
> **Description**: The second product to link.
|
16
|
+
|
17
|
+
> **Alternative Labels**: Product 2
|
18
|
+
|
19
|
+
|
20
|
+
## **Label**
|
21
|
+
> **Input Required**: False
|
22
|
+
|
23
|
+
> **Description**: Labels the link between two digital products.
|
24
|
+
|
25
|
+
|
26
|
+
## **Description**
|
27
|
+
> **Input Required**: False
|
28
|
+
|
29
|
+
> **Description**: A description of the link.
|
30
|
+
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# **Link Subscribers**
|
2
|
+
> Attach or detach a subscriber to a subscription. Subscriber can be any type of element.
|
3
|
+
|
4
|
+
## **Subscriber Id**
|
5
|
+
> **Input Required**: False
|
6
|
+
|
7
|
+
> **Description**: identifier of a subscriber. Initially, will let this be an arbitrary string - could harden this to a qualified name later if needed.
|
8
|
+
|
9
|
+
|
10
|
+
## **Agreement Start**
|
11
|
+
> **Input Required**: False
|
12
|
+
|
13
|
+
> **Description**: The start date of the agreement as an ISO 8601 string.
|
14
|
+
|
15
|
+
> **Alternative Labels**: Start Date
|
16
|
+
|
17
|
+
|
18
|
+
## **Agreement End**
|
19
|
+
> **Input Required**: False
|
20
|
+
|
21
|
+
> **Description**: The end date of the agreement as an ISO 8601 string.
|
22
|
+
|
23
|
+
> **Alternative Labels**: End Date
|
24
|
+
|
25
|
+
|
26
|
+
## **Restrictions**
|
27
|
+
> **Input Required**: False
|
28
|
+
|
29
|
+
> **Description**: A dictionary of property:value pairs describing restrictions.
|
30
|
+
|
31
|
+
|
32
|
+
## **Obligations**
|
33
|
+
> **Input Required**: False
|
34
|
+
|
35
|
+
> **Description**: A dictionary of property:value pairs describing obligations.
|
36
|
+
|
37
|
+
|
38
|
+
## **Entitlements**
|
39
|
+
> **Input Required**: False
|
40
|
+
|
41
|
+
> **Description**: A dictionary of property:value pairs describing entitlements.
|
42
|
+
|
43
|
+
|
44
|
+
## **Usage Measurements**
|
45
|
+
> **Input Required**: False
|
46
|
+
|
47
|
+
> **Description**: A dictionary of property:value pairs describing usage measurements.
|
48
|
+
|