meadow-integration 1.0.41 → 1.0.43

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 (57) hide show
  1. package/BUILDING-AND-PUBLISHING.md +2 -2
  2. package/README.md +27 -8
  3. package/docs/README.md +1 -1
  4. package/docs/_cover.md +1 -1
  5. package/docs/_topbar.md +1 -1
  6. package/docs/_version.json +3 -3
  7. package/docs/architecture.md +14 -225
  8. package/docs/css/docuserve.css +327 -0
  9. package/docs/data-clone/diagrams/architecture-diagram.excalidraw +1756 -0
  10. package/docs/data-clone/diagrams/architecture-diagram.mmd +8 -0
  11. package/docs/data-clone/diagrams/architecture-diagram.svg +2 -0
  12. package/docs/data-clone/overview.md +2 -32
  13. package/docs/diagrams/configuration-cascade-2.excalidraw +831 -0
  14. package/docs/diagrams/configuration-cascade-2.mmd +8 -0
  15. package/docs/diagrams/configuration-cascade-2.svg +2 -0
  16. package/docs/diagrams/configuration-cascade.excalidraw +831 -0
  17. package/docs/diagrams/configuration-cascade.mmd +8 -0
  18. package/docs/diagrams/configuration-cascade.svg +2 -0
  19. package/docs/diagrams/data-synchronization-pipeline.excalidraw +3278 -0
  20. package/docs/diagrams/data-synchronization-pipeline.mmd +42 -0
  21. package/docs/diagrams/data-synchronization-pipeline.svg +2 -0
  22. package/docs/diagrams/data-transformation-pipeline.excalidraw +2929 -0
  23. package/docs/diagrams/data-transformation-pipeline.mmd +31 -0
  24. package/docs/diagrams/data-transformation-pipeline.svg +2 -0
  25. package/docs/diagrams/docker-deployment.excalidraw +1963 -0
  26. package/docs/diagrams/docker-deployment.mmd +23 -0
  27. package/docs/diagrams/docker-deployment.svg +2 -0
  28. package/docs/diagrams/high-level-system-architecture.excalidraw +5752 -0
  29. package/docs/diagrams/high-level-system-architecture.mmd +66 -0
  30. package/docs/diagrams/high-level-system-architecture.svg +2 -0
  31. package/docs/diagrams/module-structure.excalidraw +15206 -0
  32. package/docs/diagrams/module-structure.mmd +56 -0
  33. package/docs/diagrams/module-structure.svg +2 -0
  34. package/docs/diagrams/sync-mode-comparison.excalidraw +3660 -0
  35. package/docs/diagrams/sync-mode-comparison.mmd +33 -0
  36. package/docs/diagrams/sync-mode-comparison.svg +2 -0
  37. package/docs/implementation-reference.md +2 -58
  38. package/docs/index.html +2 -2
  39. package/docs/retold-catalog.json +388 -284
  40. package/docs/retold-keyword-index.json +24830 -16291
  41. package/example-applications/mapping-demo/README.md +2 -10
  42. package/example-applications/mapping-demo/diagrams/architecture.excalidraw +1866 -0
  43. package/example-applications/mapping-demo/diagrams/architecture.mmd +8 -0
  44. package/example-applications/mapping-demo/diagrams/architecture.svg +2 -0
  45. package/example-applications/mapping-demo/package.json +0 -3
  46. package/example-applications/mapping-demo/web/mapping-demo-editor.js +5 -5
  47. package/example-applications/mapping-demo/web/mapping-demo-editor.min.js +2 -2
  48. package/example-applications/mapping-demo/web/pict.min.js +2 -2
  49. package/package.json +7 -7
  50. package/source/Meadow-Integration-Engine.js +34 -0
  51. package/source/services/clone/Meadow-Service-DeleteCursorStore.js +105 -0
  52. package/source/services/clone/Meadow-Service-Sync-Entity-OngoingEventualConsistency.js +327 -92
  53. package/source/services/clone/Meadow-Service-Sync.js +2 -0
  54. package/test/Meadow-Integration-BisectionSync_test.js +15 -5
  55. package/test/Meadow-Integration-NewStrategies_test.js +15 -5
  56. package/test/Meadow-Integration-OngoingEventualConsistencyDeleteCursor_test.js +228 -0
  57. package/test/Meadow-Integration-OngoingEventualConsistencyDeleteSync_test.js +311 -0
@@ -1,287 +1,391 @@
1
1
  {
2
- "Generated": "2026-05-21T17:36:27.317Z",
3
- "GitHubOrg": "stevenvelozo",
2
+ "Generated": "2026-06-01T03:44:17.172Z",
3
+ "Mode": "module",
4
+ "GitHubOrg": "fable-retold",
4
5
  "DefaultBranch": "master",
5
- "Groups": [
6
- {
7
- "Name": ".github",
8
- "Key": ".github",
9
- "Description": "",
10
- "Modules": [
11
- {
12
- "Name": "workflows",
13
- "Repo": "workflows",
14
- "Group": ".github",
15
- "Branch": "master",
16
- "HasDocs": false,
17
- "HasCover": false,
18
- "Sidebar": [],
19
- "DocFiles": []
20
- }
21
- ]
22
- },
23
- {
24
- "Name": "Dist",
25
- "Key": "dist",
26
- "Description": "",
27
- "Modules": [
28
- {
29
- "Name": "indoctrinate_content_staging",
30
- "Repo": "indoctrinate_content_staging",
31
- "Group": "dist",
32
- "Branch": "master",
33
- "HasDocs": false,
34
- "HasCover": false,
35
- "Sidebar": [],
36
- "DocFiles": []
37
- }
38
- ]
39
- },
40
- {
41
- "Name": "Docs",
42
- "Key": "docs",
43
- "Description": "",
44
- "Modules": [
45
- {
46
- "Name": "api",
47
- "Repo": "api",
48
- "Group": "docs",
49
- "Branch": "master",
50
- "HasDocs": true,
51
- "HasCover": false,
52
- "Sidebar": [],
53
- "DocFiles": [
54
- "api/clone-rest-client.md",
55
- "api/connection-manager.md",
56
- "api/guid-map.md",
57
- "api/integration-adapter.md",
58
- "api/operation.md",
59
- "api/sync-entity-initial.md",
60
- "api/sync-entity-ongoing.md",
61
- "api/sync.md",
62
- "api/tabular-check.md",
63
- "api/tabular-transform.md"
64
- ]
65
- },
66
- {
67
- "Name": "cli",
68
- "Repo": "cli",
69
- "Group": "docs",
70
- "Branch": "master",
71
- "HasDocs": true,
72
- "HasCover": false,
73
- "Sidebar": [],
74
- "DocFiles": [
75
- "cli/comprehensionarray.md",
76
- "cli/comprehensionintersect.md",
77
- "cli/csvcheck.md",
78
- "cli/csvtransform.md",
79
- "cli/data-clone.md",
80
- "cli/jsonarraytransform.md",
81
- "cli/load-comprehension.md",
82
- "cli/objectarraytocsv.md",
83
- "cli/overview.md",
84
- "cli/serve.md",
85
- "cli/tsvtransform.md"
86
- ]
87
- },
88
- {
89
- "Name": "comprehension-push",
90
- "Repo": "comprehension-push",
91
- "Group": "docs",
92
- "Branch": "master",
93
- "HasDocs": true,
94
- "HasCover": false,
95
- "Sidebar": [],
96
- "DocFiles": [
97
- "comprehension-push/configuration.md"
98
- ]
99
- },
100
- {
101
- "Name": "data-clone",
102
- "Repo": "data-clone",
103
- "Group": "docs",
104
- "Branch": "master",
105
- "HasDocs": true,
106
- "HasCover": false,
107
- "Sidebar": [],
108
- "DocFiles": [
109
- "data-clone/configuration.md",
110
- "data-clone/connection-manager.md",
111
- "data-clone/docker.md",
112
- "data-clone/overview.md",
113
- "data-clone/sync-modes.md"
114
- ]
115
- },
116
- {
117
- "Name": "examples",
118
- "Repo": "examples",
119
- "Group": "docs",
120
- "Branch": "master",
121
- "HasDocs": true,
122
- "HasCover": false,
123
- "Sidebar": [],
124
- "DocFiles": [
125
- "examples/bookstore/.gitignore",
126
- "examples/bookstore/BookData.md",
127
- "examples/bookstore/Generate_Bookstore_Comprehension.sh",
128
- "examples/bookstore/mapping_books_BookAuthorJoin.json",
129
- "examples/bookstore/mapping_books_author.json",
130
- "examples/bookstore/mapping_books_book.json",
131
- "examples/data/books.csv",
132
- "examples/data/seattle_neighborhoods/Seattle_Data_Information.md",
133
- "examples/data/seattle_neighborhoods/housing_characteristics_Neighborhoods.csv",
134
- "examples/data/seattle_neighborhoods/housing_costs_Neighborhoods.csv",
135
- "examples/data/seattle_neighborhoods/race_ethnicity_Neighborhoods.csv",
136
- "examples/multi_set_integration/multi_set_step_by_step.md",
137
- "examples/multi_set_integration/multi_set_step_by_step_overview_diagram.excalidraw.svg",
138
- "examples/multi_set_integration/part_1_getting_data.md"
139
- ]
140
- },
141
- {
142
- "Name": "rest",
143
- "Repo": "rest",
144
- "Group": "docs",
145
- "Branch": "master",
146
- "HasDocs": true,
147
- "HasCover": false,
148
- "Sidebar": [],
149
- "DocFiles": [
150
- "rest/comprehension-push.md",
151
- "rest/comprehension.md",
152
- "rest/csv.md",
153
- "rest/entity-generation.md",
154
- "rest/json-array.md",
155
- "rest/overview.md",
156
- "rest/status.md",
157
- "rest/tsv.md"
158
- ]
159
- },
160
- {
161
- "Name": "vocabulary",
162
- "Repo": "vocabulary",
163
- "Group": "docs",
164
- "Branch": "master",
165
- "HasDocs": true,
166
- "HasCover": false,
167
- "Sidebar": [],
168
- "DocFiles": [
169
- "vocabulary/Column.md",
170
- "vocabulary/Comprehension.md",
171
- "vocabulary/Confidence.md",
172
- "vocabulary/Data Capture Date.md",
173
- "vocabulary/Data Entry Date.md",
174
- "vocabulary/Entity.md",
175
- "vocabulary/Format.md",
176
- "vocabulary/GUID.md",
177
- "vocabulary/Join.md",
178
- "vocabulary/Record.md",
179
- "vocabulary/Schema.md",
180
- "vocabulary/Set.md",
181
- "vocabulary/Snapshot.md",
182
- "vocabulary/Source.md",
183
- "vocabulary/Version.md"
184
- ]
185
- }
186
- ]
187
- },
188
- {
189
- "Name": "Example-applications",
190
- "Key": "example-applications",
191
- "Description": "",
192
- "Modules": [
193
- {
194
- "Name": "mapping-demo",
195
- "Repo": "mapping-demo",
196
- "Group": "example-applications",
197
- "Branch": "master",
198
- "HasDocs": false,
199
- "HasCover": false,
200
- "Sidebar": [],
201
- "DocFiles": []
202
- }
203
- ]
204
- },
205
- {
206
- "Name": "Examples",
207
- "Key": "examples",
208
- "Description": "",
209
- "Modules": [
210
- {
211
- "Name": "output",
212
- "Repo": "output",
213
- "Group": "examples",
214
- "Branch": "master",
215
- "HasDocs": false,
216
- "HasCover": false,
217
- "Sidebar": [],
218
- "DocFiles": []
219
- }
220
- ]
221
- },
222
- {
223
- "Name": "Source",
224
- "Key": "source",
225
- "Description": "",
226
- "Modules": [
227
- {
228
- "Name": "cli",
229
- "Repo": "cli",
230
- "Group": "source",
231
- "Branch": "master",
232
- "HasDocs": false,
233
- "HasCover": false,
234
- "Sidebar": [],
235
- "DocFiles": []
236
- },
237
- {
238
- "Name": "restserver",
239
- "Repo": "restserver",
240
- "Group": "source",
241
- "Branch": "master",
242
- "HasDocs": false,
243
- "HasCover": false,
244
- "Sidebar": [],
245
- "DocFiles": []
246
- },
247
- {
248
- "Name": "services",
249
- "Repo": "services",
250
- "Group": "source",
251
- "Branch": "master",
252
- "HasDocs": false,
253
- "HasCover": false,
254
- "Sidebar": [],
255
- "DocFiles": []
256
- },
257
- {
258
- "Name": "views",
259
- "Repo": "views",
260
- "Group": "source",
261
- "Branch": "master",
262
- "HasDocs": false,
263
- "HasCover": false,
264
- "Sidebar": [],
265
- "DocFiles": []
266
- }
267
- ]
268
- },
269
- {
270
- "Name": "Test",
271
- "Key": "test",
272
- "Description": "",
273
- "Modules": [
274
- {
275
- "Name": "data",
276
- "Repo": "data",
277
- "Group": "test",
278
- "Branch": "master",
279
- "HasDocs": false,
280
- "HasCover": false,
281
- "Sidebar": [],
282
- "DocFiles": []
283
- }
284
- ]
285
- }
286
- ]
6
+ "Module": {
7
+ "Name": "meadow-integration",
8
+ "Repo": "meadow-integration",
9
+ "Group": "",
10
+ "Branch": "master",
11
+ "HasDocs": true,
12
+ "HasCover": true,
13
+ "Sidebar": [
14
+ {
15
+ "Title": "Getting Started",
16
+ "Children": [
17
+ {
18
+ "Title": "Introduction",
19
+ "Path": "README.md"
20
+ },
21
+ {
22
+ "Title": "Quick Start",
23
+ "Path": "quickstart.md"
24
+ },
25
+ {
26
+ "Title": "Overview",
27
+ "Path": "overview.md"
28
+ }
29
+ ]
30
+ },
31
+ {
32
+ "Title": "Architecture",
33
+ "Children": [
34
+ {
35
+ "Title": "Design",
36
+ "Path": "architecture.md"
37
+ },
38
+ {
39
+ "Title": "Implementation Reference",
40
+ "Path": "implementation-reference.md"
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "Title": "Data Transformation",
46
+ "Children": [
47
+ {
48
+ "Title": "Comprehensions",
49
+ "Path": "comprehensions.md"
50
+ },
51
+ {
52
+ "Title": "Mapping Files",
53
+ "Path": "mapping-files.md"
54
+ }
55
+ ]
56
+ },
57
+ {
58
+ "Title": "Comprehension Push",
59
+ "Children": [
60
+ {
61
+ "Title": "Integration Adapter",
62
+ "Path": "integration-adapter.md"
63
+ },
64
+ {
65
+ "Title": "Push Configuration",
66
+ "Path": "comprehension-push/configuration.md"
67
+ }
68
+ ]
69
+ },
70
+ {
71
+ "Title": "Data Synchronization",
72
+ "Children": [
73
+ {
74
+ "Title": "Data Clone Overview",
75
+ "Path": "data-clone/overview.md"
76
+ },
77
+ {
78
+ "Title": "Connection Manager",
79
+ "Path": "data-clone/connection-manager.md"
80
+ },
81
+ {
82
+ "Title": "Sync Modes",
83
+ "Path": "data-clone/sync-modes.md"
84
+ },
85
+ {
86
+ "Title": "Clone Configuration",
87
+ "Path": "data-clone/configuration.md"
88
+ },
89
+ {
90
+ "Title": "Docker Deployment",
91
+ "Path": "data-clone/docker.md"
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "Title": "CLI Reference",
97
+ "Children": [
98
+ {
99
+ "Title": "CLI Overview",
100
+ "Path": "cli/overview.md"
101
+ },
102
+ {
103
+ "Title": "csvcheck",
104
+ "Path": "cli/csvcheck.md"
105
+ },
106
+ {
107
+ "Title": "csvtransform",
108
+ "Path": "cli/csvtransform.md"
109
+ },
110
+ {
111
+ "Title": "tsvtransform",
112
+ "Path": "cli/tsvtransform.md"
113
+ },
114
+ {
115
+ "Title": "jsonarraytransform",
116
+ "Path": "cli/jsonarraytransform.md"
117
+ },
118
+ {
119
+ "Title": "comprehensionintersect",
120
+ "Path": "cli/comprehensionintersect.md"
121
+ },
122
+ {
123
+ "Title": "comprehensionarray",
124
+ "Path": "cli/comprehensionarray.md"
125
+ },
126
+ {
127
+ "Title": "objectarraytocsv",
128
+ "Path": "cli/objectarraytocsv.md"
129
+ },
130
+ {
131
+ "Title": "load_comprehension",
132
+ "Path": "cli/load-comprehension.md"
133
+ },
134
+ {
135
+ "Title": "data-clone",
136
+ "Path": "cli/data-clone.md"
137
+ },
138
+ {
139
+ "Title": "serve",
140
+ "Path": "cli/serve.md"
141
+ }
142
+ ]
143
+ },
144
+ {
145
+ "Title": "REST API Reference",
146
+ "Children": [
147
+ {
148
+ "Title": "REST Overview",
149
+ "Path": "rest/overview.md"
150
+ },
151
+ {
152
+ "Title": "Status",
153
+ "Path": "rest/status.md"
154
+ },
155
+ {
156
+ "Title": "CSV Operations",
157
+ "Path": "rest/csv.md"
158
+ },
159
+ {
160
+ "Title": "TSV Operations",
161
+ "Path": "rest/tsv.md"
162
+ },
163
+ {
164
+ "Title": "JSON Array Operations",
165
+ "Path": "rest/json-array.md"
166
+ },
167
+ {
168
+ "Title": "Comprehension Operations",
169
+ "Path": "rest/comprehension.md"
170
+ },
171
+ {
172
+ "Title": "Entity Generation",
173
+ "Path": "rest/entity-generation.md"
174
+ },
175
+ {
176
+ "Title": "Comprehension Push",
177
+ "Path": "rest/comprehension-push.md"
178
+ }
179
+ ]
180
+ },
181
+ {
182
+ "Title": "API Reference",
183
+ "Children": [
184
+ {
185
+ "Title": "ConnectionManager",
186
+ "Path": "api/connection-manager.md"
187
+ },
188
+ {
189
+ "Title": "CloneRestClient",
190
+ "Path": "api/clone-rest-client.md"
191
+ },
192
+ {
193
+ "Title": "Sync",
194
+ "Path": "api/sync.md"
195
+ },
196
+ {
197
+ "Title": "SyncEntityInitial",
198
+ "Path": "api/sync-entity-initial.md"
199
+ },
200
+ {
201
+ "Title": "SyncEntityOngoing",
202
+ "Path": "api/sync-entity-ongoing.md"
203
+ },
204
+ {
205
+ "Title": "Operation",
206
+ "Path": "api/operation.md"
207
+ },
208
+ {
209
+ "Title": "IntegrationAdapter",
210
+ "Path": "api/integration-adapter.md"
211
+ },
212
+ {
213
+ "Title": "GUIDMap",
214
+ "Path": "api/guid-map.md"
215
+ },
216
+ {
217
+ "Title": "TabularCheck",
218
+ "Path": "api/tabular-check.md"
219
+ },
220
+ {
221
+ "Title": "TabularTransform",
222
+ "Path": "api/tabular-transform.md"
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "Title": "Examples",
228
+ "Children": [
229
+ {
230
+ "Title": "Examples Walkthrough",
231
+ "Path": "examples-walkthrough.md"
232
+ },
233
+ {
234
+ "Title": "Bookstore Example",
235
+ "Path": "examples/bookstore/BookData.md"
236
+ },
237
+ {
238
+ "Title": "Seattle Multi-Set",
239
+ "Path": "examples/multi_set_integration/multi_set_step_by_step.md"
240
+ }
241
+ ]
242
+ },
243
+ {
244
+ "Title": "Vocabulary",
245
+ "Children": [
246
+ {
247
+ "Title": "Comprehension",
248
+ "Path": "vocabulary/Comprehension.md"
249
+ },
250
+ {
251
+ "Title": "Entity",
252
+ "Path": "vocabulary/Entity.md"
253
+ },
254
+ {
255
+ "Title": "GUID",
256
+ "Path": "vocabulary/GUID.md"
257
+ },
258
+ {
259
+ "Title": "Schema",
260
+ "Path": "vocabulary/Schema.md"
261
+ },
262
+ {
263
+ "Title": "Set",
264
+ "Path": "vocabulary/Set.md"
265
+ },
266
+ {
267
+ "Title": "Source",
268
+ "Path": "vocabulary/Source.md"
269
+ },
270
+ {
271
+ "Title": "Column",
272
+ "Path": "vocabulary/Column.md"
273
+ },
274
+ {
275
+ "Title": "Record",
276
+ "Path": "vocabulary/Record.md"
277
+ },
278
+ {
279
+ "Title": "Format",
280
+ "Path": "vocabulary/Format.md"
281
+ },
282
+ {
283
+ "Title": "Join",
284
+ "Path": "vocabulary/Join.md"
285
+ },
286
+ {
287
+ "Title": "Snapshot",
288
+ "Path": "vocabulary/Snapshot.md"
289
+ },
290
+ {
291
+ "Title": "Version",
292
+ "Path": "vocabulary/Version.md"
293
+ },
294
+ {
295
+ "Title": "Confidence",
296
+ "Path": "vocabulary/Confidence.md"
297
+ }
298
+ ]
299
+ }
300
+ ],
301
+ "DocFiles": [
302
+ ".nojekyll",
303
+ "README.md",
304
+ "_brand.json",
305
+ "_cover.md",
306
+ "_sidebar.md",
307
+ "_topbar.md",
308
+ "_version.json",
309
+ "api/clone-rest-client.md",
310
+ "api/connection-manager.md",
311
+ "api/guid-map.md",
312
+ "api/integration-adapter.md",
313
+ "api/operation.md",
314
+ "api/sync-entity-initial.md",
315
+ "api/sync-entity-ongoing.md",
316
+ "api/sync.md",
317
+ "api/tabular-check.md",
318
+ "api/tabular-transform.md",
319
+ "architecture.md",
320
+ "cli/comprehensionarray.md",
321
+ "cli/comprehensionintersect.md",
322
+ "cli/csvcheck.md",
323
+ "cli/csvtransform.md",
324
+ "cli/data-clone.md",
325
+ "cli/jsonarraytransform.md",
326
+ "cli/load-comprehension.md",
327
+ "cli/objectarraytocsv.md",
328
+ "cli/overview.md",
329
+ "cli/serve.md",
330
+ "cli/tsvtransform.md",
331
+ "cli-reference.md",
332
+ "comprehension-push/configuration.md",
333
+ "comprehensions.md",
334
+ "css/docuserve.css",
335
+ "data-clone/configuration.md",
336
+ "data-clone/connection-manager.md",
337
+ "data-clone/docker.md",
338
+ "data-clone/overview.md",
339
+ "data-clone/sync-modes.md",
340
+ "examples/bookstore/.gitignore",
341
+ "examples/bookstore/BookData.md",
342
+ "examples/bookstore/Generate_Bookstore_Comprehension.sh",
343
+ "examples/bookstore/mapping_books_BookAuthorJoin.json",
344
+ "examples/bookstore/mapping_books_author.json",
345
+ "examples/bookstore/mapping_books_book.json",
346
+ "examples/data/books.csv",
347
+ "examples/data/seattle_neighborhoods/Seattle_Data_Information.md",
348
+ "examples/data/seattle_neighborhoods/housing_characteristics_Neighborhoods.csv",
349
+ "examples/data/seattle_neighborhoods/housing_costs_Neighborhoods.csv",
350
+ "examples/data/seattle_neighborhoods/race_ethnicity_Neighborhoods.csv",
351
+ "examples/multi_set_integration/multi_set_step_by_step.md",
352
+ "examples/multi_set_integration/multi_set_step_by_step_overview_diagram.excalidraw.svg",
353
+ "examples/multi_set_integration/part_1_getting_data.md",
354
+ "examples-walkthrough.md",
355
+ "implementation-reference.md",
356
+ "index.html",
357
+ "integration-adapter.md",
358
+ "mapping-files.md",
359
+ "overview.md",
360
+ "programmatic-api.md",
361
+ "quickstart.md",
362
+ "rest/comprehension-push.md",
363
+ "rest/comprehension.md",
364
+ "rest/csv.md",
365
+ "rest/entity-generation.md",
366
+ "rest/json-array.md",
367
+ "rest/overview.md",
368
+ "rest/status.md",
369
+ "rest/tsv.md",
370
+ "rest-api-reference.md",
371
+ "retold-catalog.json",
372
+ "retold-keyword-index.json",
373
+ "vocabulary/Column.md",
374
+ "vocabulary/Comprehension.md",
375
+ "vocabulary/Confidence.md",
376
+ "vocabulary/Data Capture Date.md",
377
+ "vocabulary/Data Entry Date.md",
378
+ "vocabulary/Entity.md",
379
+ "vocabulary/Format.md",
380
+ "vocabulary/GUID.md",
381
+ "vocabulary/Join.md",
382
+ "vocabulary/Record.md",
383
+ "vocabulary/Schema.md",
384
+ "vocabulary/Set.md",
385
+ "vocabulary/Snapshot.md",
386
+ "vocabulary/Source.md",
387
+ "vocabulary/Version.md"
388
+ ]
389
+ },
390
+ "Groups": []
287
391
  }