@toolproof-core/schema 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/normalized/Genesis.json +16 -265
- package/dist/generated/resources/Genesis.json +18 -305
- package/dist/generated/schemas/Genesis.json +14 -152
- package/dist/generated/schemas/standalone/Goal.json +0 -33
- package/dist/generated/schemas/standalone/Job.json +0 -42
- package/dist/generated/schemas/standalone/RawStrategy.json +14 -52
- package/dist/generated/schemas/standalone/ResourceType.json +0 -34
- package/dist/generated/schemas/standalone/RunnableStrategy.json +14 -57
- package/dist/generated/schemas/standalone/StrategyRun.json +14 -71
- package/dist/generated/types/standalone/Resource_Genesis.d.ts +1 -1
- package/dist/generated/types/standalone/Resource_Job.d.ts +1 -1
- package/dist/generated/types/standalone/Resource_RawStrategy.d.ts +1 -1
- package/dist/generated/types/standalone/Resource_ResourceType.d.ts +1 -1
- package/dist/generated/types/standalone/Resource_RunnableStrategy.d.ts +1 -1
- package/dist/generated/types/types.d.ts +119 -1126
- package/dist/index.d.ts +1 -4
- package/dist/index.js +0 -2
- package/dist/scripts/_lib/config.d.ts +6 -6
- package/dist/scripts/_lib/config.js +10 -12
- package/dist/scripts/extractSchemasFromResourceTypeShells.js +109 -103
- package/dist/scripts/generateDependencies.js +15 -14
- package/dist/scripts/generateSchemaShims.js +77 -85
- package/dist/scripts/generateStandaloneSchema.js +47 -37
- package/dist/scripts/generateStandaloneType.js +85 -79
- package/dist/scripts/generateTypes.js +350 -470
- package/dist/scripts/normalizeAnchorsToPointers.d.ts +1 -1
- package/dist/scripts/normalizeAnchorsToPointers.js +61 -33
- package/dist/scripts/wrapResourceTypesWithResourceShells.js +14 -16
- package/package.json +7 -8
- package/src/Genesis.json +1837 -1999
- package/src/generated/{dependencyMap.json → dependencies/dependencyMap.json} +9 -19
- package/src/generated/normalized/Genesis.json +16 -265
- package/src/generated/resources/Genesis.json +18 -305
- package/src/generated/schemas/Genesis.json +14 -152
- package/src/generated/schemas/standalone/Goal.json +0 -33
- package/src/generated/schemas/standalone/Job.json +0 -42
- package/src/generated/schemas/standalone/RawStrategy.json +14 -52
- package/src/generated/schemas/standalone/ResourceType.json +0 -34
- package/src/generated/schemas/standalone/RunnableStrategy.json +14 -57
- package/src/generated/schemas/standalone/StrategyRun.json +14 -71
- package/src/generated/types/standalone/Resource_Genesis.d.ts +1 -1
- package/src/generated/types/standalone/Resource_Job.d.ts +1 -1
- package/src/generated/types/standalone/Resource_RawStrategy.d.ts +1 -1
- package/src/generated/types/standalone/Resource_ResourceType.d.ts +1 -1
- package/src/generated/types/standalone/Resource_RunnableStrategy.d.ts +1 -1
- package/src/generated/types/types.d.ts +119 -1126
- package/src/index.ts +66 -93
- package/src/scripts/_lib/config.ts +203 -205
- package/src/scripts/extractSchemasFromResourceTypeShells.ts +261 -218
- package/src/scripts/generateDependencies.ts +121 -120
- package/src/scripts/generateSchemaShims.ts +127 -135
- package/src/scripts/generateStandaloneSchema.ts +185 -175
- package/src/scripts/generateStandaloneType.ts +127 -119
- package/src/scripts/generateTypes.ts +532 -615
- package/src/scripts/normalizeAnchorsToPointers.ts +141 -123
- package/src/scripts/wrapResourceTypesWithResourceShells.ts +82 -84
- package/dist/generated/dependencyMap.json +0 -292
|
@@ -23,9 +23,7 @@
|
|
|
23
23
|
"identity": "TYPE-Name",
|
|
24
24
|
"name": "Name",
|
|
25
25
|
"description": "dummy-description",
|
|
26
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
27
26
|
"nucleusSchema": {
|
|
28
|
-
"$anchor": "Name",
|
|
29
27
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
30
28
|
"type": "string",
|
|
31
29
|
"minLength": 1,
|
|
@@ -48,9 +46,7 @@
|
|
|
48
46
|
"identity": "TYPE-NameFacet",
|
|
49
47
|
"name": "NameFacet",
|
|
50
48
|
"description": "dummy-description",
|
|
51
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
52
49
|
"nucleusSchema": {
|
|
53
|
-
"$anchor": "NameFacet",
|
|
54
50
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
55
51
|
"type": "object",
|
|
56
52
|
"required": [
|
|
@@ -77,9 +73,7 @@
|
|
|
77
73
|
"identity": "TYPE-Description",
|
|
78
74
|
"name": "Description",
|
|
79
75
|
"description": "dummy-description",
|
|
80
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
81
76
|
"nucleusSchema": {
|
|
82
|
-
"$anchor": "Description",
|
|
83
77
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
84
78
|
"type": "string",
|
|
85
79
|
"minLength": 1,
|
|
@@ -101,9 +95,7 @@
|
|
|
101
95
|
"identity": "TYPE-DescriptionFacet",
|
|
102
96
|
"name": "DescriptionFacet",
|
|
103
97
|
"description": "dummy-description",
|
|
104
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
105
98
|
"nucleusSchema": {
|
|
106
|
-
"$anchor": "DescriptionFacet",
|
|
107
99
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
108
100
|
"type": "object",
|
|
109
101
|
"required": [
|
|
@@ -130,9 +122,7 @@
|
|
|
130
122
|
"identity": "TYPE-DocumentationFacet",
|
|
131
123
|
"name": "DocumentationFacet",
|
|
132
124
|
"description": "dummy-description",
|
|
133
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
134
125
|
"nucleusSchema": {
|
|
135
|
-
"$anchor": "DocumentationFacet",
|
|
136
126
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
137
127
|
"type": "object",
|
|
138
128
|
"allOf": [
|
|
@@ -146,61 +136,6 @@
|
|
|
146
136
|
}
|
|
147
137
|
}
|
|
148
138
|
},
|
|
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
139
|
"Uri": {
|
|
205
140
|
"identity": "RESOURCE-Uri",
|
|
206
141
|
"resourceTypeHandle": "TYPE-ResourceType",
|
|
@@ -214,9 +149,7 @@
|
|
|
214
149
|
"identity": "TYPE-Uri",
|
|
215
150
|
"name": "Uri",
|
|
216
151
|
"description": "dummy-description",
|
|
217
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
218
152
|
"nucleusSchema": {
|
|
219
|
-
"$anchor": "Uri",
|
|
220
153
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
221
154
|
"type": "string",
|
|
222
155
|
"format": "uri"
|
|
@@ -236,9 +169,7 @@
|
|
|
236
169
|
"identity": "TYPE-ResourceTypeIdentity",
|
|
237
170
|
"name": "ResourceTypeIdentity",
|
|
238
171
|
"description": "dummy-description",
|
|
239
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
240
172
|
"nucleusSchema": {
|
|
241
|
-
"$anchor": "ResourceTypeIdentity",
|
|
242
173
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
243
174
|
"type": "string",
|
|
244
175
|
"pattern": "^TYPE-.+$"
|
|
@@ -258,9 +189,7 @@
|
|
|
258
189
|
"identity": "TYPE-ResourceType",
|
|
259
190
|
"name": "ResourceType",
|
|
260
191
|
"description": "dummy-description",
|
|
261
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
262
192
|
"nucleusSchema": {
|
|
263
|
-
"$anchor": "ResourceType",
|
|
264
193
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
265
194
|
"type": "object",
|
|
266
195
|
"required": [
|
|
@@ -300,9 +229,6 @@
|
|
|
300
229
|
"allOf": [
|
|
301
230
|
{
|
|
302
231
|
"$ref": "#/$defs/DocumentationFacet"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"$ref": "#/$defs/ResourceTypeImplementationKindFacet"
|
|
306
232
|
}
|
|
307
233
|
]
|
|
308
234
|
}
|
|
@@ -321,9 +247,7 @@
|
|
|
321
247
|
"identity": "TYPE-ResourceRoleIdentity",
|
|
322
248
|
"name": "ResourceRoleIdentity",
|
|
323
249
|
"description": "dummy-description",
|
|
324
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
325
250
|
"nucleusSchema": {
|
|
326
|
-
"$anchor": "ResourceRoleIdentity",
|
|
327
251
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
328
252
|
"type": "string",
|
|
329
253
|
"pattern": "^ROLE-.+$"
|
|
@@ -343,9 +267,7 @@
|
|
|
343
267
|
"identity": "TYPE-ResourceRoleValue",
|
|
344
268
|
"name": "ResourceRoleValue",
|
|
345
269
|
"description": "dummy-description",
|
|
346
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
347
270
|
"nucleusSchema": {
|
|
348
|
-
"$anchor": "ResourceRoleValue",
|
|
349
271
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
350
272
|
"type": "object",
|
|
351
273
|
"allOf": [
|
|
@@ -381,9 +303,7 @@
|
|
|
381
303
|
"identity": "TYPE-RoleMap",
|
|
382
304
|
"name": "RoleMap",
|
|
383
305
|
"description": "dummy-description",
|
|
384
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
385
306
|
"nucleusSchema": {
|
|
386
|
-
"$anchor": "RoleMap",
|
|
387
307
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
388
308
|
"type": "object",
|
|
389
309
|
"propertyNames": {
|
|
@@ -408,9 +328,7 @@
|
|
|
408
328
|
"identity": "TYPE-Error",
|
|
409
329
|
"name": "Error",
|
|
410
330
|
"description": "dummy-description",
|
|
411
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
412
331
|
"nucleusSchema": {
|
|
413
|
-
"$anchor": "Error",
|
|
414
332
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
415
333
|
"type": "object",
|
|
416
334
|
"allOf": [
|
|
@@ -442,9 +360,7 @@
|
|
|
442
360
|
"identity": "TYPE-Roles",
|
|
443
361
|
"name": "Roles",
|
|
444
362
|
"description": "dummy-description",
|
|
445
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
446
363
|
"nucleusSchema": {
|
|
447
|
-
"$anchor": "Roles",
|
|
448
364
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
449
365
|
"type": "object",
|
|
450
366
|
"required": [
|
|
@@ -513,9 +429,7 @@
|
|
|
513
429
|
"identity": "TYPE-RolesFacet",
|
|
514
430
|
"name": "RolesFacet",
|
|
515
431
|
"description": "dummy-description",
|
|
516
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
517
432
|
"nucleusSchema": {
|
|
518
|
-
"$anchor": "RolesFacet",
|
|
519
433
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
520
434
|
"type": "object",
|
|
521
435
|
"required": [
|
|
@@ -529,63 +443,6 @@
|
|
|
529
443
|
}
|
|
530
444
|
}
|
|
531
445
|
},
|
|
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
446
|
"JobIdentity": {
|
|
590
447
|
"identity": "RESOURCE-JobIdentity",
|
|
591
448
|
"resourceTypeHandle": "TYPE-ResourceType",
|
|
@@ -599,9 +456,7 @@
|
|
|
599
456
|
"identity": "TYPE-JobIdentity",
|
|
600
457
|
"name": "JobIdentity",
|
|
601
458
|
"description": "dummy-description",
|
|
602
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
603
459
|
"nucleusSchema": {
|
|
604
|
-
"$anchor": "JobIdentity",
|
|
605
460
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
606
461
|
"type": "string",
|
|
607
462
|
"pattern": "^JOB-.+$"
|
|
@@ -621,9 +476,7 @@
|
|
|
621
476
|
"identity": "TYPE-Job",
|
|
622
477
|
"name": "Job",
|
|
623
478
|
"description": "dummy-description",
|
|
624
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
625
479
|
"nucleusSchema": {
|
|
626
|
-
"$anchor": "Job",
|
|
627
480
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
628
481
|
"type": "object",
|
|
629
482
|
"required": [
|
|
@@ -642,9 +495,6 @@
|
|
|
642
495
|
{
|
|
643
496
|
"$ref": "#/$defs/DocumentationFacet"
|
|
644
497
|
},
|
|
645
|
-
{
|
|
646
|
-
"$ref": "#/$defs/DomainFacet"
|
|
647
|
-
},
|
|
648
498
|
{
|
|
649
499
|
"$ref": "#/$defs/RolesFacet"
|
|
650
500
|
}
|
|
@@ -666,9 +516,7 @@
|
|
|
666
516
|
"identity": "TYPE-RoleBindingArray",
|
|
667
517
|
"name": "RoleBindingArray",
|
|
668
518
|
"description": "dummy-description",
|
|
669
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
670
519
|
"nucleusSchema": {
|
|
671
|
-
"$anchor": "RoleBindingArray",
|
|
672
520
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
673
521
|
"type": "array",
|
|
674
522
|
"items": {
|
|
@@ -690,9 +538,7 @@
|
|
|
690
538
|
"identity": "TYPE-RoleBindings",
|
|
691
539
|
"name": "RoleBindings",
|
|
692
540
|
"description": "dummy-description",
|
|
693
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
694
541
|
"nucleusSchema": {
|
|
695
|
-
"$anchor": "RoleBindings",
|
|
696
542
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
697
543
|
"type": "object",
|
|
698
544
|
"required": [
|
|
@@ -724,9 +570,7 @@
|
|
|
724
570
|
"identity": "TYPE-RoleBindingsFacet",
|
|
725
571
|
"name": "RoleBindingsFacet",
|
|
726
572
|
"description": "dummy-description",
|
|
727
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
728
573
|
"nucleusSchema": {
|
|
729
|
-
"$anchor": "RoleBindingsFacet",
|
|
730
574
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
731
575
|
"type": "object",
|
|
732
576
|
"required": [
|
|
@@ -753,9 +597,7 @@
|
|
|
753
597
|
"identity": "TYPE-StepKind",
|
|
754
598
|
"name": "StepKind",
|
|
755
599
|
"description": "dummy-description",
|
|
756
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
757
600
|
"nucleusSchema": {
|
|
758
|
-
"$anchor": "StepKind",
|
|
759
601
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
760
602
|
"type": "string",
|
|
761
603
|
"enum": [
|
|
@@ -780,9 +622,7 @@
|
|
|
780
622
|
"identity": "TYPE-StepKindFacet",
|
|
781
623
|
"name": "StepKindFacet",
|
|
782
624
|
"description": "dummy-description",
|
|
783
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
784
625
|
"nucleusSchema": {
|
|
785
|
-
"$anchor": "StepKindFacet",
|
|
786
626
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
787
627
|
"type": "object",
|
|
788
628
|
"required": [
|
|
@@ -809,9 +649,7 @@
|
|
|
809
649
|
"identity": "TYPE-JobStepIdentity",
|
|
810
650
|
"name": "JobStepIdentity",
|
|
811
651
|
"description": "dummy-description",
|
|
812
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
813
652
|
"nucleusSchema": {
|
|
814
|
-
"$anchor": "JobStepIdentity",
|
|
815
653
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
816
654
|
"type": "string",
|
|
817
655
|
"pattern": "^JOB_STEP-.+$"
|
|
@@ -831,13 +669,12 @@
|
|
|
831
669
|
"identity": "TYPE-JobStep",
|
|
832
670
|
"name": "JobStep",
|
|
833
671
|
"description": "dummy-description",
|
|
834
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
835
672
|
"nucleusSchema": {
|
|
836
|
-
"$anchor": "JobStep",
|
|
837
673
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
838
674
|
"type": "object",
|
|
839
675
|
"required": [
|
|
840
676
|
"identity",
|
|
677
|
+
"stepKind",
|
|
841
678
|
"jobHandle"
|
|
842
679
|
],
|
|
843
680
|
"properties": {
|
|
@@ -876,9 +713,7 @@
|
|
|
876
713
|
"identity": "TYPE-Conditional",
|
|
877
714
|
"name": "Conditional",
|
|
878
715
|
"description": "dummy-description",
|
|
879
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
880
716
|
"nucleusSchema": {
|
|
881
|
-
"$anchor": "Conditional",
|
|
882
717
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
883
718
|
"type": "object",
|
|
884
719
|
"required": [
|
|
@@ -910,9 +745,7 @@
|
|
|
910
745
|
"identity": "TYPE-BranchStepIdentity",
|
|
911
746
|
"name": "BranchStepIdentity",
|
|
912
747
|
"description": "dummy-description",
|
|
913
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
914
748
|
"nucleusSchema": {
|
|
915
|
-
"$anchor": "BranchStepIdentity",
|
|
916
749
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
917
750
|
"type": "string",
|
|
918
751
|
"pattern": "^BRANCH_STEP-.+$"
|
|
@@ -932,13 +765,12 @@
|
|
|
932
765
|
"identity": "TYPE-BranchStep",
|
|
933
766
|
"name": "BranchStep",
|
|
934
767
|
"description": "dummy-description",
|
|
935
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
936
768
|
"nucleusSchema": {
|
|
937
|
-
"$anchor": "BranchStep",
|
|
938
769
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
939
770
|
"type": "object",
|
|
940
771
|
"required": [
|
|
941
772
|
"identity",
|
|
773
|
+
"stepKind",
|
|
942
774
|
"cases"
|
|
943
775
|
],
|
|
944
776
|
"properties": {
|
|
@@ -978,9 +810,7 @@
|
|
|
978
810
|
"identity": "TYPE-WhileStepIdentity",
|
|
979
811
|
"name": "WhileStepIdentity",
|
|
980
812
|
"description": "dummy-description",
|
|
981
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
982
813
|
"nucleusSchema": {
|
|
983
|
-
"$anchor": "WhileStepIdentity",
|
|
984
814
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
985
815
|
"type": "string",
|
|
986
816
|
"pattern": "^WHILE_STEP-.+$"
|
|
@@ -1000,13 +830,12 @@
|
|
|
1000
830
|
"identity": "TYPE-WhileStep",
|
|
1001
831
|
"name": "WhileStep",
|
|
1002
832
|
"description": "dummy-description",
|
|
1003
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1004
833
|
"nucleusSchema": {
|
|
1005
|
-
"$anchor": "WhileStep",
|
|
1006
834
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1007
835
|
"type": "object",
|
|
1008
836
|
"required": [
|
|
1009
837
|
"identity",
|
|
838
|
+
"stepKind",
|
|
1010
839
|
"case"
|
|
1011
840
|
],
|
|
1012
841
|
"properties": {
|
|
@@ -1041,9 +870,7 @@
|
|
|
1041
870
|
"identity": "TYPE-ForStepIdentity",
|
|
1042
871
|
"name": "ForStepIdentity",
|
|
1043
872
|
"description": "dummy-description",
|
|
1044
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1045
873
|
"nucleusSchema": {
|
|
1046
|
-
"$anchor": "ForStepIdentity",
|
|
1047
874
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1048
875
|
"type": "string",
|
|
1049
876
|
"pattern": "^FOR_STEP-.+$"
|
|
@@ -1063,13 +890,12 @@
|
|
|
1063
890
|
"identity": "TYPE-ForStep",
|
|
1064
891
|
"name": "ForStep",
|
|
1065
892
|
"description": "dummy-description",
|
|
1066
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1067
893
|
"nucleusSchema": {
|
|
1068
|
-
"$anchor": "ForStep",
|
|
1069
894
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1070
895
|
"type": "object",
|
|
1071
896
|
"required": [
|
|
1072
897
|
"identity",
|
|
898
|
+
"stepKind",
|
|
1073
899
|
"case"
|
|
1074
900
|
],
|
|
1075
901
|
"properties": {
|
|
@@ -1104,9 +930,7 @@
|
|
|
1104
930
|
"identity": "TYPE-StepIdentity",
|
|
1105
931
|
"name": "StepIdentity",
|
|
1106
932
|
"description": "dummy-description",
|
|
1107
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1108
933
|
"nucleusSchema": {
|
|
1109
|
-
"$anchor": "StepIdentity",
|
|
1110
934
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1111
935
|
"type": "object",
|
|
1112
936
|
"oneOf": [
|
|
@@ -1139,9 +963,7 @@
|
|
|
1139
963
|
"identity": "TYPE-Step",
|
|
1140
964
|
"name": "Step",
|
|
1141
965
|
"description": "dummy-description",
|
|
1142
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1143
966
|
"nucleusSchema": {
|
|
1144
|
-
"$anchor": "Step",
|
|
1145
967
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1146
968
|
"type": "object",
|
|
1147
969
|
"oneOf": [
|
|
@@ -1175,9 +997,7 @@
|
|
|
1175
997
|
"identity": "TYPE-CreationContext",
|
|
1176
998
|
"name": "CreationContext",
|
|
1177
999
|
"description": "dummy-description",
|
|
1178
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1179
1000
|
"nucleusSchema": {
|
|
1180
|
-
"$anchor": "CreationContext",
|
|
1181
1001
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1182
1002
|
"type": "object",
|
|
1183
1003
|
"required": [
|
|
@@ -1208,9 +1028,7 @@
|
|
|
1208
1028
|
"identity": "TYPE-CreationContextFacet",
|
|
1209
1029
|
"name": "CreationContextFacet",
|
|
1210
1030
|
"description": "dummy-description",
|
|
1211
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1212
1031
|
"nucleusSchema": {
|
|
1213
|
-
"$anchor": "CreationContextFacet",
|
|
1214
1032
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1215
1033
|
"type": "object",
|
|
1216
1034
|
"required": [
|
|
@@ -1237,36 +1055,33 @@
|
|
|
1237
1055
|
"identity": "TYPE-ResourceIdentity",
|
|
1238
1056
|
"name": "ResourceIdentity",
|
|
1239
1057
|
"description": "dummy-description",
|
|
1240
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1241
1058
|
"nucleusSchema": {
|
|
1242
|
-
"$anchor": "ResourceIdentity",
|
|
1243
1059
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1244
1060
|
"type": "string",
|
|
1245
1061
|
"pattern": "^RESOURCE-.+$"
|
|
1246
1062
|
}
|
|
1247
1063
|
}
|
|
1248
1064
|
},
|
|
1249
|
-
"
|
|
1250
|
-
"identity": "RESOURCE-
|
|
1065
|
+
"ResourceShellBase": {
|
|
1066
|
+
"identity": "RESOURCE-ResourceShellBase",
|
|
1251
1067
|
"resourceTypeHandle": "TYPE-ResourceType",
|
|
1252
1068
|
"creationContext": {
|
|
1253
1069
|
"resourceRoleHandle": "ROLE-Genesis",
|
|
1254
|
-
"jobStepHandle": "JOB_STEP-
|
|
1070
|
+
"jobStepHandle": "JOB_STEP-ResourceShellBase"
|
|
1255
1071
|
},
|
|
1256
1072
|
"kind": "materialized",
|
|
1257
1073
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
1258
1074
|
"nucleus": {
|
|
1259
|
-
"identity": "TYPE-
|
|
1260
|
-
"name": "
|
|
1075
|
+
"identity": "TYPE-ResourceShellBase",
|
|
1076
|
+
"name": "ResourceShellBase",
|
|
1261
1077
|
"description": "dummy-description",
|
|
1262
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1263
1078
|
"nucleusSchema": {
|
|
1264
|
-
"$anchor": "ResourceBase",
|
|
1265
1079
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1266
1080
|
"type": "object",
|
|
1267
1081
|
"required": [
|
|
1268
1082
|
"identity",
|
|
1269
|
-
"resourceTypeHandle"
|
|
1083
|
+
"resourceTypeHandle",
|
|
1084
|
+
"resourceKind"
|
|
1270
1085
|
],
|
|
1271
1086
|
"properties": {
|
|
1272
1087
|
"identity": {
|
|
@@ -1274,6 +1089,9 @@
|
|
|
1274
1089
|
},
|
|
1275
1090
|
"resourceTypeHandle": {
|
|
1276
1091
|
"$ref": "#/$defs/ResourceTypeIdentity"
|
|
1092
|
+
},
|
|
1093
|
+
"resourceKind": {
|
|
1094
|
+
"$ref": "#/$defs/ResourceKind"
|
|
1277
1095
|
}
|
|
1278
1096
|
}
|
|
1279
1097
|
}
|
|
@@ -1292,9 +1110,7 @@
|
|
|
1292
1110
|
"identity": "TYPE-ResourceKind",
|
|
1293
1111
|
"name": "ResourceKind",
|
|
1294
1112
|
"description": "dummy-description",
|
|
1295
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1296
1113
|
"nucleusSchema": {
|
|
1297
|
-
"$anchor": "ResourceKind",
|
|
1298
1114
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1299
1115
|
"type": "string",
|
|
1300
1116
|
"enum": [
|
|
@@ -1319,9 +1135,7 @@
|
|
|
1319
1135
|
"identity": "TYPE-ResourceKindFacet",
|
|
1320
1136
|
"name": "ResourceKindFacet",
|
|
1321
1137
|
"description": "dummy-description",
|
|
1322
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1323
1138
|
"nucleusSchema": {
|
|
1324
|
-
"$anchor": "ResourceKindFacet",
|
|
1325
1139
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1326
1140
|
"type": "object",
|
|
1327
1141
|
"required": [
|
|
@@ -1348,9 +1162,7 @@
|
|
|
1348
1162
|
"identity": "TYPE-ShellMissing",
|
|
1349
1163
|
"name": "ShellMissing",
|
|
1350
1164
|
"description": "dummy-description",
|
|
1351
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1352
1165
|
"nucleusSchema": {
|
|
1353
|
-
"$anchor": "ShellMissing",
|
|
1354
1166
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1355
1167
|
"type": "object",
|
|
1356
1168
|
"properties": {
|
|
@@ -1360,7 +1172,7 @@
|
|
|
1360
1172
|
},
|
|
1361
1173
|
"allOf": [
|
|
1362
1174
|
{
|
|
1363
|
-
"$ref": "#/$defs/
|
|
1175
|
+
"$ref": "#/$defs/ResourceShellBase"
|
|
1364
1176
|
},
|
|
1365
1177
|
{
|
|
1366
1178
|
"$ref": "#/$defs/ResourceKindFacet"
|
|
@@ -1383,9 +1195,7 @@
|
|
|
1383
1195
|
"identity": "TYPE-ShellInputPotential",
|
|
1384
1196
|
"name": "ShellInputPotential",
|
|
1385
1197
|
"description": "dummy-description",
|
|
1386
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1387
1198
|
"nucleusSchema": {
|
|
1388
|
-
"$anchor": "ShellInputPotential",
|
|
1389
1199
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1390
1200
|
"type": "object",
|
|
1391
1201
|
"properties": {
|
|
@@ -1395,7 +1205,7 @@
|
|
|
1395
1205
|
},
|
|
1396
1206
|
"allOf": [
|
|
1397
1207
|
{
|
|
1398
|
-
"$ref": "#/$defs/
|
|
1208
|
+
"$ref": "#/$defs/ResourceShellBase"
|
|
1399
1209
|
},
|
|
1400
1210
|
{
|
|
1401
1211
|
"$ref": "#/$defs/CreationContextFacet"
|
|
@@ -1421,9 +1231,7 @@
|
|
|
1421
1231
|
"identity": "TYPE-ShellOutputPotential",
|
|
1422
1232
|
"name": "ShellOutputPotential",
|
|
1423
1233
|
"description": "dummy-description",
|
|
1424
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1425
1234
|
"nucleusSchema": {
|
|
1426
|
-
"$anchor": "ShellOutputPotential",
|
|
1427
1235
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1428
1236
|
"type": "object",
|
|
1429
1237
|
"properties": {
|
|
@@ -1433,7 +1241,7 @@
|
|
|
1433
1241
|
},
|
|
1434
1242
|
"allOf": [
|
|
1435
1243
|
{
|
|
1436
|
-
"$ref": "#/$defs/
|
|
1244
|
+
"$ref": "#/$defs/ResourceShellBase"
|
|
1437
1245
|
},
|
|
1438
1246
|
{
|
|
1439
1247
|
"$ref": "#/$defs/CreationContextFacet"
|
|
@@ -1459,9 +1267,7 @@
|
|
|
1459
1267
|
"identity": "TYPE-Timestamp",
|
|
1460
1268
|
"name": "Timestamp",
|
|
1461
1269
|
"description": "dummy-description",
|
|
1462
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1463
1270
|
"nucleusSchema": {
|
|
1464
|
-
"$anchor": "Timestamp",
|
|
1465
1271
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1466
1272
|
"type": "string",
|
|
1467
1273
|
"format": "date-time"
|
|
@@ -1481,9 +1287,7 @@
|
|
|
1481
1287
|
"identity": "TYPE-TimestampFacet",
|
|
1482
1288
|
"name": "TimestampFacet",
|
|
1483
1289
|
"description": "dummy-description",
|
|
1484
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1485
1290
|
"nucleusSchema": {
|
|
1486
|
-
"$anchor": "TimestampFacet",
|
|
1487
1291
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1488
1292
|
"type": "object",
|
|
1489
1293
|
"required": [
|
|
@@ -1510,9 +1314,7 @@
|
|
|
1510
1314
|
"identity": "TYPE-Path",
|
|
1511
1315
|
"name": "Path",
|
|
1512
1316
|
"description": "dummy-description",
|
|
1513
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1514
1317
|
"nucleusSchema": {
|
|
1515
|
-
"$anchor": "Path",
|
|
1516
1318
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1517
1319
|
"type": "string",
|
|
1518
1320
|
"format": "uri-reference"
|
|
@@ -1532,9 +1334,7 @@
|
|
|
1532
1334
|
"identity": "TYPE-PathFacet",
|
|
1533
1335
|
"name": "PathFacet",
|
|
1534
1336
|
"description": "dummy-description",
|
|
1535
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1536
1337
|
"nucleusSchema": {
|
|
1537
|
-
"$anchor": "PathFacet",
|
|
1538
1338
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1539
1339
|
"type": "object",
|
|
1540
1340
|
"required": [
|
|
@@ -1561,9 +1361,7 @@
|
|
|
1561
1361
|
"identity": "TYPE-ShellMaterializedBase",
|
|
1562
1362
|
"name": "ShellMaterializedBase",
|
|
1563
1363
|
"description": "dummy-description",
|
|
1564
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1565
1364
|
"nucleusSchema": {
|
|
1566
|
-
"$anchor": "ShellMaterializedBase",
|
|
1567
1365
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1568
1366
|
"type": "object",
|
|
1569
1367
|
"required": [
|
|
@@ -1579,7 +1377,7 @@
|
|
|
1579
1377
|
},
|
|
1580
1378
|
"allOf": [
|
|
1581
1379
|
{
|
|
1582
|
-
"$ref": "#/$defs/
|
|
1380
|
+
"$ref": "#/$defs/ResourceShellBase"
|
|
1583
1381
|
},
|
|
1584
1382
|
{
|
|
1585
1383
|
"$ref": "#/$defs/CreationContextFacet"
|
|
@@ -1610,9 +1408,7 @@
|
|
|
1610
1408
|
"identity": "TYPE-ShellMaterialized",
|
|
1611
1409
|
"name": "ShellMaterialized",
|
|
1612
1410
|
"description": "dummy-description",
|
|
1613
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1614
1411
|
"nucleusSchema": {
|
|
1615
|
-
"$anchor": "ShellMaterialized",
|
|
1616
1412
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1617
1413
|
"type": "object",
|
|
1618
1414
|
"$ref": "#/$defs/ShellMaterializedBase",
|
|
@@ -1633,9 +1429,7 @@
|
|
|
1633
1429
|
"identity": "TYPE-ResourceMissing",
|
|
1634
1430
|
"name": "ResourceMissing",
|
|
1635
1431
|
"description": "dummy-description",
|
|
1636
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1637
1432
|
"nucleusSchema": {
|
|
1638
|
-
"$anchor": "ResourceMissing",
|
|
1639
1433
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1640
1434
|
"type": "object",
|
|
1641
1435
|
"$ref": "#/$defs/ShellMissing",
|
|
@@ -1656,9 +1450,7 @@
|
|
|
1656
1450
|
"identity": "TYPE-ResourceInputPotential",
|
|
1657
1451
|
"name": "ResourceInputPotential",
|
|
1658
1452
|
"description": "dummy-description",
|
|
1659
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1660
1453
|
"nucleusSchema": {
|
|
1661
|
-
"$anchor": "ResourceInputPotential",
|
|
1662
1454
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1663
1455
|
"type": "object",
|
|
1664
1456
|
"$ref": "#/$defs/ShellInputPotential",
|
|
@@ -1679,9 +1471,7 @@
|
|
|
1679
1471
|
"identity": "TYPE-ResourceOutputPotential",
|
|
1680
1472
|
"name": "ResourceOutputPotential",
|
|
1681
1473
|
"description": "dummy-description",
|
|
1682
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1683
1474
|
"nucleusSchema": {
|
|
1684
|
-
"$anchor": "ResourceOutputPotential",
|
|
1685
1475
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1686
1476
|
"type": "object",
|
|
1687
1477
|
"$ref": "#/$defs/ShellOutputPotential",
|
|
@@ -1702,9 +1492,7 @@
|
|
|
1702
1492
|
"identity": "TYPE-JsonData",
|
|
1703
1493
|
"name": "JsonData",
|
|
1704
1494
|
"description": "dummy-description",
|
|
1705
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1706
1495
|
"nucleusSchema": {
|
|
1707
|
-
"$anchor": "JsonData",
|
|
1708
1496
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1709
1497
|
"oneOf": [
|
|
1710
1498
|
{
|
|
@@ -1748,9 +1536,7 @@
|
|
|
1748
1536
|
"identity": "TYPE-Nucleus",
|
|
1749
1537
|
"name": "Nucleus",
|
|
1750
1538
|
"description": "dummy-description",
|
|
1751
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1752
1539
|
"nucleusSchema": {
|
|
1753
|
-
"$anchor": "Nucleus",
|
|
1754
1540
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1755
1541
|
"type": "object",
|
|
1756
1542
|
"additionalProperties": {
|
|
@@ -1772,9 +1558,7 @@
|
|
|
1772
1558
|
"identity": "TYPE-NucleusFacet",
|
|
1773
1559
|
"name": "NucleusFacet",
|
|
1774
1560
|
"description": "dummy-description",
|
|
1775
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1776
1561
|
"nucleusSchema": {
|
|
1777
|
-
"$anchor": "NucleusFacet",
|
|
1778
1562
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1779
1563
|
"type": "object",
|
|
1780
1564
|
"required": [
|
|
@@ -1801,9 +1585,7 @@
|
|
|
1801
1585
|
"identity": "TYPE-ResourceMaterialized",
|
|
1802
1586
|
"name": "ResourceMaterialized",
|
|
1803
1587
|
"description": "dummy-description",
|
|
1804
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1805
1588
|
"nucleusSchema": {
|
|
1806
|
-
"$anchor": "ResourceMaterialized",
|
|
1807
1589
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1808
1590
|
"type": "object",
|
|
1809
1591
|
"allOf": [
|
|
@@ -1832,9 +1614,7 @@
|
|
|
1832
1614
|
"identity": "TYPE-Resource",
|
|
1833
1615
|
"name": "Resource",
|
|
1834
1616
|
"description": "dummy-description",
|
|
1835
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1836
1617
|
"nucleusSchema": {
|
|
1837
|
-
"$anchor": "Resource",
|
|
1838
1618
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1839
1619
|
"type": "object",
|
|
1840
1620
|
"oneOf": [
|
|
@@ -1868,9 +1648,7 @@
|
|
|
1868
1648
|
"identity": "TYPE-JobStepSocket",
|
|
1869
1649
|
"name": "JobStepSocket",
|
|
1870
1650
|
"description": "dummy-description",
|
|
1871
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1872
1651
|
"nucleusSchema": {
|
|
1873
|
-
"$anchor": "JobStepSocket",
|
|
1874
1652
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1875
1653
|
"type": "object",
|
|
1876
1654
|
"propertyNames": {
|
|
@@ -1895,9 +1673,7 @@
|
|
|
1895
1673
|
"identity": "TYPE-StrategyState",
|
|
1896
1674
|
"name": "StrategyState",
|
|
1897
1675
|
"description": "dummy-description",
|
|
1898
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1899
1676
|
"nucleusSchema": {
|
|
1900
|
-
"$anchor": "StrategyState",
|
|
1901
1677
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1902
1678
|
"type": "object",
|
|
1903
1679
|
"propertyNames": {
|
|
@@ -1922,9 +1698,7 @@
|
|
|
1922
1698
|
"identity": "TYPE-StrategyStateFacet",
|
|
1923
1699
|
"name": "StrategyStateFacet",
|
|
1924
1700
|
"description": "dummy-description",
|
|
1925
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1926
1701
|
"nucleusSchema": {
|
|
1927
|
-
"$anchor": "StrategyStateFacet",
|
|
1928
1702
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1929
1703
|
"type": "object",
|
|
1930
1704
|
"required": [
|
|
@@ -1951,9 +1725,7 @@
|
|
|
1951
1725
|
"identity": "TYPE-StepArray",
|
|
1952
1726
|
"name": "StepArray",
|
|
1953
1727
|
"description": "dummy-description",
|
|
1954
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1955
1728
|
"nucleusSchema": {
|
|
1956
|
-
"$anchor": "StepArray",
|
|
1957
1729
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1958
1730
|
"type": "array",
|
|
1959
1731
|
"items": {
|
|
@@ -1976,9 +1748,7 @@
|
|
|
1976
1748
|
"identity": "TYPE-StepsFacet",
|
|
1977
1749
|
"name": "StepsFacet",
|
|
1978
1750
|
"description": "dummy-description",
|
|
1979
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1980
1751
|
"nucleusSchema": {
|
|
1981
|
-
"$anchor": "StepsFacet",
|
|
1982
1752
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1983
1753
|
"type": "object",
|
|
1984
1754
|
"required": [
|
|
@@ -2005,9 +1775,7 @@
|
|
|
2005
1775
|
"identity": "TYPE-RawStrategy",
|
|
2006
1776
|
"name": "RawStrategy",
|
|
2007
1777
|
"description": "dummy-description",
|
|
2008
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2009
1778
|
"nucleusSchema": {
|
|
2010
|
-
"$anchor": "RawStrategy",
|
|
2011
1779
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2012
1780
|
"type": "object",
|
|
2013
1781
|
"allOf": [
|
|
@@ -2035,9 +1803,7 @@
|
|
|
2035
1803
|
"identity": "TYPE-RunnableStrategyIdentity",
|
|
2036
1804
|
"name": "RunnableStrategyIdentity",
|
|
2037
1805
|
"description": "dummy-description",
|
|
2038
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2039
1806
|
"nucleusSchema": {
|
|
2040
|
-
"$anchor": "RunnableStrategyIdentity",
|
|
2041
1807
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2042
1808
|
"type": "string",
|
|
2043
1809
|
"pattern": "^RUNNABLE_STRATEGY-.+$"
|
|
@@ -2057,9 +1823,7 @@
|
|
|
2057
1823
|
"identity": "TYPE-RunnableStrategyStatus",
|
|
2058
1824
|
"name": "RunnableStrategyStatus",
|
|
2059
1825
|
"description": "dummy-description",
|
|
2060
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2061
1826
|
"nucleusSchema": {
|
|
2062
|
-
"$anchor": "RunnableStrategyStatus",
|
|
2063
1827
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2064
1828
|
"type": "string",
|
|
2065
1829
|
"enum": [
|
|
@@ -2085,9 +1849,7 @@
|
|
|
2085
1849
|
"identity": "TYPE-RunnableStrategyContext",
|
|
2086
1850
|
"name": "RunnableStrategyContext",
|
|
2087
1851
|
"description": "dummy-description",
|
|
2088
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2089
1852
|
"nucleusSchema": {
|
|
2090
|
-
"$anchor": "RunnableStrategyContext",
|
|
2091
1853
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2092
1854
|
"type": "object",
|
|
2093
1855
|
"required": [
|
|
@@ -2121,9 +1883,7 @@
|
|
|
2121
1883
|
"identity": "TYPE-StrategyThreadIdentity",
|
|
2122
1884
|
"name": "StrategyThreadIdentity",
|
|
2123
1885
|
"description": "dummy-description",
|
|
2124
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2125
1886
|
"nucleusSchema": {
|
|
2126
|
-
"$anchor": "StrategyThreadIdentity",
|
|
2127
1887
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2128
1888
|
"type": "string",
|
|
2129
1889
|
"pattern": "^STRATEGY_THREAD-.+$"
|
|
@@ -2143,9 +1903,7 @@
|
|
|
2143
1903
|
"identity": "TYPE-StrategyThreadMap",
|
|
2144
1904
|
"name": "StrategyThreadMap",
|
|
2145
1905
|
"description": "dummy-description",
|
|
2146
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2147
1906
|
"nucleusSchema": {
|
|
2148
|
-
"$anchor": "StrategyThreadMap",
|
|
2149
1907
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2150
1908
|
"type": "object",
|
|
2151
1909
|
"propertyNames": {
|
|
@@ -2171,9 +1929,7 @@
|
|
|
2171
1929
|
"identity": "TYPE-StrategyThreadMapFacet",
|
|
2172
1930
|
"name": "StrategyThreadMapFacet",
|
|
2173
1931
|
"description": "dummy-description",
|
|
2174
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2175
1932
|
"nucleusSchema": {
|
|
2176
|
-
"$anchor": "StrategyThreadMapFacet",
|
|
2177
1933
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2178
1934
|
"type": "object",
|
|
2179
1935
|
"required": [
|
|
@@ -2200,9 +1956,7 @@
|
|
|
2200
1956
|
"identity": "TYPE-RunnableStrategy",
|
|
2201
1957
|
"name": "RunnableStrategy",
|
|
2202
1958
|
"description": "dummy-description",
|
|
2203
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
2204
1959
|
"nucleusSchema": {
|
|
2205
|
-
"$anchor": "RunnableStrategy",
|
|
2206
1960
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2207
1961
|
"type": "object",
|
|
2208
1962
|
"required": [
|
|
@@ -2244,9 +1998,7 @@
|
|
|
2244
1998
|
"identity": "TYPE-StrategyStateDelta",
|
|
2245
1999
|
"name": "StrategyStateDelta",
|
|
2246
2000
|
"description": "dummy-description",
|
|
2247
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2248
2001
|
"nucleusSchema": {
|
|
2249
|
-
"$anchor": "StrategyStateDelta",
|
|
2250
2002
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2251
2003
|
"type": "object",
|
|
2252
2004
|
"required": [
|
|
@@ -2273,9 +2025,7 @@
|
|
|
2273
2025
|
"identity": "TYPE-RunnableStrategyUpdate",
|
|
2274
2026
|
"name": "RunnableStrategyUpdate",
|
|
2275
2027
|
"description": "dummy-description",
|
|
2276
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2277
2028
|
"nucleusSchema": {
|
|
2278
|
-
"$anchor": "RunnableStrategyUpdate",
|
|
2279
2029
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2280
2030
|
"type": "object",
|
|
2281
2031
|
"required": [
|
|
@@ -2312,9 +2062,7 @@
|
|
|
2312
2062
|
"identity": "TYPE-RunEventCounters",
|
|
2313
2063
|
"name": "RunEventCounters",
|
|
2314
2064
|
"description": "dummy-description",
|
|
2315
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2316
2065
|
"nucleusSchema": {
|
|
2317
|
-
"$anchor": "RunEventCounters",
|
|
2318
2066
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2319
2067
|
"type": "object",
|
|
2320
2068
|
"properties": {
|
|
@@ -2341,9 +2089,7 @@
|
|
|
2341
2089
|
"identity": "TYPE-RunEventStepMetadata",
|
|
2342
2090
|
"name": "RunEventStepMetadata",
|
|
2343
2091
|
"description": "dummy-description",
|
|
2344
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2345
2092
|
"nucleusSchema": {
|
|
2346
|
-
"$anchor": "RunEventStepMetadata",
|
|
2347
2093
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2348
2094
|
"type": "object",
|
|
2349
2095
|
"required": [
|
|
@@ -2378,9 +2124,7 @@
|
|
|
2378
2124
|
"identity": "TYPE-RunEventUpdates",
|
|
2379
2125
|
"name": "RunEventUpdates",
|
|
2380
2126
|
"description": "dummy-description",
|
|
2381
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2382
2127
|
"nucleusSchema": {
|
|
2383
|
-
"$anchor": "RunEventUpdates",
|
|
2384
2128
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2385
2129
|
"type": "object",
|
|
2386
2130
|
"properties": {
|
|
@@ -2428,9 +2172,7 @@
|
|
|
2428
2172
|
"identity": "TYPE-RunEventKind",
|
|
2429
2173
|
"name": "RunEventKind",
|
|
2430
2174
|
"description": "dummy-description",
|
|
2431
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2432
2175
|
"nucleusSchema": {
|
|
2433
|
-
"$anchor": "RunEventKind",
|
|
2434
2176
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2435
2177
|
"type": "string",
|
|
2436
2178
|
"enum": [
|
|
@@ -2455,9 +2197,7 @@
|
|
|
2455
2197
|
"identity": "TYPE-RunEventBase",
|
|
2456
2198
|
"name": "RunEventBase",
|
|
2457
2199
|
"description": "dummy-description",
|
|
2458
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2459
2200
|
"nucleusSchema": {
|
|
2460
|
-
"$anchor": "RunEventBase",
|
|
2461
2201
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2462
2202
|
"type": "object",
|
|
2463
2203
|
"required": [
|
|
@@ -2513,9 +2253,7 @@
|
|
|
2513
2253
|
"identity": "TYPE-GraphStartRunEvent",
|
|
2514
2254
|
"name": "GraphStartRunEvent",
|
|
2515
2255
|
"description": "dummy-description",
|
|
2516
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2517
2256
|
"nucleusSchema": {
|
|
2518
|
-
"$anchor": "GraphStartRunEvent",
|
|
2519
2257
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2520
2258
|
"allOf": [
|
|
2521
2259
|
{
|
|
@@ -2552,9 +2290,7 @@
|
|
|
2552
2290
|
"identity": "TYPE-TickRunEvent",
|
|
2553
2291
|
"name": "TickRunEvent",
|
|
2554
2292
|
"description": "dummy-description",
|
|
2555
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2556
2293
|
"nucleusSchema": {
|
|
2557
|
-
"$anchor": "TickRunEvent",
|
|
2558
2294
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2559
2295
|
"allOf": [
|
|
2560
2296
|
{
|
|
@@ -2585,9 +2321,7 @@
|
|
|
2585
2321
|
"identity": "TYPE-InterruptRunEvent",
|
|
2586
2322
|
"name": "InterruptRunEvent",
|
|
2587
2323
|
"description": "dummy-description",
|
|
2588
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2589
2324
|
"nucleusSchema": {
|
|
2590
|
-
"$anchor": "InterruptRunEvent",
|
|
2591
2325
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2592
2326
|
"allOf": [
|
|
2593
2327
|
{
|
|
@@ -2618,9 +2352,7 @@
|
|
|
2618
2352
|
"identity": "TYPE-GraphEndRunEvent",
|
|
2619
2353
|
"name": "GraphEndRunEvent",
|
|
2620
2354
|
"description": "dummy-description",
|
|
2621
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2622
2355
|
"nucleusSchema": {
|
|
2623
|
-
"$anchor": "GraphEndRunEvent",
|
|
2624
2356
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2625
2357
|
"allOf": [
|
|
2626
2358
|
{
|
|
@@ -2651,9 +2383,7 @@
|
|
|
2651
2383
|
"identity": "TYPE-RunEvent",
|
|
2652
2384
|
"name": "RunEvent",
|
|
2653
2385
|
"description": "dummy-description",
|
|
2654
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2655
2386
|
"nucleusSchema": {
|
|
2656
|
-
"$anchor": "RunEvent",
|
|
2657
2387
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2658
2388
|
"type": "object",
|
|
2659
2389
|
"oneOf": [
|
|
@@ -2686,9 +2416,7 @@
|
|
|
2686
2416
|
"identity": "TYPE-StrategyRunIdentity",
|
|
2687
2417
|
"name": "StrategyRunIdentity",
|
|
2688
2418
|
"description": "dummy-description",
|
|
2689
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2690
2419
|
"nucleusSchema": {
|
|
2691
|
-
"$anchor": "StrategyRunIdentity",
|
|
2692
2420
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2693
2421
|
"type": "string",
|
|
2694
2422
|
"pattern": "^STRATEGY_RUN-.+$"
|
|
@@ -2708,9 +2436,7 @@
|
|
|
2708
2436
|
"identity": "TYPE-StrategyRun",
|
|
2709
2437
|
"name": "StrategyRun",
|
|
2710
2438
|
"description": "dummy-description",
|
|
2711
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
2712
2439
|
"nucleusSchema": {
|
|
2713
|
-
"$anchor": "StrategyRun",
|
|
2714
2440
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2715
2441
|
"type": "object",
|
|
2716
2442
|
"required": [
|
|
@@ -2754,9 +2480,7 @@
|
|
|
2754
2480
|
"identity": "TYPE-GoalIdentity",
|
|
2755
2481
|
"name": "GoalIdentity",
|
|
2756
2482
|
"description": "dummy-description",
|
|
2757
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2758
2483
|
"nucleusSchema": {
|
|
2759
|
-
"$anchor": "GoalIdentity",
|
|
2760
2484
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2761
2485
|
"type": "string",
|
|
2762
2486
|
"pattern": "^GOAL-.+$"
|
|
@@ -2776,9 +2500,7 @@
|
|
|
2776
2500
|
"identity": "TYPE-Goal",
|
|
2777
2501
|
"name": "Goal",
|
|
2778
2502
|
"description": "dummy-description",
|
|
2779
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
2780
2503
|
"nucleusSchema": {
|
|
2781
|
-
"$anchor": "Goal",
|
|
2782
2504
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2783
2505
|
"type": "object",
|
|
2784
2506
|
"required": [
|
|
@@ -2817,11 +2539,6 @@
|
|
|
2817
2539
|
"minimum": 1
|
|
2818
2540
|
}
|
|
2819
2541
|
},
|
|
2820
|
-
"allOf": [
|
|
2821
|
-
{
|
|
2822
|
-
"$ref": "#/$defs/DomainFacet"
|
|
2823
|
-
}
|
|
2824
|
-
],
|
|
2825
2542
|
"unevaluatedProperties": false
|
|
2826
2543
|
}
|
|
2827
2544
|
}
|
|
@@ -2839,9 +2556,7 @@
|
|
|
2839
2556
|
"identity": "TYPE-Natural",
|
|
2840
2557
|
"name": "Natural",
|
|
2841
2558
|
"description": "dummy-description",
|
|
2842
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
2843
2559
|
"nucleusSchema": {
|
|
2844
|
-
"$anchor": "Natural",
|
|
2845
2560
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2846
2561
|
"type": "object",
|
|
2847
2562
|
"required": [
|
|
@@ -2874,9 +2589,7 @@
|
|
|
2874
2589
|
"identity": "TYPE-Boolean",
|
|
2875
2590
|
"name": "Boolean",
|
|
2876
2591
|
"description": "dummy-description",
|
|
2877
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
2878
2592
|
"nucleusSchema": {
|
|
2879
|
-
"$anchor": "Boolean",
|
|
2880
2593
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2881
2594
|
"type": "object",
|
|
2882
2595
|
"required": [
|