@toolproof-core/schema 1.0.4 → 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 +0 -257
- package/dist/generated/resources/Genesis.json +0 -295
- package/dist/generated/schemas/Genesis.json +0 -146
- 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 +0 -46
- package/dist/generated/schemas/standalone/ResourceType.json +0 -34
- package/dist/generated/schemas/standalone/RunnableStrategy.json +0 -51
- package/dist/generated/schemas/standalone/StrategyRun.json +0 -65
- package/dist/generated/{typesTS → types}/standalone/Resource_Genesis.d.ts +1 -1
- package/{src/generated/typesTS → dist/generated/types}/standalone/Resource_Job.d.ts +1 -1
- package/{src/generated/typesTS → dist/generated/types}/standalone/Resource_RawStrategy.d.ts +1 -1
- package/{src/generated/typesTS → dist/generated/types}/standalone/Resource_ResourceType.d.ts +1 -1
- package/dist/generated/{typesTS → types}/standalone/Resource_RunnableStrategy.d.ts +1 -1
- package/dist/generated/{typesTS/typesTS.d.ts → types/types.d.ts} +13 -42
- package/dist/index.d.ts +6 -6
- package/dist/scripts/_lib/config.d.ts +12 -12
- package/dist/scripts/_lib/config.js +25 -27
- package/dist/scripts/generateSchemaShims.js +2 -2
- package/dist/scripts/generateStandaloneSchema.js +1 -1
- package/dist/scripts/{generateStandaloneTypeTS.js → generateStandaloneType.js} +9 -9
- package/dist/scripts/{generateTypesTS.js → generateTypes.js} +11 -11
- package/dist/scripts/normalizeAnchorsToPointers.d.ts +1 -1
- package/dist/scripts/normalizeAnchorsToPointers.js +33 -12
- package/package.json +5 -5
- package/src/Genesis.json +0 -170
- package/src/generated/dependencies/dependencyMap.json +2 -13
- package/src/generated/normalized/Genesis.json +0 -257
- package/src/generated/resources/Genesis.json +0 -295
- package/src/generated/schemas/Genesis.json +0 -146
- 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 +0 -46
- package/src/generated/schemas/standalone/ResourceType.json +0 -34
- package/src/generated/schemas/standalone/RunnableStrategy.json +0 -51
- package/src/generated/schemas/standalone/StrategyRun.json +0 -65
- package/src/generated/{typesTS → types}/standalone/Resource_Genesis.d.ts +1 -1
- package/{dist/generated/typesTS → src/generated/types}/standalone/Resource_Job.d.ts +1 -1
- package/{dist/generated/typesTS → src/generated/types}/standalone/Resource_RawStrategy.d.ts +1 -1
- package/{dist/generated/typesTS → src/generated/types}/standalone/Resource_ResourceType.d.ts +1 -1
- package/src/generated/{typesTS → types}/standalone/Resource_RunnableStrategy.d.ts +1 -1
- package/src/generated/{typesTS/typesTS.d.ts → types/types.d.ts} +13 -42
- package/src/index.ts +6 -7
- package/src/scripts/_lib/config.ts +27 -29
- package/src/scripts/generateSchemaShims.ts +2 -2
- package/src/scripts/generateStandaloneSchema.ts +1 -1
- package/src/scripts/{generateStandaloneTypeTS.ts → generateStandaloneType.ts} +9 -9
- package/src/scripts/{generateTypesTS.ts → generateTypes.ts} +11 -11
- package/src/scripts/normalizeAnchorsToPointers.ts +38 -12
- /package/dist/generated/{typesTS → types}/standalone/Resource_Genesis.js +0 -0
- /package/dist/generated/{typesTS → types}/standalone/Resource_Job.js +0 -0
- /package/dist/generated/{typesTS → types}/standalone/Resource_RawStrategy.js +0 -0
- /package/dist/generated/{typesTS → types}/standalone/Resource_ResourceType.js +0 -0
- /package/dist/generated/{typesTS → types}/standalone/Resource_RunnableStrategy.js +0 -0
- /package/dist/generated/{typesTS/typesTS.js → types/types.js} +0 -0
- /package/dist/scripts/{generateStandaloneTypeTS.d.ts → generateStandaloneType.d.ts} +0 -0
- /package/dist/scripts/{generateTypesTS.d.ts → generateTypes.d.ts} +0 -0
- /package/src/generated/{typesTS → types}/standalone/Resource_Genesis.js +0 -0
- /package/src/generated/{typesTS → types}/standalone/Resource_Job.js +0 -0
- /package/src/generated/{typesTS → types}/standalone/Resource_RawStrategy.js +0 -0
- /package/src/generated/{typesTS → types}/standalone/Resource_ResourceType.js +0 -0
- /package/src/generated/{typesTS → types}/standalone/Resource_RunnableStrategy.js +0 -0
- /package/src/generated/{typesTS/typesTS.js → types/types.js} +0 -0
|
@@ -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,9 +669,7 @@
|
|
|
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": [
|
|
@@ -877,9 +713,7 @@
|
|
|
877
713
|
"identity": "TYPE-Conditional",
|
|
878
714
|
"name": "Conditional",
|
|
879
715
|
"description": "dummy-description",
|
|
880
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
881
716
|
"nucleusSchema": {
|
|
882
|
-
"$anchor": "Conditional",
|
|
883
717
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
884
718
|
"type": "object",
|
|
885
719
|
"required": [
|
|
@@ -911,9 +745,7 @@
|
|
|
911
745
|
"identity": "TYPE-BranchStepIdentity",
|
|
912
746
|
"name": "BranchStepIdentity",
|
|
913
747
|
"description": "dummy-description",
|
|
914
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
915
748
|
"nucleusSchema": {
|
|
916
|
-
"$anchor": "BranchStepIdentity",
|
|
917
749
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
918
750
|
"type": "string",
|
|
919
751
|
"pattern": "^BRANCH_STEP-.+$"
|
|
@@ -933,9 +765,7 @@
|
|
|
933
765
|
"identity": "TYPE-BranchStep",
|
|
934
766
|
"name": "BranchStep",
|
|
935
767
|
"description": "dummy-description",
|
|
936
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
937
768
|
"nucleusSchema": {
|
|
938
|
-
"$anchor": "BranchStep",
|
|
939
769
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
940
770
|
"type": "object",
|
|
941
771
|
"required": [
|
|
@@ -980,9 +810,7 @@
|
|
|
980
810
|
"identity": "TYPE-WhileStepIdentity",
|
|
981
811
|
"name": "WhileStepIdentity",
|
|
982
812
|
"description": "dummy-description",
|
|
983
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
984
813
|
"nucleusSchema": {
|
|
985
|
-
"$anchor": "WhileStepIdentity",
|
|
986
814
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
987
815
|
"type": "string",
|
|
988
816
|
"pattern": "^WHILE_STEP-.+$"
|
|
@@ -1002,9 +830,7 @@
|
|
|
1002
830
|
"identity": "TYPE-WhileStep",
|
|
1003
831
|
"name": "WhileStep",
|
|
1004
832
|
"description": "dummy-description",
|
|
1005
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1006
833
|
"nucleusSchema": {
|
|
1007
|
-
"$anchor": "WhileStep",
|
|
1008
834
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1009
835
|
"type": "object",
|
|
1010
836
|
"required": [
|
|
@@ -1044,9 +870,7 @@
|
|
|
1044
870
|
"identity": "TYPE-ForStepIdentity",
|
|
1045
871
|
"name": "ForStepIdentity",
|
|
1046
872
|
"description": "dummy-description",
|
|
1047
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1048
873
|
"nucleusSchema": {
|
|
1049
|
-
"$anchor": "ForStepIdentity",
|
|
1050
874
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1051
875
|
"type": "string",
|
|
1052
876
|
"pattern": "^FOR_STEP-.+$"
|
|
@@ -1066,9 +890,7 @@
|
|
|
1066
890
|
"identity": "TYPE-ForStep",
|
|
1067
891
|
"name": "ForStep",
|
|
1068
892
|
"description": "dummy-description",
|
|
1069
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1070
893
|
"nucleusSchema": {
|
|
1071
|
-
"$anchor": "ForStep",
|
|
1072
894
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1073
895
|
"type": "object",
|
|
1074
896
|
"required": [
|
|
@@ -1108,9 +930,7 @@
|
|
|
1108
930
|
"identity": "TYPE-StepIdentity",
|
|
1109
931
|
"name": "StepIdentity",
|
|
1110
932
|
"description": "dummy-description",
|
|
1111
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1112
933
|
"nucleusSchema": {
|
|
1113
|
-
"$anchor": "StepIdentity",
|
|
1114
934
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1115
935
|
"type": "object",
|
|
1116
936
|
"oneOf": [
|
|
@@ -1143,9 +963,7 @@
|
|
|
1143
963
|
"identity": "TYPE-Step",
|
|
1144
964
|
"name": "Step",
|
|
1145
965
|
"description": "dummy-description",
|
|
1146
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1147
966
|
"nucleusSchema": {
|
|
1148
|
-
"$anchor": "Step",
|
|
1149
967
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1150
968
|
"type": "object",
|
|
1151
969
|
"oneOf": [
|
|
@@ -1179,9 +997,7 @@
|
|
|
1179
997
|
"identity": "TYPE-CreationContext",
|
|
1180
998
|
"name": "CreationContext",
|
|
1181
999
|
"description": "dummy-description",
|
|
1182
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1183
1000
|
"nucleusSchema": {
|
|
1184
|
-
"$anchor": "CreationContext",
|
|
1185
1001
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1186
1002
|
"type": "object",
|
|
1187
1003
|
"required": [
|
|
@@ -1212,9 +1028,7 @@
|
|
|
1212
1028
|
"identity": "TYPE-CreationContextFacet",
|
|
1213
1029
|
"name": "CreationContextFacet",
|
|
1214
1030
|
"description": "dummy-description",
|
|
1215
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1216
1031
|
"nucleusSchema": {
|
|
1217
|
-
"$anchor": "CreationContextFacet",
|
|
1218
1032
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1219
1033
|
"type": "object",
|
|
1220
1034
|
"required": [
|
|
@@ -1241,9 +1055,7 @@
|
|
|
1241
1055
|
"identity": "TYPE-ResourceIdentity",
|
|
1242
1056
|
"name": "ResourceIdentity",
|
|
1243
1057
|
"description": "dummy-description",
|
|
1244
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1245
1058
|
"nucleusSchema": {
|
|
1246
|
-
"$anchor": "ResourceIdentity",
|
|
1247
1059
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1248
1060
|
"type": "string",
|
|
1249
1061
|
"pattern": "^RESOURCE-.+$"
|
|
@@ -1263,9 +1075,7 @@
|
|
|
1263
1075
|
"identity": "TYPE-ResourceShellBase",
|
|
1264
1076
|
"name": "ResourceShellBase",
|
|
1265
1077
|
"description": "dummy-description",
|
|
1266
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1267
1078
|
"nucleusSchema": {
|
|
1268
|
-
"$anchor": "ResourceShellBase",
|
|
1269
1079
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1270
1080
|
"type": "object",
|
|
1271
1081
|
"required": [
|
|
@@ -1300,9 +1110,7 @@
|
|
|
1300
1110
|
"identity": "TYPE-ResourceKind",
|
|
1301
1111
|
"name": "ResourceKind",
|
|
1302
1112
|
"description": "dummy-description",
|
|
1303
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1304
1113
|
"nucleusSchema": {
|
|
1305
|
-
"$anchor": "ResourceKind",
|
|
1306
1114
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1307
1115
|
"type": "string",
|
|
1308
1116
|
"enum": [
|
|
@@ -1327,9 +1135,7 @@
|
|
|
1327
1135
|
"identity": "TYPE-ResourceKindFacet",
|
|
1328
1136
|
"name": "ResourceKindFacet",
|
|
1329
1137
|
"description": "dummy-description",
|
|
1330
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1331
1138
|
"nucleusSchema": {
|
|
1332
|
-
"$anchor": "ResourceKindFacet",
|
|
1333
1139
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1334
1140
|
"type": "object",
|
|
1335
1141
|
"required": [
|
|
@@ -1356,9 +1162,7 @@
|
|
|
1356
1162
|
"identity": "TYPE-ShellMissing",
|
|
1357
1163
|
"name": "ShellMissing",
|
|
1358
1164
|
"description": "dummy-description",
|
|
1359
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1360
1165
|
"nucleusSchema": {
|
|
1361
|
-
"$anchor": "ShellMissing",
|
|
1362
1166
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1363
1167
|
"type": "object",
|
|
1364
1168
|
"properties": {
|
|
@@ -1391,9 +1195,7 @@
|
|
|
1391
1195
|
"identity": "TYPE-ShellInputPotential",
|
|
1392
1196
|
"name": "ShellInputPotential",
|
|
1393
1197
|
"description": "dummy-description",
|
|
1394
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1395
1198
|
"nucleusSchema": {
|
|
1396
|
-
"$anchor": "ShellInputPotential",
|
|
1397
1199
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1398
1200
|
"type": "object",
|
|
1399
1201
|
"properties": {
|
|
@@ -1429,9 +1231,7 @@
|
|
|
1429
1231
|
"identity": "TYPE-ShellOutputPotential",
|
|
1430
1232
|
"name": "ShellOutputPotential",
|
|
1431
1233
|
"description": "dummy-description",
|
|
1432
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1433
1234
|
"nucleusSchema": {
|
|
1434
|
-
"$anchor": "ShellOutputPotential",
|
|
1435
1235
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1436
1236
|
"type": "object",
|
|
1437
1237
|
"properties": {
|
|
@@ -1467,9 +1267,7 @@
|
|
|
1467
1267
|
"identity": "TYPE-Timestamp",
|
|
1468
1268
|
"name": "Timestamp",
|
|
1469
1269
|
"description": "dummy-description",
|
|
1470
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1471
1270
|
"nucleusSchema": {
|
|
1472
|
-
"$anchor": "Timestamp",
|
|
1473
1271
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1474
1272
|
"type": "string",
|
|
1475
1273
|
"format": "date-time"
|
|
@@ -1489,9 +1287,7 @@
|
|
|
1489
1287
|
"identity": "TYPE-TimestampFacet",
|
|
1490
1288
|
"name": "TimestampFacet",
|
|
1491
1289
|
"description": "dummy-description",
|
|
1492
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1493
1290
|
"nucleusSchema": {
|
|
1494
|
-
"$anchor": "TimestampFacet",
|
|
1495
1291
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1496
1292
|
"type": "object",
|
|
1497
1293
|
"required": [
|
|
@@ -1518,9 +1314,7 @@
|
|
|
1518
1314
|
"identity": "TYPE-Path",
|
|
1519
1315
|
"name": "Path",
|
|
1520
1316
|
"description": "dummy-description",
|
|
1521
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1522
1317
|
"nucleusSchema": {
|
|
1523
|
-
"$anchor": "Path",
|
|
1524
1318
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1525
1319
|
"type": "string",
|
|
1526
1320
|
"format": "uri-reference"
|
|
@@ -1540,9 +1334,7 @@
|
|
|
1540
1334
|
"identity": "TYPE-PathFacet",
|
|
1541
1335
|
"name": "PathFacet",
|
|
1542
1336
|
"description": "dummy-description",
|
|
1543
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1544
1337
|
"nucleusSchema": {
|
|
1545
|
-
"$anchor": "PathFacet",
|
|
1546
1338
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1547
1339
|
"type": "object",
|
|
1548
1340
|
"required": [
|
|
@@ -1569,9 +1361,7 @@
|
|
|
1569
1361
|
"identity": "TYPE-ShellMaterializedBase",
|
|
1570
1362
|
"name": "ShellMaterializedBase",
|
|
1571
1363
|
"description": "dummy-description",
|
|
1572
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1573
1364
|
"nucleusSchema": {
|
|
1574
|
-
"$anchor": "ShellMaterializedBase",
|
|
1575
1365
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1576
1366
|
"type": "object",
|
|
1577
1367
|
"required": [
|
|
@@ -1618,9 +1408,7 @@
|
|
|
1618
1408
|
"identity": "TYPE-ShellMaterialized",
|
|
1619
1409
|
"name": "ShellMaterialized",
|
|
1620
1410
|
"description": "dummy-description",
|
|
1621
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1622
1411
|
"nucleusSchema": {
|
|
1623
|
-
"$anchor": "ShellMaterialized",
|
|
1624
1412
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1625
1413
|
"type": "object",
|
|
1626
1414
|
"$ref": "#/$defs/ShellMaterializedBase",
|
|
@@ -1641,9 +1429,7 @@
|
|
|
1641
1429
|
"identity": "TYPE-ResourceMissing",
|
|
1642
1430
|
"name": "ResourceMissing",
|
|
1643
1431
|
"description": "dummy-description",
|
|
1644
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1645
1432
|
"nucleusSchema": {
|
|
1646
|
-
"$anchor": "ResourceMissing",
|
|
1647
1433
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1648
1434
|
"type": "object",
|
|
1649
1435
|
"$ref": "#/$defs/ShellMissing",
|
|
@@ -1664,9 +1450,7 @@
|
|
|
1664
1450
|
"identity": "TYPE-ResourceInputPotential",
|
|
1665
1451
|
"name": "ResourceInputPotential",
|
|
1666
1452
|
"description": "dummy-description",
|
|
1667
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1668
1453
|
"nucleusSchema": {
|
|
1669
|
-
"$anchor": "ResourceInputPotential",
|
|
1670
1454
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1671
1455
|
"type": "object",
|
|
1672
1456
|
"$ref": "#/$defs/ShellInputPotential",
|
|
@@ -1687,9 +1471,7 @@
|
|
|
1687
1471
|
"identity": "TYPE-ResourceOutputPotential",
|
|
1688
1472
|
"name": "ResourceOutputPotential",
|
|
1689
1473
|
"description": "dummy-description",
|
|
1690
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1691
1474
|
"nucleusSchema": {
|
|
1692
|
-
"$anchor": "ResourceOutputPotential",
|
|
1693
1475
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1694
1476
|
"type": "object",
|
|
1695
1477
|
"$ref": "#/$defs/ShellOutputPotential",
|
|
@@ -1710,9 +1492,7 @@
|
|
|
1710
1492
|
"identity": "TYPE-JsonData",
|
|
1711
1493
|
"name": "JsonData",
|
|
1712
1494
|
"description": "dummy-description",
|
|
1713
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1714
1495
|
"nucleusSchema": {
|
|
1715
|
-
"$anchor": "JsonData",
|
|
1716
1496
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1717
1497
|
"oneOf": [
|
|
1718
1498
|
{
|
|
@@ -1756,9 +1536,7 @@
|
|
|
1756
1536
|
"identity": "TYPE-Nucleus",
|
|
1757
1537
|
"name": "Nucleus",
|
|
1758
1538
|
"description": "dummy-description",
|
|
1759
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1760
1539
|
"nucleusSchema": {
|
|
1761
|
-
"$anchor": "Nucleus",
|
|
1762
1540
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1763
1541
|
"type": "object",
|
|
1764
1542
|
"additionalProperties": {
|
|
@@ -1780,9 +1558,7 @@
|
|
|
1780
1558
|
"identity": "TYPE-NucleusFacet",
|
|
1781
1559
|
"name": "NucleusFacet",
|
|
1782
1560
|
"description": "dummy-description",
|
|
1783
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1784
1561
|
"nucleusSchema": {
|
|
1785
|
-
"$anchor": "NucleusFacet",
|
|
1786
1562
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1787
1563
|
"type": "object",
|
|
1788
1564
|
"required": [
|
|
@@ -1809,9 +1585,7 @@
|
|
|
1809
1585
|
"identity": "TYPE-ResourceMaterialized",
|
|
1810
1586
|
"name": "ResourceMaterialized",
|
|
1811
1587
|
"description": "dummy-description",
|
|
1812
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1813
1588
|
"nucleusSchema": {
|
|
1814
|
-
"$anchor": "ResourceMaterialized",
|
|
1815
1589
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1816
1590
|
"type": "object",
|
|
1817
1591
|
"allOf": [
|
|
@@ -1840,9 +1614,7 @@
|
|
|
1840
1614
|
"identity": "TYPE-Resource",
|
|
1841
1615
|
"name": "Resource",
|
|
1842
1616
|
"description": "dummy-description",
|
|
1843
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1844
1617
|
"nucleusSchema": {
|
|
1845
|
-
"$anchor": "Resource",
|
|
1846
1618
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1847
1619
|
"type": "object",
|
|
1848
1620
|
"oneOf": [
|
|
@@ -1876,9 +1648,7 @@
|
|
|
1876
1648
|
"identity": "TYPE-JobStepSocket",
|
|
1877
1649
|
"name": "JobStepSocket",
|
|
1878
1650
|
"description": "dummy-description",
|
|
1879
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1880
1651
|
"nucleusSchema": {
|
|
1881
|
-
"$anchor": "JobStepSocket",
|
|
1882
1652
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1883
1653
|
"type": "object",
|
|
1884
1654
|
"propertyNames": {
|
|
@@ -1903,9 +1673,7 @@
|
|
|
1903
1673
|
"identity": "TYPE-StrategyState",
|
|
1904
1674
|
"name": "StrategyState",
|
|
1905
1675
|
"description": "dummy-description",
|
|
1906
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1907
1676
|
"nucleusSchema": {
|
|
1908
|
-
"$anchor": "StrategyState",
|
|
1909
1677
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1910
1678
|
"type": "object",
|
|
1911
1679
|
"propertyNames": {
|
|
@@ -1930,9 +1698,7 @@
|
|
|
1930
1698
|
"identity": "TYPE-StrategyStateFacet",
|
|
1931
1699
|
"name": "StrategyStateFacet",
|
|
1932
1700
|
"description": "dummy-description",
|
|
1933
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1934
1701
|
"nucleusSchema": {
|
|
1935
|
-
"$anchor": "StrategyStateFacet",
|
|
1936
1702
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1937
1703
|
"type": "object",
|
|
1938
1704
|
"required": [
|
|
@@ -1959,9 +1725,7 @@
|
|
|
1959
1725
|
"identity": "TYPE-StepArray",
|
|
1960
1726
|
"name": "StepArray",
|
|
1961
1727
|
"description": "dummy-description",
|
|
1962
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1963
1728
|
"nucleusSchema": {
|
|
1964
|
-
"$anchor": "StepArray",
|
|
1965
1729
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1966
1730
|
"type": "array",
|
|
1967
1731
|
"items": {
|
|
@@ -1984,9 +1748,7 @@
|
|
|
1984
1748
|
"identity": "TYPE-StepsFacet",
|
|
1985
1749
|
"name": "StepsFacet",
|
|
1986
1750
|
"description": "dummy-description",
|
|
1987
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1988
1751
|
"nucleusSchema": {
|
|
1989
|
-
"$anchor": "StepsFacet",
|
|
1990
1752
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1991
1753
|
"type": "object",
|
|
1992
1754
|
"required": [
|
|
@@ -2013,9 +1775,7 @@
|
|
|
2013
1775
|
"identity": "TYPE-RawStrategy",
|
|
2014
1776
|
"name": "RawStrategy",
|
|
2015
1777
|
"description": "dummy-description",
|
|
2016
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2017
1778
|
"nucleusSchema": {
|
|
2018
|
-
"$anchor": "RawStrategy",
|
|
2019
1779
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2020
1780
|
"type": "object",
|
|
2021
1781
|
"allOf": [
|
|
@@ -2043,9 +1803,7 @@
|
|
|
2043
1803
|
"identity": "TYPE-RunnableStrategyIdentity",
|
|
2044
1804
|
"name": "RunnableStrategyIdentity",
|
|
2045
1805
|
"description": "dummy-description",
|
|
2046
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2047
1806
|
"nucleusSchema": {
|
|
2048
|
-
"$anchor": "RunnableStrategyIdentity",
|
|
2049
1807
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2050
1808
|
"type": "string",
|
|
2051
1809
|
"pattern": "^RUNNABLE_STRATEGY-.+$"
|
|
@@ -2065,9 +1823,7 @@
|
|
|
2065
1823
|
"identity": "TYPE-RunnableStrategyStatus",
|
|
2066
1824
|
"name": "RunnableStrategyStatus",
|
|
2067
1825
|
"description": "dummy-description",
|
|
2068
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2069
1826
|
"nucleusSchema": {
|
|
2070
|
-
"$anchor": "RunnableStrategyStatus",
|
|
2071
1827
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2072
1828
|
"type": "string",
|
|
2073
1829
|
"enum": [
|
|
@@ -2093,9 +1849,7 @@
|
|
|
2093
1849
|
"identity": "TYPE-RunnableStrategyContext",
|
|
2094
1850
|
"name": "RunnableStrategyContext",
|
|
2095
1851
|
"description": "dummy-description",
|
|
2096
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2097
1852
|
"nucleusSchema": {
|
|
2098
|
-
"$anchor": "RunnableStrategyContext",
|
|
2099
1853
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2100
1854
|
"type": "object",
|
|
2101
1855
|
"required": [
|
|
@@ -2129,9 +1883,7 @@
|
|
|
2129
1883
|
"identity": "TYPE-StrategyThreadIdentity",
|
|
2130
1884
|
"name": "StrategyThreadIdentity",
|
|
2131
1885
|
"description": "dummy-description",
|
|
2132
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2133
1886
|
"nucleusSchema": {
|
|
2134
|
-
"$anchor": "StrategyThreadIdentity",
|
|
2135
1887
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2136
1888
|
"type": "string",
|
|
2137
1889
|
"pattern": "^STRATEGY_THREAD-.+$"
|
|
@@ -2151,9 +1903,7 @@
|
|
|
2151
1903
|
"identity": "TYPE-StrategyThreadMap",
|
|
2152
1904
|
"name": "StrategyThreadMap",
|
|
2153
1905
|
"description": "dummy-description",
|
|
2154
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2155
1906
|
"nucleusSchema": {
|
|
2156
|
-
"$anchor": "StrategyThreadMap",
|
|
2157
1907
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2158
1908
|
"type": "object",
|
|
2159
1909
|
"propertyNames": {
|
|
@@ -2179,9 +1929,7 @@
|
|
|
2179
1929
|
"identity": "TYPE-StrategyThreadMapFacet",
|
|
2180
1930
|
"name": "StrategyThreadMapFacet",
|
|
2181
1931
|
"description": "dummy-description",
|
|
2182
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2183
1932
|
"nucleusSchema": {
|
|
2184
|
-
"$anchor": "StrategyThreadMapFacet",
|
|
2185
1933
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2186
1934
|
"type": "object",
|
|
2187
1935
|
"required": [
|
|
@@ -2208,9 +1956,7 @@
|
|
|
2208
1956
|
"identity": "TYPE-RunnableStrategy",
|
|
2209
1957
|
"name": "RunnableStrategy",
|
|
2210
1958
|
"description": "dummy-description",
|
|
2211
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
2212
1959
|
"nucleusSchema": {
|
|
2213
|
-
"$anchor": "RunnableStrategy",
|
|
2214
1960
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2215
1961
|
"type": "object",
|
|
2216
1962
|
"required": [
|
|
@@ -2252,9 +1998,7 @@
|
|
|
2252
1998
|
"identity": "TYPE-StrategyStateDelta",
|
|
2253
1999
|
"name": "StrategyStateDelta",
|
|
2254
2000
|
"description": "dummy-description",
|
|
2255
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2256
2001
|
"nucleusSchema": {
|
|
2257
|
-
"$anchor": "StrategyStateDelta",
|
|
2258
2002
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2259
2003
|
"type": "object",
|
|
2260
2004
|
"required": [
|
|
@@ -2281,9 +2025,7 @@
|
|
|
2281
2025
|
"identity": "TYPE-RunnableStrategyUpdate",
|
|
2282
2026
|
"name": "RunnableStrategyUpdate",
|
|
2283
2027
|
"description": "dummy-description",
|
|
2284
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2285
2028
|
"nucleusSchema": {
|
|
2286
|
-
"$anchor": "RunnableStrategyUpdate",
|
|
2287
2029
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2288
2030
|
"type": "object",
|
|
2289
2031
|
"required": [
|
|
@@ -2320,9 +2062,7 @@
|
|
|
2320
2062
|
"identity": "TYPE-RunEventCounters",
|
|
2321
2063
|
"name": "RunEventCounters",
|
|
2322
2064
|
"description": "dummy-description",
|
|
2323
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2324
2065
|
"nucleusSchema": {
|
|
2325
|
-
"$anchor": "RunEventCounters",
|
|
2326
2066
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2327
2067
|
"type": "object",
|
|
2328
2068
|
"properties": {
|
|
@@ -2349,9 +2089,7 @@
|
|
|
2349
2089
|
"identity": "TYPE-RunEventStepMetadata",
|
|
2350
2090
|
"name": "RunEventStepMetadata",
|
|
2351
2091
|
"description": "dummy-description",
|
|
2352
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2353
2092
|
"nucleusSchema": {
|
|
2354
|
-
"$anchor": "RunEventStepMetadata",
|
|
2355
2093
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2356
2094
|
"type": "object",
|
|
2357
2095
|
"required": [
|
|
@@ -2386,9 +2124,7 @@
|
|
|
2386
2124
|
"identity": "TYPE-RunEventUpdates",
|
|
2387
2125
|
"name": "RunEventUpdates",
|
|
2388
2126
|
"description": "dummy-description",
|
|
2389
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2390
2127
|
"nucleusSchema": {
|
|
2391
|
-
"$anchor": "RunEventUpdates",
|
|
2392
2128
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2393
2129
|
"type": "object",
|
|
2394
2130
|
"properties": {
|
|
@@ -2436,9 +2172,7 @@
|
|
|
2436
2172
|
"identity": "TYPE-RunEventKind",
|
|
2437
2173
|
"name": "RunEventKind",
|
|
2438
2174
|
"description": "dummy-description",
|
|
2439
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2440
2175
|
"nucleusSchema": {
|
|
2441
|
-
"$anchor": "RunEventKind",
|
|
2442
2176
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2443
2177
|
"type": "string",
|
|
2444
2178
|
"enum": [
|
|
@@ -2463,9 +2197,7 @@
|
|
|
2463
2197
|
"identity": "TYPE-RunEventBase",
|
|
2464
2198
|
"name": "RunEventBase",
|
|
2465
2199
|
"description": "dummy-description",
|
|
2466
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2467
2200
|
"nucleusSchema": {
|
|
2468
|
-
"$anchor": "RunEventBase",
|
|
2469
2201
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2470
2202
|
"type": "object",
|
|
2471
2203
|
"required": [
|
|
@@ -2521,9 +2253,7 @@
|
|
|
2521
2253
|
"identity": "TYPE-GraphStartRunEvent",
|
|
2522
2254
|
"name": "GraphStartRunEvent",
|
|
2523
2255
|
"description": "dummy-description",
|
|
2524
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2525
2256
|
"nucleusSchema": {
|
|
2526
|
-
"$anchor": "GraphStartRunEvent",
|
|
2527
2257
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2528
2258
|
"allOf": [
|
|
2529
2259
|
{
|
|
@@ -2560,9 +2290,7 @@
|
|
|
2560
2290
|
"identity": "TYPE-TickRunEvent",
|
|
2561
2291
|
"name": "TickRunEvent",
|
|
2562
2292
|
"description": "dummy-description",
|
|
2563
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2564
2293
|
"nucleusSchema": {
|
|
2565
|
-
"$anchor": "TickRunEvent",
|
|
2566
2294
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2567
2295
|
"allOf": [
|
|
2568
2296
|
{
|
|
@@ -2593,9 +2321,7 @@
|
|
|
2593
2321
|
"identity": "TYPE-InterruptRunEvent",
|
|
2594
2322
|
"name": "InterruptRunEvent",
|
|
2595
2323
|
"description": "dummy-description",
|
|
2596
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2597
2324
|
"nucleusSchema": {
|
|
2598
|
-
"$anchor": "InterruptRunEvent",
|
|
2599
2325
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2600
2326
|
"allOf": [
|
|
2601
2327
|
{
|
|
@@ -2626,9 +2352,7 @@
|
|
|
2626
2352
|
"identity": "TYPE-GraphEndRunEvent",
|
|
2627
2353
|
"name": "GraphEndRunEvent",
|
|
2628
2354
|
"description": "dummy-description",
|
|
2629
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2630
2355
|
"nucleusSchema": {
|
|
2631
|
-
"$anchor": "GraphEndRunEvent",
|
|
2632
2356
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2633
2357
|
"allOf": [
|
|
2634
2358
|
{
|
|
@@ -2659,9 +2383,7 @@
|
|
|
2659
2383
|
"identity": "TYPE-RunEvent",
|
|
2660
2384
|
"name": "RunEvent",
|
|
2661
2385
|
"description": "dummy-description",
|
|
2662
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2663
2386
|
"nucleusSchema": {
|
|
2664
|
-
"$anchor": "RunEvent",
|
|
2665
2387
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2666
2388
|
"type": "object",
|
|
2667
2389
|
"oneOf": [
|
|
@@ -2694,9 +2416,7 @@
|
|
|
2694
2416
|
"identity": "TYPE-StrategyRunIdentity",
|
|
2695
2417
|
"name": "StrategyRunIdentity",
|
|
2696
2418
|
"description": "dummy-description",
|
|
2697
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2698
2419
|
"nucleusSchema": {
|
|
2699
|
-
"$anchor": "StrategyRunIdentity",
|
|
2700
2420
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2701
2421
|
"type": "string",
|
|
2702
2422
|
"pattern": "^STRATEGY_RUN-.+$"
|
|
@@ -2716,9 +2436,7 @@
|
|
|
2716
2436
|
"identity": "TYPE-StrategyRun",
|
|
2717
2437
|
"name": "StrategyRun",
|
|
2718
2438
|
"description": "dummy-description",
|
|
2719
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
2720
2439
|
"nucleusSchema": {
|
|
2721
|
-
"$anchor": "StrategyRun",
|
|
2722
2440
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2723
2441
|
"type": "object",
|
|
2724
2442
|
"required": [
|
|
@@ -2762,9 +2480,7 @@
|
|
|
2762
2480
|
"identity": "TYPE-GoalIdentity",
|
|
2763
2481
|
"name": "GoalIdentity",
|
|
2764
2482
|
"description": "dummy-description",
|
|
2765
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
2766
2483
|
"nucleusSchema": {
|
|
2767
|
-
"$anchor": "GoalIdentity",
|
|
2768
2484
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2769
2485
|
"type": "string",
|
|
2770
2486
|
"pattern": "^GOAL-.+$"
|
|
@@ -2784,9 +2500,7 @@
|
|
|
2784
2500
|
"identity": "TYPE-Goal",
|
|
2785
2501
|
"name": "Goal",
|
|
2786
2502
|
"description": "dummy-description",
|
|
2787
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
2788
2503
|
"nucleusSchema": {
|
|
2789
|
-
"$anchor": "Goal",
|
|
2790
2504
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2791
2505
|
"type": "object",
|
|
2792
2506
|
"required": [
|
|
@@ -2825,11 +2539,6 @@
|
|
|
2825
2539
|
"minimum": 1
|
|
2826
2540
|
}
|
|
2827
2541
|
},
|
|
2828
|
-
"allOf": [
|
|
2829
|
-
{
|
|
2830
|
-
"$ref": "#/$defs/DomainFacet"
|
|
2831
|
-
}
|
|
2832
|
-
],
|
|
2833
2542
|
"unevaluatedProperties": false
|
|
2834
2543
|
}
|
|
2835
2544
|
}
|
|
@@ -2847,9 +2556,7 @@
|
|
|
2847
2556
|
"identity": "TYPE-Natural",
|
|
2848
2557
|
"name": "Natural",
|
|
2849
2558
|
"description": "dummy-description",
|
|
2850
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
2851
2559
|
"nucleusSchema": {
|
|
2852
|
-
"$anchor": "Natural",
|
|
2853
2560
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2854
2561
|
"type": "object",
|
|
2855
2562
|
"required": [
|
|
@@ -2882,9 +2589,7 @@
|
|
|
2882
2589
|
"identity": "TYPE-Boolean",
|
|
2883
2590
|
"name": "Boolean",
|
|
2884
2591
|
"description": "dummy-description",
|
|
2885
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
2886
2592
|
"nucleusSchema": {
|
|
2887
|
-
"$anchor": "Boolean",
|
|
2888
2593
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2889
2594
|
"type": "object",
|
|
2890
2595
|
"required": [
|