@toolproof-core/schema 1.0.8 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/generated/artifacts/constants.d.ts +120 -0
  2. package/dist/generated/artifacts/constants.js +120 -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 +67 -53
  6. package/dist/generated/resources/Genesis.json +424 -236
  7. package/dist/generated/schemas/Genesis.json +56 -42
  8. package/dist/generated/schemas/standalone/Job.json +2 -0
  9. package/dist/generated/schemas/standalone/RawStrategy.json +86 -110
  10. package/dist/generated/schemas/standalone/RunnableStrategy.json +108 -132
  11. package/dist/generated/schemas/standalone/StrategyRun.json +86 -110
  12. package/dist/generated/types/types.d.ts +34 -34
  13. package/dist/index.d.ts +6 -3
  14. package/dist/index.js +5 -2
  15. package/dist/scripts/_lib/config.d.ts +3 -5
  16. package/dist/scripts/_lib/config.js +8 -14
  17. package/dist/scripts/generateConstantsAndMappings.d.ts +31 -0
  18. package/dist/scripts/generateConstantsAndMappings.js +243 -0
  19. package/dist/scripts/generateDependencies.js +1 -1
  20. package/dist/scripts/generateTerminals.js +2 -2
  21. package/dist/scripts/generateTypes.js +47 -2
  22. package/dist/scripts/wrapResourceTypesWithResourceShells.js +7 -3
  23. package/package.json +3 -3
  24. package/src/Genesis.json +71 -57
  25. package/src/generated/artifacts/constants.ts +121 -0
  26. package/src/generated/{dependencies → artifacts}/dependencyMap.json +16 -18
  27. package/src/generated/artifacts/mappings.ts +24 -0
  28. package/src/generated/{dependencies → artifacts}/terminals.json +1 -0
  29. package/src/generated/normalized/Genesis.json +1760 -1746
  30. package/src/generated/resources/Genesis.json +2796 -2608
  31. package/src/generated/schemas/Genesis.json +1329 -1315
  32. package/src/generated/schemas/standalone/Job.json +2 -0
  33. package/src/generated/schemas/standalone/RawStrategy.json +580 -604
  34. package/src/generated/schemas/standalone/RunnableStrategy.json +645 -669
  35. package/src/generated/schemas/standalone/StrategyRun.json +913 -937
  36. package/src/generated/types/types.d.ts +709 -709
  37. package/src/index.ts +8 -2
  38. package/src/scripts/_lib/config.ts +9 -17
  39. package/src/scripts/generateConstantsAndMappings.ts +309 -0
  40. package/src/scripts/generateDependencies.ts +1 -1
  41. package/src/scripts/generateTerminals.ts +2 -2
  42. package/src/scripts/generateTypes.ts +58 -2
  43. package/src/scripts/wrapResourceTypesWithResourceShells.ts +7 -3
  44. package/dist/generated/constants/constants.d.ts +0 -60
  45. package/dist/generated/constants/constants.js +0 -60
  46. package/dist/scripts/generateConstants.d.ts +0 -12
  47. package/dist/scripts/generateConstants.js +0 -179
  48. package/src/generated/constants/constants.ts +0 -61
  49. 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",
@@ -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",
@@ -295,10 +317,12 @@
295
317
  "resourceTypeHandle": "TYPE-ResourceType",
296
318
  "creationContext": {
297
319
  "resourceRoleHandle": "ROLE-Genesis",
298
- "jobStepHandle": "JOB_STEP-RoleMap"
320
+ "jobStepHandle": "JOB_STEP-Genesis"
299
321
  },
300
- "kind": "materialized",
322
+ "resourceShellKind": "materialized",
323
+ "version": 1,
301
324
  "timestamp": "2025-11-30T00:00:00.000Z",
325
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RoleMap",
302
326
  "nucleus": {
303
327
  "identity": "TYPE-RoleMap",
304
328
  "name": "RoleMap",
@@ -320,10 +344,12 @@
320
344
  "resourceTypeHandle": "TYPE-ResourceType",
321
345
  "creationContext": {
322
346
  "resourceRoleHandle": "ROLE-Genesis",
323
- "jobStepHandle": "JOB_STEP-Error"
347
+ "jobStepHandle": "JOB_STEP-Genesis"
324
348
  },
325
- "kind": "materialized",
349
+ "resourceShellKind": "materialized",
350
+ "version": 1,
326
351
  "timestamp": "2025-11-30T00:00:00.000Z",
352
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Error",
327
353
  "nucleus": {
328
354
  "identity": "TYPE-Error",
329
355
  "name": "Error",
@@ -352,10 +378,12 @@
352
378
  "resourceTypeHandle": "TYPE-ResourceType",
353
379
  "creationContext": {
354
380
  "resourceRoleHandle": "ROLE-Genesis",
355
- "jobStepHandle": "JOB_STEP-Roles"
381
+ "jobStepHandle": "JOB_STEP-Genesis"
356
382
  },
357
- "kind": "materialized",
383
+ "resourceShellKind": "materialized",
384
+ "version": 1,
358
385
  "timestamp": "2025-11-30T00:00:00.000Z",
386
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Roles",
359
387
  "nucleus": {
360
388
  "identity": "TYPE-Roles",
361
389
  "name": "Roles",
@@ -377,6 +405,7 @@
377
405
  "$ref": "#/$defs/RoleMap"
378
406
  },
379
407
  {
408
+ "type": "object",
380
409
  "required": [
381
410
  "ROLE-ErrorOutput"
382
411
  ],
@@ -421,10 +450,12 @@
421
450
  "resourceTypeHandle": "TYPE-ResourceType",
422
451
  "creationContext": {
423
452
  "resourceRoleHandle": "ROLE-Genesis",
424
- "jobStepHandle": "JOB_STEP-RolesFacet"
453
+ "jobStepHandle": "JOB_STEP-Genesis"
425
454
  },
426
- "kind": "materialized",
455
+ "resourceShellKind": "materialized",
456
+ "version": 1,
427
457
  "timestamp": "2025-11-30T00:00:00.000Z",
458
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RolesFacet",
428
459
  "nucleus": {
429
460
  "identity": "TYPE-RolesFacet",
430
461
  "name": "RolesFacet",
@@ -448,10 +479,12 @@
448
479
  "resourceTypeHandle": "TYPE-ResourceType",
449
480
  "creationContext": {
450
481
  "resourceRoleHandle": "ROLE-Genesis",
451
- "jobStepHandle": "JOB_STEP-JobIdentity"
482
+ "jobStepHandle": "JOB_STEP-Genesis"
452
483
  },
453
- "kind": "materialized",
484
+ "resourceShellKind": "materialized",
485
+ "version": 1,
454
486
  "timestamp": "2025-11-30T00:00:00.000Z",
487
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/JobIdentity",
455
488
  "nucleus": {
456
489
  "identity": "TYPE-JobIdentity",
457
490
  "name": "JobIdentity",
@@ -468,10 +501,12 @@
468
501
  "resourceTypeHandle": "TYPE-ResourceType",
469
502
  "creationContext": {
470
503
  "resourceRoleHandle": "ROLE-Genesis",
471
- "jobStepHandle": "JOB_STEP-Job"
504
+ "jobStepHandle": "JOB_STEP-Genesis"
472
505
  },
473
- "kind": "materialized",
506
+ "resourceShellKind": "materialized",
507
+ "version": 1,
474
508
  "timestamp": "2025-11-30T00:00:00.000Z",
509
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Job",
475
510
  "nucleus": {
476
511
  "identity": "TYPE-Job",
477
512
  "name": "Job",
@@ -488,6 +523,7 @@
488
523
  "$ref": "#/$defs/JobIdentity"
489
524
  },
490
525
  "implementationUri": {
526
+ "$comment": "Instances of a ResourceType that requires implementationUri are 'executable' ResourceTypes. TYPE-Job is the canonical executable ResourceType in the ecosystem.",
491
527
  "$ref": "#/$defs/Uri"
492
528
  }
493
529
  },
@@ -508,10 +544,12 @@
508
544
  "resourceTypeHandle": "TYPE-ResourceType",
509
545
  "creationContext": {
510
546
  "resourceRoleHandle": "ROLE-Genesis",
511
- "jobStepHandle": "JOB_STEP-RoleBindingArray"
547
+ "jobStepHandle": "JOB_STEP-Genesis"
512
548
  },
513
- "kind": "materialized",
549
+ "resourceShellKind": "materialized",
550
+ "version": 1,
514
551
  "timestamp": "2025-11-30T00:00:00.000Z",
552
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RoleBindingArray",
515
553
  "nucleus": {
516
554
  "identity": "TYPE-RoleBindingArray",
517
555
  "name": "RoleBindingArray",
@@ -530,10 +568,12 @@
530
568
  "resourceTypeHandle": "TYPE-ResourceType",
531
569
  "creationContext": {
532
570
  "resourceRoleHandle": "ROLE-Genesis",
533
- "jobStepHandle": "JOB_STEP-RoleBindings"
571
+ "jobStepHandle": "JOB_STEP-Genesis"
534
572
  },
535
- "kind": "materialized",
573
+ "resourceShellKind": "materialized",
574
+ "version": 1,
536
575
  "timestamp": "2025-11-30T00:00:00.000Z",
576
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RoleBindings",
537
577
  "nucleus": {
538
578
  "identity": "TYPE-RoleBindings",
539
579
  "name": "RoleBindings",
@@ -562,10 +602,12 @@
562
602
  "resourceTypeHandle": "TYPE-ResourceType",
563
603
  "creationContext": {
564
604
  "resourceRoleHandle": "ROLE-Genesis",
565
- "jobStepHandle": "JOB_STEP-RoleBindingsFacet"
605
+ "jobStepHandle": "JOB_STEP-Genesis"
566
606
  },
567
- "kind": "materialized",
607
+ "resourceShellKind": "materialized",
608
+ "version": 1,
568
609
  "timestamp": "2025-11-30T00:00:00.000Z",
610
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RoleBindingsFacet",
569
611
  "nucleus": {
570
612
  "identity": "TYPE-RoleBindingsFacet",
571
613
  "name": "RoleBindingsFacet",
@@ -589,10 +631,12 @@
589
631
  "resourceTypeHandle": "TYPE-ResourceType",
590
632
  "creationContext": {
591
633
  "resourceRoleHandle": "ROLE-Genesis",
592
- "jobStepHandle": "JOB_STEP-StepKind"
634
+ "jobStepHandle": "JOB_STEP-Genesis"
593
635
  },
594
- "kind": "materialized",
636
+ "resourceShellKind": "materialized",
637
+ "version": 1,
595
638
  "timestamp": "2025-11-30T00:00:00.000Z",
639
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StepKind",
596
640
  "nucleus": {
597
641
  "identity": "TYPE-StepKind",
598
642
  "name": "StepKind",
@@ -614,10 +658,12 @@
614
658
  "resourceTypeHandle": "TYPE-ResourceType",
615
659
  "creationContext": {
616
660
  "resourceRoleHandle": "ROLE-Genesis",
617
- "jobStepHandle": "JOB_STEP-StepKindFacet"
661
+ "jobStepHandle": "JOB_STEP-Genesis"
618
662
  },
619
- "kind": "materialized",
663
+ "resourceShellKind": "materialized",
664
+ "version": 1,
620
665
  "timestamp": "2025-11-30T00:00:00.000Z",
666
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StepKindFacet",
621
667
  "nucleus": {
622
668
  "identity": "TYPE-StepKindFacet",
623
669
  "name": "StepKindFacet",
@@ -641,10 +687,12 @@
641
687
  "resourceTypeHandle": "TYPE-ResourceType",
642
688
  "creationContext": {
643
689
  "resourceRoleHandle": "ROLE-Genesis",
644
- "jobStepHandle": "JOB_STEP-JobStepIdentity"
690
+ "jobStepHandle": "JOB_STEP-Genesis"
645
691
  },
646
- "kind": "materialized",
692
+ "resourceShellKind": "materialized",
693
+ "version": 1,
647
694
  "timestamp": "2025-11-30T00:00:00.000Z",
695
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/JobStepIdentity",
648
696
  "nucleus": {
649
697
  "identity": "TYPE-JobStepIdentity",
650
698
  "name": "JobStepIdentity",
@@ -661,10 +709,12 @@
661
709
  "resourceTypeHandle": "TYPE-ResourceType",
662
710
  "creationContext": {
663
711
  "resourceRoleHandle": "ROLE-Genesis",
664
- "jobStepHandle": "JOB_STEP-JobStep"
712
+ "jobStepHandle": "JOB_STEP-Genesis"
665
713
  },
666
- "kind": "materialized",
714
+ "resourceShellKind": "materialized",
715
+ "version": 1,
667
716
  "timestamp": "2025-11-30T00:00:00.000Z",
717
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/JobStep",
668
718
  "nucleus": {
669
719
  "identity": "TYPE-JobStep",
670
720
  "name": "JobStep",
@@ -705,10 +755,12 @@
705
755
  "resourceTypeHandle": "TYPE-ResourceType",
706
756
  "creationContext": {
707
757
  "resourceRoleHandle": "ROLE-Genesis",
708
- "jobStepHandle": "JOB_STEP-Conditional"
758
+ "jobStepHandle": "JOB_STEP-Genesis"
709
759
  },
710
- "kind": "materialized",
760
+ "resourceShellKind": "materialized",
761
+ "version": 1,
711
762
  "timestamp": "2025-11-30T00:00:00.000Z",
763
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Conditional",
712
764
  "nucleus": {
713
765
  "identity": "TYPE-Conditional",
714
766
  "name": "Conditional",
@@ -737,10 +789,12 @@
737
789
  "resourceTypeHandle": "TYPE-ResourceType",
738
790
  "creationContext": {
739
791
  "resourceRoleHandle": "ROLE-Genesis",
740
- "jobStepHandle": "JOB_STEP-BranchStepIdentity"
792
+ "jobStepHandle": "JOB_STEP-Genesis"
741
793
  },
742
- "kind": "materialized",
794
+ "resourceShellKind": "materialized",
795
+ "version": 1,
743
796
  "timestamp": "2025-11-30T00:00:00.000Z",
797
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/BranchStepIdentity",
744
798
  "nucleus": {
745
799
  "identity": "TYPE-BranchStepIdentity",
746
800
  "name": "BranchStepIdentity",
@@ -757,10 +811,12 @@
757
811
  "resourceTypeHandle": "TYPE-ResourceType",
758
812
  "creationContext": {
759
813
  "resourceRoleHandle": "ROLE-Genesis",
760
- "jobStepHandle": "JOB_STEP-BranchStep"
814
+ "jobStepHandle": "JOB_STEP-Genesis"
761
815
  },
762
- "kind": "materialized",
816
+ "resourceShellKind": "materialized",
817
+ "version": 1,
763
818
  "timestamp": "2025-11-30T00:00:00.000Z",
819
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/BranchStep",
764
820
  "nucleus": {
765
821
  "identity": "TYPE-BranchStep",
766
822
  "name": "BranchStep",
@@ -802,10 +858,12 @@
802
858
  "resourceTypeHandle": "TYPE-ResourceType",
803
859
  "creationContext": {
804
860
  "resourceRoleHandle": "ROLE-Genesis",
805
- "jobStepHandle": "JOB_STEP-WhileStepIdentity"
861
+ "jobStepHandle": "JOB_STEP-Genesis"
806
862
  },
807
- "kind": "materialized",
863
+ "resourceShellKind": "materialized",
864
+ "version": 1,
808
865
  "timestamp": "2025-11-30T00:00:00.000Z",
866
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/WhileStepIdentity",
809
867
  "nucleus": {
810
868
  "identity": "TYPE-WhileStepIdentity",
811
869
  "name": "WhileStepIdentity",
@@ -822,10 +880,12 @@
822
880
  "resourceTypeHandle": "TYPE-ResourceType",
823
881
  "creationContext": {
824
882
  "resourceRoleHandle": "ROLE-Genesis",
825
- "jobStepHandle": "JOB_STEP-WhileStep"
883
+ "jobStepHandle": "JOB_STEP-Genesis"
826
884
  },
827
- "kind": "materialized",
885
+ "resourceShellKind": "materialized",
886
+ "version": 1,
828
887
  "timestamp": "2025-11-30T00:00:00.000Z",
888
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/WhileStep",
829
889
  "nucleus": {
830
890
  "identity": "TYPE-WhileStep",
831
891
  "name": "WhileStep",
@@ -862,10 +922,12 @@
862
922
  "resourceTypeHandle": "TYPE-ResourceType",
863
923
  "creationContext": {
864
924
  "resourceRoleHandle": "ROLE-Genesis",
865
- "jobStepHandle": "JOB_STEP-ForStepIdentity"
925
+ "jobStepHandle": "JOB_STEP-Genesis"
866
926
  },
867
- "kind": "materialized",
927
+ "resourceShellKind": "materialized",
928
+ "version": 1,
868
929
  "timestamp": "2025-11-30T00:00:00.000Z",
930
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ForStepIdentity",
869
931
  "nucleus": {
870
932
  "identity": "TYPE-ForStepIdentity",
871
933
  "name": "ForStepIdentity",
@@ -882,10 +944,12 @@
882
944
  "resourceTypeHandle": "TYPE-ResourceType",
883
945
  "creationContext": {
884
946
  "resourceRoleHandle": "ROLE-Genesis",
885
- "jobStepHandle": "JOB_STEP-ForStep"
947
+ "jobStepHandle": "JOB_STEP-Genesis"
886
948
  },
887
- "kind": "materialized",
949
+ "resourceShellKind": "materialized",
950
+ "version": 1,
888
951
  "timestamp": "2025-11-30T00:00:00.000Z",
952
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ForStep",
889
953
  "nucleus": {
890
954
  "identity": "TYPE-ForStep",
891
955
  "name": "ForStep",
@@ -922,10 +986,12 @@
922
986
  "resourceTypeHandle": "TYPE-ResourceType",
923
987
  "creationContext": {
924
988
  "resourceRoleHandle": "ROLE-Genesis",
925
- "jobStepHandle": "JOB_STEP-StepIdentity"
989
+ "jobStepHandle": "JOB_STEP-Genesis"
926
990
  },
927
- "kind": "materialized",
991
+ "resourceShellKind": "materialized",
992
+ "version": 1,
928
993
  "timestamp": "2025-11-30T00:00:00.000Z",
994
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StepIdentity",
929
995
  "nucleus": {
930
996
  "identity": "TYPE-StepIdentity",
931
997
  "name": "StepIdentity",
@@ -955,10 +1021,12 @@
955
1021
  "resourceTypeHandle": "TYPE-ResourceType",
956
1022
  "creationContext": {
957
1023
  "resourceRoleHandle": "ROLE-Genesis",
958
- "jobStepHandle": "JOB_STEP-Step"
1024
+ "jobStepHandle": "JOB_STEP-Genesis"
959
1025
  },
960
- "kind": "materialized",
1026
+ "resourceShellKind": "materialized",
1027
+ "version": 1,
961
1028
  "timestamp": "2025-11-30T00:00:00.000Z",
1029
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Step",
962
1030
  "nucleus": {
963
1031
  "identity": "TYPE-Step",
964
1032
  "name": "Step",
@@ -989,10 +1057,12 @@
989
1057
  "resourceTypeHandle": "TYPE-ResourceType",
990
1058
  "creationContext": {
991
1059
  "resourceRoleHandle": "ROLE-Genesis",
992
- "jobStepHandle": "JOB_STEP-CreationContext"
1060
+ "jobStepHandle": "JOB_STEP-Genesis"
993
1061
  },
994
- "kind": "materialized",
1062
+ "resourceShellKind": "materialized",
1063
+ "version": 1,
995
1064
  "timestamp": "2025-11-30T00:00:00.000Z",
1065
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/CreationContext",
996
1066
  "nucleus": {
997
1067
  "identity": "TYPE-CreationContext",
998
1068
  "name": "CreationContext",
@@ -1020,10 +1090,12 @@
1020
1090
  "resourceTypeHandle": "TYPE-ResourceType",
1021
1091
  "creationContext": {
1022
1092
  "resourceRoleHandle": "ROLE-Genesis",
1023
- "jobStepHandle": "JOB_STEP-CreationContextFacet"
1093
+ "jobStepHandle": "JOB_STEP-Genesis"
1024
1094
  },
1025
- "kind": "materialized",
1095
+ "resourceShellKind": "materialized",
1096
+ "version": 1,
1026
1097
  "timestamp": "2025-11-30T00:00:00.000Z",
1098
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/CreationContextFacet",
1027
1099
  "nucleus": {
1028
1100
  "identity": "TYPE-CreationContextFacet",
1029
1101
  "name": "CreationContextFacet",
@@ -1047,10 +1119,12 @@
1047
1119
  "resourceTypeHandle": "TYPE-ResourceType",
1048
1120
  "creationContext": {
1049
1121
  "resourceRoleHandle": "ROLE-Genesis",
1050
- "jobStepHandle": "JOB_STEP-ResourceIdentity"
1122
+ "jobStepHandle": "JOB_STEP-Genesis"
1051
1123
  },
1052
- "kind": "materialized",
1124
+ "resourceShellKind": "materialized",
1125
+ "version": 1,
1053
1126
  "timestamp": "2025-11-30T00:00:00.000Z",
1127
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceIdentity",
1054
1128
  "nucleus": {
1055
1129
  "identity": "TYPE-ResourceIdentity",
1056
1130
  "name": "ResourceIdentity",
@@ -1067,10 +1141,12 @@
1067
1141
  "resourceTypeHandle": "TYPE-ResourceType",
1068
1142
  "creationContext": {
1069
1143
  "resourceRoleHandle": "ROLE-Genesis",
1070
- "jobStepHandle": "JOB_STEP-ResourceShellBase"
1144
+ "jobStepHandle": "JOB_STEP-Genesis"
1071
1145
  },
1072
- "kind": "materialized",
1146
+ "resourceShellKind": "materialized",
1147
+ "version": 1,
1073
1148
  "timestamp": "2025-11-30T00:00:00.000Z",
1149
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceShellBase",
1074
1150
  "nucleus": {
1075
1151
  "identity": "TYPE-ResourceShellBase",
1076
1152
  "name": "ResourceShellBase",
@@ -1081,7 +1157,7 @@
1081
1157
  "required": [
1082
1158
  "identity",
1083
1159
  "resourceTypeHandle",
1084
- "resourceKind"
1160
+ "resourceShellKind"
1085
1161
  ],
1086
1162
  "properties": {
1087
1163
  "identity": {
@@ -1090,25 +1166,27 @@
1090
1166
  "resourceTypeHandle": {
1091
1167
  "$ref": "#/$defs/ResourceTypeIdentity"
1092
1168
  },
1093
- "resourceKind": {
1094
- "$ref": "#/$defs/ResourceKind"
1169
+ "resourceShellKind": {
1170
+ "$ref": "#/$defs/ResourceShellKind"
1095
1171
  }
1096
1172
  }
1097
1173
  }
1098
1174
  }
1099
1175
  },
1100
- "ResourceKind": {
1101
- "identity": "RESOURCE-ResourceKind",
1176
+ "ResourceShellKind": {
1177
+ "identity": "RESOURCE-ResourceShellKind",
1102
1178
  "resourceTypeHandle": "TYPE-ResourceType",
1103
1179
  "creationContext": {
1104
1180
  "resourceRoleHandle": "ROLE-Genesis",
1105
- "jobStepHandle": "JOB_STEP-ResourceKind"
1181
+ "jobStepHandle": "JOB_STEP-Genesis"
1106
1182
  },
1107
- "kind": "materialized",
1183
+ "resourceShellKind": "materialized",
1184
+ "version": 1,
1108
1185
  "timestamp": "2025-11-30T00:00:00.000Z",
1186
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceShellKind",
1109
1187
  "nucleus": {
1110
- "identity": "TYPE-ResourceKind",
1111
- "name": "ResourceKind",
1188
+ "identity": "TYPE-ResourceShellKind",
1189
+ "name": "ResourceShellKind",
1112
1190
  "description": "dummy-description",
1113
1191
  "nucleusSchema": {
1114
1192
  "$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -1122,28 +1200,30 @@
1122
1200
  }
1123
1201
  }
1124
1202
  },
1125
- "ResourceKindFacet": {
1126
- "identity": "RESOURCE-ResourceKindFacet",
1203
+ "ResourceShellKindFacet": {
1204
+ "identity": "RESOURCE-ResourceShellKindFacet",
1127
1205
  "resourceTypeHandle": "TYPE-ResourceType",
1128
1206
  "creationContext": {
1129
1207
  "resourceRoleHandle": "ROLE-Genesis",
1130
- "jobStepHandle": "JOB_STEP-ResourceKindFacet"
1208
+ "jobStepHandle": "JOB_STEP-Genesis"
1131
1209
  },
1132
- "kind": "materialized",
1210
+ "resourceShellKind": "materialized",
1211
+ "version": 1,
1133
1212
  "timestamp": "2025-11-30T00:00:00.000Z",
1213
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceShellKindFacet",
1134
1214
  "nucleus": {
1135
- "identity": "TYPE-ResourceKindFacet",
1136
- "name": "ResourceKindFacet",
1215
+ "identity": "TYPE-ResourceShellKindFacet",
1216
+ "name": "ResourceShellKindFacet",
1137
1217
  "description": "dummy-description",
1138
1218
  "nucleusSchema": {
1139
1219
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1140
1220
  "type": "object",
1141
1221
  "required": [
1142
- "resourceKind"
1222
+ "resourceShellKind"
1143
1223
  ],
1144
1224
  "properties": {
1145
- "resourceKind": {
1146
- "$ref": "#/$defs/ResourceKind"
1225
+ "resourceShellKind": {
1226
+ "$ref": "#/$defs/ResourceShellKind"
1147
1227
  }
1148
1228
  }
1149
1229
  }
@@ -1154,10 +1234,12 @@
1154
1234
  "resourceTypeHandle": "TYPE-ResourceType",
1155
1235
  "creationContext": {
1156
1236
  "resourceRoleHandle": "ROLE-Genesis",
1157
- "jobStepHandle": "JOB_STEP-ShellMissing"
1237
+ "jobStepHandle": "JOB_STEP-Genesis"
1158
1238
  },
1159
- "kind": "materialized",
1239
+ "resourceShellKind": "materialized",
1240
+ "version": 1,
1160
1241
  "timestamp": "2025-11-30T00:00:00.000Z",
1242
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ShellMissing",
1161
1243
  "nucleus": {
1162
1244
  "identity": "TYPE-ShellMissing",
1163
1245
  "name": "ShellMissing",
@@ -1165,8 +1247,11 @@
1165
1247
  "nucleusSchema": {
1166
1248
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1167
1249
  "type": "object",
1250
+ "required": [
1251
+ "resourceShellKind"
1252
+ ],
1168
1253
  "properties": {
1169
- "resourceKind": {
1254
+ "resourceShellKind": {
1170
1255
  "const": "missing"
1171
1256
  }
1172
1257
  },
@@ -1175,7 +1260,7 @@
1175
1260
  "$ref": "#/$defs/ResourceShellBase"
1176
1261
  },
1177
1262
  {
1178
- "$ref": "#/$defs/ResourceKindFacet"
1263
+ "$ref": "#/$defs/ResourceShellKindFacet"
1179
1264
  }
1180
1265
  ],
1181
1266
  "unevaluatedProperties": false
@@ -1187,10 +1272,12 @@
1187
1272
  "resourceTypeHandle": "TYPE-ResourceType",
1188
1273
  "creationContext": {
1189
1274
  "resourceRoleHandle": "ROLE-Genesis",
1190
- "jobStepHandle": "JOB_STEP-ShellInputPotential"
1275
+ "jobStepHandle": "JOB_STEP-Genesis"
1191
1276
  },
1192
- "kind": "materialized",
1277
+ "resourceShellKind": "materialized",
1278
+ "version": 1,
1193
1279
  "timestamp": "2025-11-30T00:00:00.000Z",
1280
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ShellInputPotential",
1194
1281
  "nucleus": {
1195
1282
  "identity": "TYPE-ShellInputPotential",
1196
1283
  "name": "ShellInputPotential",
@@ -1198,8 +1285,11 @@
1198
1285
  "nucleusSchema": {
1199
1286
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1200
1287
  "type": "object",
1288
+ "required": [
1289
+ "resourceShellKind"
1290
+ ],
1201
1291
  "properties": {
1202
- "resourceKind": {
1292
+ "resourceShellKind": {
1203
1293
  "const": "inputPotential"
1204
1294
  }
1205
1295
  },
@@ -1211,7 +1301,7 @@
1211
1301
  "$ref": "#/$defs/CreationContextFacet"
1212
1302
  },
1213
1303
  {
1214
- "$ref": "#/$defs/ResourceKindFacet"
1304
+ "$ref": "#/$defs/ResourceShellKindFacet"
1215
1305
  }
1216
1306
  ],
1217
1307
  "unevaluatedProperties": false
@@ -1223,10 +1313,12 @@
1223
1313
  "resourceTypeHandle": "TYPE-ResourceType",
1224
1314
  "creationContext": {
1225
1315
  "resourceRoleHandle": "ROLE-Genesis",
1226
- "jobStepHandle": "JOB_STEP-ShellOutputPotential"
1316
+ "jobStepHandle": "JOB_STEP-Genesis"
1227
1317
  },
1228
- "kind": "materialized",
1318
+ "resourceShellKind": "materialized",
1319
+ "version": 1,
1229
1320
  "timestamp": "2025-11-30T00:00:00.000Z",
1321
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ShellOutputPotential",
1230
1322
  "nucleus": {
1231
1323
  "identity": "TYPE-ShellOutputPotential",
1232
1324
  "name": "ShellOutputPotential",
@@ -1234,8 +1326,11 @@
1234
1326
  "nucleusSchema": {
1235
1327
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1236
1328
  "type": "object",
1329
+ "required": [
1330
+ "resourceShellKind"
1331
+ ],
1237
1332
  "properties": {
1238
- "resourceKind": {
1333
+ "resourceShellKind": {
1239
1334
  "const": "outputPotential"
1240
1335
  }
1241
1336
  },
@@ -1247,7 +1342,7 @@
1247
1342
  "$ref": "#/$defs/CreationContextFacet"
1248
1343
  },
1249
1344
  {
1250
- "$ref": "#/$defs/ResourceKindFacet"
1345
+ "$ref": "#/$defs/ResourceShellKindFacet"
1251
1346
  }
1252
1347
  ],
1253
1348
  "unevaluatedProperties": false
@@ -1259,10 +1354,12 @@
1259
1354
  "resourceTypeHandle": "TYPE-ResourceType",
1260
1355
  "creationContext": {
1261
1356
  "resourceRoleHandle": "ROLE-Genesis",
1262
- "jobStepHandle": "JOB_STEP-Timestamp"
1357
+ "jobStepHandle": "JOB_STEP-Genesis"
1263
1358
  },
1264
- "kind": "materialized",
1359
+ "resourceShellKind": "materialized",
1360
+ "version": 1,
1265
1361
  "timestamp": "2025-11-30T00:00:00.000Z",
1362
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Timestamp",
1266
1363
  "nucleus": {
1267
1364
  "identity": "TYPE-Timestamp",
1268
1365
  "name": "Timestamp",
@@ -1279,10 +1376,12 @@
1279
1376
  "resourceTypeHandle": "TYPE-ResourceType",
1280
1377
  "creationContext": {
1281
1378
  "resourceRoleHandle": "ROLE-Genesis",
1282
- "jobStepHandle": "JOB_STEP-TimestampFacet"
1379
+ "jobStepHandle": "JOB_STEP-Genesis"
1283
1380
  },
1284
- "kind": "materialized",
1381
+ "resourceShellKind": "materialized",
1382
+ "version": 1,
1285
1383
  "timestamp": "2025-11-30T00:00:00.000Z",
1384
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/TimestampFacet",
1286
1385
  "nucleus": {
1287
1386
  "identity": "TYPE-TimestampFacet",
1288
1387
  "name": "TimestampFacet",
@@ -1306,10 +1405,12 @@
1306
1405
  "resourceTypeHandle": "TYPE-ResourceType",
1307
1406
  "creationContext": {
1308
1407
  "resourceRoleHandle": "ROLE-Genesis",
1309
- "jobStepHandle": "JOB_STEP-Path"
1408
+ "jobStepHandle": "JOB_STEP-Genesis"
1310
1409
  },
1311
- "kind": "materialized",
1410
+ "resourceShellKind": "materialized",
1411
+ "version": 1,
1312
1412
  "timestamp": "2025-11-30T00:00:00.000Z",
1413
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Path",
1313
1414
  "nucleus": {
1314
1415
  "identity": "TYPE-Path",
1315
1416
  "name": "Path",
@@ -1326,10 +1427,12 @@
1326
1427
  "resourceTypeHandle": "TYPE-ResourceType",
1327
1428
  "creationContext": {
1328
1429
  "resourceRoleHandle": "ROLE-Genesis",
1329
- "jobStepHandle": "JOB_STEP-PathFacet"
1430
+ "jobStepHandle": "JOB_STEP-Genesis"
1330
1431
  },
1331
- "kind": "materialized",
1432
+ "resourceShellKind": "materialized",
1433
+ "version": 1,
1332
1434
  "timestamp": "2025-11-30T00:00:00.000Z",
1435
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/PathFacet",
1333
1436
  "nucleus": {
1334
1437
  "identity": "TYPE-PathFacet",
1335
1438
  "name": "PathFacet",
@@ -1353,10 +1456,12 @@
1353
1456
  "resourceTypeHandle": "TYPE-ResourceType",
1354
1457
  "creationContext": {
1355
1458
  "resourceRoleHandle": "ROLE-Genesis",
1356
- "jobStepHandle": "JOB_STEP-ShellMaterializedBase"
1459
+ "jobStepHandle": "JOB_STEP-Genesis"
1357
1460
  },
1358
- "kind": "materialized",
1461
+ "resourceShellKind": "materialized",
1462
+ "version": 1,
1359
1463
  "timestamp": "2025-11-30T00:00:00.000Z",
1464
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ShellMaterializedBase",
1360
1465
  "nucleus": {
1361
1466
  "identity": "TYPE-ShellMaterializedBase",
1362
1467
  "name": "ShellMaterializedBase",
@@ -1365,13 +1470,14 @@
1365
1470
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1366
1471
  "type": "object",
1367
1472
  "required": [
1368
- "version"
1473
+ "version",
1474
+ "resourceShellKind"
1369
1475
  ],
1370
1476
  "properties": {
1371
1477
  "version": {
1372
1478
  "const": 1
1373
1479
  },
1374
- "resourceKind": {
1480
+ "resourceShellKind": {
1375
1481
  "const": "materialized"
1376
1482
  }
1377
1483
  },
@@ -1383,7 +1489,7 @@
1383
1489
  "$ref": "#/$defs/CreationContextFacet"
1384
1490
  },
1385
1491
  {
1386
- "$ref": "#/$defs/ResourceKindFacet"
1492
+ "$ref": "#/$defs/ResourceShellKindFacet"
1387
1493
  },
1388
1494
  {
1389
1495
  "$ref": "#/$defs/TimestampFacet"
@@ -1400,10 +1506,12 @@
1400
1506
  "resourceTypeHandle": "TYPE-ResourceType",
1401
1507
  "creationContext": {
1402
1508
  "resourceRoleHandle": "ROLE-Genesis",
1403
- "jobStepHandle": "JOB_STEP-ShellMaterialized"
1509
+ "jobStepHandle": "JOB_STEP-Genesis"
1404
1510
  },
1405
- "kind": "materialized",
1511
+ "resourceShellKind": "materialized",
1512
+ "version": 1,
1406
1513
  "timestamp": "2025-11-30T00:00:00.000Z",
1514
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ShellMaterialized",
1407
1515
  "nucleus": {
1408
1516
  "identity": "TYPE-ShellMaterialized",
1409
1517
  "name": "ShellMaterialized",
@@ -1421,10 +1529,12 @@
1421
1529
  "resourceTypeHandle": "TYPE-ResourceType",
1422
1530
  "creationContext": {
1423
1531
  "resourceRoleHandle": "ROLE-Genesis",
1424
- "jobStepHandle": "JOB_STEP-ResourceMissing"
1532
+ "jobStepHandle": "JOB_STEP-Genesis"
1425
1533
  },
1426
- "kind": "materialized",
1534
+ "resourceShellKind": "materialized",
1535
+ "version": 1,
1427
1536
  "timestamp": "2025-11-30T00:00:00.000Z",
1537
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceMissing",
1428
1538
  "nucleus": {
1429
1539
  "identity": "TYPE-ResourceMissing",
1430
1540
  "name": "ResourceMissing",
@@ -1442,10 +1552,12 @@
1442
1552
  "resourceTypeHandle": "TYPE-ResourceType",
1443
1553
  "creationContext": {
1444
1554
  "resourceRoleHandle": "ROLE-Genesis",
1445
- "jobStepHandle": "JOB_STEP-ResourceInputPotential"
1555
+ "jobStepHandle": "JOB_STEP-Genesis"
1446
1556
  },
1447
- "kind": "materialized",
1557
+ "resourceShellKind": "materialized",
1558
+ "version": 1,
1448
1559
  "timestamp": "2025-11-30T00:00:00.000Z",
1560
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceInputPotential",
1449
1561
  "nucleus": {
1450
1562
  "identity": "TYPE-ResourceInputPotential",
1451
1563
  "name": "ResourceInputPotential",
@@ -1463,10 +1575,12 @@
1463
1575
  "resourceTypeHandle": "TYPE-ResourceType",
1464
1576
  "creationContext": {
1465
1577
  "resourceRoleHandle": "ROLE-Genesis",
1466
- "jobStepHandle": "JOB_STEP-ResourceOutputPotential"
1578
+ "jobStepHandle": "JOB_STEP-Genesis"
1467
1579
  },
1468
- "kind": "materialized",
1580
+ "resourceShellKind": "materialized",
1581
+ "version": 1,
1469
1582
  "timestamp": "2025-11-30T00:00:00.000Z",
1583
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourceOutputPotential",
1470
1584
  "nucleus": {
1471
1585
  "identity": "TYPE-ResourceOutputPotential",
1472
1586
  "name": "ResourceOutputPotential",
@@ -1479,15 +1593,50 @@
1479
1593
  }
1480
1594
  }
1481
1595
  },
1596
+ "ResourcePotential": {
1597
+ "identity": "RESOURCE-ResourcePotential",
1598
+ "resourceTypeHandle": "TYPE-ResourceType",
1599
+ "creationContext": {
1600
+ "resourceRoleHandle": "ROLE-Genesis",
1601
+ "jobStepHandle": "JOB_STEP-Genesis"
1602
+ },
1603
+ "resourceShellKind": "materialized",
1604
+ "version": 1,
1605
+ "timestamp": "2025-11-30T00:00:00.000Z",
1606
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/ResourcePotential",
1607
+ "nucleus": {
1608
+ "identity": "TYPE-ResourcePotential",
1609
+ "name": "ResourcePotential",
1610
+ "description": "dummy-description",
1611
+ "nucleusSchema": {
1612
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1613
+ "type": "object",
1614
+ "oneOf": [
1615
+ {
1616
+ "$ref": "#/$defs/ResourceMissing"
1617
+ },
1618
+ {
1619
+ "$ref": "#/$defs/ResourceInputPotential"
1620
+ },
1621
+ {
1622
+ "$ref": "#/$defs/ResourceOutputPotential"
1623
+ }
1624
+ ],
1625
+ "unevaluatedProperties": false
1626
+ }
1627
+ }
1628
+ },
1482
1629
  "JsonData": {
1483
1630
  "identity": "RESOURCE-JsonData",
1484
1631
  "resourceTypeHandle": "TYPE-ResourceType",
1485
1632
  "creationContext": {
1486
1633
  "resourceRoleHandle": "ROLE-Genesis",
1487
- "jobStepHandle": "JOB_STEP-JsonData"
1634
+ "jobStepHandle": "JOB_STEP-Genesis"
1488
1635
  },
1489
- "kind": "materialized",
1636
+ "resourceShellKind": "materialized",
1637
+ "version": 1,
1490
1638
  "timestamp": "2025-11-30T00:00:00.000Z",
1639
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/JsonData",
1491
1640
  "nucleus": {
1492
1641
  "identity": "TYPE-JsonData",
1493
1642
  "name": "JsonData",
@@ -1528,10 +1677,12 @@
1528
1677
  "resourceTypeHandle": "TYPE-ResourceType",
1529
1678
  "creationContext": {
1530
1679
  "resourceRoleHandle": "ROLE-Genesis",
1531
- "jobStepHandle": "JOB_STEP-Nucleus"
1680
+ "jobStepHandle": "JOB_STEP-Genesis"
1532
1681
  },
1533
- "kind": "materialized",
1682
+ "resourceShellKind": "materialized",
1683
+ "version": 1,
1534
1684
  "timestamp": "2025-11-30T00:00:00.000Z",
1685
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Nucleus",
1535
1686
  "nucleus": {
1536
1687
  "identity": "TYPE-Nucleus",
1537
1688
  "name": "Nucleus",
@@ -1550,10 +1701,12 @@
1550
1701
  "resourceTypeHandle": "TYPE-ResourceType",
1551
1702
  "creationContext": {
1552
1703
  "resourceRoleHandle": "ROLE-Genesis",
1553
- "jobStepHandle": "JOB_STEP-NucleusFacet"
1704
+ "jobStepHandle": "JOB_STEP-Genesis"
1554
1705
  },
1555
- "kind": "materialized",
1706
+ "resourceShellKind": "materialized",
1707
+ "version": 1,
1556
1708
  "timestamp": "2025-11-30T00:00:00.000Z",
1709
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/NucleusFacet",
1557
1710
  "nucleus": {
1558
1711
  "identity": "TYPE-NucleusFacet",
1559
1712
  "name": "NucleusFacet",
@@ -1565,51 +1718,22 @@
1565
1718
  "nucleus"
1566
1719
  ],
1567
1720
  "properties": {
1568
- "nucleus": {
1569
- "$ref": "#/$defs/Nucleus"
1570
- }
1721
+ "nucleus": true
1571
1722
  }
1572
1723
  }
1573
1724
  }
1574
1725
  },
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
1726
  "Resource": {
1605
1727
  "identity": "RESOURCE-Resource",
1606
1728
  "resourceTypeHandle": "TYPE-ResourceType",
1607
1729
  "creationContext": {
1608
1730
  "resourceRoleHandle": "ROLE-Genesis",
1609
- "jobStepHandle": "JOB_STEP-Resource"
1731
+ "jobStepHandle": "JOB_STEP-Genesis"
1610
1732
  },
1611
- "kind": "materialized",
1733
+ "resourceShellKind": "materialized",
1734
+ "version": 1,
1612
1735
  "timestamp": "2025-11-30T00:00:00.000Z",
1736
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Resource",
1613
1737
  "nucleus": {
1614
1738
  "identity": "TYPE-Resource",
1615
1739
  "name": "Resource",
@@ -1617,18 +1741,13 @@
1617
1741
  "nucleusSchema": {
1618
1742
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1619
1743
  "type": "object",
1620
- "oneOf": [
1621
- {
1622
- "$ref": "#/$defs/ResourceMissing"
1623
- },
1624
- {
1625
- "$ref": "#/$defs/ResourceInputPotential"
1626
- },
1744
+ "allOf": [
1627
1745
  {
1628
- "$ref": "#/$defs/ResourceOutputPotential"
1746
+ "$ref": "#/$defs/ShellMaterializedBase"
1629
1747
  },
1630
1748
  {
1631
- "$ref": "#/$defs/ResourceMaterialized"
1749
+ "$comment": "This will be overlayed dynamically to match the data structure of the underlying ResourceType's nucleusSchema.",
1750
+ "$ref": "#/$defs/NucleusFacet"
1632
1751
  }
1633
1752
  ],
1634
1753
  "unevaluatedProperties": false
@@ -1640,10 +1759,12 @@
1640
1759
  "resourceTypeHandle": "TYPE-ResourceType",
1641
1760
  "creationContext": {
1642
1761
  "resourceRoleHandle": "ROLE-Genesis",
1643
- "jobStepHandle": "JOB_STEP-JobStepSocket"
1762
+ "jobStepHandle": "JOB_STEP-Genesis"
1644
1763
  },
1645
- "kind": "materialized",
1764
+ "resourceShellKind": "materialized",
1765
+ "version": 1,
1646
1766
  "timestamp": "2025-11-30T00:00:00.000Z",
1767
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/JobStepSocket",
1647
1768
  "nucleus": {
1648
1769
  "identity": "TYPE-JobStepSocket",
1649
1770
  "name": "JobStepSocket",
@@ -1655,7 +1776,14 @@
1655
1776
  "$ref": "#/$defs/ResourceRoleIdentity"
1656
1777
  },
1657
1778
  "additionalProperties": {
1658
- "$ref": "#/$defs/Resource"
1779
+ "oneOf": [
1780
+ {
1781
+ "$ref": "#/$defs/ResourcePotential"
1782
+ },
1783
+ {
1784
+ "$ref": "#/$defs/Resource"
1785
+ }
1786
+ ]
1659
1787
  }
1660
1788
  }
1661
1789
  }
@@ -1665,10 +1793,12 @@
1665
1793
  "resourceTypeHandle": "TYPE-ResourceType",
1666
1794
  "creationContext": {
1667
1795
  "resourceRoleHandle": "ROLE-Genesis",
1668
- "jobStepHandle": "JOB_STEP-StrategyState"
1796
+ "jobStepHandle": "JOB_STEP-Genesis"
1669
1797
  },
1670
- "kind": "materialized",
1798
+ "resourceShellKind": "materialized",
1799
+ "version": 1,
1671
1800
  "timestamp": "2025-11-30T00:00:00.000Z",
1801
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyState",
1672
1802
  "nucleus": {
1673
1803
  "identity": "TYPE-StrategyState",
1674
1804
  "name": "StrategyState",
@@ -1690,10 +1820,12 @@
1690
1820
  "resourceTypeHandle": "TYPE-ResourceType",
1691
1821
  "creationContext": {
1692
1822
  "resourceRoleHandle": "ROLE-Genesis",
1693
- "jobStepHandle": "JOB_STEP-StrategyStateFacet"
1823
+ "jobStepHandle": "JOB_STEP-Genesis"
1694
1824
  },
1695
- "kind": "materialized",
1825
+ "resourceShellKind": "materialized",
1826
+ "version": 1,
1696
1827
  "timestamp": "2025-11-30T00:00:00.000Z",
1828
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyStateFacet",
1697
1829
  "nucleus": {
1698
1830
  "identity": "TYPE-StrategyStateFacet",
1699
1831
  "name": "StrategyStateFacet",
@@ -1717,10 +1849,12 @@
1717
1849
  "resourceTypeHandle": "TYPE-ResourceType",
1718
1850
  "creationContext": {
1719
1851
  "resourceRoleHandle": "ROLE-Genesis",
1720
- "jobStepHandle": "JOB_STEP-StepArray"
1852
+ "jobStepHandle": "JOB_STEP-Genesis"
1721
1853
  },
1722
- "kind": "materialized",
1854
+ "resourceShellKind": "materialized",
1855
+ "version": 1,
1723
1856
  "timestamp": "2025-11-30T00:00:00.000Z",
1857
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StepArray",
1724
1858
  "nucleus": {
1725
1859
  "identity": "TYPE-StepArray",
1726
1860
  "name": "StepArray",
@@ -1740,10 +1874,12 @@
1740
1874
  "resourceTypeHandle": "TYPE-ResourceType",
1741
1875
  "creationContext": {
1742
1876
  "resourceRoleHandle": "ROLE-Genesis",
1743
- "jobStepHandle": "JOB_STEP-StepsFacet"
1877
+ "jobStepHandle": "JOB_STEP-Genesis"
1744
1878
  },
1745
- "kind": "materialized",
1879
+ "resourceShellKind": "materialized",
1880
+ "version": 1,
1746
1881
  "timestamp": "2025-11-30T00:00:00.000Z",
1882
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StepsFacet",
1747
1883
  "nucleus": {
1748
1884
  "identity": "TYPE-StepsFacet",
1749
1885
  "name": "StepsFacet",
@@ -1767,10 +1903,12 @@
1767
1903
  "resourceTypeHandle": "TYPE-ResourceType",
1768
1904
  "creationContext": {
1769
1905
  "resourceRoleHandle": "ROLE-Genesis",
1770
- "jobStepHandle": "JOB_STEP-RawStrategy"
1906
+ "jobStepHandle": "JOB_STEP-Genesis"
1771
1907
  },
1772
- "kind": "materialized",
1908
+ "resourceShellKind": "materialized",
1909
+ "version": 1,
1773
1910
  "timestamp": "2025-11-30T00:00:00.000Z",
1911
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RawStrategy",
1774
1912
  "nucleus": {
1775
1913
  "identity": "TYPE-RawStrategy",
1776
1914
  "name": "RawStrategy",
@@ -1795,10 +1933,12 @@
1795
1933
  "resourceTypeHandle": "TYPE-ResourceType",
1796
1934
  "creationContext": {
1797
1935
  "resourceRoleHandle": "ROLE-Genesis",
1798
- "jobStepHandle": "JOB_STEP-RunnableStrategyIdentity"
1936
+ "jobStepHandle": "JOB_STEP-Genesis"
1799
1937
  },
1800
- "kind": "materialized",
1938
+ "resourceShellKind": "materialized",
1939
+ "version": 1,
1801
1940
  "timestamp": "2025-11-30T00:00:00.000Z",
1941
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunnableStrategyIdentity",
1802
1942
  "nucleus": {
1803
1943
  "identity": "TYPE-RunnableStrategyIdentity",
1804
1944
  "name": "RunnableStrategyIdentity",
@@ -1815,10 +1955,12 @@
1815
1955
  "resourceTypeHandle": "TYPE-ResourceType",
1816
1956
  "creationContext": {
1817
1957
  "resourceRoleHandle": "ROLE-Genesis",
1818
- "jobStepHandle": "JOB_STEP-RunnableStrategyStatus"
1958
+ "jobStepHandle": "JOB_STEP-Genesis"
1819
1959
  },
1820
- "kind": "materialized",
1960
+ "resourceShellKind": "materialized",
1961
+ "version": 1,
1821
1962
  "timestamp": "2025-11-30T00:00:00.000Z",
1963
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunnableStrategyStatus",
1822
1964
  "nucleus": {
1823
1965
  "identity": "TYPE-RunnableStrategyStatus",
1824
1966
  "name": "RunnableStrategyStatus",
@@ -1841,10 +1983,12 @@
1841
1983
  "resourceTypeHandle": "TYPE-ResourceType",
1842
1984
  "creationContext": {
1843
1985
  "resourceRoleHandle": "ROLE-Genesis",
1844
- "jobStepHandle": "JOB_STEP-RunnableStrategyContext"
1986
+ "jobStepHandle": "JOB_STEP-Genesis"
1845
1987
  },
1846
- "kind": "materialized",
1988
+ "resourceShellKind": "materialized",
1989
+ "version": 1,
1847
1990
  "timestamp": "2025-11-30T00:00:00.000Z",
1991
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunnableStrategyContext",
1848
1992
  "nucleus": {
1849
1993
  "identity": "TYPE-RunnableStrategyContext",
1850
1994
  "name": "RunnableStrategyContext",
@@ -1875,10 +2019,12 @@
1875
2019
  "resourceTypeHandle": "TYPE-ResourceType",
1876
2020
  "creationContext": {
1877
2021
  "resourceRoleHandle": "ROLE-Genesis",
1878
- "jobStepHandle": "JOB_STEP-StrategyThreadIdentity"
2022
+ "jobStepHandle": "JOB_STEP-Genesis"
1879
2023
  },
1880
- "kind": "materialized",
2024
+ "resourceShellKind": "materialized",
2025
+ "version": 1,
1881
2026
  "timestamp": "2025-11-30T00:00:00.000Z",
2027
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyThreadIdentity",
1882
2028
  "nucleus": {
1883
2029
  "identity": "TYPE-StrategyThreadIdentity",
1884
2030
  "name": "StrategyThreadIdentity",
@@ -1895,10 +2041,12 @@
1895
2041
  "resourceTypeHandle": "TYPE-ResourceType",
1896
2042
  "creationContext": {
1897
2043
  "resourceRoleHandle": "ROLE-Genesis",
1898
- "jobStepHandle": "JOB_STEP-StrategyThreadMap"
2044
+ "jobStepHandle": "JOB_STEP-Genesis"
1899
2045
  },
1900
- "kind": "materialized",
2046
+ "resourceShellKind": "materialized",
2047
+ "version": 1,
1901
2048
  "timestamp": "2025-11-30T00:00:00.000Z",
2049
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyThreadMap",
1902
2050
  "nucleus": {
1903
2051
  "identity": "TYPE-StrategyThreadMap",
1904
2052
  "name": "StrategyThreadMap",
@@ -1921,10 +2069,12 @@
1921
2069
  "resourceTypeHandle": "TYPE-ResourceType",
1922
2070
  "creationContext": {
1923
2071
  "resourceRoleHandle": "ROLE-Genesis",
1924
- "jobStepHandle": "JOB_STEP-StrategyThreadMapFacet"
2072
+ "jobStepHandle": "JOB_STEP-Genesis"
1925
2073
  },
1926
- "kind": "materialized",
2074
+ "resourceShellKind": "materialized",
2075
+ "version": 1,
1927
2076
  "timestamp": "2025-11-30T00:00:00.000Z",
2077
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyThreadMapFacet",
1928
2078
  "nucleus": {
1929
2079
  "identity": "TYPE-StrategyThreadMapFacet",
1930
2080
  "name": "StrategyThreadMapFacet",
@@ -1948,10 +2098,12 @@
1948
2098
  "resourceTypeHandle": "TYPE-ResourceType",
1949
2099
  "creationContext": {
1950
2100
  "resourceRoleHandle": "ROLE-Genesis",
1951
- "jobStepHandle": "JOB_STEP-RunnableStrategy"
2101
+ "jobStepHandle": "JOB_STEP-Genesis"
1952
2102
  },
1953
- "kind": "materialized",
2103
+ "resourceShellKind": "materialized",
2104
+ "version": 1,
1954
2105
  "timestamp": "2025-11-30T00:00:00.000Z",
2106
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunnableStrategy",
1955
2107
  "nucleus": {
1956
2108
  "identity": "TYPE-RunnableStrategy",
1957
2109
  "name": "RunnableStrategy",
@@ -1990,10 +2142,12 @@
1990
2142
  "resourceTypeHandle": "TYPE-ResourceType",
1991
2143
  "creationContext": {
1992
2144
  "resourceRoleHandle": "ROLE-Genesis",
1993
- "jobStepHandle": "JOB_STEP-StrategyStateDelta"
2145
+ "jobStepHandle": "JOB_STEP-Genesis"
1994
2146
  },
1995
- "kind": "materialized",
2147
+ "resourceShellKind": "materialized",
2148
+ "version": 1,
1996
2149
  "timestamp": "2025-11-30T00:00:00.000Z",
2150
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyStateDelta",
1997
2151
  "nucleus": {
1998
2152
  "identity": "TYPE-StrategyStateDelta",
1999
2153
  "name": "StrategyStateDelta",
@@ -2017,10 +2171,12 @@
2017
2171
  "resourceTypeHandle": "TYPE-ResourceType",
2018
2172
  "creationContext": {
2019
2173
  "resourceRoleHandle": "ROLE-Genesis",
2020
- "jobStepHandle": "JOB_STEP-RunnableStrategyUpdate"
2174
+ "jobStepHandle": "JOB_STEP-Genesis"
2021
2175
  },
2022
- "kind": "materialized",
2176
+ "resourceShellKind": "materialized",
2177
+ "version": 1,
2023
2178
  "timestamp": "2025-11-30T00:00:00.000Z",
2179
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunnableStrategyUpdate",
2024
2180
  "nucleus": {
2025
2181
  "identity": "TYPE-RunnableStrategyUpdate",
2026
2182
  "name": "RunnableStrategyUpdate",
@@ -2050,10 +2206,12 @@
2050
2206
  "resourceTypeHandle": "TYPE-ResourceType",
2051
2207
  "creationContext": {
2052
2208
  "resourceRoleHandle": "ROLE-Genesis",
2053
- "jobStepHandle": "JOB_STEP-RunEventCounters"
2209
+ "jobStepHandle": "JOB_STEP-Genesis"
2054
2210
  },
2055
- "kind": "materialized",
2211
+ "resourceShellKind": "materialized",
2212
+ "version": 1,
2056
2213
  "timestamp": "2025-11-30T00:00:00.000Z",
2214
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunEventCounters",
2057
2215
  "nucleus": {
2058
2216
  "identity": "TYPE-RunEventCounters",
2059
2217
  "name": "RunEventCounters",
@@ -2077,10 +2235,12 @@
2077
2235
  "resourceTypeHandle": "TYPE-ResourceType",
2078
2236
  "creationContext": {
2079
2237
  "resourceRoleHandle": "ROLE-Genesis",
2080
- "jobStepHandle": "JOB_STEP-RunEventStepMetadata"
2238
+ "jobStepHandle": "JOB_STEP-Genesis"
2081
2239
  },
2082
- "kind": "materialized",
2240
+ "resourceShellKind": "materialized",
2241
+ "version": 1,
2083
2242
  "timestamp": "2025-11-30T00:00:00.000Z",
2243
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunEventStepMetadata",
2084
2244
  "nucleus": {
2085
2245
  "identity": "TYPE-RunEventStepMetadata",
2086
2246
  "name": "RunEventStepMetadata",
@@ -2112,10 +2272,12 @@
2112
2272
  "resourceTypeHandle": "TYPE-ResourceType",
2113
2273
  "creationContext": {
2114
2274
  "resourceRoleHandle": "ROLE-Genesis",
2115
- "jobStepHandle": "JOB_STEP-RunEventUpdates"
2275
+ "jobStepHandle": "JOB_STEP-Genesis"
2116
2276
  },
2117
- "kind": "materialized",
2277
+ "resourceShellKind": "materialized",
2278
+ "version": 1,
2118
2279
  "timestamp": "2025-11-30T00:00:00.000Z",
2280
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunEventUpdates",
2119
2281
  "nucleus": {
2120
2282
  "identity": "TYPE-RunEventUpdates",
2121
2283
  "name": "RunEventUpdates",
@@ -2160,10 +2322,12 @@
2160
2322
  "resourceTypeHandle": "TYPE-ResourceType",
2161
2323
  "creationContext": {
2162
2324
  "resourceRoleHandle": "ROLE-Genesis",
2163
- "jobStepHandle": "JOB_STEP-RunEventKind"
2325
+ "jobStepHandle": "JOB_STEP-Genesis"
2164
2326
  },
2165
- "kind": "materialized",
2327
+ "resourceShellKind": "materialized",
2328
+ "version": 1,
2166
2329
  "timestamp": "2025-11-30T00:00:00.000Z",
2330
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunEventKind",
2167
2331
  "nucleus": {
2168
2332
  "identity": "TYPE-RunEventKind",
2169
2333
  "name": "RunEventKind",
@@ -2185,10 +2349,12 @@
2185
2349
  "resourceTypeHandle": "TYPE-ResourceType",
2186
2350
  "creationContext": {
2187
2351
  "resourceRoleHandle": "ROLE-Genesis",
2188
- "jobStepHandle": "JOB_STEP-RunEventBase"
2352
+ "jobStepHandle": "JOB_STEP-Genesis"
2189
2353
  },
2190
- "kind": "materialized",
2354
+ "resourceShellKind": "materialized",
2355
+ "version": 1,
2191
2356
  "timestamp": "2025-11-30T00:00:00.000Z",
2357
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunEventBase",
2192
2358
  "nucleus": {
2193
2359
  "identity": "TYPE-RunEventBase",
2194
2360
  "name": "RunEventBase",
@@ -2241,10 +2407,12 @@
2241
2407
  "resourceTypeHandle": "TYPE-ResourceType",
2242
2408
  "creationContext": {
2243
2409
  "resourceRoleHandle": "ROLE-Genesis",
2244
- "jobStepHandle": "JOB_STEP-GraphStartRunEvent"
2410
+ "jobStepHandle": "JOB_STEP-Genesis"
2245
2411
  },
2246
- "kind": "materialized",
2412
+ "resourceShellKind": "materialized",
2413
+ "version": 1,
2247
2414
  "timestamp": "2025-11-30T00:00:00.000Z",
2415
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/GraphStartRunEvent",
2248
2416
  "nucleus": {
2249
2417
  "identity": "TYPE-GraphStartRunEvent",
2250
2418
  "name": "GraphStartRunEvent",
@@ -2278,10 +2446,12 @@
2278
2446
  "resourceTypeHandle": "TYPE-ResourceType",
2279
2447
  "creationContext": {
2280
2448
  "resourceRoleHandle": "ROLE-Genesis",
2281
- "jobStepHandle": "JOB_STEP-TickRunEvent"
2449
+ "jobStepHandle": "JOB_STEP-Genesis"
2282
2450
  },
2283
- "kind": "materialized",
2451
+ "resourceShellKind": "materialized",
2452
+ "version": 1,
2284
2453
  "timestamp": "2025-11-30T00:00:00.000Z",
2454
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/TickRunEvent",
2285
2455
  "nucleus": {
2286
2456
  "identity": "TYPE-TickRunEvent",
2287
2457
  "name": "TickRunEvent",
@@ -2309,10 +2479,12 @@
2309
2479
  "resourceTypeHandle": "TYPE-ResourceType",
2310
2480
  "creationContext": {
2311
2481
  "resourceRoleHandle": "ROLE-Genesis",
2312
- "jobStepHandle": "JOB_STEP-InterruptRunEvent"
2482
+ "jobStepHandle": "JOB_STEP-Genesis"
2313
2483
  },
2314
- "kind": "materialized",
2484
+ "resourceShellKind": "materialized",
2485
+ "version": 1,
2315
2486
  "timestamp": "2025-11-30T00:00:00.000Z",
2487
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/InterruptRunEvent",
2316
2488
  "nucleus": {
2317
2489
  "identity": "TYPE-InterruptRunEvent",
2318
2490
  "name": "InterruptRunEvent",
@@ -2340,10 +2512,12 @@
2340
2512
  "resourceTypeHandle": "TYPE-ResourceType",
2341
2513
  "creationContext": {
2342
2514
  "resourceRoleHandle": "ROLE-Genesis",
2343
- "jobStepHandle": "JOB_STEP-GraphEndRunEvent"
2515
+ "jobStepHandle": "JOB_STEP-Genesis"
2344
2516
  },
2345
- "kind": "materialized",
2517
+ "resourceShellKind": "materialized",
2518
+ "version": 1,
2346
2519
  "timestamp": "2025-11-30T00:00:00.000Z",
2520
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/GraphEndRunEvent",
2347
2521
  "nucleus": {
2348
2522
  "identity": "TYPE-GraphEndRunEvent",
2349
2523
  "name": "GraphEndRunEvent",
@@ -2371,10 +2545,12 @@
2371
2545
  "resourceTypeHandle": "TYPE-ResourceType",
2372
2546
  "creationContext": {
2373
2547
  "resourceRoleHandle": "ROLE-Genesis",
2374
- "jobStepHandle": "JOB_STEP-RunEvent"
2548
+ "jobStepHandle": "JOB_STEP-Genesis"
2375
2549
  },
2376
- "kind": "materialized",
2550
+ "resourceShellKind": "materialized",
2551
+ "version": 1,
2377
2552
  "timestamp": "2025-11-30T00:00:00.000Z",
2553
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/RunEvent",
2378
2554
  "nucleus": {
2379
2555
  "identity": "TYPE-RunEvent",
2380
2556
  "name": "RunEvent",
@@ -2404,10 +2580,12 @@
2404
2580
  "resourceTypeHandle": "TYPE-ResourceType",
2405
2581
  "creationContext": {
2406
2582
  "resourceRoleHandle": "ROLE-Genesis",
2407
- "jobStepHandle": "JOB_STEP-StrategyRunIdentity"
2583
+ "jobStepHandle": "JOB_STEP-Genesis"
2408
2584
  },
2409
- "kind": "materialized",
2585
+ "resourceShellKind": "materialized",
2586
+ "version": 1,
2410
2587
  "timestamp": "2025-11-30T00:00:00.000Z",
2588
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyRunIdentity",
2411
2589
  "nucleus": {
2412
2590
  "identity": "TYPE-StrategyRunIdentity",
2413
2591
  "name": "StrategyRunIdentity",
@@ -2424,10 +2602,12 @@
2424
2602
  "resourceTypeHandle": "TYPE-ResourceType",
2425
2603
  "creationContext": {
2426
2604
  "resourceRoleHandle": "ROLE-Genesis",
2427
- "jobStepHandle": "JOB_STEP-StrategyRun"
2605
+ "jobStepHandle": "JOB_STEP-Genesis"
2428
2606
  },
2429
- "kind": "materialized",
2607
+ "resourceShellKind": "materialized",
2608
+ "version": 1,
2430
2609
  "timestamp": "2025-11-30T00:00:00.000Z",
2610
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/StrategyRun",
2431
2611
  "nucleus": {
2432
2612
  "identity": "TYPE-StrategyRun",
2433
2613
  "name": "StrategyRun",
@@ -2468,10 +2648,12 @@
2468
2648
  "resourceTypeHandle": "TYPE-ResourceType",
2469
2649
  "creationContext": {
2470
2650
  "resourceRoleHandle": "ROLE-Genesis",
2471
- "jobStepHandle": "JOB_STEP-GoalIdentity"
2651
+ "jobStepHandle": "JOB_STEP-Genesis"
2472
2652
  },
2473
- "kind": "materialized",
2653
+ "resourceShellKind": "materialized",
2654
+ "version": 1,
2474
2655
  "timestamp": "2025-11-30T00:00:00.000Z",
2656
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/GoalIdentity",
2475
2657
  "nucleus": {
2476
2658
  "identity": "TYPE-GoalIdentity",
2477
2659
  "name": "GoalIdentity",
@@ -2488,10 +2670,12 @@
2488
2670
  "resourceTypeHandle": "TYPE-ResourceType",
2489
2671
  "creationContext": {
2490
2672
  "resourceRoleHandle": "ROLE-Genesis",
2491
- "jobStepHandle": "JOB_STEP-Goal"
2673
+ "jobStepHandle": "JOB_STEP-Genesis"
2492
2674
  },
2493
- "kind": "materialized",
2675
+ "resourceShellKind": "materialized",
2676
+ "version": 1,
2494
2677
  "timestamp": "2025-11-30T00:00:00.000Z",
2678
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Goal",
2495
2679
  "nucleus": {
2496
2680
  "identity": "TYPE-Goal",
2497
2681
  "name": "Goal",
@@ -2544,10 +2728,12 @@
2544
2728
  "resourceTypeHandle": "TYPE-ResourceType",
2545
2729
  "creationContext": {
2546
2730
  "resourceRoleHandle": "ROLE-Genesis",
2547
- "jobStepHandle": "JOB_STEP-Natural"
2731
+ "jobStepHandle": "JOB_STEP-Genesis"
2548
2732
  },
2549
- "kind": "materialized",
2733
+ "resourceShellKind": "materialized",
2734
+ "version": 1,
2550
2735
  "timestamp": "2025-11-30T00:00:00.000Z",
2736
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Natural",
2551
2737
  "nucleus": {
2552
2738
  "identity": "TYPE-Natural",
2553
2739
  "name": "Natural",
@@ -2577,10 +2763,12 @@
2577
2763
  "resourceTypeHandle": "TYPE-ResourceType",
2578
2764
  "creationContext": {
2579
2765
  "resourceRoleHandle": "ROLE-Genesis",
2580
- "jobStepHandle": "JOB_STEP-Boolean"
2766
+ "jobStepHandle": "JOB_STEP-Genesis"
2581
2767
  },
2582
- "kind": "materialized",
2768
+ "resourceShellKind": "materialized",
2769
+ "version": 1,
2583
2770
  "timestamp": "2025-11-30T00:00:00.000Z",
2771
+ "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/Boolean",
2584
2772
  "nucleus": {
2585
2773
  "identity": "TYPE-Boolean",
2586
2774
  "name": "Boolean",