@toolproof-core/schema 1.0.9 → 1.0.11

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 (67) hide show
  1. package/dist/generated/artifacts/constants.d.ts +121 -0
  2. package/dist/generated/artifacts/constants.js +121 -0
  3. package/dist/generated/artifacts/mappings.d.ts +23 -0
  4. package/dist/generated/artifacts/mappings.js +23 -0
  5. package/dist/generated/normalized/Genesis.json +117 -78
  6. package/dist/generated/resources/Genesis.json +489 -264
  7. package/dist/generated/schemas/Genesis.json +94 -61
  8. package/dist/generated/schemas/standalone/Job.json +9 -8
  9. package/dist/generated/schemas/standalone/RawStrategy.json +86 -110
  10. package/dist/generated/schemas/standalone/ResourceType.json +4 -4
  11. package/dist/generated/schemas/standalone/RunnableStrategy.json +115 -139
  12. package/dist/generated/schemas/standalone/StrategyRun.json +93 -117
  13. package/dist/generated/types/standalone/Resource_Genesis.d.ts +1 -1
  14. package/dist/generated/types/standalone/Resource_Job.d.ts +1 -1
  15. package/dist/generated/types/standalone/Resource_RawStrategy.d.ts +1 -1
  16. package/dist/generated/types/standalone/Resource_ResourceType.d.ts +1 -1
  17. package/dist/generated/types/standalone/Resource_RunnableStrategy.d.ts +1 -1
  18. package/dist/generated/types/types.d.ts +247 -239
  19. package/dist/index.d.ts +6 -3
  20. package/dist/index.js +5 -2
  21. package/dist/scripts/_lib/config.d.ts +3 -5
  22. package/dist/scripts/_lib/config.js +8 -14
  23. package/dist/scripts/generateConstantsAndMappings.d.ts +31 -0
  24. package/dist/scripts/generateConstantsAndMappings.js +243 -0
  25. package/dist/scripts/generateDependencies.js +1 -1
  26. package/dist/scripts/generateStandaloneType.js +2 -1
  27. package/dist/scripts/generateTerminals.js +2 -2
  28. package/dist/scripts/generateTypes.js +183 -5
  29. package/dist/scripts/wrapResourceTypesWithResourceShells.js +7 -3
  30. package/package.json +9 -10
  31. package/src/Genesis.json +1873 -1833
  32. package/src/generated/artifacts/constants.ts +122 -0
  33. package/src/generated/{dependencies → artifacts}/dependencyMap.json +282 -280
  34. package/src/generated/artifacts/mappings.ts +24 -0
  35. package/src/generated/{dependencies → artifacts}/terminals.json +13 -11
  36. package/src/generated/normalized/Genesis.json +1785 -1746
  37. package/src/generated/resources/Genesis.json +2833 -2608
  38. package/src/generated/schemas/Genesis.json +1348 -1315
  39. package/src/generated/schemas/standalone/Job.json +195 -194
  40. package/src/generated/schemas/standalone/RawStrategy.json +86 -110
  41. package/src/generated/schemas/standalone/ResourceType.json +106 -106
  42. package/src/generated/schemas/standalone/RunnableStrategy.json +645 -669
  43. package/src/generated/schemas/standalone/StrategyRun.json +913 -937
  44. package/src/generated/types/standalone/Resource_Genesis.d.ts +3 -3
  45. package/src/generated/types/standalone/Resource_Job.d.ts +3 -3
  46. package/src/generated/types/standalone/Resource_RawStrategy.d.ts +3 -3
  47. package/src/generated/types/standalone/Resource_ResourceType.d.ts +3 -3
  48. package/src/generated/types/standalone/Resource_RunnableStrategy.d.ts +3 -3
  49. package/src/generated/types/types.d.ts +717 -709
  50. package/src/index.ts +77 -70
  51. package/src/scripts/_lib/config.ts +207 -215
  52. package/src/scripts/extractSchemasFromResourceTypeShells.ts +261 -261
  53. package/src/scripts/generateConstantsAndMappings.ts +309 -0
  54. package/src/scripts/generateDependencies.ts +121 -121
  55. package/src/scripts/generateSchemaShims.ts +127 -127
  56. package/src/scripts/generateStandaloneSchema.ts +185 -185
  57. package/src/scripts/generateStandaloneType.ts +129 -127
  58. package/src/scripts/generateTerminals.ts +73 -73
  59. package/src/scripts/generateTypes.ts +733 -531
  60. package/src/scripts/normalizeAnchorsToPointers.ts +141 -141
  61. package/src/scripts/wrapResourceTypesWithResourceShells.ts +86 -82
  62. package/dist/generated/constants/constants.d.ts +0 -60
  63. package/dist/generated/constants/constants.js +0 -60
  64. package/dist/scripts/generateConstants.d.ts +0 -12
  65. package/dist/scripts/generateConstants.js +0 -179
  66. package/src/generated/constants/constants.ts +0 -61
  67. package/src/scripts/generateConstants.ts +0 -217
@@ -6,8 +6,10 @@
6
6
  "resourceRoleHandle": "ROLE-Genesis",
7
7
  "jobStepHandle": "JOB_STEP-Genesis"
8
8
  },
9
- "kind": "materialized",
9
+ "resourceShellKind": "materialized",
10
+ "version": 1,
10
11
  "timestamp": "2025-11-30T00:00:00.000Z",
12
+ "path": "https://schemas.toolproof.com/v1/Genesis.json",
11
13
  "nucleus": {}
12
14
  },
13
15
  "Name": {
@@ -15,10 +17,12 @@
15
17
  "resourceTypeHandle": "TYPE-ResourceType",
16
18
  "creationContext": {
17
19
  "resourceRoleHandle": "ROLE-Genesis",
18
- "jobStepHandle": "JOB_STEP-Name"
20
+ "jobStepHandle": "JOB_STEP-Genesis"
19
21
  },
20
- "kind": "materialized",
22
+ "resourceShellKind": "materialized",
23
+ "version": 1,
21
24
  "timestamp": "2025-11-30T00:00:00.000Z",
25
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Name",
22
26
  "nucleus": {
23
27
  "identity": "TYPE-Name",
24
28
  "name": "Name",
@@ -38,10 +42,12 @@
38
42
  "resourceTypeHandle": "TYPE-ResourceType",
39
43
  "creationContext": {
40
44
  "resourceRoleHandle": "ROLE-Genesis",
41
- "jobStepHandle": "JOB_STEP-NameFacet"
45
+ "jobStepHandle": "JOB_STEP-Genesis"
42
46
  },
43
- "kind": "materialized",
47
+ "resourceShellKind": "materialized",
48
+ "version": 1,
44
49
  "timestamp": "2025-11-30T00:00:00.000Z",
50
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/NameFacet",
45
51
  "nucleus": {
46
52
  "identity": "TYPE-NameFacet",
47
53
  "name": "NameFacet",
@@ -65,10 +71,12 @@
65
71
  "resourceTypeHandle": "TYPE-ResourceType",
66
72
  "creationContext": {
67
73
  "resourceRoleHandle": "ROLE-Genesis",
68
- "jobStepHandle": "JOB_STEP-Description"
74
+ "jobStepHandle": "JOB_STEP-Genesis"
69
75
  },
70
- "kind": "materialized",
76
+ "resourceShellKind": "materialized",
77
+ "version": 1,
71
78
  "timestamp": "2025-11-30T00:00:00.000Z",
79
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Description",
72
80
  "nucleus": {
73
81
  "identity": "TYPE-Description",
74
82
  "name": "Description",
@@ -87,10 +95,12 @@
87
95
  "resourceTypeHandle": "TYPE-ResourceType",
88
96
  "creationContext": {
89
97
  "resourceRoleHandle": "ROLE-Genesis",
90
- "jobStepHandle": "JOB_STEP-DescriptionFacet"
98
+ "jobStepHandle": "JOB_STEP-Genesis"
91
99
  },
92
- "kind": "materialized",
100
+ "resourceShellKind": "materialized",
101
+ "version": 1,
93
102
  "timestamp": "2025-11-30T00:00:00.000Z",
103
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/DescriptionFacet",
94
104
  "nucleus": {
95
105
  "identity": "TYPE-DescriptionFacet",
96
106
  "name": "DescriptionFacet",
@@ -114,10 +124,12 @@
114
124
  "resourceTypeHandle": "TYPE-ResourceType",
115
125
  "creationContext": {
116
126
  "resourceRoleHandle": "ROLE-Genesis",
117
- "jobStepHandle": "JOB_STEP-DocumentationFacet"
127
+ "jobStepHandle": "JOB_STEP-Genesis"
118
128
  },
119
- "kind": "materialized",
129
+ "resourceShellKind": "materialized",
130
+ "version": 1,
120
131
  "timestamp": "2025-11-30T00:00:00.000Z",
132
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/DocumentationFacet",
121
133
  "nucleus": {
122
134
  "identity": "TYPE-DocumentationFacet",
123
135
  "name": "DocumentationFacet",
@@ -141,10 +153,12 @@
141
153
  "resourceTypeHandle": "TYPE-ResourceType",
142
154
  "creationContext": {
143
155
  "resourceRoleHandle": "ROLE-Genesis",
144
- "jobStepHandle": "JOB_STEP-Uri"
156
+ "jobStepHandle": "JOB_STEP-Genesis"
145
157
  },
146
- "kind": "materialized",
158
+ "resourceShellKind": "materialized",
159
+ "version": 1,
147
160
  "timestamp": "2025-11-30T00:00:00.000Z",
161
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Uri",
148
162
  "nucleus": {
149
163
  "identity": "TYPE-Uri",
150
164
  "name": "Uri",
@@ -161,10 +175,12 @@
161
175
  "resourceTypeHandle": "TYPE-ResourceType",
162
176
  "creationContext": {
163
177
  "resourceRoleHandle": "ROLE-Genesis",
164
- "jobStepHandle": "JOB_STEP-ResourceTypeIdentity"
178
+ "jobStepHandle": "JOB_STEP-Genesis"
165
179
  },
166
- "kind": "materialized",
180
+ "resourceShellKind": "materialized",
181
+ "version": 1,
167
182
  "timestamp": "2025-11-30T00:00:00.000Z",
183
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceTypeIdentity",
168
184
  "nucleus": {
169
185
  "identity": "TYPE-ResourceTypeIdentity",
170
186
  "name": "ResourceTypeIdentity",
@@ -181,10 +197,12 @@
181
197
  "resourceTypeHandle": "TYPE-ResourceType",
182
198
  "creationContext": {
183
199
  "resourceRoleHandle": "ROLE-Genesis",
184
- "jobStepHandle": "JOB_STEP-ResourceType"
200
+ "jobStepHandle": "JOB_STEP-Genesis"
185
201
  },
186
- "kind": "materialized",
202
+ "resourceShellKind": "materialized",
203
+ "version": 1,
187
204
  "timestamp": "2025-11-30T00:00:00.000Z",
205
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceType",
188
206
  "nucleus": {
189
207
  "identity": "TYPE-ResourceType",
190
208
  "name": "ResourceType",
@@ -201,7 +219,7 @@
201
219
  "$ref": "#/$defs/ResourceTypeIdentity"
202
220
  },
203
221
  "nucleusSchema": true,
204
- "embeddingUriMap": {
222
+ "embeddingUriDict": {
205
223
  "type": "object",
206
224
  "propertyNames": {
207
225
  "type": "string",
@@ -211,9 +229,9 @@
211
229
  "$ref": "#/$defs/Uri"
212
230
  },
213
231
  "minProperties": 1,
214
- "$comment": "A ResourceType may specify a set of embedding models that convert the raw data (or one of its alternative representations) into vector embeddings. The build process enforces that the keys of this map are members of a set of predefined embedding models."
232
+ "$comment": "A ResourceType may specify a set of embedding models that convert the raw data (or one of its alternative representations) into vector embeddings. The build process enforces that the keys of this dict are members of a set of predefined embedding models."
215
233
  },
216
- "generatorUriMap": {
234
+ "generatorUriDict": {
217
235
  "type": "object",
218
236
  "propertyNames": {
219
237
  "type": "string",
@@ -223,7 +241,7 @@
223
241
  "$ref": "#/$defs/Uri"
224
242
  },
225
243
  "minProperties": 1,
226
- "$comment": "A ResourceType may specify a set of generators that generate different representations of its instances from the raw file. A ToolProof Resource is always backed by a raw file. This is also true for the Resources (of type ResourceType) defined in this file! The build process enforces that the keys of this map are members of a set of predefined generators. GENERATOR-Json is an identifier for a generator that generates JSON data from the raw file. If the raw file is a JSON file, GENERATOR-Json is an implicit identity operation (i.e. an operation that does nothing) and must not be present in the map. A ResourceType may also specify other generators, such as GENERATOR-LeanTerm, which generates an instance (or 'term' in Lean jargon) of a corresponding Lean type from the raw file. ResourceTypes that specify GENERATOR-LeanTerm must also specify a corresponding GENERATOR-LeanType. While the term-version runs when data instances enter the ecosystem, the type-version runs when the ResourceType itself enters the ecosystem."
244
+ "$comment": "A ResourceType may specify a set of generators that generate different representations of its instances from the raw file. A ToolProof Resource is always backed by a raw file. This is also true for the Resources (of type ResourceType) defined in this file! The build process enforces that the keys of this dict are members of a set of predefined generators. GENERATOR-Json is an identifier for a generator that generates JSON data from the raw file. If the raw file is a JSON file, GENERATOR-Json is an implicit identity operation (i.e. an operation that does nothing) and must not be present in the dict. A ResourceType may also specify other generators, such as GENERATOR-LeanTerm, which generates an instance (or 'term' in Lean jargon) of a corresponding Lean type from the raw file. ResourceTypes that specify GENERATOR-LeanTerm must also specify a corresponding GENERATOR-LeanType. While the term-version runs when data instances enter the ecosystem, the type-version runs when the ResourceType itself enters the ecosystem."
227
245
  }
228
246
  },
229
247
  "allOf": [
@@ -239,10 +257,12 @@
239
257
  "resourceTypeHandle": "TYPE-ResourceType",
240
258
  "creationContext": {
241
259
  "resourceRoleHandle": "ROLE-Genesis",
242
- "jobStepHandle": "JOB_STEP-ResourceRoleIdentity"
260
+ "jobStepHandle": "JOB_STEP-Genesis"
243
261
  },
244
- "kind": "materialized",
262
+ "resourceShellKind": "materialized",
263
+ "version": 1,
245
264
  "timestamp": "2025-11-30T00:00:00.000Z",
265
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceRoleIdentity",
246
266
  "nucleus": {
247
267
  "identity": "TYPE-ResourceRoleIdentity",
248
268
  "name": "ResourceRoleIdentity",
@@ -259,10 +279,12 @@
259
279
  "resourceTypeHandle": "TYPE-ResourceType",
260
280
  "creationContext": {
261
281
  "resourceRoleHandle": "ROLE-Genesis",
262
- "jobStepHandle": "JOB_STEP-ResourceRoleValue"
282
+ "jobStepHandle": "JOB_STEP-Genesis"
263
283
  },
264
- "kind": "materialized",
284
+ "resourceShellKind": "materialized",
285
+ "version": 1,
265
286
  "timestamp": "2025-11-30T00:00:00.000Z",
287
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceRoleValue",
266
288
  "nucleus": {
267
289
  "identity": "TYPE-ResourceRoleValue",
268
290
  "name": "ResourceRoleValue",
@@ -272,7 +294,6 @@
272
294
  "type": "object",
273
295
  "allOf": [
274
296
  {
275
- "$comment": "A ResourceRole does not have a self-contained identity, as it is always defined in the context of a RoleMap. ResourceRoleValue uses the Value suffix to mean 'the value stored in this map' (RoleMap.additionalProperties).",
276
297
  "required": [
277
298
  "resourceTypeHandle"
278
299
  ],
@@ -290,18 +311,58 @@
290
311
  "unevaluatedProperties": false
291
312
  }
292
313
  },
293
- "RoleMap": {
294
- "identity": "RESOURCE-RoleMap",
314
+ "ResourceRole": {
315
+ "identity": "RESOURCE-ResourceRole",
316
+ "resourceTypeHandle": "TYPE-ResourceType",
317
+ "creationContext": {
318
+ "resourceRoleHandle": "ROLE-Genesis",
319
+ "jobStepHandle": "JOB_STEP-Genesis"
320
+ },
321
+ "resourceShellKind": "materialized",
322
+ "version": 1,
323
+ "timestamp": "2025-11-30T00:00:00.000Z",
324
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceRole",
325
+ "nucleus": {
326
+ "identity": "TYPE-ResourceRole",
327
+ "name": "ResourceRole",
328
+ "description": "dummy-description",
329
+ "nucleusSchema": {
330
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
331
+ "type": "object",
332
+ "allOf": [
333
+ {
334
+ "type": "object",
335
+ "required": [
336
+ "identity"
337
+ ],
338
+ "properties": {
339
+ "identity": {
340
+ "$ref": "#/$defs/ResourceRoleIdentity"
341
+ }
342
+ }
343
+ },
344
+ {
345
+ "$ref": "#/$defs/ResourceRoleValue"
346
+ }
347
+ ]
348
+ },
349
+ "unevaluatedProperties": false
350
+ }
351
+ },
352
+ "RoleDict": {
353
+ "identity": "RESOURCE-RoleDict",
295
354
  "resourceTypeHandle": "TYPE-ResourceType",
296
355
  "creationContext": {
297
356
  "resourceRoleHandle": "ROLE-Genesis",
298
- "jobStepHandle": "JOB_STEP-RoleMap"
357
+ "jobStepHandle": "JOB_STEP-Genesis"
299
358
  },
300
- "kind": "materialized",
359
+ "resourceShellKind": "materialized",
360
+ "version": 1,
301
361
  "timestamp": "2025-11-30T00:00:00.000Z",
362
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RoleDict",
302
363
  "nucleus": {
303
- "identity": "TYPE-RoleMap",
304
- "name": "RoleMap",
364
+ "identity": "TYPE-RoleDict",
365
+ "name": "RoleDict",
305
366
  "description": "dummy-description",
306
367
  "nucleusSchema": {
307
368
  "$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -320,10 +381,12 @@
320
381
  "resourceTypeHandle": "TYPE-ResourceType",
321
382
  "creationContext": {
322
383
  "resourceRoleHandle": "ROLE-Genesis",
323
- "jobStepHandle": "JOB_STEP-Error"
384
+ "jobStepHandle": "JOB_STEP-Genesis"
324
385
  },
325
- "kind": "materialized",
386
+ "resourceShellKind": "materialized",
387
+ "version": 1,
326
388
  "timestamp": "2025-11-30T00:00:00.000Z",
389
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Error",
327
390
  "nucleus": {
328
391
  "identity": "TYPE-Error",
329
392
  "name": "Error",
@@ -352,10 +415,12 @@
352
415
  "resourceTypeHandle": "TYPE-ResourceType",
353
416
  "creationContext": {
354
417
  "resourceRoleHandle": "ROLE-Genesis",
355
- "jobStepHandle": "JOB_STEP-Roles"
418
+ "jobStepHandle": "JOB_STEP-Genesis"
356
419
  },
357
- "kind": "materialized",
420
+ "resourceShellKind": "materialized",
421
+ "version": 1,
358
422
  "timestamp": "2025-11-30T00:00:00.000Z",
423
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Roles",
359
424
  "nucleus": {
360
425
  "identity": "TYPE-Roles",
361
426
  "name": "Roles",
@@ -364,19 +429,20 @@
364
429
  "$schema": "https://json-schema.org/draft/2020-12/schema",
365
430
  "type": "object",
366
431
  "required": [
367
- "inputMap",
368
- "outputMap"
432
+ "inputDict",
433
+ "outputDict"
369
434
  ],
370
435
  "properties": {
371
- "inputMap": {
372
- "$ref": "#/$defs/RoleMap"
436
+ "inputDict": {
437
+ "$ref": "#/$defs/RoleDict"
373
438
  },
374
- "outputMap": {
439
+ "outputDict": {
375
440
  "allOf": [
376
441
  {
377
- "$ref": "#/$defs/RoleMap"
442
+ "$ref": "#/$defs/RoleDict"
378
443
  },
379
444
  {
445
+ "type": "object",
380
446
  "required": [
381
447
  "ROLE-ErrorOutput"
382
448
  ],
@@ -421,10 +487,12 @@
421
487
  "resourceTypeHandle": "TYPE-ResourceType",
422
488
  "creationContext": {
423
489
  "resourceRoleHandle": "ROLE-Genesis",
424
- "jobStepHandle": "JOB_STEP-RolesFacet"
490
+ "jobStepHandle": "JOB_STEP-Genesis"
425
491
  },
426
- "kind": "materialized",
492
+ "resourceShellKind": "materialized",
493
+ "version": 1,
427
494
  "timestamp": "2025-11-30T00:00:00.000Z",
495
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RolesFacet",
428
496
  "nucleus": {
429
497
  "identity": "TYPE-RolesFacet",
430
498
  "name": "RolesFacet",
@@ -448,10 +516,12 @@
448
516
  "resourceTypeHandle": "TYPE-ResourceType",
449
517
  "creationContext": {
450
518
  "resourceRoleHandle": "ROLE-Genesis",
451
- "jobStepHandle": "JOB_STEP-JobIdentity"
519
+ "jobStepHandle": "JOB_STEP-Genesis"
452
520
  },
453
- "kind": "materialized",
521
+ "resourceShellKind": "materialized",
522
+ "version": 1,
454
523
  "timestamp": "2025-11-30T00:00:00.000Z",
524
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/JobIdentity",
455
525
  "nucleus": {
456
526
  "identity": "TYPE-JobIdentity",
457
527
  "name": "JobIdentity",
@@ -468,10 +538,12 @@
468
538
  "resourceTypeHandle": "TYPE-ResourceType",
469
539
  "creationContext": {
470
540
  "resourceRoleHandle": "ROLE-Genesis",
471
- "jobStepHandle": "JOB_STEP-Job"
541
+ "jobStepHandle": "JOB_STEP-Genesis"
472
542
  },
473
- "kind": "materialized",
543
+ "resourceShellKind": "materialized",
544
+ "version": 1,
474
545
  "timestamp": "2025-11-30T00:00:00.000Z",
546
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Job",
475
547
  "nucleus": {
476
548
  "identity": "TYPE-Job",
477
549
  "name": "Job",
@@ -488,6 +560,7 @@
488
560
  "$ref": "#/$defs/JobIdentity"
489
561
  },
490
562
  "implementationUri": {
563
+ "$comment": "Instances of a ResourceType that requires implementationUri are 'executable' ResourceTypes. TYPE-Job is the canonical executable ResourceType in the ecosystem.",
491
564
  "$ref": "#/$defs/Uri"
492
565
  }
493
566
  },
@@ -508,10 +581,12 @@
508
581
  "resourceTypeHandle": "TYPE-ResourceType",
509
582
  "creationContext": {
510
583
  "resourceRoleHandle": "ROLE-Genesis",
511
- "jobStepHandle": "JOB_STEP-RoleBindingArray"
584
+ "jobStepHandle": "JOB_STEP-Genesis"
512
585
  },
513
- "kind": "materialized",
586
+ "resourceShellKind": "materialized",
587
+ "version": 1,
514
588
  "timestamp": "2025-11-30T00:00:00.000Z",
589
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RoleBindingArray",
515
590
  "nucleus": {
516
591
  "identity": "TYPE-RoleBindingArray",
517
592
  "name": "RoleBindingArray",
@@ -530,10 +605,12 @@
530
605
  "resourceTypeHandle": "TYPE-ResourceType",
531
606
  "creationContext": {
532
607
  "resourceRoleHandle": "ROLE-Genesis",
533
- "jobStepHandle": "JOB_STEP-RoleBindings"
608
+ "jobStepHandle": "JOB_STEP-Genesis"
534
609
  },
535
- "kind": "materialized",
610
+ "resourceShellKind": "materialized",
611
+ "version": 1,
536
612
  "timestamp": "2025-11-30T00:00:00.000Z",
613
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RoleBindings",
537
614
  "nucleus": {
538
615
  "identity": "TYPE-RoleBindings",
539
616
  "name": "RoleBindings",
@@ -562,10 +639,12 @@
562
639
  "resourceTypeHandle": "TYPE-ResourceType",
563
640
  "creationContext": {
564
641
  "resourceRoleHandle": "ROLE-Genesis",
565
- "jobStepHandle": "JOB_STEP-RoleBindingsFacet"
642
+ "jobStepHandle": "JOB_STEP-Genesis"
566
643
  },
567
- "kind": "materialized",
644
+ "resourceShellKind": "materialized",
645
+ "version": 1,
568
646
  "timestamp": "2025-11-30T00:00:00.000Z",
647
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RoleBindingsFacet",
569
648
  "nucleus": {
570
649
  "identity": "TYPE-RoleBindingsFacet",
571
650
  "name": "RoleBindingsFacet",
@@ -589,10 +668,12 @@
589
668
  "resourceTypeHandle": "TYPE-ResourceType",
590
669
  "creationContext": {
591
670
  "resourceRoleHandle": "ROLE-Genesis",
592
- "jobStepHandle": "JOB_STEP-StepKind"
671
+ "jobStepHandle": "JOB_STEP-Genesis"
593
672
  },
594
- "kind": "materialized",
673
+ "resourceShellKind": "materialized",
674
+ "version": 1,
595
675
  "timestamp": "2025-11-30T00:00:00.000Z",
676
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StepKind",
596
677
  "nucleus": {
597
678
  "identity": "TYPE-StepKind",
598
679
  "name": "StepKind",
@@ -614,10 +695,12 @@
614
695
  "resourceTypeHandle": "TYPE-ResourceType",
615
696
  "creationContext": {
616
697
  "resourceRoleHandle": "ROLE-Genesis",
617
- "jobStepHandle": "JOB_STEP-StepKindFacet"
698
+ "jobStepHandle": "JOB_STEP-Genesis"
618
699
  },
619
- "kind": "materialized",
700
+ "resourceShellKind": "materialized",
701
+ "version": 1,
620
702
  "timestamp": "2025-11-30T00:00:00.000Z",
703
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StepKindFacet",
621
704
  "nucleus": {
622
705
  "identity": "TYPE-StepKindFacet",
623
706
  "name": "StepKindFacet",
@@ -641,10 +724,12 @@
641
724
  "resourceTypeHandle": "TYPE-ResourceType",
642
725
  "creationContext": {
643
726
  "resourceRoleHandle": "ROLE-Genesis",
644
- "jobStepHandle": "JOB_STEP-JobStepIdentity"
727
+ "jobStepHandle": "JOB_STEP-Genesis"
645
728
  },
646
- "kind": "materialized",
729
+ "resourceShellKind": "materialized",
730
+ "version": 1,
647
731
  "timestamp": "2025-11-30T00:00:00.000Z",
732
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/JobStepIdentity",
648
733
  "nucleus": {
649
734
  "identity": "TYPE-JobStepIdentity",
650
735
  "name": "JobStepIdentity",
@@ -661,10 +746,12 @@
661
746
  "resourceTypeHandle": "TYPE-ResourceType",
662
747
  "creationContext": {
663
748
  "resourceRoleHandle": "ROLE-Genesis",
664
- "jobStepHandle": "JOB_STEP-JobStep"
749
+ "jobStepHandle": "JOB_STEP-Genesis"
665
750
  },
666
- "kind": "materialized",
751
+ "resourceShellKind": "materialized",
752
+ "version": 1,
667
753
  "timestamp": "2025-11-30T00:00:00.000Z",
754
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/JobStep",
668
755
  "nucleus": {
669
756
  "identity": "TYPE-JobStep",
670
757
  "name": "JobStep",
@@ -705,10 +792,12 @@
705
792
  "resourceTypeHandle": "TYPE-ResourceType",
706
793
  "creationContext": {
707
794
  "resourceRoleHandle": "ROLE-Genesis",
708
- "jobStepHandle": "JOB_STEP-Conditional"
795
+ "jobStepHandle": "JOB_STEP-Genesis"
709
796
  },
710
- "kind": "materialized",
797
+ "resourceShellKind": "materialized",
798
+ "version": 1,
711
799
  "timestamp": "2025-11-30T00:00:00.000Z",
800
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Conditional",
712
801
  "nucleus": {
713
802
  "identity": "TYPE-Conditional",
714
803
  "name": "Conditional",
@@ -737,10 +826,12 @@
737
826
  "resourceTypeHandle": "TYPE-ResourceType",
738
827
  "creationContext": {
739
828
  "resourceRoleHandle": "ROLE-Genesis",
740
- "jobStepHandle": "JOB_STEP-BranchStepIdentity"
829
+ "jobStepHandle": "JOB_STEP-Genesis"
741
830
  },
742
- "kind": "materialized",
831
+ "resourceShellKind": "materialized",
832
+ "version": 1,
743
833
  "timestamp": "2025-11-30T00:00:00.000Z",
834
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/BranchStepIdentity",
744
835
  "nucleus": {
745
836
  "identity": "TYPE-BranchStepIdentity",
746
837
  "name": "BranchStepIdentity",
@@ -757,10 +848,12 @@
757
848
  "resourceTypeHandle": "TYPE-ResourceType",
758
849
  "creationContext": {
759
850
  "resourceRoleHandle": "ROLE-Genesis",
760
- "jobStepHandle": "JOB_STEP-BranchStep"
851
+ "jobStepHandle": "JOB_STEP-Genesis"
761
852
  },
762
- "kind": "materialized",
853
+ "resourceShellKind": "materialized",
854
+ "version": 1,
763
855
  "timestamp": "2025-11-30T00:00:00.000Z",
856
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/BranchStep",
764
857
  "nucleus": {
765
858
  "identity": "TYPE-BranchStep",
766
859
  "name": "BranchStep",
@@ -802,10 +895,12 @@
802
895
  "resourceTypeHandle": "TYPE-ResourceType",
803
896
  "creationContext": {
804
897
  "resourceRoleHandle": "ROLE-Genesis",
805
- "jobStepHandle": "JOB_STEP-WhileStepIdentity"
898
+ "jobStepHandle": "JOB_STEP-Genesis"
806
899
  },
807
- "kind": "materialized",
900
+ "resourceShellKind": "materialized",
901
+ "version": 1,
808
902
  "timestamp": "2025-11-30T00:00:00.000Z",
903
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/WhileStepIdentity",
809
904
  "nucleus": {
810
905
  "identity": "TYPE-WhileStepIdentity",
811
906
  "name": "WhileStepIdentity",
@@ -822,10 +917,12 @@
822
917
  "resourceTypeHandle": "TYPE-ResourceType",
823
918
  "creationContext": {
824
919
  "resourceRoleHandle": "ROLE-Genesis",
825
- "jobStepHandle": "JOB_STEP-WhileStep"
920
+ "jobStepHandle": "JOB_STEP-Genesis"
826
921
  },
827
- "kind": "materialized",
922
+ "resourceShellKind": "materialized",
923
+ "version": 1,
828
924
  "timestamp": "2025-11-30T00:00:00.000Z",
925
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/WhileStep",
829
926
  "nucleus": {
830
927
  "identity": "TYPE-WhileStep",
831
928
  "name": "WhileStep",
@@ -862,10 +959,12 @@
862
959
  "resourceTypeHandle": "TYPE-ResourceType",
863
960
  "creationContext": {
864
961
  "resourceRoleHandle": "ROLE-Genesis",
865
- "jobStepHandle": "JOB_STEP-ForStepIdentity"
962
+ "jobStepHandle": "JOB_STEP-Genesis"
866
963
  },
867
- "kind": "materialized",
964
+ "resourceShellKind": "materialized",
965
+ "version": 1,
868
966
  "timestamp": "2025-11-30T00:00:00.000Z",
967
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ForStepIdentity",
869
968
  "nucleus": {
870
969
  "identity": "TYPE-ForStepIdentity",
871
970
  "name": "ForStepIdentity",
@@ -882,10 +981,12 @@
882
981
  "resourceTypeHandle": "TYPE-ResourceType",
883
982
  "creationContext": {
884
983
  "resourceRoleHandle": "ROLE-Genesis",
885
- "jobStepHandle": "JOB_STEP-ForStep"
984
+ "jobStepHandle": "JOB_STEP-Genesis"
886
985
  },
887
- "kind": "materialized",
986
+ "resourceShellKind": "materialized",
987
+ "version": 1,
888
988
  "timestamp": "2025-11-30T00:00:00.000Z",
989
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ForStep",
889
990
  "nucleus": {
890
991
  "identity": "TYPE-ForStep",
891
992
  "name": "ForStep",
@@ -922,10 +1023,12 @@
922
1023
  "resourceTypeHandle": "TYPE-ResourceType",
923
1024
  "creationContext": {
924
1025
  "resourceRoleHandle": "ROLE-Genesis",
925
- "jobStepHandle": "JOB_STEP-StepIdentity"
1026
+ "jobStepHandle": "JOB_STEP-Genesis"
926
1027
  },
927
- "kind": "materialized",
1028
+ "resourceShellKind": "materialized",
1029
+ "version": 1,
928
1030
  "timestamp": "2025-11-30T00:00:00.000Z",
1031
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StepIdentity",
929
1032
  "nucleus": {
930
1033
  "identity": "TYPE-StepIdentity",
931
1034
  "name": "StepIdentity",
@@ -955,10 +1058,12 @@
955
1058
  "resourceTypeHandle": "TYPE-ResourceType",
956
1059
  "creationContext": {
957
1060
  "resourceRoleHandle": "ROLE-Genesis",
958
- "jobStepHandle": "JOB_STEP-Step"
1061
+ "jobStepHandle": "JOB_STEP-Genesis"
959
1062
  },
960
- "kind": "materialized",
1063
+ "resourceShellKind": "materialized",
1064
+ "version": 1,
961
1065
  "timestamp": "2025-11-30T00:00:00.000Z",
1066
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Step",
962
1067
  "nucleus": {
963
1068
  "identity": "TYPE-Step",
964
1069
  "name": "Step",
@@ -989,10 +1094,12 @@
989
1094
  "resourceTypeHandle": "TYPE-ResourceType",
990
1095
  "creationContext": {
991
1096
  "resourceRoleHandle": "ROLE-Genesis",
992
- "jobStepHandle": "JOB_STEP-CreationContext"
1097
+ "jobStepHandle": "JOB_STEP-Genesis"
993
1098
  },
994
- "kind": "materialized",
1099
+ "resourceShellKind": "materialized",
1100
+ "version": 1,
995
1101
  "timestamp": "2025-11-30T00:00:00.000Z",
1102
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/CreationContext",
996
1103
  "nucleus": {
997
1104
  "identity": "TYPE-CreationContext",
998
1105
  "name": "CreationContext",
@@ -1020,10 +1127,12 @@
1020
1127
  "resourceTypeHandle": "TYPE-ResourceType",
1021
1128
  "creationContext": {
1022
1129
  "resourceRoleHandle": "ROLE-Genesis",
1023
- "jobStepHandle": "JOB_STEP-CreationContextFacet"
1130
+ "jobStepHandle": "JOB_STEP-Genesis"
1024
1131
  },
1025
- "kind": "materialized",
1132
+ "resourceShellKind": "materialized",
1133
+ "version": 1,
1026
1134
  "timestamp": "2025-11-30T00:00:00.000Z",
1135
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/CreationContextFacet",
1027
1136
  "nucleus": {
1028
1137
  "identity": "TYPE-CreationContextFacet",
1029
1138
  "name": "CreationContextFacet",
@@ -1047,10 +1156,12 @@
1047
1156
  "resourceTypeHandle": "TYPE-ResourceType",
1048
1157
  "creationContext": {
1049
1158
  "resourceRoleHandle": "ROLE-Genesis",
1050
- "jobStepHandle": "JOB_STEP-ResourceIdentity"
1159
+ "jobStepHandle": "JOB_STEP-Genesis"
1051
1160
  },
1052
- "kind": "materialized",
1161
+ "resourceShellKind": "materialized",
1162
+ "version": 1,
1053
1163
  "timestamp": "2025-11-30T00:00:00.000Z",
1164
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceIdentity",
1054
1165
  "nucleus": {
1055
1166
  "identity": "TYPE-ResourceIdentity",
1056
1167
  "name": "ResourceIdentity",
@@ -1067,10 +1178,12 @@
1067
1178
  "resourceTypeHandle": "TYPE-ResourceType",
1068
1179
  "creationContext": {
1069
1180
  "resourceRoleHandle": "ROLE-Genesis",
1070
- "jobStepHandle": "JOB_STEP-ResourceShellBase"
1181
+ "jobStepHandle": "JOB_STEP-Genesis"
1071
1182
  },
1072
- "kind": "materialized",
1183
+ "resourceShellKind": "materialized",
1184
+ "version": 1,
1073
1185
  "timestamp": "2025-11-30T00:00:00.000Z",
1186
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceShellBase",
1074
1187
  "nucleus": {
1075
1188
  "identity": "TYPE-ResourceShellBase",
1076
1189
  "name": "ResourceShellBase",
@@ -1081,7 +1194,7 @@
1081
1194
  "required": [
1082
1195
  "identity",
1083
1196
  "resourceTypeHandle",
1084
- "resourceKind"
1197
+ "resourceShellKind"
1085
1198
  ],
1086
1199
  "properties": {
1087
1200
  "identity": {
@@ -1090,25 +1203,27 @@
1090
1203
  "resourceTypeHandle": {
1091
1204
  "$ref": "#/$defs/ResourceTypeIdentity"
1092
1205
  },
1093
- "resourceKind": {
1094
- "$ref": "#/$defs/ResourceKind"
1206
+ "resourceShellKind": {
1207
+ "$ref": "#/$defs/ResourceShellKind"
1095
1208
  }
1096
1209
  }
1097
1210
  }
1098
1211
  }
1099
1212
  },
1100
- "ResourceKind": {
1101
- "identity": "RESOURCE-ResourceKind",
1213
+ "ResourceShellKind": {
1214
+ "identity": "RESOURCE-ResourceShellKind",
1102
1215
  "resourceTypeHandle": "TYPE-ResourceType",
1103
1216
  "creationContext": {
1104
1217
  "resourceRoleHandle": "ROLE-Genesis",
1105
- "jobStepHandle": "JOB_STEP-ResourceKind"
1218
+ "jobStepHandle": "JOB_STEP-Genesis"
1106
1219
  },
1107
- "kind": "materialized",
1220
+ "resourceShellKind": "materialized",
1221
+ "version": 1,
1108
1222
  "timestamp": "2025-11-30T00:00:00.000Z",
1223
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceShellKind",
1109
1224
  "nucleus": {
1110
- "identity": "TYPE-ResourceKind",
1111
- "name": "ResourceKind",
1225
+ "identity": "TYPE-ResourceShellKind",
1226
+ "name": "ResourceShellKind",
1112
1227
  "description": "dummy-description",
1113
1228
  "nucleusSchema": {
1114
1229
  "$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -1122,28 +1237,30 @@
1122
1237
  }
1123
1238
  }
1124
1239
  },
1125
- "ResourceKindFacet": {
1126
- "identity": "RESOURCE-ResourceKindFacet",
1240
+ "ResourceShellKindFacet": {
1241
+ "identity": "RESOURCE-ResourceShellKindFacet",
1127
1242
  "resourceTypeHandle": "TYPE-ResourceType",
1128
1243
  "creationContext": {
1129
1244
  "resourceRoleHandle": "ROLE-Genesis",
1130
- "jobStepHandle": "JOB_STEP-ResourceKindFacet"
1245
+ "jobStepHandle": "JOB_STEP-Genesis"
1131
1246
  },
1132
- "kind": "materialized",
1247
+ "resourceShellKind": "materialized",
1248
+ "version": 1,
1133
1249
  "timestamp": "2025-11-30T00:00:00.000Z",
1250
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceShellKindFacet",
1134
1251
  "nucleus": {
1135
- "identity": "TYPE-ResourceKindFacet",
1136
- "name": "ResourceKindFacet",
1252
+ "identity": "TYPE-ResourceShellKindFacet",
1253
+ "name": "ResourceShellKindFacet",
1137
1254
  "description": "dummy-description",
1138
1255
  "nucleusSchema": {
1139
1256
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1140
1257
  "type": "object",
1141
1258
  "required": [
1142
- "resourceKind"
1259
+ "resourceShellKind"
1143
1260
  ],
1144
1261
  "properties": {
1145
- "resourceKind": {
1146
- "$ref": "#/$defs/ResourceKind"
1262
+ "resourceShellKind": {
1263
+ "$ref": "#/$defs/ResourceShellKind"
1147
1264
  }
1148
1265
  }
1149
1266
  }
@@ -1154,10 +1271,12 @@
1154
1271
  "resourceTypeHandle": "TYPE-ResourceType",
1155
1272
  "creationContext": {
1156
1273
  "resourceRoleHandle": "ROLE-Genesis",
1157
- "jobStepHandle": "JOB_STEP-ShellMissing"
1274
+ "jobStepHandle": "JOB_STEP-Genesis"
1158
1275
  },
1159
- "kind": "materialized",
1276
+ "resourceShellKind": "materialized",
1277
+ "version": 1,
1160
1278
  "timestamp": "2025-11-30T00:00:00.000Z",
1279
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ShellMissing",
1161
1280
  "nucleus": {
1162
1281
  "identity": "TYPE-ShellMissing",
1163
1282
  "name": "ShellMissing",
@@ -1165,8 +1284,11 @@
1165
1284
  "nucleusSchema": {
1166
1285
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1167
1286
  "type": "object",
1287
+ "required": [
1288
+ "resourceShellKind"
1289
+ ],
1168
1290
  "properties": {
1169
- "resourceKind": {
1291
+ "resourceShellKind": {
1170
1292
  "const": "missing"
1171
1293
  }
1172
1294
  },
@@ -1175,7 +1297,7 @@
1175
1297
  "$ref": "#/$defs/ResourceShellBase"
1176
1298
  },
1177
1299
  {
1178
- "$ref": "#/$defs/ResourceKindFacet"
1300
+ "$ref": "#/$defs/ResourceShellKindFacet"
1179
1301
  }
1180
1302
  ],
1181
1303
  "unevaluatedProperties": false
@@ -1187,10 +1309,12 @@
1187
1309
  "resourceTypeHandle": "TYPE-ResourceType",
1188
1310
  "creationContext": {
1189
1311
  "resourceRoleHandle": "ROLE-Genesis",
1190
- "jobStepHandle": "JOB_STEP-ShellInputPotential"
1312
+ "jobStepHandle": "JOB_STEP-Genesis"
1191
1313
  },
1192
- "kind": "materialized",
1314
+ "resourceShellKind": "materialized",
1315
+ "version": 1,
1193
1316
  "timestamp": "2025-11-30T00:00:00.000Z",
1317
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ShellInputPotential",
1194
1318
  "nucleus": {
1195
1319
  "identity": "TYPE-ShellInputPotential",
1196
1320
  "name": "ShellInputPotential",
@@ -1198,8 +1322,11 @@
1198
1322
  "nucleusSchema": {
1199
1323
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1200
1324
  "type": "object",
1325
+ "required": [
1326
+ "resourceShellKind"
1327
+ ],
1201
1328
  "properties": {
1202
- "resourceKind": {
1329
+ "resourceShellKind": {
1203
1330
  "const": "inputPotential"
1204
1331
  }
1205
1332
  },
@@ -1211,7 +1338,7 @@
1211
1338
  "$ref": "#/$defs/CreationContextFacet"
1212
1339
  },
1213
1340
  {
1214
- "$ref": "#/$defs/ResourceKindFacet"
1341
+ "$ref": "#/$defs/ResourceShellKindFacet"
1215
1342
  }
1216
1343
  ],
1217
1344
  "unevaluatedProperties": false
@@ -1223,10 +1350,12 @@
1223
1350
  "resourceTypeHandle": "TYPE-ResourceType",
1224
1351
  "creationContext": {
1225
1352
  "resourceRoleHandle": "ROLE-Genesis",
1226
- "jobStepHandle": "JOB_STEP-ShellOutputPotential"
1353
+ "jobStepHandle": "JOB_STEP-Genesis"
1227
1354
  },
1228
- "kind": "materialized",
1355
+ "resourceShellKind": "materialized",
1356
+ "version": 1,
1229
1357
  "timestamp": "2025-11-30T00:00:00.000Z",
1358
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ShellOutputPotential",
1230
1359
  "nucleus": {
1231
1360
  "identity": "TYPE-ShellOutputPotential",
1232
1361
  "name": "ShellOutputPotential",
@@ -1234,8 +1363,11 @@
1234
1363
  "nucleusSchema": {
1235
1364
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1236
1365
  "type": "object",
1366
+ "required": [
1367
+ "resourceShellKind"
1368
+ ],
1237
1369
  "properties": {
1238
- "resourceKind": {
1370
+ "resourceShellKind": {
1239
1371
  "const": "outputPotential"
1240
1372
  }
1241
1373
  },
@@ -1247,7 +1379,7 @@
1247
1379
  "$ref": "#/$defs/CreationContextFacet"
1248
1380
  },
1249
1381
  {
1250
- "$ref": "#/$defs/ResourceKindFacet"
1382
+ "$ref": "#/$defs/ResourceShellKindFacet"
1251
1383
  }
1252
1384
  ],
1253
1385
  "unevaluatedProperties": false
@@ -1259,10 +1391,12 @@
1259
1391
  "resourceTypeHandle": "TYPE-ResourceType",
1260
1392
  "creationContext": {
1261
1393
  "resourceRoleHandle": "ROLE-Genesis",
1262
- "jobStepHandle": "JOB_STEP-Timestamp"
1394
+ "jobStepHandle": "JOB_STEP-Genesis"
1263
1395
  },
1264
- "kind": "materialized",
1396
+ "resourceShellKind": "materialized",
1397
+ "version": 1,
1265
1398
  "timestamp": "2025-11-30T00:00:00.000Z",
1399
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Timestamp",
1266
1400
  "nucleus": {
1267
1401
  "identity": "TYPE-Timestamp",
1268
1402
  "name": "Timestamp",
@@ -1279,10 +1413,12 @@
1279
1413
  "resourceTypeHandle": "TYPE-ResourceType",
1280
1414
  "creationContext": {
1281
1415
  "resourceRoleHandle": "ROLE-Genesis",
1282
- "jobStepHandle": "JOB_STEP-TimestampFacet"
1416
+ "jobStepHandle": "JOB_STEP-Genesis"
1283
1417
  },
1284
- "kind": "materialized",
1418
+ "resourceShellKind": "materialized",
1419
+ "version": 1,
1285
1420
  "timestamp": "2025-11-30T00:00:00.000Z",
1421
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/TimestampFacet",
1286
1422
  "nucleus": {
1287
1423
  "identity": "TYPE-TimestampFacet",
1288
1424
  "name": "TimestampFacet",
@@ -1306,10 +1442,12 @@
1306
1442
  "resourceTypeHandle": "TYPE-ResourceType",
1307
1443
  "creationContext": {
1308
1444
  "resourceRoleHandle": "ROLE-Genesis",
1309
- "jobStepHandle": "JOB_STEP-Path"
1445
+ "jobStepHandle": "JOB_STEP-Genesis"
1310
1446
  },
1311
- "kind": "materialized",
1447
+ "resourceShellKind": "materialized",
1448
+ "version": 1,
1312
1449
  "timestamp": "2025-11-30T00:00:00.000Z",
1450
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Path",
1313
1451
  "nucleus": {
1314
1452
  "identity": "TYPE-Path",
1315
1453
  "name": "Path",
@@ -1326,10 +1464,12 @@
1326
1464
  "resourceTypeHandle": "TYPE-ResourceType",
1327
1465
  "creationContext": {
1328
1466
  "resourceRoleHandle": "ROLE-Genesis",
1329
- "jobStepHandle": "JOB_STEP-PathFacet"
1467
+ "jobStepHandle": "JOB_STEP-Genesis"
1330
1468
  },
1331
- "kind": "materialized",
1469
+ "resourceShellKind": "materialized",
1470
+ "version": 1,
1332
1471
  "timestamp": "2025-11-30T00:00:00.000Z",
1472
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/PathFacet",
1333
1473
  "nucleus": {
1334
1474
  "identity": "TYPE-PathFacet",
1335
1475
  "name": "PathFacet",
@@ -1353,10 +1493,12 @@
1353
1493
  "resourceTypeHandle": "TYPE-ResourceType",
1354
1494
  "creationContext": {
1355
1495
  "resourceRoleHandle": "ROLE-Genesis",
1356
- "jobStepHandle": "JOB_STEP-ShellMaterializedBase"
1496
+ "jobStepHandle": "JOB_STEP-Genesis"
1357
1497
  },
1358
- "kind": "materialized",
1498
+ "resourceShellKind": "materialized",
1499
+ "version": 1,
1359
1500
  "timestamp": "2025-11-30T00:00:00.000Z",
1501
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ShellMaterializedBase",
1360
1502
  "nucleus": {
1361
1503
  "identity": "TYPE-ShellMaterializedBase",
1362
1504
  "name": "ShellMaterializedBase",
@@ -1365,13 +1507,14 @@
1365
1507
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1366
1508
  "type": "object",
1367
1509
  "required": [
1368
- "version"
1510
+ "version",
1511
+ "resourceShellKind"
1369
1512
  ],
1370
1513
  "properties": {
1371
1514
  "version": {
1372
1515
  "const": 1
1373
1516
  },
1374
- "resourceKind": {
1517
+ "resourceShellKind": {
1375
1518
  "const": "materialized"
1376
1519
  }
1377
1520
  },
@@ -1383,7 +1526,7 @@
1383
1526
  "$ref": "#/$defs/CreationContextFacet"
1384
1527
  },
1385
1528
  {
1386
- "$ref": "#/$defs/ResourceKindFacet"
1529
+ "$ref": "#/$defs/ResourceShellKindFacet"
1387
1530
  },
1388
1531
  {
1389
1532
  "$ref": "#/$defs/TimestampFacet"
@@ -1400,10 +1543,12 @@
1400
1543
  "resourceTypeHandle": "TYPE-ResourceType",
1401
1544
  "creationContext": {
1402
1545
  "resourceRoleHandle": "ROLE-Genesis",
1403
- "jobStepHandle": "JOB_STEP-ShellMaterialized"
1546
+ "jobStepHandle": "JOB_STEP-Genesis"
1404
1547
  },
1405
- "kind": "materialized",
1548
+ "resourceShellKind": "materialized",
1549
+ "version": 1,
1406
1550
  "timestamp": "2025-11-30T00:00:00.000Z",
1551
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ShellMaterialized",
1407
1552
  "nucleus": {
1408
1553
  "identity": "TYPE-ShellMaterialized",
1409
1554
  "name": "ShellMaterialized",
@@ -1421,10 +1566,12 @@
1421
1566
  "resourceTypeHandle": "TYPE-ResourceType",
1422
1567
  "creationContext": {
1423
1568
  "resourceRoleHandle": "ROLE-Genesis",
1424
- "jobStepHandle": "JOB_STEP-ResourceMissing"
1569
+ "jobStepHandle": "JOB_STEP-Genesis"
1425
1570
  },
1426
- "kind": "materialized",
1571
+ "resourceShellKind": "materialized",
1572
+ "version": 1,
1427
1573
  "timestamp": "2025-11-30T00:00:00.000Z",
1574
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceMissing",
1428
1575
  "nucleus": {
1429
1576
  "identity": "TYPE-ResourceMissing",
1430
1577
  "name": "ResourceMissing",
@@ -1442,10 +1589,12 @@
1442
1589
  "resourceTypeHandle": "TYPE-ResourceType",
1443
1590
  "creationContext": {
1444
1591
  "resourceRoleHandle": "ROLE-Genesis",
1445
- "jobStepHandle": "JOB_STEP-ResourceInputPotential"
1592
+ "jobStepHandle": "JOB_STEP-Genesis"
1446
1593
  },
1447
- "kind": "materialized",
1594
+ "resourceShellKind": "materialized",
1595
+ "version": 1,
1448
1596
  "timestamp": "2025-11-30T00:00:00.000Z",
1597
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceInputPotential",
1449
1598
  "nucleus": {
1450
1599
  "identity": "TYPE-ResourceInputPotential",
1451
1600
  "name": "ResourceInputPotential",
@@ -1463,10 +1612,12 @@
1463
1612
  "resourceTypeHandle": "TYPE-ResourceType",
1464
1613
  "creationContext": {
1465
1614
  "resourceRoleHandle": "ROLE-Genesis",
1466
- "jobStepHandle": "JOB_STEP-ResourceOutputPotential"
1615
+ "jobStepHandle": "JOB_STEP-Genesis"
1467
1616
  },
1468
- "kind": "materialized",
1617
+ "resourceShellKind": "materialized",
1618
+ "version": 1,
1469
1619
  "timestamp": "2025-11-30T00:00:00.000Z",
1620
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceOutputPotential",
1470
1621
  "nucleus": {
1471
1622
  "identity": "TYPE-ResourceOutputPotential",
1472
1623
  "name": "ResourceOutputPotential",
@@ -1479,15 +1630,50 @@
1479
1630
  }
1480
1631
  }
1481
1632
  },
1633
+ "ResourcePotential": {
1634
+ "identity": "RESOURCE-ResourcePotential",
1635
+ "resourceTypeHandle": "TYPE-ResourceType",
1636
+ "creationContext": {
1637
+ "resourceRoleHandle": "ROLE-Genesis",
1638
+ "jobStepHandle": "JOB_STEP-Genesis"
1639
+ },
1640
+ "resourceShellKind": "materialized",
1641
+ "version": 1,
1642
+ "timestamp": "2025-11-30T00:00:00.000Z",
1643
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourcePotential",
1644
+ "nucleus": {
1645
+ "identity": "TYPE-ResourcePotential",
1646
+ "name": "ResourcePotential",
1647
+ "description": "dummy-description",
1648
+ "nucleusSchema": {
1649
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1650
+ "type": "object",
1651
+ "oneOf": [
1652
+ {
1653
+ "$ref": "#/$defs/ResourceMissing"
1654
+ },
1655
+ {
1656
+ "$ref": "#/$defs/ResourceInputPotential"
1657
+ },
1658
+ {
1659
+ "$ref": "#/$defs/ResourceOutputPotential"
1660
+ }
1661
+ ],
1662
+ "unevaluatedProperties": false
1663
+ }
1664
+ }
1665
+ },
1482
1666
  "JsonData": {
1483
1667
  "identity": "RESOURCE-JsonData",
1484
1668
  "resourceTypeHandle": "TYPE-ResourceType",
1485
1669
  "creationContext": {
1486
1670
  "resourceRoleHandle": "ROLE-Genesis",
1487
- "jobStepHandle": "JOB_STEP-JsonData"
1671
+ "jobStepHandle": "JOB_STEP-Genesis"
1488
1672
  },
1489
- "kind": "materialized",
1673
+ "resourceShellKind": "materialized",
1674
+ "version": 1,
1490
1675
  "timestamp": "2025-11-30T00:00:00.000Z",
1676
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/JsonData",
1491
1677
  "nucleus": {
1492
1678
  "identity": "TYPE-JsonData",
1493
1679
  "name": "JsonData",
@@ -1528,10 +1714,12 @@
1528
1714
  "resourceTypeHandle": "TYPE-ResourceType",
1529
1715
  "creationContext": {
1530
1716
  "resourceRoleHandle": "ROLE-Genesis",
1531
- "jobStepHandle": "JOB_STEP-Nucleus"
1717
+ "jobStepHandle": "JOB_STEP-Genesis"
1532
1718
  },
1533
- "kind": "materialized",
1719
+ "resourceShellKind": "materialized",
1720
+ "version": 1,
1534
1721
  "timestamp": "2025-11-30T00:00:00.000Z",
1722
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Nucleus",
1535
1723
  "nucleus": {
1536
1724
  "identity": "TYPE-Nucleus",
1537
1725
  "name": "Nucleus",
@@ -1550,10 +1738,12 @@
1550
1738
  "resourceTypeHandle": "TYPE-ResourceType",
1551
1739
  "creationContext": {
1552
1740
  "resourceRoleHandle": "ROLE-Genesis",
1553
- "jobStepHandle": "JOB_STEP-NucleusFacet"
1741
+ "jobStepHandle": "JOB_STEP-Genesis"
1554
1742
  },
1555
- "kind": "materialized",
1743
+ "resourceShellKind": "materialized",
1744
+ "version": 1,
1556
1745
  "timestamp": "2025-11-30T00:00:00.000Z",
1746
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/NucleusFacet",
1557
1747
  "nucleus": {
1558
1748
  "identity": "TYPE-NucleusFacet",
1559
1749
  "name": "NucleusFacet",
@@ -1565,51 +1755,22 @@
1565
1755
  "nucleus"
1566
1756
  ],
1567
1757
  "properties": {
1568
- "nucleus": {
1569
- "$ref": "#/$defs/Nucleus"
1570
- }
1758
+ "nucleus": true
1571
1759
  }
1572
1760
  }
1573
1761
  }
1574
1762
  },
1575
- "ResourceMaterialized": {
1576
- "identity": "RESOURCE-ResourceMaterialized",
1577
- "resourceTypeHandle": "TYPE-ResourceType",
1578
- "creationContext": {
1579
- "resourceRoleHandle": "ROLE-Genesis",
1580
- "jobStepHandle": "JOB_STEP-ResourceMaterialized"
1581
- },
1582
- "kind": "materialized",
1583
- "timestamp": "2025-11-30T00:00:00.000Z",
1584
- "nucleus": {
1585
- "identity": "TYPE-ResourceMaterialized",
1586
- "name": "ResourceMaterialized",
1587
- "description": "dummy-description",
1588
- "nucleusSchema": {
1589
- "$schema": "https://json-schema.org/draft/2020-12/schema",
1590
- "type": "object",
1591
- "allOf": [
1592
- {
1593
- "$ref": "#/$defs/ShellMaterializedBase"
1594
- },
1595
- {
1596
- "$comment": "This will be overlayed dynamically to match the data structure of the underlying ResourceType's nucleusSchema.",
1597
- "$ref": "#/$defs/NucleusFacet"
1598
- }
1599
- ],
1600
- "unevaluatedProperties": false
1601
- }
1602
- }
1603
- },
1604
1763
  "Resource": {
1605
1764
  "identity": "RESOURCE-Resource",
1606
1765
  "resourceTypeHandle": "TYPE-ResourceType",
1607
1766
  "creationContext": {
1608
1767
  "resourceRoleHandle": "ROLE-Genesis",
1609
- "jobStepHandle": "JOB_STEP-Resource"
1768
+ "jobStepHandle": "JOB_STEP-Genesis"
1610
1769
  },
1611
- "kind": "materialized",
1770
+ "resourceShellKind": "materialized",
1771
+ "version": 1,
1612
1772
  "timestamp": "2025-11-30T00:00:00.000Z",
1773
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Resource",
1613
1774
  "nucleus": {
1614
1775
  "identity": "TYPE-Resource",
1615
1776
  "name": "Resource",
@@ -1617,18 +1778,13 @@
1617
1778
  "nucleusSchema": {
1618
1779
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1619
1780
  "type": "object",
1620
- "oneOf": [
1621
- {
1622
- "$ref": "#/$defs/ResourceMissing"
1623
- },
1624
- {
1625
- "$ref": "#/$defs/ResourceInputPotential"
1626
- },
1781
+ "allOf": [
1627
1782
  {
1628
- "$ref": "#/$defs/ResourceOutputPotential"
1783
+ "$ref": "#/$defs/ShellMaterializedBase"
1629
1784
  },
1630
1785
  {
1631
- "$ref": "#/$defs/ResourceMaterialized"
1786
+ "$comment": "This will be overlayed dynamically to match the data structure of the underlying ResourceType's nucleusSchema.",
1787
+ "$ref": "#/$defs/NucleusFacet"
1632
1788
  }
1633
1789
  ],
1634
1790
  "unevaluatedProperties": false
@@ -1640,10 +1796,12 @@
1640
1796
  "resourceTypeHandle": "TYPE-ResourceType",
1641
1797
  "creationContext": {
1642
1798
  "resourceRoleHandle": "ROLE-Genesis",
1643
- "jobStepHandle": "JOB_STEP-JobStepSocket"
1799
+ "jobStepHandle": "JOB_STEP-Genesis"
1644
1800
  },
1645
- "kind": "materialized",
1801
+ "resourceShellKind": "materialized",
1802
+ "version": 1,
1646
1803
  "timestamp": "2025-11-30T00:00:00.000Z",
1804
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/JobStepSocket",
1647
1805
  "nucleus": {
1648
1806
  "identity": "TYPE-JobStepSocket",
1649
1807
  "name": "JobStepSocket",
@@ -1655,7 +1813,14 @@
1655
1813
  "$ref": "#/$defs/ResourceRoleIdentity"
1656
1814
  },
1657
1815
  "additionalProperties": {
1658
- "$ref": "#/$defs/Resource"
1816
+ "oneOf": [
1817
+ {
1818
+ "$ref": "#/$defs/ResourcePotential"
1819
+ },
1820
+ {
1821
+ "$ref": "#/$defs/Resource"
1822
+ }
1823
+ ]
1659
1824
  }
1660
1825
  }
1661
1826
  }
@@ -1665,10 +1830,12 @@
1665
1830
  "resourceTypeHandle": "TYPE-ResourceType",
1666
1831
  "creationContext": {
1667
1832
  "resourceRoleHandle": "ROLE-Genesis",
1668
- "jobStepHandle": "JOB_STEP-StrategyState"
1833
+ "jobStepHandle": "JOB_STEP-Genesis"
1669
1834
  },
1670
- "kind": "materialized",
1835
+ "resourceShellKind": "materialized",
1836
+ "version": 1,
1671
1837
  "timestamp": "2025-11-30T00:00:00.000Z",
1838
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyState",
1672
1839
  "nucleus": {
1673
1840
  "identity": "TYPE-StrategyState",
1674
1841
  "name": "StrategyState",
@@ -1690,10 +1857,12 @@
1690
1857
  "resourceTypeHandle": "TYPE-ResourceType",
1691
1858
  "creationContext": {
1692
1859
  "resourceRoleHandle": "ROLE-Genesis",
1693
- "jobStepHandle": "JOB_STEP-StrategyStateFacet"
1860
+ "jobStepHandle": "JOB_STEP-Genesis"
1694
1861
  },
1695
- "kind": "materialized",
1862
+ "resourceShellKind": "materialized",
1863
+ "version": 1,
1696
1864
  "timestamp": "2025-11-30T00:00:00.000Z",
1865
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyStateFacet",
1697
1866
  "nucleus": {
1698
1867
  "identity": "TYPE-StrategyStateFacet",
1699
1868
  "name": "StrategyStateFacet",
@@ -1717,10 +1886,12 @@
1717
1886
  "resourceTypeHandle": "TYPE-ResourceType",
1718
1887
  "creationContext": {
1719
1888
  "resourceRoleHandle": "ROLE-Genesis",
1720
- "jobStepHandle": "JOB_STEP-StepArray"
1889
+ "jobStepHandle": "JOB_STEP-Genesis"
1721
1890
  },
1722
- "kind": "materialized",
1891
+ "resourceShellKind": "materialized",
1892
+ "version": 1,
1723
1893
  "timestamp": "2025-11-30T00:00:00.000Z",
1894
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StepArray",
1724
1895
  "nucleus": {
1725
1896
  "identity": "TYPE-StepArray",
1726
1897
  "name": "StepArray",
@@ -1740,10 +1911,12 @@
1740
1911
  "resourceTypeHandle": "TYPE-ResourceType",
1741
1912
  "creationContext": {
1742
1913
  "resourceRoleHandle": "ROLE-Genesis",
1743
- "jobStepHandle": "JOB_STEP-StepsFacet"
1914
+ "jobStepHandle": "JOB_STEP-Genesis"
1744
1915
  },
1745
- "kind": "materialized",
1916
+ "resourceShellKind": "materialized",
1917
+ "version": 1,
1746
1918
  "timestamp": "2025-11-30T00:00:00.000Z",
1919
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StepsFacet",
1747
1920
  "nucleus": {
1748
1921
  "identity": "TYPE-StepsFacet",
1749
1922
  "name": "StepsFacet",
@@ -1767,10 +1940,12 @@
1767
1940
  "resourceTypeHandle": "TYPE-ResourceType",
1768
1941
  "creationContext": {
1769
1942
  "resourceRoleHandle": "ROLE-Genesis",
1770
- "jobStepHandle": "JOB_STEP-RawStrategy"
1943
+ "jobStepHandle": "JOB_STEP-Genesis"
1771
1944
  },
1772
- "kind": "materialized",
1945
+ "resourceShellKind": "materialized",
1946
+ "version": 1,
1773
1947
  "timestamp": "2025-11-30T00:00:00.000Z",
1948
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RawStrategy",
1774
1949
  "nucleus": {
1775
1950
  "identity": "TYPE-RawStrategy",
1776
1951
  "name": "RawStrategy",
@@ -1795,10 +1970,12 @@
1795
1970
  "resourceTypeHandle": "TYPE-ResourceType",
1796
1971
  "creationContext": {
1797
1972
  "resourceRoleHandle": "ROLE-Genesis",
1798
- "jobStepHandle": "JOB_STEP-RunnableStrategyIdentity"
1973
+ "jobStepHandle": "JOB_STEP-Genesis"
1799
1974
  },
1800
- "kind": "materialized",
1975
+ "resourceShellKind": "materialized",
1976
+ "version": 1,
1801
1977
  "timestamp": "2025-11-30T00:00:00.000Z",
1978
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunnableStrategyIdentity",
1802
1979
  "nucleus": {
1803
1980
  "identity": "TYPE-RunnableStrategyIdentity",
1804
1981
  "name": "RunnableStrategyIdentity",
@@ -1815,10 +1992,12 @@
1815
1992
  "resourceTypeHandle": "TYPE-ResourceType",
1816
1993
  "creationContext": {
1817
1994
  "resourceRoleHandle": "ROLE-Genesis",
1818
- "jobStepHandle": "JOB_STEP-RunnableStrategyStatus"
1995
+ "jobStepHandle": "JOB_STEP-Genesis"
1819
1996
  },
1820
- "kind": "materialized",
1997
+ "resourceShellKind": "materialized",
1998
+ "version": 1,
1821
1999
  "timestamp": "2025-11-30T00:00:00.000Z",
2000
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunnableStrategyStatus",
1822
2001
  "nucleus": {
1823
2002
  "identity": "TYPE-RunnableStrategyStatus",
1824
2003
  "name": "RunnableStrategyStatus",
@@ -1841,10 +2020,12 @@
1841
2020
  "resourceTypeHandle": "TYPE-ResourceType",
1842
2021
  "creationContext": {
1843
2022
  "resourceRoleHandle": "ROLE-Genesis",
1844
- "jobStepHandle": "JOB_STEP-RunnableStrategyContext"
2023
+ "jobStepHandle": "JOB_STEP-Genesis"
1845
2024
  },
1846
- "kind": "materialized",
2025
+ "resourceShellKind": "materialized",
2026
+ "version": 1,
1847
2027
  "timestamp": "2025-11-30T00:00:00.000Z",
2028
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunnableStrategyContext",
1848
2029
  "nucleus": {
1849
2030
  "identity": "TYPE-RunnableStrategyContext",
1850
2031
  "name": "RunnableStrategyContext",
@@ -1875,10 +2056,12 @@
1875
2056
  "resourceTypeHandle": "TYPE-ResourceType",
1876
2057
  "creationContext": {
1877
2058
  "resourceRoleHandle": "ROLE-Genesis",
1878
- "jobStepHandle": "JOB_STEP-StrategyThreadIdentity"
2059
+ "jobStepHandle": "JOB_STEP-Genesis"
1879
2060
  },
1880
- "kind": "materialized",
2061
+ "resourceShellKind": "materialized",
2062
+ "version": 1,
1881
2063
  "timestamp": "2025-11-30T00:00:00.000Z",
2064
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyThreadIdentity",
1882
2065
  "nucleus": {
1883
2066
  "identity": "TYPE-StrategyThreadIdentity",
1884
2067
  "name": "StrategyThreadIdentity",
@@ -1890,18 +2073,20 @@
1890
2073
  }
1891
2074
  }
1892
2075
  },
1893
- "StrategyThreadMap": {
1894
- "identity": "RESOURCE-StrategyThreadMap",
2076
+ "StrategyThreadDict": {
2077
+ "identity": "RESOURCE-StrategyThreadDict",
1895
2078
  "resourceTypeHandle": "TYPE-ResourceType",
1896
2079
  "creationContext": {
1897
2080
  "resourceRoleHandle": "ROLE-Genesis",
1898
- "jobStepHandle": "JOB_STEP-StrategyThreadMap"
2081
+ "jobStepHandle": "JOB_STEP-Genesis"
1899
2082
  },
1900
- "kind": "materialized",
2083
+ "resourceShellKind": "materialized",
2084
+ "version": 1,
1901
2085
  "timestamp": "2025-11-30T00:00:00.000Z",
2086
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyThreadDict",
1902
2087
  "nucleus": {
1903
- "identity": "TYPE-StrategyThreadMap",
1904
- "name": "StrategyThreadMap",
2088
+ "identity": "TYPE-StrategyThreadDict",
2089
+ "name": "StrategyThreadDict",
1905
2090
  "description": "dummy-description",
1906
2091
  "nucleusSchema": {
1907
2092
  "$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -1916,28 +2101,30 @@
1916
2101
  }
1917
2102
  }
1918
2103
  },
1919
- "StrategyThreadMapFacet": {
1920
- "identity": "RESOURCE-StrategyThreadMapFacet",
2104
+ "StrategyThreadDictFacet": {
2105
+ "identity": "RESOURCE-StrategyThreadDictFacet",
1921
2106
  "resourceTypeHandle": "TYPE-ResourceType",
1922
2107
  "creationContext": {
1923
2108
  "resourceRoleHandle": "ROLE-Genesis",
1924
- "jobStepHandle": "JOB_STEP-StrategyThreadMapFacet"
2109
+ "jobStepHandle": "JOB_STEP-Genesis"
1925
2110
  },
1926
- "kind": "materialized",
2111
+ "resourceShellKind": "materialized",
2112
+ "version": 1,
1927
2113
  "timestamp": "2025-11-30T00:00:00.000Z",
2114
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyThreadDictFacet",
1928
2115
  "nucleus": {
1929
- "identity": "TYPE-StrategyThreadMapFacet",
1930
- "name": "StrategyThreadMapFacet",
2116
+ "identity": "TYPE-StrategyThreadDictFacet",
2117
+ "name": "StrategyThreadDictFacet",
1931
2118
  "description": "dummy-description",
1932
2119
  "nucleusSchema": {
1933
2120
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1934
2121
  "type": "object",
1935
2122
  "required": [
1936
- "strategyThreadMap"
2123
+ "strategyThreadDict"
1937
2124
  ],
1938
2125
  "properties": {
1939
- "strategyThreadMap": {
1940
- "$ref": "#/$defs/StrategyThreadMap"
2126
+ "strategyThreadDict": {
2127
+ "$ref": "#/$defs/StrategyThreadDict"
1941
2128
  }
1942
2129
  }
1943
2130
  }
@@ -1948,10 +2135,12 @@
1948
2135
  "resourceTypeHandle": "TYPE-ResourceType",
1949
2136
  "creationContext": {
1950
2137
  "resourceRoleHandle": "ROLE-Genesis",
1951
- "jobStepHandle": "JOB_STEP-RunnableStrategy"
2138
+ "jobStepHandle": "JOB_STEP-Genesis"
1952
2139
  },
1953
- "kind": "materialized",
2140
+ "resourceShellKind": "materialized",
2141
+ "version": 1,
1954
2142
  "timestamp": "2025-11-30T00:00:00.000Z",
2143
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunnableStrategy",
1955
2144
  "nucleus": {
1956
2145
  "identity": "TYPE-RunnableStrategy",
1957
2146
  "name": "RunnableStrategy",
@@ -1973,8 +2162,8 @@
1973
2162
  },
1974
2163
  "allOf": [
1975
2164
  {
1976
- "$comment": "The Engine runs jobs specified by steps in strategyThreadMap. The Engine also injects repeted steps when encountering loops.",
1977
- "$ref": "#/$defs/StrategyThreadMapFacet"
2165
+ "$comment": "The Engine runs jobs specified by steps in strategyThreadDict. The Engine also injects repeted steps when encountering loops.",
2166
+ "$ref": "#/$defs/StrategyThreadDictFacet"
1978
2167
  },
1979
2168
  {
1980
2169
  "$comment": "The Engine updates strategyState with materialized Resources upon job completions and runtime-provided input events. It also inserts inputPotential and outputPotential Resources upon step injections.",
@@ -1990,10 +2179,12 @@
1990
2179
  "resourceTypeHandle": "TYPE-ResourceType",
1991
2180
  "creationContext": {
1992
2181
  "resourceRoleHandle": "ROLE-Genesis",
1993
- "jobStepHandle": "JOB_STEP-StrategyStateDelta"
2182
+ "jobStepHandle": "JOB_STEP-Genesis"
1994
2183
  },
1995
- "kind": "materialized",
2184
+ "resourceShellKind": "materialized",
2185
+ "version": 1,
1996
2186
  "timestamp": "2025-11-30T00:00:00.000Z",
2187
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyStateDelta",
1997
2188
  "nucleus": {
1998
2189
  "identity": "TYPE-StrategyStateDelta",
1999
2190
  "name": "StrategyStateDelta",
@@ -2017,10 +2208,12 @@
2017
2208
  "resourceTypeHandle": "TYPE-ResourceType",
2018
2209
  "creationContext": {
2019
2210
  "resourceRoleHandle": "ROLE-Genesis",
2020
- "jobStepHandle": "JOB_STEP-RunnableStrategyUpdate"
2211
+ "jobStepHandle": "JOB_STEP-Genesis"
2021
2212
  },
2022
- "kind": "materialized",
2213
+ "resourceShellKind": "materialized",
2214
+ "version": 1,
2023
2215
  "timestamp": "2025-11-30T00:00:00.000Z",
2216
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunnableStrategyUpdate",
2024
2217
  "nucleus": {
2025
2218
  "identity": "TYPE-RunnableStrategyUpdate",
2026
2219
  "name": "RunnableStrategyUpdate",
@@ -2050,10 +2243,12 @@
2050
2243
  "resourceTypeHandle": "TYPE-ResourceType",
2051
2244
  "creationContext": {
2052
2245
  "resourceRoleHandle": "ROLE-Genesis",
2053
- "jobStepHandle": "JOB_STEP-RunEventCounters"
2246
+ "jobStepHandle": "JOB_STEP-Genesis"
2054
2247
  },
2055
- "kind": "materialized",
2248
+ "resourceShellKind": "materialized",
2249
+ "version": 1,
2056
2250
  "timestamp": "2025-11-30T00:00:00.000Z",
2251
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunEventCounters",
2057
2252
  "nucleus": {
2058
2253
  "identity": "TYPE-RunEventCounters",
2059
2254
  "name": "RunEventCounters",
@@ -2077,10 +2272,12 @@
2077
2272
  "resourceTypeHandle": "TYPE-ResourceType",
2078
2273
  "creationContext": {
2079
2274
  "resourceRoleHandle": "ROLE-Genesis",
2080
- "jobStepHandle": "JOB_STEP-RunEventStepMetadata"
2275
+ "jobStepHandle": "JOB_STEP-Genesis"
2081
2276
  },
2082
- "kind": "materialized",
2277
+ "resourceShellKind": "materialized",
2278
+ "version": 1,
2083
2279
  "timestamp": "2025-11-30T00:00:00.000Z",
2280
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunEventStepMetadata",
2084
2281
  "nucleus": {
2085
2282
  "identity": "TYPE-RunEventStepMetadata",
2086
2283
  "name": "RunEventStepMetadata",
@@ -2112,10 +2309,12 @@
2112
2309
  "resourceTypeHandle": "TYPE-ResourceType",
2113
2310
  "creationContext": {
2114
2311
  "resourceRoleHandle": "ROLE-Genesis",
2115
- "jobStepHandle": "JOB_STEP-RunEventUpdates"
2312
+ "jobStepHandle": "JOB_STEP-Genesis"
2116
2313
  },
2117
- "kind": "materialized",
2314
+ "resourceShellKind": "materialized",
2315
+ "version": 1,
2118
2316
  "timestamp": "2025-11-30T00:00:00.000Z",
2317
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunEventUpdates",
2119
2318
  "nucleus": {
2120
2319
  "identity": "TYPE-RunEventUpdates",
2121
2320
  "name": "RunEventUpdates",
@@ -2160,10 +2359,12 @@
2160
2359
  "resourceTypeHandle": "TYPE-ResourceType",
2161
2360
  "creationContext": {
2162
2361
  "resourceRoleHandle": "ROLE-Genesis",
2163
- "jobStepHandle": "JOB_STEP-RunEventKind"
2362
+ "jobStepHandle": "JOB_STEP-Genesis"
2164
2363
  },
2165
- "kind": "materialized",
2364
+ "resourceShellKind": "materialized",
2365
+ "version": 1,
2166
2366
  "timestamp": "2025-11-30T00:00:00.000Z",
2367
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunEventKind",
2167
2368
  "nucleus": {
2168
2369
  "identity": "TYPE-RunEventKind",
2169
2370
  "name": "RunEventKind",
@@ -2185,10 +2386,12 @@
2185
2386
  "resourceTypeHandle": "TYPE-ResourceType",
2186
2387
  "creationContext": {
2187
2388
  "resourceRoleHandle": "ROLE-Genesis",
2188
- "jobStepHandle": "JOB_STEP-RunEventBase"
2389
+ "jobStepHandle": "JOB_STEP-Genesis"
2189
2390
  },
2190
- "kind": "materialized",
2391
+ "resourceShellKind": "materialized",
2392
+ "version": 1,
2191
2393
  "timestamp": "2025-11-30T00:00:00.000Z",
2394
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunEventBase",
2192
2395
  "nucleus": {
2193
2396
  "identity": "TYPE-RunEventBase",
2194
2397
  "name": "RunEventBase",
@@ -2241,10 +2444,12 @@
2241
2444
  "resourceTypeHandle": "TYPE-ResourceType",
2242
2445
  "creationContext": {
2243
2446
  "resourceRoleHandle": "ROLE-Genesis",
2244
- "jobStepHandle": "JOB_STEP-GraphStartRunEvent"
2447
+ "jobStepHandle": "JOB_STEP-Genesis"
2245
2448
  },
2246
- "kind": "materialized",
2449
+ "resourceShellKind": "materialized",
2450
+ "version": 1,
2247
2451
  "timestamp": "2025-11-30T00:00:00.000Z",
2452
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/GraphStartRunEvent",
2248
2453
  "nucleus": {
2249
2454
  "identity": "TYPE-GraphStartRunEvent",
2250
2455
  "name": "GraphStartRunEvent",
@@ -2278,10 +2483,12 @@
2278
2483
  "resourceTypeHandle": "TYPE-ResourceType",
2279
2484
  "creationContext": {
2280
2485
  "resourceRoleHandle": "ROLE-Genesis",
2281
- "jobStepHandle": "JOB_STEP-TickRunEvent"
2486
+ "jobStepHandle": "JOB_STEP-Genesis"
2282
2487
  },
2283
- "kind": "materialized",
2488
+ "resourceShellKind": "materialized",
2489
+ "version": 1,
2284
2490
  "timestamp": "2025-11-30T00:00:00.000Z",
2491
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/TickRunEvent",
2285
2492
  "nucleus": {
2286
2493
  "identity": "TYPE-TickRunEvent",
2287
2494
  "name": "TickRunEvent",
@@ -2309,10 +2516,12 @@
2309
2516
  "resourceTypeHandle": "TYPE-ResourceType",
2310
2517
  "creationContext": {
2311
2518
  "resourceRoleHandle": "ROLE-Genesis",
2312
- "jobStepHandle": "JOB_STEP-InterruptRunEvent"
2519
+ "jobStepHandle": "JOB_STEP-Genesis"
2313
2520
  },
2314
- "kind": "materialized",
2521
+ "resourceShellKind": "materialized",
2522
+ "version": 1,
2315
2523
  "timestamp": "2025-11-30T00:00:00.000Z",
2524
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/InterruptRunEvent",
2316
2525
  "nucleus": {
2317
2526
  "identity": "TYPE-InterruptRunEvent",
2318
2527
  "name": "InterruptRunEvent",
@@ -2340,10 +2549,12 @@
2340
2549
  "resourceTypeHandle": "TYPE-ResourceType",
2341
2550
  "creationContext": {
2342
2551
  "resourceRoleHandle": "ROLE-Genesis",
2343
- "jobStepHandle": "JOB_STEP-GraphEndRunEvent"
2552
+ "jobStepHandle": "JOB_STEP-Genesis"
2344
2553
  },
2345
- "kind": "materialized",
2554
+ "resourceShellKind": "materialized",
2555
+ "version": 1,
2346
2556
  "timestamp": "2025-11-30T00:00:00.000Z",
2557
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/GraphEndRunEvent",
2347
2558
  "nucleus": {
2348
2559
  "identity": "TYPE-GraphEndRunEvent",
2349
2560
  "name": "GraphEndRunEvent",
@@ -2371,10 +2582,12 @@
2371
2582
  "resourceTypeHandle": "TYPE-ResourceType",
2372
2583
  "creationContext": {
2373
2584
  "resourceRoleHandle": "ROLE-Genesis",
2374
- "jobStepHandle": "JOB_STEP-RunEvent"
2585
+ "jobStepHandle": "JOB_STEP-Genesis"
2375
2586
  },
2376
- "kind": "materialized",
2587
+ "resourceShellKind": "materialized",
2588
+ "version": 1,
2377
2589
  "timestamp": "2025-11-30T00:00:00.000Z",
2590
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunEvent",
2378
2591
  "nucleus": {
2379
2592
  "identity": "TYPE-RunEvent",
2380
2593
  "name": "RunEvent",
@@ -2404,10 +2617,12 @@
2404
2617
  "resourceTypeHandle": "TYPE-ResourceType",
2405
2618
  "creationContext": {
2406
2619
  "resourceRoleHandle": "ROLE-Genesis",
2407
- "jobStepHandle": "JOB_STEP-StrategyRunIdentity"
2620
+ "jobStepHandle": "JOB_STEP-Genesis"
2408
2621
  },
2409
- "kind": "materialized",
2622
+ "resourceShellKind": "materialized",
2623
+ "version": 1,
2410
2624
  "timestamp": "2025-11-30T00:00:00.000Z",
2625
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyRunIdentity",
2411
2626
  "nucleus": {
2412
2627
  "identity": "TYPE-StrategyRunIdentity",
2413
2628
  "name": "StrategyRunIdentity",
@@ -2424,10 +2639,12 @@
2424
2639
  "resourceTypeHandle": "TYPE-ResourceType",
2425
2640
  "creationContext": {
2426
2641
  "resourceRoleHandle": "ROLE-Genesis",
2427
- "jobStepHandle": "JOB_STEP-StrategyRun"
2642
+ "jobStepHandle": "JOB_STEP-Genesis"
2428
2643
  },
2429
- "kind": "materialized",
2644
+ "resourceShellKind": "materialized",
2645
+ "version": 1,
2430
2646
  "timestamp": "2025-11-30T00:00:00.000Z",
2647
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyRun",
2431
2648
  "nucleus": {
2432
2649
  "identity": "TYPE-StrategyRun",
2433
2650
  "name": "StrategyRun",
@@ -2468,10 +2685,12 @@
2468
2685
  "resourceTypeHandle": "TYPE-ResourceType",
2469
2686
  "creationContext": {
2470
2687
  "resourceRoleHandle": "ROLE-Genesis",
2471
- "jobStepHandle": "JOB_STEP-GoalIdentity"
2688
+ "jobStepHandle": "JOB_STEP-Genesis"
2472
2689
  },
2473
- "kind": "materialized",
2690
+ "resourceShellKind": "materialized",
2691
+ "version": 1,
2474
2692
  "timestamp": "2025-11-30T00:00:00.000Z",
2693
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/GoalIdentity",
2475
2694
  "nucleus": {
2476
2695
  "identity": "TYPE-GoalIdentity",
2477
2696
  "name": "GoalIdentity",
@@ -2488,10 +2707,12 @@
2488
2707
  "resourceTypeHandle": "TYPE-ResourceType",
2489
2708
  "creationContext": {
2490
2709
  "resourceRoleHandle": "ROLE-Genesis",
2491
- "jobStepHandle": "JOB_STEP-Goal"
2710
+ "jobStepHandle": "JOB_STEP-Genesis"
2492
2711
  },
2493
- "kind": "materialized",
2712
+ "resourceShellKind": "materialized",
2713
+ "version": 1,
2494
2714
  "timestamp": "2025-11-30T00:00:00.000Z",
2715
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Goal",
2495
2716
  "nucleus": {
2496
2717
  "identity": "TYPE-Goal",
2497
2718
  "name": "Goal",
@@ -2544,10 +2765,12 @@
2544
2765
  "resourceTypeHandle": "TYPE-ResourceType",
2545
2766
  "creationContext": {
2546
2767
  "resourceRoleHandle": "ROLE-Genesis",
2547
- "jobStepHandle": "JOB_STEP-Natural"
2768
+ "jobStepHandle": "JOB_STEP-Genesis"
2548
2769
  },
2549
- "kind": "materialized",
2770
+ "resourceShellKind": "materialized",
2771
+ "version": 1,
2550
2772
  "timestamp": "2025-11-30T00:00:00.000Z",
2773
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Natural",
2551
2774
  "nucleus": {
2552
2775
  "identity": "TYPE-Natural",
2553
2776
  "name": "Natural",
@@ -2577,10 +2800,12 @@
2577
2800
  "resourceTypeHandle": "TYPE-ResourceType",
2578
2801
  "creationContext": {
2579
2802
  "resourceRoleHandle": "ROLE-Genesis",
2580
- "jobStepHandle": "JOB_STEP-Boolean"
2803
+ "jobStepHandle": "JOB_STEP-Genesis"
2581
2804
  },
2582
- "kind": "materialized",
2805
+ "resourceShellKind": "materialized",
2806
+ "version": 1,
2583
2807
  "timestamp": "2025-11-30T00:00:00.000Z",
2808
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Boolean",
2584
2809
  "nucleus": {
2585
2810
  "identity": "TYPE-Boolean",
2586
2811
  "name": "Boolean",