@toolproof-core/schema 1.0.2 → 1.0.4

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 (90) hide show
  1. package/dist/generated/normalized/Genesis.d.ts +2 -0
  2. package/dist/generated/normalized/Genesis.js +2 -0
  3. package/dist/generated/normalized/Genesis.json +2008 -0
  4. package/dist/generated/resources/Genesis.d.ts +2 -0
  5. package/dist/generated/resources/Genesis.js +2 -0
  6. package/dist/generated/resources/Genesis.json +2907 -0
  7. package/dist/generated/schemas/Genesis.d.ts +2 -0
  8. package/dist/generated/schemas/Genesis.js +2 -0
  9. package/dist/generated/schemas/Genesis.json +1466 -0
  10. package/dist/generated/schemas/standalone/Goal.d.ts +2 -0
  11. package/dist/generated/schemas/standalone/Goal.js +2 -0
  12. package/dist/generated/schemas/standalone/Goal.json +86 -0
  13. package/dist/generated/schemas/standalone/Job.d.ts +2 -0
  14. package/dist/generated/schemas/standalone/Job.js +2 -0
  15. package/dist/generated/schemas/standalone/Job.json +236 -0
  16. package/dist/generated/schemas/standalone/RawStrategy.d.ts +2 -0
  17. package/dist/generated/schemas/standalone/RawStrategy.js +2 -0
  18. package/dist/generated/schemas/standalone/RawStrategy.json +650 -0
  19. package/dist/generated/schemas/standalone/ResourceType.d.ts +2 -0
  20. package/dist/generated/schemas/standalone/ResourceType.js +2 -0
  21. package/dist/generated/schemas/standalone/ResourceType.json +140 -0
  22. package/dist/generated/schemas/standalone/RunnableStrategy.d.ts +2 -0
  23. package/dist/generated/schemas/standalone/RunnableStrategy.js +2 -0
  24. package/dist/generated/schemas/standalone/RunnableStrategy.json +720 -0
  25. package/dist/generated/schemas/standalone/StrategyRun.d.ts +2 -0
  26. package/dist/generated/schemas/standalone/StrategyRun.js +2 -0
  27. package/dist/generated/schemas/standalone/StrategyRun.json +1002 -0
  28. package/dist/generated/{types → typesTS}/standalone/Resource_Genesis.d.ts +1 -1
  29. package/{src/generated/types → dist/generated/typesTS}/standalone/Resource_Job.d.ts +1 -1
  30. package/{src/generated/types → dist/generated/typesTS}/standalone/Resource_RawStrategy.d.ts +1 -1
  31. package/{src/generated/types → dist/generated/typesTS}/standalone/Resource_ResourceType.d.ts +1 -1
  32. package/dist/generated/{types → typesTS}/standalone/Resource_RunnableStrategy.d.ts +1 -1
  33. package/dist/generated/typesTS/typesTS.d.ts +745 -0
  34. package/dist/index.d.ts +10 -0
  35. package/dist/index.js +5 -0
  36. package/dist/scripts/_lib/config.d.ts +10 -10
  37. package/dist/scripts/_lib/config.js +23 -23
  38. package/dist/scripts/extractSchemasFromResourceTypeShells.js +109 -103
  39. package/dist/scripts/generateDependencies.js +15 -14
  40. package/dist/scripts/generateSchemaShims.js +76 -84
  41. package/dist/scripts/generateStandaloneSchema.js +47 -37
  42. package/dist/scripts/generateStandaloneTypeTS.js +108 -0
  43. package/dist/scripts/generateTypesTS.js +430 -0
  44. package/dist/scripts/normalizeAnchorsToPointers.js +37 -30
  45. package/dist/scripts/wrapResourceTypesWithResourceShells.js +14 -16
  46. package/package.json +11 -12
  47. package/src/Genesis.json +2007 -1999
  48. package/src/generated/{dependencyMap.json → dependencies/dependencyMap.json} +7 -6
  49. package/src/generated/normalized/Genesis.json +17 -9
  50. package/src/generated/resources/Genesis.json +19 -11
  51. package/src/generated/schemas/Genesis.json +15 -7
  52. package/src/generated/schemas/standalone/RawStrategy.json +15 -7
  53. package/src/generated/schemas/standalone/RunnableStrategy.json +15 -7
  54. package/src/generated/schemas/standalone/StrategyRun.json +15 -7
  55. package/src/generated/{types → typesTS}/standalone/Resource_Genesis.d.ts +1 -1
  56. package/{dist/generated/types → src/generated/typesTS}/standalone/Resource_Job.d.ts +1 -1
  57. package/{dist/generated/types → src/generated/typesTS}/standalone/Resource_RawStrategy.d.ts +1 -1
  58. package/{dist/generated/types → src/generated/typesTS}/standalone/Resource_ResourceType.d.ts +1 -1
  59. package/src/generated/{types → typesTS}/standalone/Resource_RunnableStrategy.d.ts +1 -1
  60. package/src/generated/typesTS/typesTS.d.ts +745 -0
  61. package/src/index.ts +67 -1
  62. package/src/scripts/_lib/config.ts +205 -205
  63. package/src/scripts/extractSchemasFromResourceTypeShells.ts +261 -218
  64. package/src/scripts/generateDependencies.ts +121 -120
  65. package/src/scripts/generateSchemaShims.ts +127 -135
  66. package/src/scripts/generateStandaloneSchema.ts +185 -175
  67. package/src/scripts/generateStandaloneTypeTS.ts +127 -0
  68. package/src/scripts/generateTypesTS.ts +532 -0
  69. package/src/scripts/normalizeAnchorsToPointers.ts +115 -123
  70. package/src/scripts/wrapResourceTypesWithResourceShells.ts +82 -84
  71. package/dist/generated/types/types.d.ts +0 -1723
  72. package/dist/scripts/generateStandaloneType.js +0 -102
  73. package/dist/scripts/generateTypes.js +0 -550
  74. package/src/generated/types/types.d.ts +0 -1723
  75. package/src/scripts/generateStandaloneType.ts +0 -119
  76. package/src/scripts/generateTypes.ts +0 -615
  77. /package/dist/generated/{types → typesTS}/standalone/Resource_Genesis.js +0 -0
  78. /package/dist/generated/{types → typesTS}/standalone/Resource_Job.js +0 -0
  79. /package/dist/generated/{types → typesTS}/standalone/Resource_RawStrategy.js +0 -0
  80. /package/dist/generated/{types → typesTS}/standalone/Resource_ResourceType.js +0 -0
  81. /package/dist/generated/{types → typesTS}/standalone/Resource_RunnableStrategy.js +0 -0
  82. /package/dist/generated/{types/types.js → typesTS/typesTS.js} +0 -0
  83. /package/dist/scripts/{generateStandaloneType.d.ts → generateStandaloneTypeTS.d.ts} +0 -0
  84. /package/dist/scripts/{generateTypes.d.ts → generateTypesTS.d.ts} +0 -0
  85. /package/src/generated/{types → typesTS}/standalone/Resource_Genesis.js +0 -0
  86. /package/src/generated/{types → typesTS}/standalone/Resource_Job.js +0 -0
  87. /package/src/generated/{types → typesTS}/standalone/Resource_RawStrategy.js +0 -0
  88. /package/src/generated/{types → typesTS}/standalone/Resource_ResourceType.js +0 -0
  89. /package/src/generated/{types → typesTS}/standalone/Resource_RunnableStrategy.js +0 -0
  90. /package/src/generated/{types/types.js → typesTS/typesTS.js} +0 -0
@@ -0,0 +1,2907 @@
1
+ {
2
+ "Genesis": {
3
+ "identity": "RESOURCE-Genesis",
4
+ "resourceTypeHandle": "TYPE-ResourceType",
5
+ "creationContext": {
6
+ "resourceRoleHandle": "ROLE-Genesis",
7
+ "jobStepHandle": "JOB_STEP-Genesis"
8
+ },
9
+ "kind": "materialized",
10
+ "timestamp": "2025-11-30T00:00:00.000Z",
11
+ "nucleus": {}
12
+ },
13
+ "Name": {
14
+ "identity": "RESOURCE-Name",
15
+ "resourceTypeHandle": "TYPE-ResourceType",
16
+ "creationContext": {
17
+ "resourceRoleHandle": "ROLE-Genesis",
18
+ "jobStepHandle": "JOB_STEP-Name"
19
+ },
20
+ "kind": "materialized",
21
+ "timestamp": "2025-11-30T00:00:00.000Z",
22
+ "nucleus": {
23
+ "identity": "TYPE-Name",
24
+ "name": "Name",
25
+ "description": "dummy-description",
26
+ "resourceTypeImplementationKind": "internal-without-identity",
27
+ "nucleusSchema": {
28
+ "$anchor": "Name",
29
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
30
+ "type": "string",
31
+ "minLength": 1,
32
+ "pattern": "^(?:[A-Z][^0-9]*|[a-z]+/[a-z.+&-]+)$",
33
+ "$comment": "Validation is intercepted by an AI Agent that verifies the name against Toolproof's naming conventions.",
34
+ "semanticValidation": "Ajv custom keyword to verify name."
35
+ }
36
+ }
37
+ },
38
+ "NameFacet": {
39
+ "identity": "RESOURCE-NameFacet",
40
+ "resourceTypeHandle": "TYPE-ResourceType",
41
+ "creationContext": {
42
+ "resourceRoleHandle": "ROLE-Genesis",
43
+ "jobStepHandle": "JOB_STEP-NameFacet"
44
+ },
45
+ "kind": "materialized",
46
+ "timestamp": "2025-11-30T00:00:00.000Z",
47
+ "nucleus": {
48
+ "identity": "TYPE-NameFacet",
49
+ "name": "NameFacet",
50
+ "description": "dummy-description",
51
+ "resourceTypeImplementationKind": "internal-without-identity",
52
+ "nucleusSchema": {
53
+ "$anchor": "NameFacet",
54
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
55
+ "type": "object",
56
+ "required": [
57
+ "name"
58
+ ],
59
+ "properties": {
60
+ "name": {
61
+ "$ref": "#/$defs/Name"
62
+ }
63
+ }
64
+ }
65
+ }
66
+ },
67
+ "Description": {
68
+ "identity": "RESOURCE-Description",
69
+ "resourceTypeHandle": "TYPE-ResourceType",
70
+ "creationContext": {
71
+ "resourceRoleHandle": "ROLE-Genesis",
72
+ "jobStepHandle": "JOB_STEP-Description"
73
+ },
74
+ "kind": "materialized",
75
+ "timestamp": "2025-11-30T00:00:00.000Z",
76
+ "nucleus": {
77
+ "identity": "TYPE-Description",
78
+ "name": "Description",
79
+ "description": "dummy-description",
80
+ "resourceTypeImplementationKind": "internal-without-identity",
81
+ "nucleusSchema": {
82
+ "$anchor": "Description",
83
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
84
+ "type": "string",
85
+ "minLength": 1,
86
+ "$comment": "Validation is intercepted by an AI Agent that verifies the description against Toolproof's documentation standards.",
87
+ "semanticValidation": "Ajv custom keyword to verify description."
88
+ }
89
+ }
90
+ },
91
+ "DescriptionFacet": {
92
+ "identity": "RESOURCE-DescriptionFacet",
93
+ "resourceTypeHandle": "TYPE-ResourceType",
94
+ "creationContext": {
95
+ "resourceRoleHandle": "ROLE-Genesis",
96
+ "jobStepHandle": "JOB_STEP-DescriptionFacet"
97
+ },
98
+ "kind": "materialized",
99
+ "timestamp": "2025-11-30T00:00:00.000Z",
100
+ "nucleus": {
101
+ "identity": "TYPE-DescriptionFacet",
102
+ "name": "DescriptionFacet",
103
+ "description": "dummy-description",
104
+ "resourceTypeImplementationKind": "internal-without-identity",
105
+ "nucleusSchema": {
106
+ "$anchor": "DescriptionFacet",
107
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
108
+ "type": "object",
109
+ "required": [
110
+ "description"
111
+ ],
112
+ "properties": {
113
+ "description": {
114
+ "$ref": "#/$defs/Description"
115
+ }
116
+ }
117
+ }
118
+ }
119
+ },
120
+ "DocumentationFacet": {
121
+ "identity": "RESOURCE-DocumentationFacet",
122
+ "resourceTypeHandle": "TYPE-ResourceType",
123
+ "creationContext": {
124
+ "resourceRoleHandle": "ROLE-Genesis",
125
+ "jobStepHandle": "JOB_STEP-DocumentationFacet"
126
+ },
127
+ "kind": "materialized",
128
+ "timestamp": "2025-11-30T00:00:00.000Z",
129
+ "nucleus": {
130
+ "identity": "TYPE-DocumentationFacet",
131
+ "name": "DocumentationFacet",
132
+ "description": "dummy-description",
133
+ "resourceTypeImplementationKind": "internal-without-identity",
134
+ "nucleusSchema": {
135
+ "$anchor": "DocumentationFacet",
136
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
137
+ "type": "object",
138
+ "allOf": [
139
+ {
140
+ "$ref": "#/$defs/NameFacet"
141
+ },
142
+ {
143
+ "$ref": "#/$defs/DescriptionFacet"
144
+ }
145
+ ]
146
+ }
147
+ }
148
+ },
149
+ "ResourceTypeImplementationKind": {
150
+ "identity": "RESOURCE-ResourceTypeImplementationKind",
151
+ "resourceTypeHandle": "TYPE-ResourceType",
152
+ "creationContext": {
153
+ "resourceRoleHandle": "ROLE-Genesis",
154
+ "jobStepHandle": "JOB_STEP-ResourceTypeImplementationKind"
155
+ },
156
+ "kind": "materialized",
157
+ "timestamp": "2025-11-30T00:00:00.000Z",
158
+ "nucleus": {
159
+ "identity": "TYPE-ResourceTypeImplementationKind",
160
+ "name": "ResourceTypeImplementationKind",
161
+ "description": "dummy-description",
162
+ "resourceTypeImplementationKind": "internal-without-identity",
163
+ "nucleusSchema": {
164
+ "$anchor": "ResourceTypeImplementationKind",
165
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
166
+ "type": "string",
167
+ "enum": [
168
+ "internal-without-identity",
169
+ "internal-with-identity",
170
+ "external"
171
+ ]
172
+ }
173
+ }
174
+ },
175
+ "ResourceTypeImplementationKindFacet": {
176
+ "identity": "RESOURCE-ResourceTypeImplementationKindFacet",
177
+ "resourceTypeHandle": "TYPE-ResourceType",
178
+ "creationContext": {
179
+ "resourceRoleHandle": "ROLE-Genesis",
180
+ "jobStepHandle": "JOB_STEP-ResourceTypeImplementationKindFacet"
181
+ },
182
+ "kind": "materialized",
183
+ "timestamp": "2025-11-30T00:00:00.000Z",
184
+ "nucleus": {
185
+ "identity": "TYPE-ResourceTypeImplementationKindFacet",
186
+ "name": "ResourceTypeImplementationKindFacet",
187
+ "description": "dummy-description",
188
+ "resourceTypeImplementationKind": "internal-without-identity",
189
+ "nucleusSchema": {
190
+ "$anchor": "ResourceTypeImplementationKindFacet",
191
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
192
+ "type": "object",
193
+ "required": [
194
+ "resourceTypeImplementationKind"
195
+ ],
196
+ "properties": {
197
+ "resourceTypeImplementationKind": {
198
+ "$ref": "#/$defs/ResourceTypeImplementationKind"
199
+ }
200
+ }
201
+ }
202
+ }
203
+ },
204
+ "Uri": {
205
+ "identity": "RESOURCE-Uri",
206
+ "resourceTypeHandle": "TYPE-ResourceType",
207
+ "creationContext": {
208
+ "resourceRoleHandle": "ROLE-Genesis",
209
+ "jobStepHandle": "JOB_STEP-Uri"
210
+ },
211
+ "kind": "materialized",
212
+ "timestamp": "2025-11-30T00:00:00.000Z",
213
+ "nucleus": {
214
+ "identity": "TYPE-Uri",
215
+ "name": "Uri",
216
+ "description": "dummy-description",
217
+ "resourceTypeImplementationKind": "internal-without-identity",
218
+ "nucleusSchema": {
219
+ "$anchor": "Uri",
220
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
221
+ "type": "string",
222
+ "format": "uri"
223
+ }
224
+ }
225
+ },
226
+ "ResourceTypeIdentity": {
227
+ "identity": "RESOURCE-ResourceTypeIdentity",
228
+ "resourceTypeHandle": "TYPE-ResourceType",
229
+ "creationContext": {
230
+ "resourceRoleHandle": "ROLE-Genesis",
231
+ "jobStepHandle": "JOB_STEP-ResourceTypeIdentity"
232
+ },
233
+ "kind": "materialized",
234
+ "timestamp": "2025-11-30T00:00:00.000Z",
235
+ "nucleus": {
236
+ "identity": "TYPE-ResourceTypeIdentity",
237
+ "name": "ResourceTypeIdentity",
238
+ "description": "dummy-description",
239
+ "resourceTypeImplementationKind": "internal-without-identity",
240
+ "nucleusSchema": {
241
+ "$anchor": "ResourceTypeIdentity",
242
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
243
+ "type": "string",
244
+ "pattern": "^TYPE-.+$"
245
+ }
246
+ }
247
+ },
248
+ "ResourceType": {
249
+ "identity": "RESOURCE-ResourceType",
250
+ "resourceTypeHandle": "TYPE-ResourceType",
251
+ "creationContext": {
252
+ "resourceRoleHandle": "ROLE-Genesis",
253
+ "jobStepHandle": "JOB_STEP-ResourceType"
254
+ },
255
+ "kind": "materialized",
256
+ "timestamp": "2025-11-30T00:00:00.000Z",
257
+ "nucleus": {
258
+ "identity": "TYPE-ResourceType",
259
+ "name": "ResourceType",
260
+ "description": "dummy-description",
261
+ "resourceTypeImplementationKind": "internal-with-identity",
262
+ "nucleusSchema": {
263
+ "$anchor": "ResourceType",
264
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
265
+ "type": "object",
266
+ "required": [
267
+ "identity",
268
+ "nucleusSchema"
269
+ ],
270
+ "properties": {
271
+ "identity": {
272
+ "$ref": "#/$defs/ResourceTypeIdentity"
273
+ },
274
+ "nucleusSchema": true,
275
+ "embeddingUriMap": {
276
+ "type": "object",
277
+ "propertyNames": {
278
+ "type": "string",
279
+ "pattern": "^EMBEDDING-.+$"
280
+ },
281
+ "additionalProperties": {
282
+ "$ref": "#/$defs/Uri"
283
+ },
284
+ "minProperties": 1,
285
+ "$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."
286
+ },
287
+ "generatorUriMap": {
288
+ "type": "object",
289
+ "propertyNames": {
290
+ "type": "string",
291
+ "pattern": "^GENERATOR-.+$"
292
+ },
293
+ "additionalProperties": {
294
+ "$ref": "#/$defs/Uri"
295
+ },
296
+ "minProperties": 1,
297
+ "$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."
298
+ }
299
+ },
300
+ "allOf": [
301
+ {
302
+ "$ref": "#/$defs/DocumentationFacet"
303
+ },
304
+ {
305
+ "$ref": "#/$defs/ResourceTypeImplementationKindFacet"
306
+ }
307
+ ]
308
+ }
309
+ }
310
+ },
311
+ "ResourceRoleIdentity": {
312
+ "identity": "RESOURCE-ResourceRoleIdentity",
313
+ "resourceTypeHandle": "TYPE-ResourceType",
314
+ "creationContext": {
315
+ "resourceRoleHandle": "ROLE-Genesis",
316
+ "jobStepHandle": "JOB_STEP-ResourceRoleIdentity"
317
+ },
318
+ "kind": "materialized",
319
+ "timestamp": "2025-11-30T00:00:00.000Z",
320
+ "nucleus": {
321
+ "identity": "TYPE-ResourceRoleIdentity",
322
+ "name": "ResourceRoleIdentity",
323
+ "description": "dummy-description",
324
+ "resourceTypeImplementationKind": "internal-without-identity",
325
+ "nucleusSchema": {
326
+ "$anchor": "ResourceRoleIdentity",
327
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
328
+ "type": "string",
329
+ "pattern": "^ROLE-.+$"
330
+ }
331
+ }
332
+ },
333
+ "ResourceRoleValue": {
334
+ "identity": "RESOURCE-ResourceRoleValue",
335
+ "resourceTypeHandle": "TYPE-ResourceType",
336
+ "creationContext": {
337
+ "resourceRoleHandle": "ROLE-Genesis",
338
+ "jobStepHandle": "JOB_STEP-ResourceRoleValue"
339
+ },
340
+ "kind": "materialized",
341
+ "timestamp": "2025-11-30T00:00:00.000Z",
342
+ "nucleus": {
343
+ "identity": "TYPE-ResourceRoleValue",
344
+ "name": "ResourceRoleValue",
345
+ "description": "dummy-description",
346
+ "resourceTypeImplementationKind": "internal-without-identity",
347
+ "nucleusSchema": {
348
+ "$anchor": "ResourceRoleValue",
349
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
350
+ "type": "object",
351
+ "allOf": [
352
+ {
353
+ "$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).",
354
+ "required": [
355
+ "resourceTypeHandle"
356
+ ],
357
+ "properties": {
358
+ "resourceTypeHandle": {
359
+ "$ref": "#/$defs/ResourceTypeIdentity"
360
+ }
361
+ }
362
+ },
363
+ {
364
+ "$ref": "#/$defs/DocumentationFacet"
365
+ }
366
+ ]
367
+ },
368
+ "unevaluatedProperties": false
369
+ }
370
+ },
371
+ "RoleMap": {
372
+ "identity": "RESOURCE-RoleMap",
373
+ "resourceTypeHandle": "TYPE-ResourceType",
374
+ "creationContext": {
375
+ "resourceRoleHandle": "ROLE-Genesis",
376
+ "jobStepHandle": "JOB_STEP-RoleMap"
377
+ },
378
+ "kind": "materialized",
379
+ "timestamp": "2025-11-30T00:00:00.000Z",
380
+ "nucleus": {
381
+ "identity": "TYPE-RoleMap",
382
+ "name": "RoleMap",
383
+ "description": "dummy-description",
384
+ "resourceTypeImplementationKind": "internal-without-identity",
385
+ "nucleusSchema": {
386
+ "$anchor": "RoleMap",
387
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
388
+ "type": "object",
389
+ "propertyNames": {
390
+ "$ref": "#/$defs/ResourceRoleIdentity"
391
+ },
392
+ "additionalProperties": {
393
+ "$ref": "#/$defs/ResourceRoleValue"
394
+ }
395
+ }
396
+ }
397
+ },
398
+ "Error": {
399
+ "identity": "RESOURCE-Error",
400
+ "resourceTypeHandle": "TYPE-ResourceType",
401
+ "creationContext": {
402
+ "resourceRoleHandle": "ROLE-Genesis",
403
+ "jobStepHandle": "JOB_STEP-Error"
404
+ },
405
+ "kind": "materialized",
406
+ "timestamp": "2025-11-30T00:00:00.000Z",
407
+ "nucleus": {
408
+ "identity": "TYPE-Error",
409
+ "name": "Error",
410
+ "description": "dummy-description",
411
+ "resourceTypeImplementationKind": "internal-without-identity",
412
+ "nucleusSchema": {
413
+ "$anchor": "Error",
414
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
415
+ "type": "object",
416
+ "allOf": [
417
+ {
418
+ "$ref": "#/$defs/DocumentationFacet"
419
+ },
420
+ {
421
+ "properties": {
422
+ "details": {
423
+ "type": "object"
424
+ }
425
+ }
426
+ }
427
+ ],
428
+ "unevaluatedProperties": false
429
+ }
430
+ }
431
+ },
432
+ "Roles": {
433
+ "identity": "RESOURCE-Roles",
434
+ "resourceTypeHandle": "TYPE-ResourceType",
435
+ "creationContext": {
436
+ "resourceRoleHandle": "ROLE-Genesis",
437
+ "jobStepHandle": "JOB_STEP-Roles"
438
+ },
439
+ "kind": "materialized",
440
+ "timestamp": "2025-11-30T00:00:00.000Z",
441
+ "nucleus": {
442
+ "identity": "TYPE-Roles",
443
+ "name": "Roles",
444
+ "description": "dummy-description",
445
+ "resourceTypeImplementationKind": "internal-without-identity",
446
+ "nucleusSchema": {
447
+ "$anchor": "Roles",
448
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
449
+ "type": "object",
450
+ "required": [
451
+ "inputMap",
452
+ "outputMap"
453
+ ],
454
+ "properties": {
455
+ "inputMap": {
456
+ "$ref": "#/$defs/RoleMap"
457
+ },
458
+ "outputMap": {
459
+ "allOf": [
460
+ {
461
+ "$ref": "#/$defs/RoleMap"
462
+ },
463
+ {
464
+ "required": [
465
+ "ROLE-ErrorOutput"
466
+ ],
467
+ "properties": {
468
+ "ROLE-ErrorOutput": {
469
+ "type": "object",
470
+ "allOf": [
471
+ {
472
+ "$ref": "#/$defs/ResourceRoleValue"
473
+ },
474
+ {
475
+ "required": [
476
+ "resourceTypeHandle",
477
+ "name",
478
+ "description"
479
+ ],
480
+ "properties": {
481
+ "resourceTypeHandle": {
482
+ "const": "TYPE-Error"
483
+ },
484
+ "name": {
485
+ "const": "ErrorOutput"
486
+ },
487
+ "description": {
488
+ "const": "Represents error outputs from job runs."
489
+ }
490
+ }
491
+ }
492
+ ]
493
+ }
494
+ }
495
+ }
496
+ ]
497
+ }
498
+ },
499
+ "unevaluatedProperties": false
500
+ }
501
+ }
502
+ },
503
+ "RolesFacet": {
504
+ "identity": "RESOURCE-RolesFacet",
505
+ "resourceTypeHandle": "TYPE-ResourceType",
506
+ "creationContext": {
507
+ "resourceRoleHandle": "ROLE-Genesis",
508
+ "jobStepHandle": "JOB_STEP-RolesFacet"
509
+ },
510
+ "kind": "materialized",
511
+ "timestamp": "2025-11-30T00:00:00.000Z",
512
+ "nucleus": {
513
+ "identity": "TYPE-RolesFacet",
514
+ "name": "RolesFacet",
515
+ "description": "dummy-description",
516
+ "resourceTypeImplementationKind": "internal-without-identity",
517
+ "nucleusSchema": {
518
+ "$anchor": "RolesFacet",
519
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
520
+ "type": "object",
521
+ "required": [
522
+ "roles"
523
+ ],
524
+ "properties": {
525
+ "roles": {
526
+ "$ref": "#/$defs/Roles"
527
+ }
528
+ }
529
+ }
530
+ }
531
+ },
532
+ "Domain": {
533
+ "identity": "RESOURCE-Domain",
534
+ "resourceTypeHandle": "TYPE-ResourceType",
535
+ "creationContext": {
536
+ "resourceRoleHandle": "ROLE-Genesis",
537
+ "jobStepHandle": "JOB_STEP-Domain"
538
+ },
539
+ "kind": "materialized",
540
+ "timestamp": "2025-11-30T00:00:00.000Z",
541
+ "nucleus": {
542
+ "identity": "TYPE-Domain",
543
+ "name": "Domain",
544
+ "description": "dummy-description",
545
+ "resourceTypeImplementationKind": "internal-without-identity",
546
+ "nucleusSchema": {
547
+ "$anchor": "Domain",
548
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
549
+ "type": "string",
550
+ "enum": [
551
+ "internal",
552
+ "numerical",
553
+ "biological",
554
+ "logical",
555
+ "augmental"
556
+ ]
557
+ }
558
+ }
559
+ },
560
+ "DomainFacet": {
561
+ "identity": "RESOURCE-DomainFacet",
562
+ "resourceTypeHandle": "TYPE-ResourceType",
563
+ "creationContext": {
564
+ "resourceRoleHandle": "ROLE-Genesis",
565
+ "jobStepHandle": "JOB_STEP-DomainFacet"
566
+ },
567
+ "kind": "materialized",
568
+ "timestamp": "2025-11-30T00:00:00.000Z",
569
+ "nucleus": {
570
+ "identity": "TYPE-DomainFacet",
571
+ "name": "DomainFacet",
572
+ "description": "dummy-description",
573
+ "resourceTypeImplementationKind": "internal-without-identity",
574
+ "nucleusSchema": {
575
+ "$anchor": "DomainFacet",
576
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
577
+ "type": "object",
578
+ "required": [
579
+ "domain"
580
+ ],
581
+ "properties": {
582
+ "domain": {
583
+ "$ref": "#/$defs/Domain"
584
+ }
585
+ }
586
+ }
587
+ }
588
+ },
589
+ "JobIdentity": {
590
+ "identity": "RESOURCE-JobIdentity",
591
+ "resourceTypeHandle": "TYPE-ResourceType",
592
+ "creationContext": {
593
+ "resourceRoleHandle": "ROLE-Genesis",
594
+ "jobStepHandle": "JOB_STEP-JobIdentity"
595
+ },
596
+ "kind": "materialized",
597
+ "timestamp": "2025-11-30T00:00:00.000Z",
598
+ "nucleus": {
599
+ "identity": "TYPE-JobIdentity",
600
+ "name": "JobIdentity",
601
+ "description": "dummy-description",
602
+ "resourceTypeImplementationKind": "internal-without-identity",
603
+ "nucleusSchema": {
604
+ "$anchor": "JobIdentity",
605
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
606
+ "type": "string",
607
+ "pattern": "^JOB-.+$"
608
+ }
609
+ }
610
+ },
611
+ "Job": {
612
+ "identity": "RESOURCE-Job",
613
+ "resourceTypeHandle": "TYPE-ResourceType",
614
+ "creationContext": {
615
+ "resourceRoleHandle": "ROLE-Genesis",
616
+ "jobStepHandle": "JOB_STEP-Job"
617
+ },
618
+ "kind": "materialized",
619
+ "timestamp": "2025-11-30T00:00:00.000Z",
620
+ "nucleus": {
621
+ "identity": "TYPE-Job",
622
+ "name": "Job",
623
+ "description": "dummy-description",
624
+ "resourceTypeImplementationKind": "internal-with-identity",
625
+ "nucleusSchema": {
626
+ "$anchor": "Job",
627
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
628
+ "type": "object",
629
+ "required": [
630
+ "identity",
631
+ "implementationUri"
632
+ ],
633
+ "properties": {
634
+ "identity": {
635
+ "$ref": "#/$defs/JobIdentity"
636
+ },
637
+ "implementationUri": {
638
+ "$ref": "#/$defs/Uri"
639
+ }
640
+ },
641
+ "allOf": [
642
+ {
643
+ "$ref": "#/$defs/DocumentationFacet"
644
+ },
645
+ {
646
+ "$ref": "#/$defs/DomainFacet"
647
+ },
648
+ {
649
+ "$ref": "#/$defs/RolesFacet"
650
+ }
651
+ ],
652
+ "unevaluatedProperties": false
653
+ }
654
+ }
655
+ },
656
+ "RoleBindingArray": {
657
+ "identity": "RESOURCE-RoleBindingArray",
658
+ "resourceTypeHandle": "TYPE-ResourceType",
659
+ "creationContext": {
660
+ "resourceRoleHandle": "ROLE-Genesis",
661
+ "jobStepHandle": "JOB_STEP-RoleBindingArray"
662
+ },
663
+ "kind": "materialized",
664
+ "timestamp": "2025-11-30T00:00:00.000Z",
665
+ "nucleus": {
666
+ "identity": "TYPE-RoleBindingArray",
667
+ "name": "RoleBindingArray",
668
+ "description": "dummy-description",
669
+ "resourceTypeImplementationKind": "internal-without-identity",
670
+ "nucleusSchema": {
671
+ "$anchor": "RoleBindingArray",
672
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
673
+ "type": "array",
674
+ "items": {
675
+ "$ref": "#/$defs/ResourceRoleIdentity"
676
+ }
677
+ }
678
+ }
679
+ },
680
+ "RoleBindings": {
681
+ "identity": "RESOURCE-RoleBindings",
682
+ "resourceTypeHandle": "TYPE-ResourceType",
683
+ "creationContext": {
684
+ "resourceRoleHandle": "ROLE-Genesis",
685
+ "jobStepHandle": "JOB_STEP-RoleBindings"
686
+ },
687
+ "kind": "materialized",
688
+ "timestamp": "2025-11-30T00:00:00.000Z",
689
+ "nucleus": {
690
+ "identity": "TYPE-RoleBindings",
691
+ "name": "RoleBindings",
692
+ "description": "dummy-description",
693
+ "resourceTypeImplementationKind": "internal-without-identity",
694
+ "nucleusSchema": {
695
+ "$anchor": "RoleBindings",
696
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
697
+ "type": "object",
698
+ "required": [
699
+ "inputBindings",
700
+ "outputBindings"
701
+ ],
702
+ "properties": {
703
+ "inputBindings": {
704
+ "$ref": "#/$defs/RoleBindingArray"
705
+ },
706
+ "outputBindings": {
707
+ "$ref": "#/$defs/RoleBindingArray"
708
+ }
709
+ }
710
+ },
711
+ "unevaluatedProperties": false
712
+ }
713
+ },
714
+ "RoleBindingsFacet": {
715
+ "identity": "RESOURCE-RoleBindingsFacet",
716
+ "resourceTypeHandle": "TYPE-ResourceType",
717
+ "creationContext": {
718
+ "resourceRoleHandle": "ROLE-Genesis",
719
+ "jobStepHandle": "JOB_STEP-RoleBindingsFacet"
720
+ },
721
+ "kind": "materialized",
722
+ "timestamp": "2025-11-30T00:00:00.000Z",
723
+ "nucleus": {
724
+ "identity": "TYPE-RoleBindingsFacet",
725
+ "name": "RoleBindingsFacet",
726
+ "description": "dummy-description",
727
+ "resourceTypeImplementationKind": "internal-without-identity",
728
+ "nucleusSchema": {
729
+ "$anchor": "RoleBindingsFacet",
730
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
731
+ "type": "object",
732
+ "required": [
733
+ "roleBindings"
734
+ ],
735
+ "properties": {
736
+ "roleBindings": {
737
+ "$ref": "#/$defs/RoleBindings"
738
+ }
739
+ }
740
+ }
741
+ }
742
+ },
743
+ "StepKind": {
744
+ "identity": "RESOURCE-StepKind",
745
+ "resourceTypeHandle": "TYPE-ResourceType",
746
+ "creationContext": {
747
+ "resourceRoleHandle": "ROLE-Genesis",
748
+ "jobStepHandle": "JOB_STEP-StepKind"
749
+ },
750
+ "kind": "materialized",
751
+ "timestamp": "2025-11-30T00:00:00.000Z",
752
+ "nucleus": {
753
+ "identity": "TYPE-StepKind",
754
+ "name": "StepKind",
755
+ "description": "dummy-description",
756
+ "resourceTypeImplementationKind": "internal-without-identity",
757
+ "nucleusSchema": {
758
+ "$anchor": "StepKind",
759
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
760
+ "type": "string",
761
+ "enum": [
762
+ "job",
763
+ "branch",
764
+ "while",
765
+ "for"
766
+ ]
767
+ }
768
+ }
769
+ },
770
+ "StepKindFacet": {
771
+ "identity": "RESOURCE-StepKindFacet",
772
+ "resourceTypeHandle": "TYPE-ResourceType",
773
+ "creationContext": {
774
+ "resourceRoleHandle": "ROLE-Genesis",
775
+ "jobStepHandle": "JOB_STEP-StepKindFacet"
776
+ },
777
+ "kind": "materialized",
778
+ "timestamp": "2025-11-30T00:00:00.000Z",
779
+ "nucleus": {
780
+ "identity": "TYPE-StepKindFacet",
781
+ "name": "StepKindFacet",
782
+ "description": "dummy-description",
783
+ "resourceTypeImplementationKind": "internal-without-identity",
784
+ "nucleusSchema": {
785
+ "$anchor": "StepKindFacet",
786
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
787
+ "type": "object",
788
+ "required": [
789
+ "stepKind"
790
+ ],
791
+ "properties": {
792
+ "stepKind": {
793
+ "$ref": "#/$defs/StepKind"
794
+ }
795
+ }
796
+ }
797
+ }
798
+ },
799
+ "JobStepIdentity": {
800
+ "identity": "RESOURCE-JobStepIdentity",
801
+ "resourceTypeHandle": "TYPE-ResourceType",
802
+ "creationContext": {
803
+ "resourceRoleHandle": "ROLE-Genesis",
804
+ "jobStepHandle": "JOB_STEP-JobStepIdentity"
805
+ },
806
+ "kind": "materialized",
807
+ "timestamp": "2025-11-30T00:00:00.000Z",
808
+ "nucleus": {
809
+ "identity": "TYPE-JobStepIdentity",
810
+ "name": "JobStepIdentity",
811
+ "description": "dummy-description",
812
+ "resourceTypeImplementationKind": "internal-without-identity",
813
+ "nucleusSchema": {
814
+ "$anchor": "JobStepIdentity",
815
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
816
+ "type": "string",
817
+ "pattern": "^JOB_STEP-.+$"
818
+ }
819
+ }
820
+ },
821
+ "JobStep": {
822
+ "identity": "RESOURCE-JobStep",
823
+ "resourceTypeHandle": "TYPE-ResourceType",
824
+ "creationContext": {
825
+ "resourceRoleHandle": "ROLE-Genesis",
826
+ "jobStepHandle": "JOB_STEP-JobStep"
827
+ },
828
+ "kind": "materialized",
829
+ "timestamp": "2025-11-30T00:00:00.000Z",
830
+ "nucleus": {
831
+ "identity": "TYPE-JobStep",
832
+ "name": "JobStep",
833
+ "description": "dummy-description",
834
+ "resourceTypeImplementationKind": "internal-with-identity",
835
+ "nucleusSchema": {
836
+ "$anchor": "JobStep",
837
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
838
+ "type": "object",
839
+ "required": [
840
+ "identity",
841
+ "stepKind",
842
+ "jobHandle"
843
+ ],
844
+ "properties": {
845
+ "identity": {
846
+ "$ref": "#/$defs/JobStepIdentity"
847
+ },
848
+ "stepKind": {
849
+ "const": "job"
850
+ },
851
+ "jobHandle": {
852
+ "$ref": "#/$defs/JobIdentity"
853
+ }
854
+ },
855
+ "allOf": [
856
+ {
857
+ "$ref": "#/$defs/StepKindFacet"
858
+ },
859
+ {
860
+ "$comment": "This will be overlayed dynamically to specify roleBindings corresponding to the roles of the underlying job.",
861
+ "$ref": "#/$defs/RoleBindingsFacet"
862
+ }
863
+ ]
864
+ }
865
+ }
866
+ },
867
+ "Conditional": {
868
+ "identity": "RESOURCE-Conditional",
869
+ "resourceTypeHandle": "TYPE-ResourceType",
870
+ "creationContext": {
871
+ "resourceRoleHandle": "ROLE-Genesis",
872
+ "jobStepHandle": "JOB_STEP-Conditional"
873
+ },
874
+ "kind": "materialized",
875
+ "timestamp": "2025-11-30T00:00:00.000Z",
876
+ "nucleus": {
877
+ "identity": "TYPE-Conditional",
878
+ "name": "Conditional",
879
+ "description": "dummy-description",
880
+ "resourceTypeImplementationKind": "internal-without-identity",
881
+ "nucleusSchema": {
882
+ "$anchor": "Conditional",
883
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
884
+ "type": "object",
885
+ "required": [
886
+ "when",
887
+ "what"
888
+ ],
889
+ "properties": {
890
+ "when": {
891
+ "$ref": "#/$defs/JobStep"
892
+ },
893
+ "what": {
894
+ "$ref": "#/$defs/JobStep"
895
+ }
896
+ },
897
+ "unevaluatedProperties": false
898
+ }
899
+ }
900
+ },
901
+ "BranchStepIdentity": {
902
+ "identity": "RESOURCE-BranchStepIdentity",
903
+ "resourceTypeHandle": "TYPE-ResourceType",
904
+ "creationContext": {
905
+ "resourceRoleHandle": "ROLE-Genesis",
906
+ "jobStepHandle": "JOB_STEP-BranchStepIdentity"
907
+ },
908
+ "kind": "materialized",
909
+ "timestamp": "2025-11-30T00:00:00.000Z",
910
+ "nucleus": {
911
+ "identity": "TYPE-BranchStepIdentity",
912
+ "name": "BranchStepIdentity",
913
+ "description": "dummy-description",
914
+ "resourceTypeImplementationKind": "internal-without-identity",
915
+ "nucleusSchema": {
916
+ "$anchor": "BranchStepIdentity",
917
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
918
+ "type": "string",
919
+ "pattern": "^BRANCH_STEP-.+$"
920
+ }
921
+ }
922
+ },
923
+ "BranchStep": {
924
+ "identity": "RESOURCE-BranchStep",
925
+ "resourceTypeHandle": "TYPE-ResourceType",
926
+ "creationContext": {
927
+ "resourceRoleHandle": "ROLE-Genesis",
928
+ "jobStepHandle": "JOB_STEP-BranchStep"
929
+ },
930
+ "kind": "materialized",
931
+ "timestamp": "2025-11-30T00:00:00.000Z",
932
+ "nucleus": {
933
+ "identity": "TYPE-BranchStep",
934
+ "name": "BranchStep",
935
+ "description": "dummy-description",
936
+ "resourceTypeImplementationKind": "internal-with-identity",
937
+ "nucleusSchema": {
938
+ "$anchor": "BranchStep",
939
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
940
+ "type": "object",
941
+ "required": [
942
+ "identity",
943
+ "stepKind",
944
+ "cases"
945
+ ],
946
+ "properties": {
947
+ "identity": {
948
+ "$ref": "#/$defs/BranchStepIdentity"
949
+ },
950
+ "stepKind": {
951
+ "const": "branch"
952
+ },
953
+ "cases": {
954
+ "type": "array",
955
+ "items": {
956
+ "$ref": "#/$defs/Conditional"
957
+ },
958
+ "minItems": 1,
959
+ "uniqueItems": true
960
+ }
961
+ },
962
+ "allOf": [
963
+ {
964
+ "$ref": "#/$defs/StepKindFacet"
965
+ }
966
+ ]
967
+ }
968
+ }
969
+ },
970
+ "WhileStepIdentity": {
971
+ "identity": "RESOURCE-WhileStepIdentity",
972
+ "resourceTypeHandle": "TYPE-ResourceType",
973
+ "creationContext": {
974
+ "resourceRoleHandle": "ROLE-Genesis",
975
+ "jobStepHandle": "JOB_STEP-WhileStepIdentity"
976
+ },
977
+ "kind": "materialized",
978
+ "timestamp": "2025-11-30T00:00:00.000Z",
979
+ "nucleus": {
980
+ "identity": "TYPE-WhileStepIdentity",
981
+ "name": "WhileStepIdentity",
982
+ "description": "dummy-description",
983
+ "resourceTypeImplementationKind": "internal-without-identity",
984
+ "nucleusSchema": {
985
+ "$anchor": "WhileStepIdentity",
986
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
987
+ "type": "string",
988
+ "pattern": "^WHILE_STEP-.+$"
989
+ }
990
+ }
991
+ },
992
+ "WhileStep": {
993
+ "identity": "RESOURCE-WhileStep",
994
+ "resourceTypeHandle": "TYPE-ResourceType",
995
+ "creationContext": {
996
+ "resourceRoleHandle": "ROLE-Genesis",
997
+ "jobStepHandle": "JOB_STEP-WhileStep"
998
+ },
999
+ "kind": "materialized",
1000
+ "timestamp": "2025-11-30T00:00:00.000Z",
1001
+ "nucleus": {
1002
+ "identity": "TYPE-WhileStep",
1003
+ "name": "WhileStep",
1004
+ "description": "dummy-description",
1005
+ "resourceTypeImplementationKind": "internal-with-identity",
1006
+ "nucleusSchema": {
1007
+ "$anchor": "WhileStep",
1008
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1009
+ "type": "object",
1010
+ "required": [
1011
+ "identity",
1012
+ "stepKind",
1013
+ "case"
1014
+ ],
1015
+ "properties": {
1016
+ "identity": {
1017
+ "$ref": "#/$defs/WhileStepIdentity"
1018
+ },
1019
+ "stepKind": {
1020
+ "const": "while"
1021
+ },
1022
+ "case": {
1023
+ "$ref": "#/$defs/Conditional"
1024
+ }
1025
+ },
1026
+ "allOf": [
1027
+ {
1028
+ "$ref": "#/$defs/StepKindFacet"
1029
+ }
1030
+ ]
1031
+ }
1032
+ }
1033
+ },
1034
+ "ForStepIdentity": {
1035
+ "identity": "RESOURCE-ForStepIdentity",
1036
+ "resourceTypeHandle": "TYPE-ResourceType",
1037
+ "creationContext": {
1038
+ "resourceRoleHandle": "ROLE-Genesis",
1039
+ "jobStepHandle": "JOB_STEP-ForStepIdentity"
1040
+ },
1041
+ "kind": "materialized",
1042
+ "timestamp": "2025-11-30T00:00:00.000Z",
1043
+ "nucleus": {
1044
+ "identity": "TYPE-ForStepIdentity",
1045
+ "name": "ForStepIdentity",
1046
+ "description": "dummy-description",
1047
+ "resourceTypeImplementationKind": "internal-without-identity",
1048
+ "nucleusSchema": {
1049
+ "$anchor": "ForStepIdentity",
1050
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1051
+ "type": "string",
1052
+ "pattern": "^FOR_STEP-.+$"
1053
+ }
1054
+ }
1055
+ },
1056
+ "ForStep": {
1057
+ "identity": "RESOURCE-ForStep",
1058
+ "resourceTypeHandle": "TYPE-ResourceType",
1059
+ "creationContext": {
1060
+ "resourceRoleHandle": "ROLE-Genesis",
1061
+ "jobStepHandle": "JOB_STEP-ForStep"
1062
+ },
1063
+ "kind": "materialized",
1064
+ "timestamp": "2025-11-30T00:00:00.000Z",
1065
+ "nucleus": {
1066
+ "identity": "TYPE-ForStep",
1067
+ "name": "ForStep",
1068
+ "description": "dummy-description",
1069
+ "resourceTypeImplementationKind": "internal-with-identity",
1070
+ "nucleusSchema": {
1071
+ "$anchor": "ForStep",
1072
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1073
+ "type": "object",
1074
+ "required": [
1075
+ "identity",
1076
+ "stepKind",
1077
+ "case"
1078
+ ],
1079
+ "properties": {
1080
+ "identity": {
1081
+ "$ref": "#/$defs/ForStepIdentity"
1082
+ },
1083
+ "stepKind": {
1084
+ "const": "for"
1085
+ },
1086
+ "case": {
1087
+ "$ref": "#/$defs/Conditional"
1088
+ }
1089
+ },
1090
+ "allOf": [
1091
+ {
1092
+ "$ref": "#/$defs/StepKindFacet"
1093
+ }
1094
+ ]
1095
+ }
1096
+ }
1097
+ },
1098
+ "StepIdentity": {
1099
+ "identity": "RESOURCE-StepIdentity",
1100
+ "resourceTypeHandle": "TYPE-ResourceType",
1101
+ "creationContext": {
1102
+ "resourceRoleHandle": "ROLE-Genesis",
1103
+ "jobStepHandle": "JOB_STEP-StepIdentity"
1104
+ },
1105
+ "kind": "materialized",
1106
+ "timestamp": "2025-11-30T00:00:00.000Z",
1107
+ "nucleus": {
1108
+ "identity": "TYPE-StepIdentity",
1109
+ "name": "StepIdentity",
1110
+ "description": "dummy-description",
1111
+ "resourceTypeImplementationKind": "internal-without-identity",
1112
+ "nucleusSchema": {
1113
+ "$anchor": "StepIdentity",
1114
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1115
+ "type": "object",
1116
+ "oneOf": [
1117
+ {
1118
+ "$ref": "#/$defs/JobStepIdentity"
1119
+ },
1120
+ {
1121
+ "$ref": "#/$defs/BranchStepIdentity"
1122
+ },
1123
+ {
1124
+ "$ref": "#/$defs/WhileStepIdentity"
1125
+ },
1126
+ {
1127
+ "$ref": "#/$defs/ForStepIdentity"
1128
+ }
1129
+ ]
1130
+ }
1131
+ }
1132
+ },
1133
+ "Step": {
1134
+ "identity": "RESOURCE-Step",
1135
+ "resourceTypeHandle": "TYPE-ResourceType",
1136
+ "creationContext": {
1137
+ "resourceRoleHandle": "ROLE-Genesis",
1138
+ "jobStepHandle": "JOB_STEP-Step"
1139
+ },
1140
+ "kind": "materialized",
1141
+ "timestamp": "2025-11-30T00:00:00.000Z",
1142
+ "nucleus": {
1143
+ "identity": "TYPE-Step",
1144
+ "name": "Step",
1145
+ "description": "dummy-description",
1146
+ "resourceTypeImplementationKind": "internal-without-identity",
1147
+ "nucleusSchema": {
1148
+ "$anchor": "Step",
1149
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1150
+ "type": "object",
1151
+ "oneOf": [
1152
+ {
1153
+ "$ref": "#/$defs/JobStep"
1154
+ },
1155
+ {
1156
+ "$ref": "#/$defs/BranchStep"
1157
+ },
1158
+ {
1159
+ "$ref": "#/$defs/WhileStep"
1160
+ },
1161
+ {
1162
+ "$ref": "#/$defs/ForStep"
1163
+ }
1164
+ ],
1165
+ "unevaluatedProperties": false
1166
+ }
1167
+ }
1168
+ },
1169
+ "CreationContext": {
1170
+ "identity": "RESOURCE-CreationContext",
1171
+ "resourceTypeHandle": "TYPE-ResourceType",
1172
+ "creationContext": {
1173
+ "resourceRoleHandle": "ROLE-Genesis",
1174
+ "jobStepHandle": "JOB_STEP-CreationContext"
1175
+ },
1176
+ "kind": "materialized",
1177
+ "timestamp": "2025-11-30T00:00:00.000Z",
1178
+ "nucleus": {
1179
+ "identity": "TYPE-CreationContext",
1180
+ "name": "CreationContext",
1181
+ "description": "dummy-description",
1182
+ "resourceTypeImplementationKind": "internal-without-identity",
1183
+ "nucleusSchema": {
1184
+ "$anchor": "CreationContext",
1185
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1186
+ "type": "object",
1187
+ "required": [
1188
+ "resourceRoleHandle",
1189
+ "jobStepHandle"
1190
+ ],
1191
+ "properties": {
1192
+ "resourceRoleHandle": {
1193
+ "$ref": "#/$defs/ResourceRoleIdentity"
1194
+ },
1195
+ "jobStepHandle": {
1196
+ "$ref": "#/$defs/JobStepIdentity"
1197
+ }
1198
+ }
1199
+ }
1200
+ }
1201
+ },
1202
+ "CreationContextFacet": {
1203
+ "identity": "RESOURCE-CreationContextFacet",
1204
+ "resourceTypeHandle": "TYPE-ResourceType",
1205
+ "creationContext": {
1206
+ "resourceRoleHandle": "ROLE-Genesis",
1207
+ "jobStepHandle": "JOB_STEP-CreationContextFacet"
1208
+ },
1209
+ "kind": "materialized",
1210
+ "timestamp": "2025-11-30T00:00:00.000Z",
1211
+ "nucleus": {
1212
+ "identity": "TYPE-CreationContextFacet",
1213
+ "name": "CreationContextFacet",
1214
+ "description": "dummy-description",
1215
+ "resourceTypeImplementationKind": "internal-without-identity",
1216
+ "nucleusSchema": {
1217
+ "$anchor": "CreationContextFacet",
1218
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1219
+ "type": "object",
1220
+ "required": [
1221
+ "creationContext"
1222
+ ],
1223
+ "properties": {
1224
+ "creationContext": {
1225
+ "$ref": "#/$defs/CreationContext"
1226
+ }
1227
+ }
1228
+ }
1229
+ }
1230
+ },
1231
+ "ResourceIdentity": {
1232
+ "identity": "RESOURCE-ResourceIdentity",
1233
+ "resourceTypeHandle": "TYPE-ResourceType",
1234
+ "creationContext": {
1235
+ "resourceRoleHandle": "ROLE-Genesis",
1236
+ "jobStepHandle": "JOB_STEP-ResourceIdentity"
1237
+ },
1238
+ "kind": "materialized",
1239
+ "timestamp": "2025-11-30T00:00:00.000Z",
1240
+ "nucleus": {
1241
+ "identity": "TYPE-ResourceIdentity",
1242
+ "name": "ResourceIdentity",
1243
+ "description": "dummy-description",
1244
+ "resourceTypeImplementationKind": "internal-without-identity",
1245
+ "nucleusSchema": {
1246
+ "$anchor": "ResourceIdentity",
1247
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1248
+ "type": "string",
1249
+ "pattern": "^RESOURCE-.+$"
1250
+ }
1251
+ }
1252
+ },
1253
+ "ResourceShellBase": {
1254
+ "identity": "RESOURCE-ResourceShellBase",
1255
+ "resourceTypeHandle": "TYPE-ResourceType",
1256
+ "creationContext": {
1257
+ "resourceRoleHandle": "ROLE-Genesis",
1258
+ "jobStepHandle": "JOB_STEP-ResourceShellBase"
1259
+ },
1260
+ "kind": "materialized",
1261
+ "timestamp": "2025-11-30T00:00:00.000Z",
1262
+ "nucleus": {
1263
+ "identity": "TYPE-ResourceShellBase",
1264
+ "name": "ResourceShellBase",
1265
+ "description": "dummy-description",
1266
+ "resourceTypeImplementationKind": "internal-with-identity",
1267
+ "nucleusSchema": {
1268
+ "$anchor": "ResourceShellBase",
1269
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1270
+ "type": "object",
1271
+ "required": [
1272
+ "identity",
1273
+ "resourceTypeHandle",
1274
+ "resourceKind"
1275
+ ],
1276
+ "properties": {
1277
+ "identity": {
1278
+ "$ref": "#/$defs/ResourceIdentity"
1279
+ },
1280
+ "resourceTypeHandle": {
1281
+ "$ref": "#/$defs/ResourceTypeIdentity"
1282
+ },
1283
+ "resourceKind": {
1284
+ "$ref": "#/$defs/ResourceKind"
1285
+ }
1286
+ }
1287
+ }
1288
+ }
1289
+ },
1290
+ "ResourceKind": {
1291
+ "identity": "RESOURCE-ResourceKind",
1292
+ "resourceTypeHandle": "TYPE-ResourceType",
1293
+ "creationContext": {
1294
+ "resourceRoleHandle": "ROLE-Genesis",
1295
+ "jobStepHandle": "JOB_STEP-ResourceKind"
1296
+ },
1297
+ "kind": "materialized",
1298
+ "timestamp": "2025-11-30T00:00:00.000Z",
1299
+ "nucleus": {
1300
+ "identity": "TYPE-ResourceKind",
1301
+ "name": "ResourceKind",
1302
+ "description": "dummy-description",
1303
+ "resourceTypeImplementationKind": "internal-without-identity",
1304
+ "nucleusSchema": {
1305
+ "$anchor": "ResourceKind",
1306
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1307
+ "type": "string",
1308
+ "enum": [
1309
+ "missing",
1310
+ "input-potential",
1311
+ "output-potential",
1312
+ "materialized"
1313
+ ]
1314
+ }
1315
+ }
1316
+ },
1317
+ "ResourceKindFacet": {
1318
+ "identity": "RESOURCE-ResourceKindFacet",
1319
+ "resourceTypeHandle": "TYPE-ResourceType",
1320
+ "creationContext": {
1321
+ "resourceRoleHandle": "ROLE-Genesis",
1322
+ "jobStepHandle": "JOB_STEP-ResourceKindFacet"
1323
+ },
1324
+ "kind": "materialized",
1325
+ "timestamp": "2025-11-30T00:00:00.000Z",
1326
+ "nucleus": {
1327
+ "identity": "TYPE-ResourceKindFacet",
1328
+ "name": "ResourceKindFacet",
1329
+ "description": "dummy-description",
1330
+ "resourceTypeImplementationKind": "internal-without-identity",
1331
+ "nucleusSchema": {
1332
+ "$anchor": "ResourceKindFacet",
1333
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1334
+ "type": "object",
1335
+ "required": [
1336
+ "resourceKind"
1337
+ ],
1338
+ "properties": {
1339
+ "resourceKind": {
1340
+ "$ref": "#/$defs/ResourceKind"
1341
+ }
1342
+ }
1343
+ }
1344
+ }
1345
+ },
1346
+ "ShellMissing": {
1347
+ "identity": "RESOURCE-ShellMissing",
1348
+ "resourceTypeHandle": "TYPE-ResourceType",
1349
+ "creationContext": {
1350
+ "resourceRoleHandle": "ROLE-Genesis",
1351
+ "jobStepHandle": "JOB_STEP-ShellMissing"
1352
+ },
1353
+ "kind": "materialized",
1354
+ "timestamp": "2025-11-30T00:00:00.000Z",
1355
+ "nucleus": {
1356
+ "identity": "TYPE-ShellMissing",
1357
+ "name": "ShellMissing",
1358
+ "description": "dummy-description",
1359
+ "resourceTypeImplementationKind": "internal-with-identity",
1360
+ "nucleusSchema": {
1361
+ "$anchor": "ShellMissing",
1362
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1363
+ "type": "object",
1364
+ "properties": {
1365
+ "resourceKind": {
1366
+ "const": "missing"
1367
+ }
1368
+ },
1369
+ "allOf": [
1370
+ {
1371
+ "$ref": "#/$defs/ResourceShellBase"
1372
+ },
1373
+ {
1374
+ "$ref": "#/$defs/ResourceKindFacet"
1375
+ }
1376
+ ],
1377
+ "unevaluatedProperties": false
1378
+ }
1379
+ }
1380
+ },
1381
+ "ShellInputPotential": {
1382
+ "identity": "RESOURCE-ShellInputPotential",
1383
+ "resourceTypeHandle": "TYPE-ResourceType",
1384
+ "creationContext": {
1385
+ "resourceRoleHandle": "ROLE-Genesis",
1386
+ "jobStepHandle": "JOB_STEP-ShellInputPotential"
1387
+ },
1388
+ "kind": "materialized",
1389
+ "timestamp": "2025-11-30T00:00:00.000Z",
1390
+ "nucleus": {
1391
+ "identity": "TYPE-ShellInputPotential",
1392
+ "name": "ShellInputPotential",
1393
+ "description": "dummy-description",
1394
+ "resourceTypeImplementationKind": "internal-with-identity",
1395
+ "nucleusSchema": {
1396
+ "$anchor": "ShellInputPotential",
1397
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1398
+ "type": "object",
1399
+ "properties": {
1400
+ "resourceKind": {
1401
+ "const": "input-potential"
1402
+ }
1403
+ },
1404
+ "allOf": [
1405
+ {
1406
+ "$ref": "#/$defs/ResourceShellBase"
1407
+ },
1408
+ {
1409
+ "$ref": "#/$defs/CreationContextFacet"
1410
+ },
1411
+ {
1412
+ "$ref": "#/$defs/ResourceKindFacet"
1413
+ }
1414
+ ],
1415
+ "unevaluatedProperties": false
1416
+ }
1417
+ }
1418
+ },
1419
+ "ShellOutputPotential": {
1420
+ "identity": "RESOURCE-ShellOutputPotential",
1421
+ "resourceTypeHandle": "TYPE-ResourceType",
1422
+ "creationContext": {
1423
+ "resourceRoleHandle": "ROLE-Genesis",
1424
+ "jobStepHandle": "JOB_STEP-ShellOutputPotential"
1425
+ },
1426
+ "kind": "materialized",
1427
+ "timestamp": "2025-11-30T00:00:00.000Z",
1428
+ "nucleus": {
1429
+ "identity": "TYPE-ShellOutputPotential",
1430
+ "name": "ShellOutputPotential",
1431
+ "description": "dummy-description",
1432
+ "resourceTypeImplementationKind": "internal-with-identity",
1433
+ "nucleusSchema": {
1434
+ "$anchor": "ShellOutputPotential",
1435
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1436
+ "type": "object",
1437
+ "properties": {
1438
+ "resourceKind": {
1439
+ "const": "output-potential"
1440
+ }
1441
+ },
1442
+ "allOf": [
1443
+ {
1444
+ "$ref": "#/$defs/ResourceShellBase"
1445
+ },
1446
+ {
1447
+ "$ref": "#/$defs/CreationContextFacet"
1448
+ },
1449
+ {
1450
+ "$ref": "#/$defs/ResourceKindFacet"
1451
+ }
1452
+ ],
1453
+ "unevaluatedProperties": false
1454
+ }
1455
+ }
1456
+ },
1457
+ "Timestamp": {
1458
+ "identity": "RESOURCE-Timestamp",
1459
+ "resourceTypeHandle": "TYPE-ResourceType",
1460
+ "creationContext": {
1461
+ "resourceRoleHandle": "ROLE-Genesis",
1462
+ "jobStepHandle": "JOB_STEP-Timestamp"
1463
+ },
1464
+ "kind": "materialized",
1465
+ "timestamp": "2025-11-30T00:00:00.000Z",
1466
+ "nucleus": {
1467
+ "identity": "TYPE-Timestamp",
1468
+ "name": "Timestamp",
1469
+ "description": "dummy-description",
1470
+ "resourceTypeImplementationKind": "internal-without-identity",
1471
+ "nucleusSchema": {
1472
+ "$anchor": "Timestamp",
1473
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1474
+ "type": "string",
1475
+ "format": "date-time"
1476
+ }
1477
+ }
1478
+ },
1479
+ "TimestampFacet": {
1480
+ "identity": "RESOURCE-TimestampFacet",
1481
+ "resourceTypeHandle": "TYPE-ResourceType",
1482
+ "creationContext": {
1483
+ "resourceRoleHandle": "ROLE-Genesis",
1484
+ "jobStepHandle": "JOB_STEP-TimestampFacet"
1485
+ },
1486
+ "kind": "materialized",
1487
+ "timestamp": "2025-11-30T00:00:00.000Z",
1488
+ "nucleus": {
1489
+ "identity": "TYPE-TimestampFacet",
1490
+ "name": "TimestampFacet",
1491
+ "description": "dummy-description",
1492
+ "resourceTypeImplementationKind": "internal-without-identity",
1493
+ "nucleusSchema": {
1494
+ "$anchor": "TimestampFacet",
1495
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1496
+ "type": "object",
1497
+ "required": [
1498
+ "timestamp"
1499
+ ],
1500
+ "properties": {
1501
+ "timestamp": {
1502
+ "$ref": "#/$defs/Timestamp"
1503
+ }
1504
+ }
1505
+ }
1506
+ }
1507
+ },
1508
+ "Path": {
1509
+ "identity": "RESOURCE-Path",
1510
+ "resourceTypeHandle": "TYPE-ResourceType",
1511
+ "creationContext": {
1512
+ "resourceRoleHandle": "ROLE-Genesis",
1513
+ "jobStepHandle": "JOB_STEP-Path"
1514
+ },
1515
+ "kind": "materialized",
1516
+ "timestamp": "2025-11-30T00:00:00.000Z",
1517
+ "nucleus": {
1518
+ "identity": "TYPE-Path",
1519
+ "name": "Path",
1520
+ "description": "dummy-description",
1521
+ "resourceTypeImplementationKind": "internal-without-identity",
1522
+ "nucleusSchema": {
1523
+ "$anchor": "Path",
1524
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1525
+ "type": "string",
1526
+ "format": "uri-reference"
1527
+ }
1528
+ }
1529
+ },
1530
+ "PathFacet": {
1531
+ "identity": "RESOURCE-PathFacet",
1532
+ "resourceTypeHandle": "TYPE-ResourceType",
1533
+ "creationContext": {
1534
+ "resourceRoleHandle": "ROLE-Genesis",
1535
+ "jobStepHandle": "JOB_STEP-PathFacet"
1536
+ },
1537
+ "kind": "materialized",
1538
+ "timestamp": "2025-11-30T00:00:00.000Z",
1539
+ "nucleus": {
1540
+ "identity": "TYPE-PathFacet",
1541
+ "name": "PathFacet",
1542
+ "description": "dummy-description",
1543
+ "resourceTypeImplementationKind": "internal-without-identity",
1544
+ "nucleusSchema": {
1545
+ "$anchor": "PathFacet",
1546
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1547
+ "type": "object",
1548
+ "required": [
1549
+ "path"
1550
+ ],
1551
+ "properties": {
1552
+ "path": {
1553
+ "$ref": "#/$defs/Path"
1554
+ }
1555
+ }
1556
+ }
1557
+ }
1558
+ },
1559
+ "ShellMaterializedBase": {
1560
+ "identity": "RESOURCE-ShellMaterializedBase",
1561
+ "resourceTypeHandle": "TYPE-ResourceType",
1562
+ "creationContext": {
1563
+ "resourceRoleHandle": "ROLE-Genesis",
1564
+ "jobStepHandle": "JOB_STEP-ShellMaterializedBase"
1565
+ },
1566
+ "kind": "materialized",
1567
+ "timestamp": "2025-11-30T00:00:00.000Z",
1568
+ "nucleus": {
1569
+ "identity": "TYPE-ShellMaterializedBase",
1570
+ "name": "ShellMaterializedBase",
1571
+ "description": "dummy-description",
1572
+ "resourceTypeImplementationKind": "internal-with-identity",
1573
+ "nucleusSchema": {
1574
+ "$anchor": "ShellMaterializedBase",
1575
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1576
+ "type": "object",
1577
+ "required": [
1578
+ "version"
1579
+ ],
1580
+ "properties": {
1581
+ "version": {
1582
+ "const": 1
1583
+ },
1584
+ "resourceKind": {
1585
+ "const": "materialized"
1586
+ }
1587
+ },
1588
+ "allOf": [
1589
+ {
1590
+ "$ref": "#/$defs/ResourceShellBase"
1591
+ },
1592
+ {
1593
+ "$ref": "#/$defs/CreationContextFacet"
1594
+ },
1595
+ {
1596
+ "$ref": "#/$defs/ResourceKindFacet"
1597
+ },
1598
+ {
1599
+ "$ref": "#/$defs/TimestampFacet"
1600
+ },
1601
+ {
1602
+ "$ref": "#/$defs/PathFacet"
1603
+ }
1604
+ ]
1605
+ }
1606
+ }
1607
+ },
1608
+ "ShellMaterialized": {
1609
+ "identity": "RESOURCE-ShellMaterialized",
1610
+ "resourceTypeHandle": "TYPE-ResourceType",
1611
+ "creationContext": {
1612
+ "resourceRoleHandle": "ROLE-Genesis",
1613
+ "jobStepHandle": "JOB_STEP-ShellMaterialized"
1614
+ },
1615
+ "kind": "materialized",
1616
+ "timestamp": "2025-11-30T00:00:00.000Z",
1617
+ "nucleus": {
1618
+ "identity": "TYPE-ShellMaterialized",
1619
+ "name": "ShellMaterialized",
1620
+ "description": "dummy-description",
1621
+ "resourceTypeImplementationKind": "internal-with-identity",
1622
+ "nucleusSchema": {
1623
+ "$anchor": "ShellMaterialized",
1624
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1625
+ "type": "object",
1626
+ "$ref": "#/$defs/ShellMaterializedBase",
1627
+ "unevaluatedProperties": false
1628
+ }
1629
+ }
1630
+ },
1631
+ "ResourceMissing": {
1632
+ "identity": "RESOURCE-ResourceMissing",
1633
+ "resourceTypeHandle": "TYPE-ResourceType",
1634
+ "creationContext": {
1635
+ "resourceRoleHandle": "ROLE-Genesis",
1636
+ "jobStepHandle": "JOB_STEP-ResourceMissing"
1637
+ },
1638
+ "kind": "materialized",
1639
+ "timestamp": "2025-11-30T00:00:00.000Z",
1640
+ "nucleus": {
1641
+ "identity": "TYPE-ResourceMissing",
1642
+ "name": "ResourceMissing",
1643
+ "description": "dummy-description",
1644
+ "resourceTypeImplementationKind": "internal-with-identity",
1645
+ "nucleusSchema": {
1646
+ "$anchor": "ResourceMissing",
1647
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1648
+ "type": "object",
1649
+ "$ref": "#/$defs/ShellMissing",
1650
+ "unevaluatedProperties": false
1651
+ }
1652
+ }
1653
+ },
1654
+ "ResourceInputPotential": {
1655
+ "identity": "RESOURCE-ResourceInputPotential",
1656
+ "resourceTypeHandle": "TYPE-ResourceType",
1657
+ "creationContext": {
1658
+ "resourceRoleHandle": "ROLE-Genesis",
1659
+ "jobStepHandle": "JOB_STEP-ResourceInputPotential"
1660
+ },
1661
+ "kind": "materialized",
1662
+ "timestamp": "2025-11-30T00:00:00.000Z",
1663
+ "nucleus": {
1664
+ "identity": "TYPE-ResourceInputPotential",
1665
+ "name": "ResourceInputPotential",
1666
+ "description": "dummy-description",
1667
+ "resourceTypeImplementationKind": "internal-with-identity",
1668
+ "nucleusSchema": {
1669
+ "$anchor": "ResourceInputPotential",
1670
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1671
+ "type": "object",
1672
+ "$ref": "#/$defs/ShellInputPotential",
1673
+ "unevaluatedProperties": false
1674
+ }
1675
+ }
1676
+ },
1677
+ "ResourceOutputPotential": {
1678
+ "identity": "RESOURCE-ResourceOutputPotential",
1679
+ "resourceTypeHandle": "TYPE-ResourceType",
1680
+ "creationContext": {
1681
+ "resourceRoleHandle": "ROLE-Genesis",
1682
+ "jobStepHandle": "JOB_STEP-ResourceOutputPotential"
1683
+ },
1684
+ "kind": "materialized",
1685
+ "timestamp": "2025-11-30T00:00:00.000Z",
1686
+ "nucleus": {
1687
+ "identity": "TYPE-ResourceOutputPotential",
1688
+ "name": "ResourceOutputPotential",
1689
+ "description": "dummy-description",
1690
+ "resourceTypeImplementationKind": "internal-with-identity",
1691
+ "nucleusSchema": {
1692
+ "$anchor": "ResourceOutputPotential",
1693
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1694
+ "type": "object",
1695
+ "$ref": "#/$defs/ShellOutputPotential",
1696
+ "unevaluatedProperties": false
1697
+ }
1698
+ }
1699
+ },
1700
+ "JsonData": {
1701
+ "identity": "RESOURCE-JsonData",
1702
+ "resourceTypeHandle": "TYPE-ResourceType",
1703
+ "creationContext": {
1704
+ "resourceRoleHandle": "ROLE-Genesis",
1705
+ "jobStepHandle": "JOB_STEP-JsonData"
1706
+ },
1707
+ "kind": "materialized",
1708
+ "timestamp": "2025-11-30T00:00:00.000Z",
1709
+ "nucleus": {
1710
+ "identity": "TYPE-JsonData",
1711
+ "name": "JsonData",
1712
+ "description": "dummy-description",
1713
+ "resourceTypeImplementationKind": "internal-without-identity",
1714
+ "nucleusSchema": {
1715
+ "$anchor": "JsonData",
1716
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1717
+ "oneOf": [
1718
+ {
1719
+ "type": "null"
1720
+ },
1721
+ {
1722
+ "type": "boolean"
1723
+ },
1724
+ {
1725
+ "type": "number"
1726
+ },
1727
+ {
1728
+ "type": "string"
1729
+ },
1730
+ {
1731
+ "type": "array",
1732
+ "items": {
1733
+ "$ref": "#/$defs/JsonData"
1734
+ }
1735
+ },
1736
+ {
1737
+ "type": "object",
1738
+ "additionalProperties": {
1739
+ "$ref": "#/$defs/JsonData"
1740
+ }
1741
+ }
1742
+ ]
1743
+ }
1744
+ }
1745
+ },
1746
+ "Nucleus": {
1747
+ "identity": "RESOURCE-Nucleus",
1748
+ "resourceTypeHandle": "TYPE-ResourceType",
1749
+ "creationContext": {
1750
+ "resourceRoleHandle": "ROLE-Genesis",
1751
+ "jobStepHandle": "JOB_STEP-Nucleus"
1752
+ },
1753
+ "kind": "materialized",
1754
+ "timestamp": "2025-11-30T00:00:00.000Z",
1755
+ "nucleus": {
1756
+ "identity": "TYPE-Nucleus",
1757
+ "name": "Nucleus",
1758
+ "description": "dummy-description",
1759
+ "resourceTypeImplementationKind": "internal-without-identity",
1760
+ "nucleusSchema": {
1761
+ "$anchor": "Nucleus",
1762
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1763
+ "type": "object",
1764
+ "additionalProperties": {
1765
+ "$ref": "#/$defs/JsonData"
1766
+ }
1767
+ }
1768
+ }
1769
+ },
1770
+ "NucleusFacet": {
1771
+ "identity": "RESOURCE-NucleusFacet",
1772
+ "resourceTypeHandle": "TYPE-ResourceType",
1773
+ "creationContext": {
1774
+ "resourceRoleHandle": "ROLE-Genesis",
1775
+ "jobStepHandle": "JOB_STEP-NucleusFacet"
1776
+ },
1777
+ "kind": "materialized",
1778
+ "timestamp": "2025-11-30T00:00:00.000Z",
1779
+ "nucleus": {
1780
+ "identity": "TYPE-NucleusFacet",
1781
+ "name": "NucleusFacet",
1782
+ "description": "dummy-description",
1783
+ "resourceTypeImplementationKind": "internal-without-identity",
1784
+ "nucleusSchema": {
1785
+ "$anchor": "NucleusFacet",
1786
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1787
+ "type": "object",
1788
+ "required": [
1789
+ "nucleus"
1790
+ ],
1791
+ "properties": {
1792
+ "nucleus": {
1793
+ "$ref": "#/$defs/Nucleus"
1794
+ }
1795
+ }
1796
+ }
1797
+ }
1798
+ },
1799
+ "ResourceMaterialized": {
1800
+ "identity": "RESOURCE-ResourceMaterialized",
1801
+ "resourceTypeHandle": "TYPE-ResourceType",
1802
+ "creationContext": {
1803
+ "resourceRoleHandle": "ROLE-Genesis",
1804
+ "jobStepHandle": "JOB_STEP-ResourceMaterialized"
1805
+ },
1806
+ "kind": "materialized",
1807
+ "timestamp": "2025-11-30T00:00:00.000Z",
1808
+ "nucleus": {
1809
+ "identity": "TYPE-ResourceMaterialized",
1810
+ "name": "ResourceMaterialized",
1811
+ "description": "dummy-description",
1812
+ "resourceTypeImplementationKind": "internal-with-identity",
1813
+ "nucleusSchema": {
1814
+ "$anchor": "ResourceMaterialized",
1815
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1816
+ "type": "object",
1817
+ "allOf": [
1818
+ {
1819
+ "$ref": "#/$defs/ShellMaterializedBase"
1820
+ },
1821
+ {
1822
+ "$comment": "This will be overlayed dynamically to match the data structure of the underlying ResourceType's nucleusSchema.",
1823
+ "$ref": "#/$defs/NucleusFacet"
1824
+ }
1825
+ ],
1826
+ "unevaluatedProperties": false
1827
+ }
1828
+ }
1829
+ },
1830
+ "Resource": {
1831
+ "identity": "RESOURCE-Resource",
1832
+ "resourceTypeHandle": "TYPE-ResourceType",
1833
+ "creationContext": {
1834
+ "resourceRoleHandle": "ROLE-Genesis",
1835
+ "jobStepHandle": "JOB_STEP-Resource"
1836
+ },
1837
+ "kind": "materialized",
1838
+ "timestamp": "2025-11-30T00:00:00.000Z",
1839
+ "nucleus": {
1840
+ "identity": "TYPE-Resource",
1841
+ "name": "Resource",
1842
+ "description": "dummy-description",
1843
+ "resourceTypeImplementationKind": "internal-with-identity",
1844
+ "nucleusSchema": {
1845
+ "$anchor": "Resource",
1846
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1847
+ "type": "object",
1848
+ "oneOf": [
1849
+ {
1850
+ "$ref": "#/$defs/ResourceMissing"
1851
+ },
1852
+ {
1853
+ "$ref": "#/$defs/ResourceInputPotential"
1854
+ },
1855
+ {
1856
+ "$ref": "#/$defs/ResourceOutputPotential"
1857
+ },
1858
+ {
1859
+ "$ref": "#/$defs/ResourceMaterialized"
1860
+ }
1861
+ ],
1862
+ "unevaluatedProperties": false
1863
+ }
1864
+ }
1865
+ },
1866
+ "JobStepSocket": {
1867
+ "identity": "RESOURCE-JobStepSocket",
1868
+ "resourceTypeHandle": "TYPE-ResourceType",
1869
+ "creationContext": {
1870
+ "resourceRoleHandle": "ROLE-Genesis",
1871
+ "jobStepHandle": "JOB_STEP-JobStepSocket"
1872
+ },
1873
+ "kind": "materialized",
1874
+ "timestamp": "2025-11-30T00:00:00.000Z",
1875
+ "nucleus": {
1876
+ "identity": "TYPE-JobStepSocket",
1877
+ "name": "JobStepSocket",
1878
+ "description": "dummy-description",
1879
+ "resourceTypeImplementationKind": "internal-without-identity",
1880
+ "nucleusSchema": {
1881
+ "$anchor": "JobStepSocket",
1882
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1883
+ "type": "object",
1884
+ "propertyNames": {
1885
+ "$ref": "#/$defs/ResourceRoleIdentity"
1886
+ },
1887
+ "additionalProperties": {
1888
+ "$ref": "#/$defs/Resource"
1889
+ }
1890
+ }
1891
+ }
1892
+ },
1893
+ "StrategyState": {
1894
+ "identity": "RESOURCE-StrategyState",
1895
+ "resourceTypeHandle": "TYPE-ResourceType",
1896
+ "creationContext": {
1897
+ "resourceRoleHandle": "ROLE-Genesis",
1898
+ "jobStepHandle": "JOB_STEP-StrategyState"
1899
+ },
1900
+ "kind": "materialized",
1901
+ "timestamp": "2025-11-30T00:00:00.000Z",
1902
+ "nucleus": {
1903
+ "identity": "TYPE-StrategyState",
1904
+ "name": "StrategyState",
1905
+ "description": "dummy-description",
1906
+ "resourceTypeImplementationKind": "internal-without-identity",
1907
+ "nucleusSchema": {
1908
+ "$anchor": "StrategyState",
1909
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1910
+ "type": "object",
1911
+ "propertyNames": {
1912
+ "$ref": "#/$defs/JobStepIdentity"
1913
+ },
1914
+ "additionalProperties": {
1915
+ "$ref": "#/$defs/JobStepSocket"
1916
+ }
1917
+ }
1918
+ }
1919
+ },
1920
+ "StrategyStateFacet": {
1921
+ "identity": "RESOURCE-StrategyStateFacet",
1922
+ "resourceTypeHandle": "TYPE-ResourceType",
1923
+ "creationContext": {
1924
+ "resourceRoleHandle": "ROLE-Genesis",
1925
+ "jobStepHandle": "JOB_STEP-StrategyStateFacet"
1926
+ },
1927
+ "kind": "materialized",
1928
+ "timestamp": "2025-11-30T00:00:00.000Z",
1929
+ "nucleus": {
1930
+ "identity": "TYPE-StrategyStateFacet",
1931
+ "name": "StrategyStateFacet",
1932
+ "description": "dummy-description",
1933
+ "resourceTypeImplementationKind": "internal-without-identity",
1934
+ "nucleusSchema": {
1935
+ "$anchor": "StrategyStateFacet",
1936
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1937
+ "type": "object",
1938
+ "required": [
1939
+ "strategyState"
1940
+ ],
1941
+ "properties": {
1942
+ "strategyState": {
1943
+ "$ref": "#/$defs/StrategyState"
1944
+ }
1945
+ }
1946
+ }
1947
+ }
1948
+ },
1949
+ "StepArray": {
1950
+ "identity": "RESOURCE-StepArray",
1951
+ "resourceTypeHandle": "TYPE-ResourceType",
1952
+ "creationContext": {
1953
+ "resourceRoleHandle": "ROLE-Genesis",
1954
+ "jobStepHandle": "JOB_STEP-StepArray"
1955
+ },
1956
+ "kind": "materialized",
1957
+ "timestamp": "2025-11-30T00:00:00.000Z",
1958
+ "nucleus": {
1959
+ "identity": "TYPE-StepArray",
1960
+ "name": "StepArray",
1961
+ "description": "dummy-description",
1962
+ "resourceTypeImplementationKind": "internal-without-identity",
1963
+ "nucleusSchema": {
1964
+ "$anchor": "StepArray",
1965
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1966
+ "type": "array",
1967
+ "items": {
1968
+ "$ref": "#/$defs/Step"
1969
+ },
1970
+ "uniqueItems": true
1971
+ }
1972
+ }
1973
+ },
1974
+ "StepsFacet": {
1975
+ "identity": "RESOURCE-StepsFacet",
1976
+ "resourceTypeHandle": "TYPE-ResourceType",
1977
+ "creationContext": {
1978
+ "resourceRoleHandle": "ROLE-Genesis",
1979
+ "jobStepHandle": "JOB_STEP-StepsFacet"
1980
+ },
1981
+ "kind": "materialized",
1982
+ "timestamp": "2025-11-30T00:00:00.000Z",
1983
+ "nucleus": {
1984
+ "identity": "TYPE-StepsFacet",
1985
+ "name": "StepsFacet",
1986
+ "description": "dummy-description",
1987
+ "resourceTypeImplementationKind": "internal-without-identity",
1988
+ "nucleusSchema": {
1989
+ "$anchor": "StepsFacet",
1990
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1991
+ "type": "object",
1992
+ "required": [
1993
+ "steps"
1994
+ ],
1995
+ "properties": {
1996
+ "steps": {
1997
+ "$ref": "#/$defs/StepArray"
1998
+ }
1999
+ }
2000
+ }
2001
+ }
2002
+ },
2003
+ "RawStrategy": {
2004
+ "identity": "RESOURCE-RawStrategy",
2005
+ "resourceTypeHandle": "TYPE-ResourceType",
2006
+ "creationContext": {
2007
+ "resourceRoleHandle": "ROLE-Genesis",
2008
+ "jobStepHandle": "JOB_STEP-RawStrategy"
2009
+ },
2010
+ "kind": "materialized",
2011
+ "timestamp": "2025-11-30T00:00:00.000Z",
2012
+ "nucleus": {
2013
+ "identity": "TYPE-RawStrategy",
2014
+ "name": "RawStrategy",
2015
+ "description": "dummy-description",
2016
+ "resourceTypeImplementationKind": "internal-without-identity",
2017
+ "nucleusSchema": {
2018
+ "$anchor": "RawStrategy",
2019
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2020
+ "type": "object",
2021
+ "allOf": [
2022
+ {
2023
+ "$ref": "#/$defs/StepsFacet"
2024
+ },
2025
+ {
2026
+ "$ref": "#/$defs/StrategyStateFacet"
2027
+ }
2028
+ ],
2029
+ "unevaluatedProperties": false
2030
+ }
2031
+ }
2032
+ },
2033
+ "RunnableStrategyIdentity": {
2034
+ "identity": "RESOURCE-RunnableStrategyIdentity",
2035
+ "resourceTypeHandle": "TYPE-ResourceType",
2036
+ "creationContext": {
2037
+ "resourceRoleHandle": "ROLE-Genesis",
2038
+ "jobStepHandle": "JOB_STEP-RunnableStrategyIdentity"
2039
+ },
2040
+ "kind": "materialized",
2041
+ "timestamp": "2025-11-30T00:00:00.000Z",
2042
+ "nucleus": {
2043
+ "identity": "TYPE-RunnableStrategyIdentity",
2044
+ "name": "RunnableStrategyIdentity",
2045
+ "description": "dummy-description",
2046
+ "resourceTypeImplementationKind": "internal-without-identity",
2047
+ "nucleusSchema": {
2048
+ "$anchor": "RunnableStrategyIdentity",
2049
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2050
+ "type": "string",
2051
+ "pattern": "^RUNNABLE_STRATEGY-.+$"
2052
+ }
2053
+ }
2054
+ },
2055
+ "RunnableStrategyStatus": {
2056
+ "identity": "RESOURCE-RunnableStrategyStatus",
2057
+ "resourceTypeHandle": "TYPE-ResourceType",
2058
+ "creationContext": {
2059
+ "resourceRoleHandle": "ROLE-Genesis",
2060
+ "jobStepHandle": "JOB_STEP-RunnableStrategyStatus"
2061
+ },
2062
+ "kind": "materialized",
2063
+ "timestamp": "2025-11-30T00:00:00.000Z",
2064
+ "nucleus": {
2065
+ "identity": "TYPE-RunnableStrategyStatus",
2066
+ "name": "RunnableStrategyStatus",
2067
+ "description": "dummy-description",
2068
+ "resourceTypeImplementationKind": "internal-without-identity",
2069
+ "nucleusSchema": {
2070
+ "$anchor": "RunnableStrategyStatus",
2071
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2072
+ "type": "string",
2073
+ "enum": [
2074
+ "pending",
2075
+ "running",
2076
+ "completed",
2077
+ "failed",
2078
+ "cancelled"
2079
+ ]
2080
+ }
2081
+ }
2082
+ },
2083
+ "RunnableStrategyContext": {
2084
+ "identity": "RESOURCE-RunnableStrategyContext",
2085
+ "resourceTypeHandle": "TYPE-ResourceType",
2086
+ "creationContext": {
2087
+ "resourceRoleHandle": "ROLE-Genesis",
2088
+ "jobStepHandle": "JOB_STEP-RunnableStrategyContext"
2089
+ },
2090
+ "kind": "materialized",
2091
+ "timestamp": "2025-11-30T00:00:00.000Z",
2092
+ "nucleus": {
2093
+ "identity": "TYPE-RunnableStrategyContext",
2094
+ "name": "RunnableStrategyContext",
2095
+ "description": "dummy-description",
2096
+ "resourceTypeImplementationKind": "internal-without-identity",
2097
+ "nucleusSchema": {
2098
+ "$anchor": "RunnableStrategyContext",
2099
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2100
+ "type": "object",
2101
+ "required": [
2102
+ "status"
2103
+ ],
2104
+ "properties": {
2105
+ "status": {
2106
+ "$ref": "#/$defs/RunnableStrategyStatus"
2107
+ },
2108
+ "startedAt": {
2109
+ "$ref": "#/$defs/Timestamp"
2110
+ },
2111
+ "completedAt": {
2112
+ "$ref": "#/$defs/Timestamp"
2113
+ }
2114
+ },
2115
+ "unevaluatedProperties": false
2116
+ }
2117
+ }
2118
+ },
2119
+ "StrategyThreadIdentity": {
2120
+ "identity": "RESOURCE-StrategyThreadIdentity",
2121
+ "resourceTypeHandle": "TYPE-ResourceType",
2122
+ "creationContext": {
2123
+ "resourceRoleHandle": "ROLE-Genesis",
2124
+ "jobStepHandle": "JOB_STEP-StrategyThreadIdentity"
2125
+ },
2126
+ "kind": "materialized",
2127
+ "timestamp": "2025-11-30T00:00:00.000Z",
2128
+ "nucleus": {
2129
+ "identity": "TYPE-StrategyThreadIdentity",
2130
+ "name": "StrategyThreadIdentity",
2131
+ "description": "dummy-description",
2132
+ "resourceTypeImplementationKind": "internal-without-identity",
2133
+ "nucleusSchema": {
2134
+ "$anchor": "StrategyThreadIdentity",
2135
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2136
+ "type": "string",
2137
+ "pattern": "^STRATEGY_THREAD-.+$"
2138
+ }
2139
+ }
2140
+ },
2141
+ "StrategyThreadMap": {
2142
+ "identity": "RESOURCE-StrategyThreadMap",
2143
+ "resourceTypeHandle": "TYPE-ResourceType",
2144
+ "creationContext": {
2145
+ "resourceRoleHandle": "ROLE-Genesis",
2146
+ "jobStepHandle": "JOB_STEP-StrategyThreadMap"
2147
+ },
2148
+ "kind": "materialized",
2149
+ "timestamp": "2025-11-30T00:00:00.000Z",
2150
+ "nucleus": {
2151
+ "identity": "TYPE-StrategyThreadMap",
2152
+ "name": "StrategyThreadMap",
2153
+ "description": "dummy-description",
2154
+ "resourceTypeImplementationKind": "internal-without-identity",
2155
+ "nucleusSchema": {
2156
+ "$anchor": "StrategyThreadMap",
2157
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2158
+ "type": "object",
2159
+ "propertyNames": {
2160
+ "$ref": "#/$defs/StrategyThreadIdentity"
2161
+ },
2162
+ "additionalProperties": {
2163
+ "$ref": "#/$defs/StepArray"
2164
+ },
2165
+ "$comment": "Each thread contains an array of steps, allowing for sequential execution within a thread while supporting parallel execution across multiple threads."
2166
+ }
2167
+ }
2168
+ },
2169
+ "StrategyThreadMapFacet": {
2170
+ "identity": "RESOURCE-StrategyThreadMapFacet",
2171
+ "resourceTypeHandle": "TYPE-ResourceType",
2172
+ "creationContext": {
2173
+ "resourceRoleHandle": "ROLE-Genesis",
2174
+ "jobStepHandle": "JOB_STEP-StrategyThreadMapFacet"
2175
+ },
2176
+ "kind": "materialized",
2177
+ "timestamp": "2025-11-30T00:00:00.000Z",
2178
+ "nucleus": {
2179
+ "identity": "TYPE-StrategyThreadMapFacet",
2180
+ "name": "StrategyThreadMapFacet",
2181
+ "description": "dummy-description",
2182
+ "resourceTypeImplementationKind": "internal-without-identity",
2183
+ "nucleusSchema": {
2184
+ "$anchor": "StrategyThreadMapFacet",
2185
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2186
+ "type": "object",
2187
+ "required": [
2188
+ "strategyThreadMap"
2189
+ ],
2190
+ "properties": {
2191
+ "strategyThreadMap": {
2192
+ "$ref": "#/$defs/StrategyThreadMap"
2193
+ }
2194
+ }
2195
+ }
2196
+ }
2197
+ },
2198
+ "RunnableStrategy": {
2199
+ "identity": "RESOURCE-RunnableStrategy",
2200
+ "resourceTypeHandle": "TYPE-ResourceType",
2201
+ "creationContext": {
2202
+ "resourceRoleHandle": "ROLE-Genesis",
2203
+ "jobStepHandle": "JOB_STEP-RunnableStrategy"
2204
+ },
2205
+ "kind": "materialized",
2206
+ "timestamp": "2025-11-30T00:00:00.000Z",
2207
+ "nucleus": {
2208
+ "identity": "TYPE-RunnableStrategy",
2209
+ "name": "RunnableStrategy",
2210
+ "description": "dummy-description",
2211
+ "resourceTypeImplementationKind": "internal-with-identity",
2212
+ "nucleusSchema": {
2213
+ "$anchor": "RunnableStrategy",
2214
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2215
+ "type": "object",
2216
+ "required": [
2217
+ "identity",
2218
+ "runnableStrategyContext"
2219
+ ],
2220
+ "properties": {
2221
+ "identity": {
2222
+ "$ref": "#/$defs/RunnableStrategyIdentity"
2223
+ },
2224
+ "runnableStrategyContext": {
2225
+ "$ref": "#/$defs/RunnableStrategyContext"
2226
+ }
2227
+ },
2228
+ "allOf": [
2229
+ {
2230
+ "$comment": "The Engine runs jobs specified by steps in strategyThreadMap. The Engine also injects repeted steps when encountering loops.",
2231
+ "$ref": "#/$defs/StrategyThreadMapFacet"
2232
+ },
2233
+ {
2234
+ "$comment": "The Engine updates strategyState with materialized Resources upon job completions and runtime-provided input events. It also inserts input-potential and output-potential Resources upon step injections.",
2235
+ "$ref": "#/$defs/StrategyStateFacet"
2236
+ }
2237
+ ],
2238
+ "unevaluatedProperties": false
2239
+ }
2240
+ }
2241
+ },
2242
+ "StrategyStateDelta": {
2243
+ "identity": "RESOURCE-StrategyStateDelta",
2244
+ "resourceTypeHandle": "TYPE-ResourceType",
2245
+ "creationContext": {
2246
+ "resourceRoleHandle": "ROLE-Genesis",
2247
+ "jobStepHandle": "JOB_STEP-StrategyStateDelta"
2248
+ },
2249
+ "kind": "materialized",
2250
+ "timestamp": "2025-11-30T00:00:00.000Z",
2251
+ "nucleus": {
2252
+ "identity": "TYPE-StrategyStateDelta",
2253
+ "name": "StrategyStateDelta",
2254
+ "description": "dummy-description",
2255
+ "resourceTypeImplementationKind": "internal-without-identity",
2256
+ "nucleusSchema": {
2257
+ "$anchor": "StrategyStateDelta",
2258
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2259
+ "type": "object",
2260
+ "required": [
2261
+ "strategyStateUpdate"
2262
+ ],
2263
+ "properties": {
2264
+ "strategyStateUpdate": {
2265
+ "$ref": "#/$defs/StrategyState"
2266
+ }
2267
+ }
2268
+ }
2269
+ }
2270
+ },
2271
+ "RunnableStrategyUpdate": {
2272
+ "identity": "RESOURCE-RunnableStrategyUpdate",
2273
+ "resourceTypeHandle": "TYPE-ResourceType",
2274
+ "creationContext": {
2275
+ "resourceRoleHandle": "ROLE-Genesis",
2276
+ "jobStepHandle": "JOB_STEP-RunnableStrategyUpdate"
2277
+ },
2278
+ "kind": "materialized",
2279
+ "timestamp": "2025-11-30T00:00:00.000Z",
2280
+ "nucleus": {
2281
+ "identity": "TYPE-RunnableStrategyUpdate",
2282
+ "name": "RunnableStrategyUpdate",
2283
+ "description": "dummy-description",
2284
+ "resourceTypeImplementationKind": "internal-without-identity",
2285
+ "nucleusSchema": {
2286
+ "$anchor": "RunnableStrategyUpdate",
2287
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2288
+ "type": "object",
2289
+ "required": [
2290
+ "runnableStrategyHandle"
2291
+ ],
2292
+ "properties": {
2293
+ "runnableStrategyHandle": {
2294
+ "$ref": "#/$defs/RunnableStrategyIdentity"
2295
+ },
2296
+ "runnableStrategy": {
2297
+ "$comment": "Optional embedded snapshot; runnableStrategyHandle remains the canonical pointer.",
2298
+ "$ref": "#/$defs/RunnableStrategy"
2299
+ }
2300
+ },
2301
+ "allOf": [
2302
+ {
2303
+ "$ref": "#/$defs/StrategyStateDelta"
2304
+ }
2305
+ ],
2306
+ "unevaluatedProperties": false
2307
+ }
2308
+ }
2309
+ },
2310
+ "RunEventCounters": {
2311
+ "identity": "RESOURCE-RunEventCounters",
2312
+ "resourceTypeHandle": "TYPE-ResourceType",
2313
+ "creationContext": {
2314
+ "resourceRoleHandle": "ROLE-Genesis",
2315
+ "jobStepHandle": "JOB_STEP-RunEventCounters"
2316
+ },
2317
+ "kind": "materialized",
2318
+ "timestamp": "2025-11-30T00:00:00.000Z",
2319
+ "nucleus": {
2320
+ "identity": "TYPE-RunEventCounters",
2321
+ "name": "RunEventCounters",
2322
+ "description": "dummy-description",
2323
+ "resourceTypeImplementationKind": "internal-without-identity",
2324
+ "nucleusSchema": {
2325
+ "$anchor": "RunEventCounters",
2326
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2327
+ "type": "object",
2328
+ "properties": {
2329
+ "stepCounterAfter": {
2330
+ "type": "integer"
2331
+ },
2332
+ "iterationCounterAfter": {
2333
+ "type": "integer"
2334
+ }
2335
+ }
2336
+ }
2337
+ }
2338
+ },
2339
+ "RunEventStepMetadata": {
2340
+ "identity": "RESOURCE-RunEventStepMetadata",
2341
+ "resourceTypeHandle": "TYPE-ResourceType",
2342
+ "creationContext": {
2343
+ "resourceRoleHandle": "ROLE-Genesis",
2344
+ "jobStepHandle": "JOB_STEP-RunEventStepMetadata"
2345
+ },
2346
+ "kind": "materialized",
2347
+ "timestamp": "2025-11-30T00:00:00.000Z",
2348
+ "nucleus": {
2349
+ "identity": "TYPE-RunEventStepMetadata",
2350
+ "name": "RunEventStepMetadata",
2351
+ "description": "dummy-description",
2352
+ "resourceTypeImplementationKind": "internal-without-identity",
2353
+ "nucleusSchema": {
2354
+ "$anchor": "RunEventStepMetadata",
2355
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2356
+ "type": "object",
2357
+ "required": [
2358
+ "stepHandle",
2359
+ "stepKind",
2360
+ "threadStepIndex"
2361
+ ],
2362
+ "properties": {
2363
+ "stepHandle": {
2364
+ "$ref": "#/$defs/StepIdentity"
2365
+ },
2366
+ "stepKind": {
2367
+ "$ref": "#/$defs/StepKind"
2368
+ },
2369
+ "threadStepIndex": {
2370
+ "type": "integer"
2371
+ }
2372
+ }
2373
+ }
2374
+ }
2375
+ },
2376
+ "RunEventUpdates": {
2377
+ "identity": "RESOURCE-RunEventUpdates",
2378
+ "resourceTypeHandle": "TYPE-ResourceType",
2379
+ "creationContext": {
2380
+ "resourceRoleHandle": "ROLE-Genesis",
2381
+ "jobStepHandle": "JOB_STEP-RunEventUpdates"
2382
+ },
2383
+ "kind": "materialized",
2384
+ "timestamp": "2025-11-30T00:00:00.000Z",
2385
+ "nucleus": {
2386
+ "identity": "TYPE-RunEventUpdates",
2387
+ "name": "RunEventUpdates",
2388
+ "description": "dummy-description",
2389
+ "resourceTypeImplementationKind": "internal-without-identity",
2390
+ "nucleusSchema": {
2391
+ "$anchor": "RunEventUpdates",
2392
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2393
+ "type": "object",
2394
+ "properties": {
2395
+ "stepsMutation": {
2396
+ "type": "object",
2397
+ "required": [
2398
+ "insertAt",
2399
+ "inserted"
2400
+ ],
2401
+ "properties": {
2402
+ "insertAt": {
2403
+ "type": "integer"
2404
+ },
2405
+ "inserted": {
2406
+ "$ref": "#/$defs/StepArray"
2407
+ }
2408
+ }
2409
+ },
2410
+ "interruptData": {
2411
+ "$comment": "Kept permissive; the engine may evolve interrupt payloads.",
2412
+ "type": [
2413
+ "object",
2414
+ "null"
2415
+ ]
2416
+ }
2417
+ },
2418
+ "allOf": [
2419
+ {
2420
+ "$ref": "#/$defs/StrategyStateDelta"
2421
+ }
2422
+ ]
2423
+ }
2424
+ }
2425
+ },
2426
+ "RunEventKind": {
2427
+ "identity": "RESOURCE-RunEventKind",
2428
+ "resourceTypeHandle": "TYPE-ResourceType",
2429
+ "creationContext": {
2430
+ "resourceRoleHandle": "ROLE-Genesis",
2431
+ "jobStepHandle": "JOB_STEP-RunEventKind"
2432
+ },
2433
+ "kind": "materialized",
2434
+ "timestamp": "2025-11-30T00:00:00.000Z",
2435
+ "nucleus": {
2436
+ "identity": "TYPE-RunEventKind",
2437
+ "name": "RunEventKind",
2438
+ "description": "dummy-description",
2439
+ "resourceTypeImplementationKind": "internal-without-identity",
2440
+ "nucleusSchema": {
2441
+ "$anchor": "RunEventKind",
2442
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2443
+ "type": "string",
2444
+ "enum": [
2445
+ "graph_start",
2446
+ "tick",
2447
+ "interrupt",
2448
+ "graph_end"
2449
+ ]
2450
+ }
2451
+ }
2452
+ },
2453
+ "RunEventBase": {
2454
+ "identity": "RESOURCE-RunEventBase",
2455
+ "resourceTypeHandle": "TYPE-ResourceType",
2456
+ "creationContext": {
2457
+ "resourceRoleHandle": "ROLE-Genesis",
2458
+ "jobStepHandle": "JOB_STEP-RunEventBase"
2459
+ },
2460
+ "kind": "materialized",
2461
+ "timestamp": "2025-11-30T00:00:00.000Z",
2462
+ "nucleus": {
2463
+ "identity": "TYPE-RunEventBase",
2464
+ "name": "RunEventBase",
2465
+ "description": "dummy-description",
2466
+ "resourceTypeImplementationKind": "internal-without-identity",
2467
+ "nucleusSchema": {
2468
+ "$anchor": "RunEventBase",
2469
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2470
+ "type": "object",
2471
+ "required": [
2472
+ "runEventKind",
2473
+ "runnableStrategyHandle",
2474
+ "strategyThreadHandle",
2475
+ "createdAt",
2476
+ "nodeName",
2477
+ "eventSeq"
2478
+ ],
2479
+ "properties": {
2480
+ "runEventKind": {
2481
+ "$ref": "#/$defs/RunEventKind"
2482
+ },
2483
+ "runnableStrategyHandle": {
2484
+ "$ref": "#/$defs/RunnableStrategyIdentity"
2485
+ },
2486
+ "strategyThreadHandle": {
2487
+ "$ref": "#/$defs/StrategyThreadIdentity"
2488
+ },
2489
+ "createdAt": {
2490
+ "$ref": "#/$defs/Timestamp"
2491
+ },
2492
+ "nodeName": {
2493
+ "type": "string"
2494
+ },
2495
+ "eventSeq": {
2496
+ "type": "integer"
2497
+ },
2498
+ "counters": {
2499
+ "$ref": "#/$defs/RunEventCounters"
2500
+ },
2501
+ "stepMetadata": {
2502
+ "$ref": "#/$defs/RunEventStepMetadata"
2503
+ },
2504
+ "updates": {
2505
+ "$ref": "#/$defs/RunEventUpdates"
2506
+ }
2507
+ }
2508
+ }
2509
+ }
2510
+ },
2511
+ "GraphStartRunEvent": {
2512
+ "identity": "RESOURCE-GraphStartRunEvent",
2513
+ "resourceTypeHandle": "TYPE-ResourceType",
2514
+ "creationContext": {
2515
+ "resourceRoleHandle": "ROLE-Genesis",
2516
+ "jobStepHandle": "JOB_STEP-GraphStartRunEvent"
2517
+ },
2518
+ "kind": "materialized",
2519
+ "timestamp": "2025-11-30T00:00:00.000Z",
2520
+ "nucleus": {
2521
+ "identity": "TYPE-GraphStartRunEvent",
2522
+ "name": "GraphStartRunEvent",
2523
+ "description": "dummy-description",
2524
+ "resourceTypeImplementationKind": "internal-without-identity",
2525
+ "nucleusSchema": {
2526
+ "$anchor": "GraphStartRunEvent",
2527
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2528
+ "allOf": [
2529
+ {
2530
+ "$ref": "#/$defs/RunEventBase"
2531
+ },
2532
+ {
2533
+ "type": "object",
2534
+ "required": [
2535
+ "runnableStrategySeed"
2536
+ ],
2537
+ "properties": {
2538
+ "runEventKind": {
2539
+ "const": "graph_start"
2540
+ },
2541
+ "runnableStrategySeed": {
2542
+ "$ref": "#/$defs/RunnableStrategy"
2543
+ }
2544
+ }
2545
+ }
2546
+ ]
2547
+ }
2548
+ }
2549
+ },
2550
+ "TickRunEvent": {
2551
+ "identity": "RESOURCE-TickRunEvent",
2552
+ "resourceTypeHandle": "TYPE-ResourceType",
2553
+ "creationContext": {
2554
+ "resourceRoleHandle": "ROLE-Genesis",
2555
+ "jobStepHandle": "JOB_STEP-TickRunEvent"
2556
+ },
2557
+ "kind": "materialized",
2558
+ "timestamp": "2025-11-30T00:00:00.000Z",
2559
+ "nucleus": {
2560
+ "identity": "TYPE-TickRunEvent",
2561
+ "name": "TickRunEvent",
2562
+ "description": "dummy-description",
2563
+ "resourceTypeImplementationKind": "internal-without-identity",
2564
+ "nucleusSchema": {
2565
+ "$anchor": "TickRunEvent",
2566
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2567
+ "allOf": [
2568
+ {
2569
+ "$ref": "#/$defs/RunEventBase"
2570
+ },
2571
+ {
2572
+ "type": "object",
2573
+ "properties": {
2574
+ "runEventKind": {
2575
+ "const": "tick"
2576
+ }
2577
+ }
2578
+ }
2579
+ ]
2580
+ }
2581
+ }
2582
+ },
2583
+ "InterruptRunEvent": {
2584
+ "identity": "RESOURCE-InterruptRunEvent",
2585
+ "resourceTypeHandle": "TYPE-ResourceType",
2586
+ "creationContext": {
2587
+ "resourceRoleHandle": "ROLE-Genesis",
2588
+ "jobStepHandle": "JOB_STEP-InterruptRunEvent"
2589
+ },
2590
+ "kind": "materialized",
2591
+ "timestamp": "2025-11-30T00:00:00.000Z",
2592
+ "nucleus": {
2593
+ "identity": "TYPE-InterruptRunEvent",
2594
+ "name": "InterruptRunEvent",
2595
+ "description": "dummy-description",
2596
+ "resourceTypeImplementationKind": "internal-without-identity",
2597
+ "nucleusSchema": {
2598
+ "$anchor": "InterruptRunEvent",
2599
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2600
+ "allOf": [
2601
+ {
2602
+ "$ref": "#/$defs/RunEventBase"
2603
+ },
2604
+ {
2605
+ "type": "object",
2606
+ "properties": {
2607
+ "runEventKind": {
2608
+ "const": "interrupt"
2609
+ }
2610
+ }
2611
+ }
2612
+ ]
2613
+ }
2614
+ }
2615
+ },
2616
+ "GraphEndRunEvent": {
2617
+ "identity": "RESOURCE-GraphEndRunEvent",
2618
+ "resourceTypeHandle": "TYPE-ResourceType",
2619
+ "creationContext": {
2620
+ "resourceRoleHandle": "ROLE-Genesis",
2621
+ "jobStepHandle": "JOB_STEP-GraphEndRunEvent"
2622
+ },
2623
+ "kind": "materialized",
2624
+ "timestamp": "2025-11-30T00:00:00.000Z",
2625
+ "nucleus": {
2626
+ "identity": "TYPE-GraphEndRunEvent",
2627
+ "name": "GraphEndRunEvent",
2628
+ "description": "dummy-description",
2629
+ "resourceTypeImplementationKind": "internal-without-identity",
2630
+ "nucleusSchema": {
2631
+ "$anchor": "GraphEndRunEvent",
2632
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2633
+ "allOf": [
2634
+ {
2635
+ "$ref": "#/$defs/RunEventBase"
2636
+ },
2637
+ {
2638
+ "type": "object",
2639
+ "properties": {
2640
+ "runEventKind": {
2641
+ "const": "graph_end"
2642
+ }
2643
+ }
2644
+ }
2645
+ ]
2646
+ }
2647
+ }
2648
+ },
2649
+ "RunEvent": {
2650
+ "identity": "RESOURCE-RunEvent",
2651
+ "resourceTypeHandle": "TYPE-ResourceType",
2652
+ "creationContext": {
2653
+ "resourceRoleHandle": "ROLE-Genesis",
2654
+ "jobStepHandle": "JOB_STEP-RunEvent"
2655
+ },
2656
+ "kind": "materialized",
2657
+ "timestamp": "2025-11-30T00:00:00.000Z",
2658
+ "nucleus": {
2659
+ "identity": "TYPE-RunEvent",
2660
+ "name": "RunEvent",
2661
+ "description": "dummy-description",
2662
+ "resourceTypeImplementationKind": "internal-without-identity",
2663
+ "nucleusSchema": {
2664
+ "$anchor": "RunEvent",
2665
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2666
+ "type": "object",
2667
+ "oneOf": [
2668
+ {
2669
+ "$ref": "#/$defs/GraphStartRunEvent"
2670
+ },
2671
+ {
2672
+ "$ref": "#/$defs/TickRunEvent"
2673
+ },
2674
+ {
2675
+ "$ref": "#/$defs/InterruptRunEvent"
2676
+ },
2677
+ {
2678
+ "$ref": "#/$defs/GraphEndRunEvent"
2679
+ }
2680
+ ]
2681
+ }
2682
+ }
2683
+ },
2684
+ "StrategyRunIdentity": {
2685
+ "identity": "RESOURCE-StrategyRunIdentity",
2686
+ "resourceTypeHandle": "TYPE-ResourceType",
2687
+ "creationContext": {
2688
+ "resourceRoleHandle": "ROLE-Genesis",
2689
+ "jobStepHandle": "JOB_STEP-StrategyRunIdentity"
2690
+ },
2691
+ "kind": "materialized",
2692
+ "timestamp": "2025-11-30T00:00:00.000Z",
2693
+ "nucleus": {
2694
+ "identity": "TYPE-StrategyRunIdentity",
2695
+ "name": "StrategyRunIdentity",
2696
+ "description": "dummy-description",
2697
+ "resourceTypeImplementationKind": "internal-without-identity",
2698
+ "nucleusSchema": {
2699
+ "$anchor": "StrategyRunIdentity",
2700
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2701
+ "type": "string",
2702
+ "pattern": "^STRATEGY_RUN-.+$"
2703
+ }
2704
+ }
2705
+ },
2706
+ "StrategyRun": {
2707
+ "identity": "RESOURCE-StrategyRun",
2708
+ "resourceTypeHandle": "TYPE-ResourceType",
2709
+ "creationContext": {
2710
+ "resourceRoleHandle": "ROLE-Genesis",
2711
+ "jobStepHandle": "JOB_STEP-StrategyRun"
2712
+ },
2713
+ "kind": "materialized",
2714
+ "timestamp": "2025-11-30T00:00:00.000Z",
2715
+ "nucleus": {
2716
+ "identity": "TYPE-StrategyRun",
2717
+ "name": "StrategyRun",
2718
+ "description": "dummy-description",
2719
+ "resourceTypeImplementationKind": "internal-with-identity",
2720
+ "nucleusSchema": {
2721
+ "$anchor": "StrategyRun",
2722
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2723
+ "type": "object",
2724
+ "required": [
2725
+ "identity",
2726
+ "runnableStrategyHandle",
2727
+ "recordedAt",
2728
+ "runEvents"
2729
+ ],
2730
+ "properties": {
2731
+ "identity": {
2732
+ "$ref": "#/$defs/StrategyRunIdentity"
2733
+ },
2734
+ "runnableStrategyHandle": {
2735
+ "$comment": "Could be derived from the first event but useful for indexing.",
2736
+ "$ref": "#/$defs/RunnableStrategyIdentity"
2737
+ },
2738
+ "recordedAt": {
2739
+ "$ref": "#/$defs/Timestamp"
2740
+ },
2741
+ "runEvents": {
2742
+ "type": "array",
2743
+ "items": {
2744
+ "$ref": "#/$defs/RunEvent"
2745
+ }
2746
+ }
2747
+ },
2748
+ "unevaluatedProperties": false
2749
+ }
2750
+ }
2751
+ },
2752
+ "GoalIdentity": {
2753
+ "identity": "RESOURCE-GoalIdentity",
2754
+ "resourceTypeHandle": "TYPE-ResourceType",
2755
+ "creationContext": {
2756
+ "resourceRoleHandle": "ROLE-Genesis",
2757
+ "jobStepHandle": "JOB_STEP-GoalIdentity"
2758
+ },
2759
+ "kind": "materialized",
2760
+ "timestamp": "2025-11-30T00:00:00.000Z",
2761
+ "nucleus": {
2762
+ "identity": "TYPE-GoalIdentity",
2763
+ "name": "GoalIdentity",
2764
+ "description": "dummy-description",
2765
+ "resourceTypeImplementationKind": "internal-without-identity",
2766
+ "nucleusSchema": {
2767
+ "$anchor": "GoalIdentity",
2768
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2769
+ "type": "string",
2770
+ "pattern": "^GOAL-.+$"
2771
+ }
2772
+ }
2773
+ },
2774
+ "Goal": {
2775
+ "identity": "RESOURCE-Goal",
2776
+ "resourceTypeHandle": "TYPE-ResourceType",
2777
+ "creationContext": {
2778
+ "resourceRoleHandle": "ROLE-Genesis",
2779
+ "jobStepHandle": "JOB_STEP-Goal"
2780
+ },
2781
+ "kind": "materialized",
2782
+ "timestamp": "2025-11-30T00:00:00.000Z",
2783
+ "nucleus": {
2784
+ "identity": "TYPE-Goal",
2785
+ "name": "Goal",
2786
+ "description": "dummy-description",
2787
+ "resourceTypeImplementationKind": "internal-with-identity",
2788
+ "nucleusSchema": {
2789
+ "$anchor": "Goal",
2790
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2791
+ "type": "object",
2792
+ "required": [
2793
+ "identity",
2794
+ "target"
2795
+ ],
2796
+ "properties": {
2797
+ "identity": {
2798
+ "$ref": "#/$defs/GoalIdentity"
2799
+ },
2800
+ "target": {
2801
+ "type": "integer",
2802
+ "minimum": 0
2803
+ },
2804
+ "disallowedJobs": {
2805
+ "type": "array",
2806
+ "items": {
2807
+ "$ref": "#/$defs/JobIdentity"
2808
+ }
2809
+ },
2810
+ "disallowedSequences": {
2811
+ "type": "array",
2812
+ "items": {
2813
+ "type": "array",
2814
+ "items": {
2815
+ "$ref": "#/$defs/JobIdentity"
2816
+ }
2817
+ }
2818
+ },
2819
+ "minSteps": {
2820
+ "type": "integer",
2821
+ "minimum": 1
2822
+ },
2823
+ "maxSteps": {
2824
+ "type": "integer",
2825
+ "minimum": 1
2826
+ }
2827
+ },
2828
+ "allOf": [
2829
+ {
2830
+ "$ref": "#/$defs/DomainFacet"
2831
+ }
2832
+ ],
2833
+ "unevaluatedProperties": false
2834
+ }
2835
+ }
2836
+ },
2837
+ "Natural": {
2838
+ "identity": "RESOURCE-Natural",
2839
+ "resourceTypeHandle": "TYPE-ResourceType",
2840
+ "creationContext": {
2841
+ "resourceRoleHandle": "ROLE-Genesis",
2842
+ "jobStepHandle": "JOB_STEP-Natural"
2843
+ },
2844
+ "kind": "materialized",
2845
+ "timestamp": "2025-11-30T00:00:00.000Z",
2846
+ "nucleus": {
2847
+ "identity": "TYPE-Natural",
2848
+ "name": "Natural",
2849
+ "description": "dummy-description",
2850
+ "resourceTypeImplementationKind": "internal-with-identity",
2851
+ "nucleusSchema": {
2852
+ "$anchor": "Natural",
2853
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2854
+ "type": "object",
2855
+ "required": [
2856
+ "identity"
2857
+ ],
2858
+ "properties": {
2859
+ "identity": {
2860
+ "$ref": "#/$defs/NaturalIdentity"
2861
+ }
2862
+ },
2863
+ "$defs": {
2864
+ "NaturalIdentity": {
2865
+ "type": "integer"
2866
+ }
2867
+ },
2868
+ "additionalProperties": false
2869
+ }
2870
+ }
2871
+ },
2872
+ "Boolean": {
2873
+ "identity": "RESOURCE-Boolean",
2874
+ "resourceTypeHandle": "TYPE-ResourceType",
2875
+ "creationContext": {
2876
+ "resourceRoleHandle": "ROLE-Genesis",
2877
+ "jobStepHandle": "JOB_STEP-Boolean"
2878
+ },
2879
+ "kind": "materialized",
2880
+ "timestamp": "2025-11-30T00:00:00.000Z",
2881
+ "nucleus": {
2882
+ "identity": "TYPE-Boolean",
2883
+ "name": "Boolean",
2884
+ "description": "dummy-description",
2885
+ "resourceTypeImplementationKind": "internal-with-identity",
2886
+ "nucleusSchema": {
2887
+ "$anchor": "Boolean",
2888
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
2889
+ "type": "object",
2890
+ "required": [
2891
+ "identity"
2892
+ ],
2893
+ "properties": {
2894
+ "identity": {
2895
+ "$ref": "#/$defs/BooleanIdentity"
2896
+ }
2897
+ },
2898
+ "$defs": {
2899
+ "BooleanIdentity": {
2900
+ "type": "boolean"
2901
+ }
2902
+ },
2903
+ "additionalProperties": false
2904
+ }
2905
+ }
2906
+ }
2907
+ }