@soddong/agentic-domain-artifact-standard 0.11.0
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.
- package/.tbls.yml +54 -0
- package/CHANGELOG.md +94 -0
- package/README.md +386 -0
- package/dist/database.d.ts +8 -0
- package/dist/database.d.ts.map +1 -0
- package/dist/database.js +76 -0
- package/dist/database.js.map +1 -0
- package/dist/fixtures.d.ts +11 -0
- package/dist/fixtures.d.ts.map +1 -0
- package/dist/fixtures.js +537 -0
- package/dist/fixtures.js.map +1 -0
- package/dist/index.d.ts +72 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +213 -0
- package/dist/index.js.map +1 -0
- package/dist/repositories.d.ts +46 -0
- package/dist/repositories.d.ts.map +1 -0
- package/dist/repositories.js +730 -0
- package/dist/repositories.js.map +1 -0
- package/dist/seed-apply.d.ts +20 -0
- package/dist/seed-apply.d.ts.map +1 -0
- package/dist/seed-apply.js +198 -0
- package/dist/seed-apply.js.map +1 -0
- package/dist/service.d.ts +40 -0
- package/dist/service.d.ts.map +1 -0
- package/dist/service.js +105 -0
- package/dist/service.js.map +1 -0
- package/dist/types.d.ts +499 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/docs/build.md +27 -0
- package/docs/configuration.md +5 -0
- package/docs/delivery.md +26 -0
- package/docs/operations.md +28 -0
- package/docs/publishing.md +43 -0
- package/docs/schema/generated/README.md +38 -0
- package/docs/schema/generated/artifact_standard_blueprint_nodes.md +137 -0
- package/docs/schema/generated/artifact_standard_blueprint_nodes.svg +88 -0
- package/docs/schema/generated/artifact_standard_code_groups.md +70 -0
- package/docs/schema/generated/artifact_standard_code_groups.svg +49 -0
- package/docs/schema/generated/artifact_standard_codes.md +88 -0
- package/docs/schema/generated/artifact_standard_codes.svg +49 -0
- package/docs/schema/generated/artifact_standard_component_bindings.md +118 -0
- package/docs/schema/generated/artifact_standard_component_bindings.svg +73 -0
- package/docs/schema/generated/artifact_standard_components.md +114 -0
- package/docs/schema/generated/artifact_standard_components.svg +73 -0
- package/docs/schema/generated/artifact_standard_diagram_policies.md +99 -0
- package/docs/schema/generated/artifact_standard_diagram_policies.svg +49 -0
- package/docs/schema/generated/artifact_standard_document_blueprints.md +101 -0
- package/docs/schema/generated/artifact_standard_document_blueprints.svg +128 -0
- package/docs/schema/generated/artifact_standard_document_component_relations.md +118 -0
- package/docs/schema/generated/artifact_standard_document_component_relations.svg +87 -0
- package/docs/schema/generated/artifact_standard_document_components.md +148 -0
- package/docs/schema/generated/artifact_standard_document_components.svg +139 -0
- package/docs/schema/generated/artifact_standard_figure_policies.md +99 -0
- package/docs/schema/generated/artifact_standard_figure_policies.svg +49 -0
- package/docs/schema/generated/artifact_standard_generated_output_links.md +144 -0
- package/docs/schema/generated/artifact_standard_generated_output_links.svg +57 -0
- package/docs/schema/generated/artifact_standard_physical_structure_policies.md +124 -0
- package/docs/schema/generated/artifact_standard_physical_structure_policies.svg +78 -0
- package/docs/schema/generated/artifact_standard_schema_migrations.md +52 -0
- package/docs/schema/generated/artifact_standard_schema_migrations.svg +27 -0
- package/docs/schema/generated/artifact_standard_source_mappings.md +120 -0
- package/docs/schema/generated/artifact_standard_source_mappings.svg +49 -0
- package/docs/schema/generated/artifact_standard_standards.md +102 -0
- package/docs/schema/generated/artifact_standard_standards.svg +313 -0
- package/docs/schema/generated/artifact_standard_table_column_schemas.md +147 -0
- package/docs/schema/generated/artifact_standard_table_column_schemas.svg +52 -0
- package/docs/schema/generated/artifact_standard_table_schemas.md +99 -0
- package/docs/schema/generated/artifact_standard_table_schemas.svg +71 -0
- package/docs/schema/generated/artifact_standard_template_slots.md +143 -0
- package/docs/schema/generated/artifact_standard_template_slots.svg +88 -0
- package/docs/schema/generated/artifact_standard_validation_rule_set_rules.md +128 -0
- package/docs/schema/generated/artifact_standard_validation_rule_set_rules.svg +52 -0
- package/docs/schema/generated/artifact_standard_validation_rule_sets.md +91 -0
- package/docs/schema/generated/artifact_standard_validation_rule_sets.svg +71 -0
- package/docs/schema/generated/schema.json +4230 -0
- package/docs/schema/generated/schema.mmd +327 -0
- package/docs/schema/generated/schema.svg +510 -0
- package/docs/usage.md +197 -0
- package/package.json +30 -0
- package/src/database/migrations/0001_artifact_standard_base.sql +1295 -0
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
erDiagram
|
|
2
|
+
|
|
3
|
+
"artifact_standard_codes" |o--|| "artifact_standard_code_groups" : ""
|
|
4
|
+
"artifact_standard_components" }o--|| "artifact_standard_standards" : ""
|
|
5
|
+
"artifact_standard_component_bindings" }o--|| "artifact_standard_components" : ""
|
|
6
|
+
"artifact_standard_component_bindings" }o--|| "artifact_standard_standards" : ""
|
|
7
|
+
"artifact_standard_document_blueprints" }o--|| "artifact_standard_standards" : ""
|
|
8
|
+
"artifact_standard_blueprint_nodes" }o--o| "artifact_standard_blueprint_nodes" : ""
|
|
9
|
+
"artifact_standard_blueprint_nodes" }o--|| "artifact_standard_document_blueprints" : ""
|
|
10
|
+
"artifact_standard_template_slots" }o--o| "artifact_standard_template_slots" : ""
|
|
11
|
+
"artifact_standard_template_slots" }o--o| "artifact_standard_blueprint_nodes" : ""
|
|
12
|
+
"artifact_standard_template_slots" }o--|| "artifact_standard_document_blueprints" : ""
|
|
13
|
+
"artifact_standard_document_components" }o--o| "artifact_standard_document_components" : ""
|
|
14
|
+
"artifact_standard_document_components" }o--o| "artifact_standard_document_blueprints" : ""
|
|
15
|
+
"artifact_standard_document_components" }o--|| "artifact_standard_standards" : ""
|
|
16
|
+
"artifact_standard_document_component_relations" }o--|| "artifact_standard_document_components" : ""
|
|
17
|
+
"artifact_standard_document_component_relations" }o--|| "artifact_standard_document_components" : ""
|
|
18
|
+
"artifact_standard_document_component_relations" }o--|| "artifact_standard_standards" : ""
|
|
19
|
+
"artifact_standard_physical_structure_policies" }o--o| "artifact_standard_document_components" : ""
|
|
20
|
+
"artifact_standard_physical_structure_policies" }o--|| "artifact_standard_standards" : ""
|
|
21
|
+
"artifact_standard_table_schemas" }o--|| "artifact_standard_standards" : ""
|
|
22
|
+
"artifact_standard_table_column_schemas" }o--|| "artifact_standard_table_schemas" : ""
|
|
23
|
+
"artifact_standard_figure_policies" }o--|| "artifact_standard_standards" : ""
|
|
24
|
+
"artifact_standard_diagram_policies" }o--|| "artifact_standard_standards" : ""
|
|
25
|
+
"artifact_standard_validation_rule_sets" }o--|| "artifact_standard_standards" : ""
|
|
26
|
+
"artifact_standard_validation_rule_set_rules" }o--|| "artifact_standard_validation_rule_sets" : ""
|
|
27
|
+
"artifact_standard_generated_output_links" }o--o| "artifact_standard_standards" : ""
|
|
28
|
+
"artifact_standard_generated_output_links" }o--|| "artifact_standard_standards" : ""
|
|
29
|
+
"artifact_standard_source_mappings" }o--|| "artifact_standard_standards" : ""
|
|
30
|
+
|
|
31
|
+
"artifact_standard_schema_migrations" {
|
|
32
|
+
VARCHAR_128_ migration_id ""
|
|
33
|
+
VARCHAR_256_ migration_name ""
|
|
34
|
+
DATETIME applied_at ""
|
|
35
|
+
}
|
|
36
|
+
"artifact_standard_code_groups" {
|
|
37
|
+
VARCHAR_64_ code_group_code ""
|
|
38
|
+
VARCHAR_128_ code_group_name ""
|
|
39
|
+
TEXT description ""
|
|
40
|
+
INTEGER sort_order ""
|
|
41
|
+
INTEGER is_active ""
|
|
42
|
+
DATETIME created_at ""
|
|
43
|
+
DATETIME updated_at ""
|
|
44
|
+
}
|
|
45
|
+
"artifact_standard_codes" {
|
|
46
|
+
VARCHAR_64_ code_group_code ""
|
|
47
|
+
VARCHAR_128_ code ""
|
|
48
|
+
VARCHAR_128_ code_name ""
|
|
49
|
+
TEXT description ""
|
|
50
|
+
INTEGER sort_order ""
|
|
51
|
+
INTEGER is_active ""
|
|
52
|
+
JSON metadata_json ""
|
|
53
|
+
DATETIME created_at ""
|
|
54
|
+
DATETIME updated_at ""
|
|
55
|
+
}
|
|
56
|
+
"artifact_standard_standards" {
|
|
57
|
+
CHAR_36_ artifact_standard_id ""
|
|
58
|
+
VARCHAR_128_ artifact_standard_code ""
|
|
59
|
+
VARCHAR_64_ artifact_standard_version ""
|
|
60
|
+
VARCHAR_256_ artifact_standard_name ""
|
|
61
|
+
VARCHAR_64_ standard_type_code ""
|
|
62
|
+
VARCHAR_64_ standard_status_code ""
|
|
63
|
+
TEXT purpose ""
|
|
64
|
+
TEXT description ""
|
|
65
|
+
VARCHAR_128_ owner_role_code ""
|
|
66
|
+
INTEGER is_active ""
|
|
67
|
+
DATETIME created_at ""
|
|
68
|
+
DATETIME updated_at ""
|
|
69
|
+
JSON metadata_json ""
|
|
70
|
+
}
|
|
71
|
+
"artifact_standard_components" {
|
|
72
|
+
CHAR_36_ component_id ""
|
|
73
|
+
CHAR_36_ artifact_standard_id ""
|
|
74
|
+
VARCHAR_128_ component_code ""
|
|
75
|
+
VARCHAR_64_ component_type_code ""
|
|
76
|
+
VARCHAR_256_ component_title ""
|
|
77
|
+
TEXT component_purpose ""
|
|
78
|
+
VARCHAR_64_ applicability_code ""
|
|
79
|
+
VARCHAR_64_ resource_ref_type_code ""
|
|
80
|
+
VARCHAR_1024_ resource_ref ""
|
|
81
|
+
INTEGER sort_order ""
|
|
82
|
+
INTEGER is_active ""
|
|
83
|
+
DATETIME created_at ""
|
|
84
|
+
DATETIME updated_at ""
|
|
85
|
+
JSON metadata_json ""
|
|
86
|
+
}
|
|
87
|
+
"artifact_standard_component_bindings" {
|
|
88
|
+
CHAR_36_ component_binding_id ""
|
|
89
|
+
CHAR_36_ artifact_standard_id ""
|
|
90
|
+
CHAR_36_ component_id ""
|
|
91
|
+
VARCHAR_128_ target_type_code ""
|
|
92
|
+
VARCHAR_256_ target_ref ""
|
|
93
|
+
VARCHAR_128_ binding_role_code ""
|
|
94
|
+
INTEGER priority ""
|
|
95
|
+
JSON applies_when_json ""
|
|
96
|
+
TEXT description ""
|
|
97
|
+
INTEGER is_active ""
|
|
98
|
+
DATETIME created_at ""
|
|
99
|
+
DATETIME updated_at ""
|
|
100
|
+
JSON metadata_json ""
|
|
101
|
+
}
|
|
102
|
+
"artifact_standard_document_blueprints" {
|
|
103
|
+
CHAR_36_ blueprint_id ""
|
|
104
|
+
CHAR_36_ artifact_standard_id ""
|
|
105
|
+
VARCHAR_128_ blueprint_code ""
|
|
106
|
+
VARCHAR_256_ blueprint_name ""
|
|
107
|
+
VARCHAR_128_ document_type_code ""
|
|
108
|
+
VARCHAR_128_ taxonomy_code ""
|
|
109
|
+
INTEGER default_toc_level_limit ""
|
|
110
|
+
TEXT description ""
|
|
111
|
+
DATETIME created_at ""
|
|
112
|
+
DATETIME updated_at ""
|
|
113
|
+
JSON metadata_json ""
|
|
114
|
+
}
|
|
115
|
+
"artifact_standard_blueprint_nodes" {
|
|
116
|
+
CHAR_36_ blueprint_node_id ""
|
|
117
|
+
CHAR_36_ blueprint_id ""
|
|
118
|
+
CHAR_36_ parent_blueprint_node_id ""
|
|
119
|
+
VARCHAR_128_ node_code ""
|
|
120
|
+
VARCHAR_256_ node_title ""
|
|
121
|
+
VARCHAR_64_ node_type_code ""
|
|
122
|
+
INTEGER node_level ""
|
|
123
|
+
INTEGER toc_visible ""
|
|
124
|
+
INTEGER is_required ""
|
|
125
|
+
INTEGER is_repeatable ""
|
|
126
|
+
VARCHAR_128_ repeat_context_code ""
|
|
127
|
+
VARCHAR_256_ taxonomy_ref ""
|
|
128
|
+
TEXT description ""
|
|
129
|
+
INTEGER sort_order ""
|
|
130
|
+
DATETIME created_at ""
|
|
131
|
+
DATETIME updated_at ""
|
|
132
|
+
JSON metadata_json ""
|
|
133
|
+
}
|
|
134
|
+
"artifact_standard_template_slots" {
|
|
135
|
+
CHAR_36_ template_slot_id ""
|
|
136
|
+
CHAR_36_ blueprint_id ""
|
|
137
|
+
CHAR_36_ blueprint_node_id ""
|
|
138
|
+
CHAR_36_ parent_template_slot_id ""
|
|
139
|
+
VARCHAR_128_ slot_code ""
|
|
140
|
+
VARCHAR_256_ slot_name ""
|
|
141
|
+
VARCHAR_64_ slot_type_code ""
|
|
142
|
+
VARCHAR_64_ block_type_code ""
|
|
143
|
+
INTEGER is_required ""
|
|
144
|
+
INTEGER is_repeatable ""
|
|
145
|
+
VARCHAR_128_ repeat_context_code ""
|
|
146
|
+
VARCHAR_256_ schema_ref ""
|
|
147
|
+
TEXT description ""
|
|
148
|
+
INTEGER sort_order ""
|
|
149
|
+
DATETIME created_at ""
|
|
150
|
+
DATETIME updated_at ""
|
|
151
|
+
JSON metadata_json ""
|
|
152
|
+
}
|
|
153
|
+
"artifact_standard_document_components" {
|
|
154
|
+
CHAR_36_ document_component_id ""
|
|
155
|
+
CHAR_36_ artifact_standard_id ""
|
|
156
|
+
CHAR_36_ blueprint_id ""
|
|
157
|
+
CHAR_36_ parent_document_component_id ""
|
|
158
|
+
VARCHAR_128_ document_component_code ""
|
|
159
|
+
VARCHAR_256_ document_component_name ""
|
|
160
|
+
VARCHAR_64_ component_role_code ""
|
|
161
|
+
VARCHAR_128_ component_type_code ""
|
|
162
|
+
VARCHAR_64_ representation_code ""
|
|
163
|
+
INTEGER logical_level ""
|
|
164
|
+
INTEGER is_required ""
|
|
165
|
+
INTEGER is_repeatable ""
|
|
166
|
+
INTEGER sort_order ""
|
|
167
|
+
TEXT description ""
|
|
168
|
+
DATETIME created_at ""
|
|
169
|
+
DATETIME updated_at ""
|
|
170
|
+
JSON metadata_json ""
|
|
171
|
+
}
|
|
172
|
+
"artifact_standard_document_component_relations" {
|
|
173
|
+
CHAR_36_ document_component_relation_id ""
|
|
174
|
+
CHAR_36_ artifact_standard_id ""
|
|
175
|
+
CHAR_36_ source_document_component_id ""
|
|
176
|
+
CHAR_36_ target_document_component_id ""
|
|
177
|
+
VARCHAR_64_ relation_type_code ""
|
|
178
|
+
INTEGER is_required ""
|
|
179
|
+
INTEGER sort_order ""
|
|
180
|
+
TEXT description ""
|
|
181
|
+
DATETIME created_at ""
|
|
182
|
+
DATETIME updated_at ""
|
|
183
|
+
JSON metadata_json ""
|
|
184
|
+
}
|
|
185
|
+
"artifact_standard_physical_structure_policies" {
|
|
186
|
+
CHAR_36_ physical_structure_policy_id ""
|
|
187
|
+
CHAR_36_ artifact_standard_id ""
|
|
188
|
+
CHAR_36_ document_component_id ""
|
|
189
|
+
VARCHAR_128_ policy_code ""
|
|
190
|
+
VARCHAR_256_ policy_name ""
|
|
191
|
+
VARCHAR_64_ strategy_code ""
|
|
192
|
+
VARCHAR_64_ relation_source_code ""
|
|
193
|
+
VARCHAR_1024_ path_pattern ""
|
|
194
|
+
VARCHAR_512_ naming_pattern ""
|
|
195
|
+
INTEGER is_default ""
|
|
196
|
+
TEXT description ""
|
|
197
|
+
DATETIME created_at ""
|
|
198
|
+
DATETIME updated_at ""
|
|
199
|
+
JSON metadata_json ""
|
|
200
|
+
}
|
|
201
|
+
"artifact_standard_table_schemas" {
|
|
202
|
+
CHAR_36_ table_schema_id ""
|
|
203
|
+
CHAR_36_ artifact_standard_id ""
|
|
204
|
+
VARCHAR_128_ table_schema_code ""
|
|
205
|
+
VARCHAR_256_ table_name ""
|
|
206
|
+
INTEGER caption_required ""
|
|
207
|
+
INTEGER rows_required ""
|
|
208
|
+
TEXT description ""
|
|
209
|
+
DATETIME created_at ""
|
|
210
|
+
DATETIME updated_at ""
|
|
211
|
+
JSON metadata_json ""
|
|
212
|
+
}
|
|
213
|
+
"artifact_standard_table_column_schemas" {
|
|
214
|
+
CHAR_36_ table_column_schema_id ""
|
|
215
|
+
CHAR_36_ table_schema_id ""
|
|
216
|
+
VARCHAR_128_ column_code ""
|
|
217
|
+
VARCHAR_256_ display_name ""
|
|
218
|
+
VARCHAR_64_ value_type_code ""
|
|
219
|
+
INTEGER is_required ""
|
|
220
|
+
INTEGER is_nullable ""
|
|
221
|
+
INTEGER sort_order ""
|
|
222
|
+
VARCHAR_256_ code_set_ref ""
|
|
223
|
+
VARCHAR_256_ allowed_values_ref ""
|
|
224
|
+
VARCHAR_256_ validation_rule_ref ""
|
|
225
|
+
VARCHAR_512_ pattern ""
|
|
226
|
+
DECIMAL min_value ""
|
|
227
|
+
DECIMAL max_value ""
|
|
228
|
+
INTEGER min_length ""
|
|
229
|
+
INTEGER max_length ""
|
|
230
|
+
TEXT example_value ""
|
|
231
|
+
TEXT description ""
|
|
232
|
+
DATETIME created_at ""
|
|
233
|
+
DATETIME updated_at ""
|
|
234
|
+
JSON metadata_json ""
|
|
235
|
+
}
|
|
236
|
+
"artifact_standard_figure_policies" {
|
|
237
|
+
CHAR_36_ figure_policy_id ""
|
|
238
|
+
CHAR_36_ artifact_standard_id ""
|
|
239
|
+
VARCHAR_128_ figure_policy_code ""
|
|
240
|
+
INTEGER caption_required ""
|
|
241
|
+
INTEGER source_path_required ""
|
|
242
|
+
VARCHAR_64_ visible_caption_mode_code ""
|
|
243
|
+
TEXT description ""
|
|
244
|
+
DATETIME created_at ""
|
|
245
|
+
DATETIME updated_at ""
|
|
246
|
+
JSON metadata_json ""
|
|
247
|
+
}
|
|
248
|
+
"artifact_standard_diagram_policies" {
|
|
249
|
+
CHAR_36_ diagram_policy_id ""
|
|
250
|
+
CHAR_36_ artifact_standard_id ""
|
|
251
|
+
VARCHAR_128_ diagram_policy_code ""
|
|
252
|
+
VARCHAR_64_ notation_code ""
|
|
253
|
+
INTEGER source_required ""
|
|
254
|
+
INTEGER render_output_required ""
|
|
255
|
+
TEXT description ""
|
|
256
|
+
DATETIME created_at ""
|
|
257
|
+
DATETIME updated_at ""
|
|
258
|
+
JSON metadata_json ""
|
|
259
|
+
}
|
|
260
|
+
"artifact_standard_validation_rule_sets" {
|
|
261
|
+
CHAR_36_ validation_rule_set_id ""
|
|
262
|
+
CHAR_36_ artifact_standard_id ""
|
|
263
|
+
VARCHAR_128_ rule_set_code ""
|
|
264
|
+
VARCHAR_256_ rule_set_name ""
|
|
265
|
+
VARCHAR_128_ target_domain ""
|
|
266
|
+
TEXT description ""
|
|
267
|
+
DATETIME created_at ""
|
|
268
|
+
DATETIME updated_at ""
|
|
269
|
+
JSON metadata_json ""
|
|
270
|
+
}
|
|
271
|
+
"artifact_standard_validation_rule_set_rules" {
|
|
272
|
+
CHAR_36_ validation_rule_set_rule_id ""
|
|
273
|
+
CHAR_36_ validation_rule_set_id ""
|
|
274
|
+
VARCHAR_256_ rule_id ""
|
|
275
|
+
VARCHAR_64_ validation_type_code ""
|
|
276
|
+
VARCHAR_64_ execution_mode_code ""
|
|
277
|
+
VARCHAR_64_ severity_code ""
|
|
278
|
+
VARCHAR_128_ applies_to_type_code ""
|
|
279
|
+
VARCHAR_256_ applies_to_ref ""
|
|
280
|
+
VARCHAR_256_ source_component_ref ""
|
|
281
|
+
JSON parameters_json ""
|
|
282
|
+
TEXT message ""
|
|
283
|
+
TEXT remediation ""
|
|
284
|
+
INTEGER sort_order ""
|
|
285
|
+
INTEGER is_active ""
|
|
286
|
+
DATETIME created_at ""
|
|
287
|
+
DATETIME updated_at ""
|
|
288
|
+
JSON metadata_json ""
|
|
289
|
+
}
|
|
290
|
+
"artifact_standard_generated_output_links" {
|
|
291
|
+
CHAR_36_ generated_output_link_id ""
|
|
292
|
+
VARCHAR_128_ link_code ""
|
|
293
|
+
CHAR_36_ source_artifact_standard_id ""
|
|
294
|
+
VARCHAR_128_ source_artifact_standard_code ""
|
|
295
|
+
VARCHAR_64_ source_artifact_standard_version ""
|
|
296
|
+
VARCHAR_64_ target_type_code ""
|
|
297
|
+
CHAR_36_ target_artifact_standard_id ""
|
|
298
|
+
VARCHAR_128_ target_artifact_standard_code ""
|
|
299
|
+
VARCHAR_64_ target_artifact_standard_version ""
|
|
300
|
+
VARCHAR_256_ target_output_name ""
|
|
301
|
+
VARCHAR_64_ generation_mode_code ""
|
|
302
|
+
INTEGER sort_order ""
|
|
303
|
+
TEXT description ""
|
|
304
|
+
INTEGER is_active ""
|
|
305
|
+
DATETIME created_at ""
|
|
306
|
+
DATETIME updated_at ""
|
|
307
|
+
JSON metadata_json ""
|
|
308
|
+
}
|
|
309
|
+
"artifact_standard_source_mappings" {
|
|
310
|
+
CHAR_36_ source_mapping_id ""
|
|
311
|
+
CHAR_36_ artifact_standard_id ""
|
|
312
|
+
VARCHAR_64_ source_type_code ""
|
|
313
|
+
VARCHAR_1024_ source_uri ""
|
|
314
|
+
VARCHAR_256_ source_label ""
|
|
315
|
+
VARCHAR_512_ source_section ""
|
|
316
|
+
TEXT source_fragment ""
|
|
317
|
+
VARCHAR_128_ target_type_code ""
|
|
318
|
+
VARCHAR_256_ target_ref ""
|
|
319
|
+
VARCHAR_64_ mapping_type_code ""
|
|
320
|
+
VARCHAR_64_ mapping_status_code ""
|
|
321
|
+
TEXT rationale ""
|
|
322
|
+
TEXT loss_note ""
|
|
323
|
+
TEXT follow_up_note ""
|
|
324
|
+
DATETIME created_at ""
|
|
325
|
+
DATETIME updated_at ""
|
|
326
|
+
JSON metadata_json ""
|
|
327
|
+
}
|