@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
|
@@ -2,10 +2,8 @@
|
|
|
2
2
|
"identity": "TYPE-Genesis",
|
|
3
3
|
"name": "Genesis",
|
|
4
4
|
"description": "dummy-description",
|
|
5
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
6
5
|
"nucleusSchema": {
|
|
7
6
|
"$comment": "This file defines all schemas used internally by ToolProof.",
|
|
8
|
-
"$anchor": "Genesis",
|
|
9
7
|
"$id": "https://schemas.toolproof.com/v2/Genesis.json",
|
|
10
8
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
11
9
|
"$defs": {
|
|
@@ -13,9 +11,7 @@
|
|
|
13
11
|
"identity": "TYPE-Name",
|
|
14
12
|
"name": "Name",
|
|
15
13
|
"description": "dummy-description",
|
|
16
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
17
14
|
"nucleusSchema": {
|
|
18
|
-
"$anchor": "Name",
|
|
19
15
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
20
16
|
"type": "string",
|
|
21
17
|
"minLength": 1,
|
|
@@ -28,9 +24,7 @@
|
|
|
28
24
|
"identity": "TYPE-NameFacet",
|
|
29
25
|
"name": "NameFacet",
|
|
30
26
|
"description": "dummy-description",
|
|
31
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
32
27
|
"nucleusSchema": {
|
|
33
|
-
"$anchor": "NameFacet",
|
|
34
28
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
35
29
|
"type": "object",
|
|
36
30
|
"required": [
|
|
@@ -47,9 +41,7 @@
|
|
|
47
41
|
"identity": "TYPE-Description",
|
|
48
42
|
"name": "Description",
|
|
49
43
|
"description": "dummy-description",
|
|
50
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
51
44
|
"nucleusSchema": {
|
|
52
|
-
"$anchor": "Description",
|
|
53
45
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
54
46
|
"type": "string",
|
|
55
47
|
"minLength": 1,
|
|
@@ -61,9 +53,7 @@
|
|
|
61
53
|
"identity": "TYPE-DescriptionFacet",
|
|
62
54
|
"name": "DescriptionFacet",
|
|
63
55
|
"description": "dummy-description",
|
|
64
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
65
56
|
"nucleusSchema": {
|
|
66
|
-
"$anchor": "DescriptionFacet",
|
|
67
57
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
68
58
|
"type": "object",
|
|
69
59
|
"required": [
|
|
@@ -80,9 +70,7 @@
|
|
|
80
70
|
"identity": "TYPE-DocumentationFacet",
|
|
81
71
|
"name": "DocumentationFacet",
|
|
82
72
|
"description": "dummy-description",
|
|
83
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
84
73
|
"nucleusSchema": {
|
|
85
|
-
"$anchor": "DocumentationFacet",
|
|
86
74
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
87
75
|
"type": "object",
|
|
88
76
|
"allOf": [
|
|
@@ -95,48 +83,11 @@
|
|
|
95
83
|
]
|
|
96
84
|
}
|
|
97
85
|
},
|
|
98
|
-
"ResourceTypeImplementationKind": {
|
|
99
|
-
"identity": "TYPE-ResourceTypeImplementationKind",
|
|
100
|
-
"name": "ResourceTypeImplementationKind",
|
|
101
|
-
"description": "dummy-description",
|
|
102
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
103
|
-
"nucleusSchema": {
|
|
104
|
-
"$anchor": "ResourceTypeImplementationKind",
|
|
105
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
106
|
-
"type": "string",
|
|
107
|
-
"enum": [
|
|
108
|
-
"internal-without-identity",
|
|
109
|
-
"internal-with-identity",
|
|
110
|
-
"external"
|
|
111
|
-
]
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
"ResourceTypeImplementationKindFacet": {
|
|
115
|
-
"identity": "TYPE-ResourceTypeImplementationKindFacet",
|
|
116
|
-
"name": "ResourceTypeImplementationKindFacet",
|
|
117
|
-
"description": "dummy-description",
|
|
118
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
119
|
-
"nucleusSchema": {
|
|
120
|
-
"$anchor": "ResourceTypeImplementationKindFacet",
|
|
121
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
122
|
-
"type": "object",
|
|
123
|
-
"required": [
|
|
124
|
-
"resourceTypeImplementationKind"
|
|
125
|
-
],
|
|
126
|
-
"properties": {
|
|
127
|
-
"resourceTypeImplementationKind": {
|
|
128
|
-
"$ref": "#/$defs/ResourceTypeImplementationKind"
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
86
|
"Uri": {
|
|
134
87
|
"identity": "TYPE-Uri",
|
|
135
88
|
"name": "Uri",
|
|
136
89
|
"description": "dummy-description",
|
|
137
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
138
90
|
"nucleusSchema": {
|
|
139
|
-
"$anchor": "Uri",
|
|
140
91
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
141
92
|
"type": "string",
|
|
142
93
|
"format": "uri"
|
|
@@ -146,9 +97,7 @@
|
|
|
146
97
|
"identity": "TYPE-ResourceTypeIdentity",
|
|
147
98
|
"name": "ResourceTypeIdentity",
|
|
148
99
|
"description": "dummy-description",
|
|
149
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
150
100
|
"nucleusSchema": {
|
|
151
|
-
"$anchor": "ResourceTypeIdentity",
|
|
152
101
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
153
102
|
"type": "string",
|
|
154
103
|
"pattern": "^TYPE-.+$"
|
|
@@ -158,9 +107,7 @@
|
|
|
158
107
|
"identity": "TYPE-ResourceType",
|
|
159
108
|
"name": "ResourceType",
|
|
160
109
|
"description": "dummy-description",
|
|
161
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
162
110
|
"nucleusSchema": {
|
|
163
|
-
"$anchor": "ResourceType",
|
|
164
111
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
165
112
|
"type": "object",
|
|
166
113
|
"required": [
|
|
@@ -200,9 +147,6 @@
|
|
|
200
147
|
"allOf": [
|
|
201
148
|
{
|
|
202
149
|
"$ref": "#/$defs/DocumentationFacet"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"$ref": "#/$defs/ResourceTypeImplementationKindFacet"
|
|
206
150
|
}
|
|
207
151
|
]
|
|
208
152
|
}
|
|
@@ -211,9 +155,7 @@
|
|
|
211
155
|
"identity": "TYPE-ResourceRoleIdentity",
|
|
212
156
|
"name": "ResourceRoleIdentity",
|
|
213
157
|
"description": "dummy-description",
|
|
214
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
215
158
|
"nucleusSchema": {
|
|
216
|
-
"$anchor": "ResourceRoleIdentity",
|
|
217
159
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
218
160
|
"type": "string",
|
|
219
161
|
"pattern": "^ROLE-.+$"
|
|
@@ -223,9 +165,7 @@
|
|
|
223
165
|
"identity": "TYPE-ResourceRoleValue",
|
|
224
166
|
"name": "ResourceRoleValue",
|
|
225
167
|
"description": "dummy-description",
|
|
226
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
227
168
|
"nucleusSchema": {
|
|
228
|
-
"$anchor": "ResourceRoleValue",
|
|
229
169
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
230
170
|
"type": "object",
|
|
231
171
|
"allOf": [
|
|
@@ -251,9 +191,7 @@
|
|
|
251
191
|
"identity": "TYPE-RoleMap",
|
|
252
192
|
"name": "RoleMap",
|
|
253
193
|
"description": "dummy-description",
|
|
254
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
255
194
|
"nucleusSchema": {
|
|
256
|
-
"$anchor": "RoleMap",
|
|
257
195
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
258
196
|
"type": "object",
|
|
259
197
|
"propertyNames": {
|
|
@@ -268,9 +206,7 @@
|
|
|
268
206
|
"identity": "TYPE-Error",
|
|
269
207
|
"name": "Error",
|
|
270
208
|
"description": "dummy-description",
|
|
271
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
272
209
|
"nucleusSchema": {
|
|
273
|
-
"$anchor": "Error",
|
|
274
210
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
275
211
|
"type": "object",
|
|
276
212
|
"allOf": [
|
|
@@ -292,9 +228,7 @@
|
|
|
292
228
|
"identity": "TYPE-Roles",
|
|
293
229
|
"name": "Roles",
|
|
294
230
|
"description": "dummy-description",
|
|
295
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
296
231
|
"nucleusSchema": {
|
|
297
|
-
"$anchor": "Roles",
|
|
298
232
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
299
233
|
"type": "object",
|
|
300
234
|
"required": [
|
|
@@ -353,9 +287,7 @@
|
|
|
353
287
|
"identity": "TYPE-RolesFacet",
|
|
354
288
|
"name": "RolesFacet",
|
|
355
289
|
"description": "dummy-description",
|
|
356
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
357
290
|
"nucleusSchema": {
|
|
358
|
-
"$anchor": "RolesFacet",
|
|
359
291
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
360
292
|
"type": "object",
|
|
361
293
|
"required": [
|
|
@@ -368,50 +300,11 @@
|
|
|
368
300
|
}
|
|
369
301
|
}
|
|
370
302
|
},
|
|
371
|
-
"Domain": {
|
|
372
|
-
"identity": "TYPE-Domain",
|
|
373
|
-
"name": "Domain",
|
|
374
|
-
"description": "dummy-description",
|
|
375
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
376
|
-
"nucleusSchema": {
|
|
377
|
-
"$anchor": "Domain",
|
|
378
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
379
|
-
"type": "string",
|
|
380
|
-
"enum": [
|
|
381
|
-
"internal",
|
|
382
|
-
"numerical",
|
|
383
|
-
"biological",
|
|
384
|
-
"logical",
|
|
385
|
-
"augmental"
|
|
386
|
-
]
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
"DomainFacet": {
|
|
390
|
-
"identity": "TYPE-DomainFacet",
|
|
391
|
-
"name": "DomainFacet",
|
|
392
|
-
"description": "dummy-description",
|
|
393
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
394
|
-
"nucleusSchema": {
|
|
395
|
-
"$anchor": "DomainFacet",
|
|
396
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
397
|
-
"type": "object",
|
|
398
|
-
"required": [
|
|
399
|
-
"domain"
|
|
400
|
-
],
|
|
401
|
-
"properties": {
|
|
402
|
-
"domain": {
|
|
403
|
-
"$ref": "#/$defs/Domain"
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
},
|
|
408
303
|
"JobIdentity": {
|
|
409
304
|
"identity": "TYPE-JobIdentity",
|
|
410
305
|
"name": "JobIdentity",
|
|
411
306
|
"description": "dummy-description",
|
|
412
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
413
307
|
"nucleusSchema": {
|
|
414
|
-
"$anchor": "JobIdentity",
|
|
415
308
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
416
309
|
"type": "string",
|
|
417
310
|
"pattern": "^JOB-.+$"
|
|
@@ -421,9 +314,7 @@
|
|
|
421
314
|
"identity": "TYPE-Job",
|
|
422
315
|
"name": "Job",
|
|
423
316
|
"description": "dummy-description",
|
|
424
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
425
317
|
"nucleusSchema": {
|
|
426
|
-
"$anchor": "Job",
|
|
427
318
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
428
319
|
"type": "object",
|
|
429
320
|
"required": [
|
|
@@ -442,9 +333,6 @@
|
|
|
442
333
|
{
|
|
443
334
|
"$ref": "#/$defs/DocumentationFacet"
|
|
444
335
|
},
|
|
445
|
-
{
|
|
446
|
-
"$ref": "#/$defs/DomainFacet"
|
|
447
|
-
},
|
|
448
336
|
{
|
|
449
337
|
"$ref": "#/$defs/RolesFacet"
|
|
450
338
|
}
|
|
@@ -456,9 +344,7 @@
|
|
|
456
344
|
"identity": "TYPE-RoleBindingArray",
|
|
457
345
|
"name": "RoleBindingArray",
|
|
458
346
|
"description": "dummy-description",
|
|
459
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
460
347
|
"nucleusSchema": {
|
|
461
|
-
"$anchor": "RoleBindingArray",
|
|
462
348
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
463
349
|
"type": "array",
|
|
464
350
|
"items": {
|
|
@@ -470,9 +356,7 @@
|
|
|
470
356
|
"identity": "TYPE-RoleBindings",
|
|
471
357
|
"name": "RoleBindings",
|
|
472
358
|
"description": "dummy-description",
|
|
473
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
474
359
|
"nucleusSchema": {
|
|
475
|
-
"$anchor": "RoleBindings",
|
|
476
360
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
477
361
|
"type": "object",
|
|
478
362
|
"required": [
|
|
@@ -494,9 +378,7 @@
|
|
|
494
378
|
"identity": "TYPE-RoleBindingsFacet",
|
|
495
379
|
"name": "RoleBindingsFacet",
|
|
496
380
|
"description": "dummy-description",
|
|
497
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
498
381
|
"nucleusSchema": {
|
|
499
|
-
"$anchor": "RoleBindingsFacet",
|
|
500
382
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
501
383
|
"type": "object",
|
|
502
384
|
"required": [
|
|
@@ -513,9 +395,7 @@
|
|
|
513
395
|
"identity": "TYPE-StepKind",
|
|
514
396
|
"name": "StepKind",
|
|
515
397
|
"description": "dummy-description",
|
|
516
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
517
398
|
"nucleusSchema": {
|
|
518
|
-
"$anchor": "StepKind",
|
|
519
399
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
520
400
|
"type": "string",
|
|
521
401
|
"enum": [
|
|
@@ -530,9 +410,7 @@
|
|
|
530
410
|
"identity": "TYPE-StepKindFacet",
|
|
531
411
|
"name": "StepKindFacet",
|
|
532
412
|
"description": "dummy-description",
|
|
533
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
534
413
|
"nucleusSchema": {
|
|
535
|
-
"$anchor": "StepKindFacet",
|
|
536
414
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
537
415
|
"type": "object",
|
|
538
416
|
"required": [
|
|
@@ -549,9 +427,7 @@
|
|
|
549
427
|
"identity": "TYPE-JobStepIdentity",
|
|
550
428
|
"name": "JobStepIdentity",
|
|
551
429
|
"description": "dummy-description",
|
|
552
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
553
430
|
"nucleusSchema": {
|
|
554
|
-
"$anchor": "JobStepIdentity",
|
|
555
431
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
556
432
|
"type": "string",
|
|
557
433
|
"pattern": "^JOB_STEP-.+$"
|
|
@@ -561,13 +437,12 @@
|
|
|
561
437
|
"identity": "TYPE-JobStep",
|
|
562
438
|
"name": "JobStep",
|
|
563
439
|
"description": "dummy-description",
|
|
564
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
565
440
|
"nucleusSchema": {
|
|
566
|
-
"$anchor": "JobStep",
|
|
567
441
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
568
442
|
"type": "object",
|
|
569
443
|
"required": [
|
|
570
444
|
"identity",
|
|
445
|
+
"stepKind",
|
|
571
446
|
"jobHandle"
|
|
572
447
|
],
|
|
573
448
|
"properties": {
|
|
@@ -596,9 +471,7 @@
|
|
|
596
471
|
"identity": "TYPE-Conditional",
|
|
597
472
|
"name": "Conditional",
|
|
598
473
|
"description": "dummy-description",
|
|
599
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
600
474
|
"nucleusSchema": {
|
|
601
|
-
"$anchor": "Conditional",
|
|
602
475
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
603
476
|
"type": "object",
|
|
604
477
|
"required": [
|
|
@@ -620,9 +493,7 @@
|
|
|
620
493
|
"identity": "TYPE-BranchStepIdentity",
|
|
621
494
|
"name": "BranchStepIdentity",
|
|
622
495
|
"description": "dummy-description",
|
|
623
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
624
496
|
"nucleusSchema": {
|
|
625
|
-
"$anchor": "BranchStepIdentity",
|
|
626
497
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
627
498
|
"type": "string",
|
|
628
499
|
"pattern": "^BRANCH_STEP-.+$"
|
|
@@ -632,13 +503,12 @@
|
|
|
632
503
|
"identity": "TYPE-BranchStep",
|
|
633
504
|
"name": "BranchStep",
|
|
634
505
|
"description": "dummy-description",
|
|
635
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
636
506
|
"nucleusSchema": {
|
|
637
|
-
"$anchor": "BranchStep",
|
|
638
507
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
639
508
|
"type": "object",
|
|
640
509
|
"required": [
|
|
641
510
|
"identity",
|
|
511
|
+
"stepKind",
|
|
642
512
|
"cases"
|
|
643
513
|
],
|
|
644
514
|
"properties": {
|
|
@@ -668,9 +538,7 @@
|
|
|
668
538
|
"identity": "TYPE-WhileStepIdentity",
|
|
669
539
|
"name": "WhileStepIdentity",
|
|
670
540
|
"description": "dummy-description",
|
|
671
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
672
541
|
"nucleusSchema": {
|
|
673
|
-
"$anchor": "WhileStepIdentity",
|
|
674
542
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
675
543
|
"type": "string",
|
|
676
544
|
"pattern": "^WHILE_STEP-.+$"
|
|
@@ -680,13 +548,12 @@
|
|
|
680
548
|
"identity": "TYPE-WhileStep",
|
|
681
549
|
"name": "WhileStep",
|
|
682
550
|
"description": "dummy-description",
|
|
683
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
684
551
|
"nucleusSchema": {
|
|
685
|
-
"$anchor": "WhileStep",
|
|
686
552
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
687
553
|
"type": "object",
|
|
688
554
|
"required": [
|
|
689
555
|
"identity",
|
|
556
|
+
"stepKind",
|
|
690
557
|
"case"
|
|
691
558
|
],
|
|
692
559
|
"properties": {
|
|
@@ -711,9 +578,7 @@
|
|
|
711
578
|
"identity": "TYPE-ForStepIdentity",
|
|
712
579
|
"name": "ForStepIdentity",
|
|
713
580
|
"description": "dummy-description",
|
|
714
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
715
581
|
"nucleusSchema": {
|
|
716
|
-
"$anchor": "ForStepIdentity",
|
|
717
582
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
718
583
|
"type": "string",
|
|
719
584
|
"pattern": "^FOR_STEP-.+$"
|
|
@@ -723,13 +588,12 @@
|
|
|
723
588
|
"identity": "TYPE-ForStep",
|
|
724
589
|
"name": "ForStep",
|
|
725
590
|
"description": "dummy-description",
|
|
726
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
727
591
|
"nucleusSchema": {
|
|
728
|
-
"$anchor": "ForStep",
|
|
729
592
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
730
593
|
"type": "object",
|
|
731
594
|
"required": [
|
|
732
595
|
"identity",
|
|
596
|
+
"stepKind",
|
|
733
597
|
"case"
|
|
734
598
|
],
|
|
735
599
|
"properties": {
|
|
@@ -754,9 +618,7 @@
|
|
|
754
618
|
"identity": "TYPE-StepIdentity",
|
|
755
619
|
"name": "StepIdentity",
|
|
756
620
|
"description": "dummy-description",
|
|
757
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
758
621
|
"nucleusSchema": {
|
|
759
|
-
"$anchor": "StepIdentity",
|
|
760
622
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
761
623
|
"type": "object",
|
|
762
624
|
"oneOf": [
|
|
@@ -779,9 +641,7 @@
|
|
|
779
641
|
"identity": "TYPE-Step",
|
|
780
642
|
"name": "Step",
|
|
781
643
|
"description": "dummy-description",
|
|
782
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
783
644
|
"nucleusSchema": {
|
|
784
|
-
"$anchor": "Step",
|
|
785
645
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
786
646
|
"type": "object",
|
|
787
647
|
"oneOf": [
|
|
@@ -805,9 +665,7 @@
|
|
|
805
665
|
"identity": "TYPE-CreationContext",
|
|
806
666
|
"name": "CreationContext",
|
|
807
667
|
"description": "dummy-description",
|
|
808
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
809
668
|
"nucleusSchema": {
|
|
810
|
-
"$anchor": "CreationContext",
|
|
811
669
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
812
670
|
"type": "object",
|
|
813
671
|
"required": [
|
|
@@ -828,9 +686,7 @@
|
|
|
828
686
|
"identity": "TYPE-CreationContextFacet",
|
|
829
687
|
"name": "CreationContextFacet",
|
|
830
688
|
"description": "dummy-description",
|
|
831
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
832
689
|
"nucleusSchema": {
|
|
833
|
-
"$anchor": "CreationContextFacet",
|
|
834
690
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
835
691
|
"type": "object",
|
|
836
692
|
"required": [
|
|
@@ -847,26 +703,23 @@
|
|
|
847
703
|
"identity": "TYPE-ResourceIdentity",
|
|
848
704
|
"name": "ResourceIdentity",
|
|
849
705
|
"description": "dummy-description",
|
|
850
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
851
706
|
"nucleusSchema": {
|
|
852
|
-
"$anchor": "ResourceIdentity",
|
|
853
707
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
854
708
|
"type": "string",
|
|
855
709
|
"pattern": "^RESOURCE-.+$"
|
|
856
710
|
}
|
|
857
711
|
},
|
|
858
|
-
"
|
|
859
|
-
"identity": "TYPE-
|
|
860
|
-
"name": "
|
|
712
|
+
"ResourceShellBase": {
|
|
713
|
+
"identity": "TYPE-ResourceShellBase",
|
|
714
|
+
"name": "ResourceShellBase",
|
|
861
715
|
"description": "dummy-description",
|
|
862
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
863
716
|
"nucleusSchema": {
|
|
864
|
-
"$anchor": "ResourceBase",
|
|
865
717
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
866
718
|
"type": "object",
|
|
867
719
|
"required": [
|
|
868
720
|
"identity",
|
|
869
|
-
"resourceTypeHandle"
|
|
721
|
+
"resourceTypeHandle",
|
|
722
|
+
"resourceKind"
|
|
870
723
|
],
|
|
871
724
|
"properties": {
|
|
872
725
|
"identity": {
|
|
@@ -874,6 +727,9 @@
|
|
|
874
727
|
},
|
|
875
728
|
"resourceTypeHandle": {
|
|
876
729
|
"$ref": "#/$defs/ResourceTypeIdentity"
|
|
730
|
+
},
|
|
731
|
+
"resourceKind": {
|
|
732
|
+
"$ref": "#/$defs/ResourceKind"
|
|
877
733
|
}
|
|
878
734
|
}
|
|
879
735
|
}
|
|
@@ -882,9 +738,7 @@
|
|
|
882
738
|
"identity": "TYPE-ResourceKind",
|
|
883
739
|
"name": "ResourceKind",
|
|
884
740
|
"description": "dummy-description",
|
|
885
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
886
741
|
"nucleusSchema": {
|
|
887
|
-
"$anchor": "ResourceKind",
|
|
888
742
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
889
743
|
"type": "string",
|
|
890
744
|
"enum": [
|
|
@@ -899,9 +753,7 @@
|
|
|
899
753
|
"identity": "TYPE-ResourceKindFacet",
|
|
900
754
|
"name": "ResourceKindFacet",
|
|
901
755
|
"description": "dummy-description",
|
|
902
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
903
756
|
"nucleusSchema": {
|
|
904
|
-
"$anchor": "ResourceKindFacet",
|
|
905
757
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
906
758
|
"type": "object",
|
|
907
759
|
"required": [
|
|
@@ -918,9 +770,7 @@
|
|
|
918
770
|
"identity": "TYPE-ShellMissing",
|
|
919
771
|
"name": "ShellMissing",
|
|
920
772
|
"description": "dummy-description",
|
|
921
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
922
773
|
"nucleusSchema": {
|
|
923
|
-
"$anchor": "ShellMissing",
|
|
924
774
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
925
775
|
"type": "object",
|
|
926
776
|
"properties": {
|
|
@@ -930,7 +780,7 @@
|
|
|
930
780
|
},
|
|
931
781
|
"allOf": [
|
|
932
782
|
{
|
|
933
|
-
"$ref": "#/$defs/
|
|
783
|
+
"$ref": "#/$defs/ResourceShellBase"
|
|
934
784
|
},
|
|
935
785
|
{
|
|
936
786
|
"$ref": "#/$defs/ResourceKindFacet"
|
|
@@ -943,9 +793,7 @@
|
|
|
943
793
|
"identity": "TYPE-ShellInputPotential",
|
|
944
794
|
"name": "ShellInputPotential",
|
|
945
795
|
"description": "dummy-description",
|
|
946
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
947
796
|
"nucleusSchema": {
|
|
948
|
-
"$anchor": "ShellInputPotential",
|
|
949
797
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
950
798
|
"type": "object",
|
|
951
799
|
"properties": {
|
|
@@ -955,7 +803,7 @@
|
|
|
955
803
|
},
|
|
956
804
|
"allOf": [
|
|
957
805
|
{
|
|
958
|
-
"$ref": "#/$defs/
|
|
806
|
+
"$ref": "#/$defs/ResourceShellBase"
|
|
959
807
|
},
|
|
960
808
|
{
|
|
961
809
|
"$ref": "#/$defs/CreationContextFacet"
|
|
@@ -971,9 +819,7 @@
|
|
|
971
819
|
"identity": "TYPE-ShellOutputPotential",
|
|
972
820
|
"name": "ShellOutputPotential",
|
|
973
821
|
"description": "dummy-description",
|
|
974
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
975
822
|
"nucleusSchema": {
|
|
976
|
-
"$anchor": "ShellOutputPotential",
|
|
977
823
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
978
824
|
"type": "object",
|
|
979
825
|
"properties": {
|
|
@@ -983,7 +829,7 @@
|
|
|
983
829
|
},
|
|
984
830
|
"allOf": [
|
|
985
831
|
{
|
|
986
|
-
"$ref": "#/$defs/
|
|
832
|
+
"$ref": "#/$defs/ResourceShellBase"
|
|
987
833
|
},
|
|
988
834
|
{
|
|
989
835
|
"$ref": "#/$defs/CreationContextFacet"
|
|
@@ -999,9 +845,7 @@
|
|
|
999
845
|
"identity": "TYPE-Timestamp",
|
|
1000
846
|
"name": "Timestamp",
|
|
1001
847
|
"description": "dummy-description",
|
|
1002
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1003
848
|
"nucleusSchema": {
|
|
1004
|
-
"$anchor": "Timestamp",
|
|
1005
849
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1006
850
|
"type": "string",
|
|
1007
851
|
"format": "date-time"
|
|
@@ -1011,9 +855,7 @@
|
|
|
1011
855
|
"identity": "TYPE-TimestampFacet",
|
|
1012
856
|
"name": "TimestampFacet",
|
|
1013
857
|
"description": "dummy-description",
|
|
1014
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1015
858
|
"nucleusSchema": {
|
|
1016
|
-
"$anchor": "TimestampFacet",
|
|
1017
859
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1018
860
|
"type": "object",
|
|
1019
861
|
"required": [
|
|
@@ -1030,9 +872,7 @@
|
|
|
1030
872
|
"identity": "TYPE-Path",
|
|
1031
873
|
"name": "Path",
|
|
1032
874
|
"description": "dummy-description",
|
|
1033
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1034
875
|
"nucleusSchema": {
|
|
1035
|
-
"$anchor": "Path",
|
|
1036
876
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1037
877
|
"type": "string",
|
|
1038
878
|
"format": "uri-reference"
|
|
@@ -1042,9 +882,7 @@
|
|
|
1042
882
|
"identity": "TYPE-PathFacet",
|
|
1043
883
|
"name": "PathFacet",
|
|
1044
884
|
"description": "dummy-description",
|
|
1045
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1046
885
|
"nucleusSchema": {
|
|
1047
|
-
"$anchor": "PathFacet",
|
|
1048
886
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1049
887
|
"type": "object",
|
|
1050
888
|
"required": [
|
|
@@ -1061,9 +899,7 @@
|
|
|
1061
899
|
"identity": "TYPE-ShellMaterializedBase",
|
|
1062
900
|
"name": "ShellMaterializedBase",
|
|
1063
901
|
"description": "dummy-description",
|
|
1064
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1065
902
|
"nucleusSchema": {
|
|
1066
|
-
"$anchor": "ShellMaterializedBase",
|
|
1067
903
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1068
904
|
"type": "object",
|
|
1069
905
|
"required": [
|
|
@@ -1079,7 +915,7 @@
|
|
|
1079
915
|
},
|
|
1080
916
|
"allOf": [
|
|
1081
917
|
{
|
|
1082
|
-
"$ref": "#/$defs/
|
|
918
|
+
"$ref": "#/$defs/ResourceShellBase"
|
|
1083
919
|
},
|
|
1084
920
|
{
|
|
1085
921
|
"$ref": "#/$defs/CreationContextFacet"
|
|
@@ -1100,9 +936,7 @@
|
|
|
1100
936
|
"identity": "TYPE-ShellMaterialized",
|
|
1101
937
|
"name": "ShellMaterialized",
|
|
1102
938
|
"description": "dummy-description",
|
|
1103
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1104
939
|
"nucleusSchema": {
|
|
1105
|
-
"$anchor": "ShellMaterialized",
|
|
1106
940
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1107
941
|
"type": "object",
|
|
1108
942
|
"$ref": "#/$defs/ShellMaterializedBase",
|
|
@@ -1113,9 +947,7 @@
|
|
|
1113
947
|
"identity": "TYPE-ResourceMissing",
|
|
1114
948
|
"name": "ResourceMissing",
|
|
1115
949
|
"description": "dummy-description",
|
|
1116
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1117
950
|
"nucleusSchema": {
|
|
1118
|
-
"$anchor": "ResourceMissing",
|
|
1119
951
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1120
952
|
"type": "object",
|
|
1121
953
|
"$ref": "#/$defs/ShellMissing",
|
|
@@ -1126,9 +958,7 @@
|
|
|
1126
958
|
"identity": "TYPE-ResourceInputPotential",
|
|
1127
959
|
"name": "ResourceInputPotential",
|
|
1128
960
|
"description": "dummy-description",
|
|
1129
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1130
961
|
"nucleusSchema": {
|
|
1131
|
-
"$anchor": "ResourceInputPotential",
|
|
1132
962
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1133
963
|
"type": "object",
|
|
1134
964
|
"$ref": "#/$defs/ShellInputPotential",
|
|
@@ -1139,9 +969,7 @@
|
|
|
1139
969
|
"identity": "TYPE-ResourceOutputPotential",
|
|
1140
970
|
"name": "ResourceOutputPotential",
|
|
1141
971
|
"description": "dummy-description",
|
|
1142
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1143
972
|
"nucleusSchema": {
|
|
1144
|
-
"$anchor": "ResourceOutputPotential",
|
|
1145
973
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1146
974
|
"type": "object",
|
|
1147
975
|
"$ref": "#/$defs/ShellOutputPotential",
|
|
@@ -1152,9 +980,7 @@
|
|
|
1152
980
|
"identity": "TYPE-JsonData",
|
|
1153
981
|
"name": "JsonData",
|
|
1154
982
|
"description": "dummy-description",
|
|
1155
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1156
983
|
"nucleusSchema": {
|
|
1157
|
-
"$anchor": "JsonData",
|
|
1158
984
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1159
985
|
"oneOf": [
|
|
1160
986
|
{
|
|
@@ -1188,9 +1014,7 @@
|
|
|
1188
1014
|
"identity": "TYPE-Nucleus",
|
|
1189
1015
|
"name": "Nucleus",
|
|
1190
1016
|
"description": "dummy-description",
|
|
1191
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1192
1017
|
"nucleusSchema": {
|
|
1193
|
-
"$anchor": "Nucleus",
|
|
1194
1018
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1195
1019
|
"type": "object",
|
|
1196
1020
|
"additionalProperties": {
|
|
@@ -1202,9 +1026,7 @@
|
|
|
1202
1026
|
"identity": "TYPE-NucleusFacet",
|
|
1203
1027
|
"name": "NucleusFacet",
|
|
1204
1028
|
"description": "dummy-description",
|
|
1205
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1206
1029
|
"nucleusSchema": {
|
|
1207
|
-
"$anchor": "NucleusFacet",
|
|
1208
1030
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1209
1031
|
"type": "object",
|
|
1210
1032
|
"required": [
|
|
@@ -1221,9 +1043,7 @@
|
|
|
1221
1043
|
"identity": "TYPE-ResourceMaterialized",
|
|
1222
1044
|
"name": "ResourceMaterialized",
|
|
1223
1045
|
"description": "dummy-description",
|
|
1224
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1225
1046
|
"nucleusSchema": {
|
|
1226
|
-
"$anchor": "ResourceMaterialized",
|
|
1227
1047
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1228
1048
|
"type": "object",
|
|
1229
1049
|
"allOf": [
|
|
@@ -1242,9 +1062,7 @@
|
|
|
1242
1062
|
"identity": "TYPE-Resource",
|
|
1243
1063
|
"name": "Resource",
|
|
1244
1064
|
"description": "dummy-description",
|
|
1245
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1246
1065
|
"nucleusSchema": {
|
|
1247
|
-
"$anchor": "Resource",
|
|
1248
1066
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1249
1067
|
"type": "object",
|
|
1250
1068
|
"oneOf": [
|
|
@@ -1268,9 +1086,7 @@
|
|
|
1268
1086
|
"identity": "TYPE-JobStepSocket",
|
|
1269
1087
|
"name": "JobStepSocket",
|
|
1270
1088
|
"description": "dummy-description",
|
|
1271
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1272
1089
|
"nucleusSchema": {
|
|
1273
|
-
"$anchor": "JobStepSocket",
|
|
1274
1090
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1275
1091
|
"type": "object",
|
|
1276
1092
|
"propertyNames": {
|
|
@@ -1285,9 +1101,7 @@
|
|
|
1285
1101
|
"identity": "TYPE-StrategyState",
|
|
1286
1102
|
"name": "StrategyState",
|
|
1287
1103
|
"description": "dummy-description",
|
|
1288
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1289
1104
|
"nucleusSchema": {
|
|
1290
|
-
"$anchor": "StrategyState",
|
|
1291
1105
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1292
1106
|
"type": "object",
|
|
1293
1107
|
"propertyNames": {
|
|
@@ -1302,9 +1116,7 @@
|
|
|
1302
1116
|
"identity": "TYPE-StrategyStateFacet",
|
|
1303
1117
|
"name": "StrategyStateFacet",
|
|
1304
1118
|
"description": "dummy-description",
|
|
1305
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1306
1119
|
"nucleusSchema": {
|
|
1307
|
-
"$anchor": "StrategyStateFacet",
|
|
1308
1120
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1309
1121
|
"type": "object",
|
|
1310
1122
|
"required": [
|
|
@@ -1321,9 +1133,7 @@
|
|
|
1321
1133
|
"identity": "TYPE-StepArray",
|
|
1322
1134
|
"name": "StepArray",
|
|
1323
1135
|
"description": "dummy-description",
|
|
1324
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1325
1136
|
"nucleusSchema": {
|
|
1326
|
-
"$anchor": "StepArray",
|
|
1327
1137
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1328
1138
|
"type": "array",
|
|
1329
1139
|
"items": {
|
|
@@ -1336,9 +1146,7 @@
|
|
|
1336
1146
|
"identity": "TYPE-StepsFacet",
|
|
1337
1147
|
"name": "StepsFacet",
|
|
1338
1148
|
"description": "dummy-description",
|
|
1339
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1340
1149
|
"nucleusSchema": {
|
|
1341
|
-
"$anchor": "StepsFacet",
|
|
1342
1150
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1343
1151
|
"type": "object",
|
|
1344
1152
|
"required": [
|
|
@@ -1355,9 +1163,7 @@
|
|
|
1355
1163
|
"identity": "TYPE-RawStrategy",
|
|
1356
1164
|
"name": "RawStrategy",
|
|
1357
1165
|
"description": "dummy-description",
|
|
1358
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1359
1166
|
"nucleusSchema": {
|
|
1360
|
-
"$anchor": "RawStrategy",
|
|
1361
1167
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1362
1168
|
"type": "object",
|
|
1363
1169
|
"allOf": [
|
|
@@ -1375,9 +1181,7 @@
|
|
|
1375
1181
|
"identity": "TYPE-RunnableStrategyIdentity",
|
|
1376
1182
|
"name": "RunnableStrategyIdentity",
|
|
1377
1183
|
"description": "dummy-description",
|
|
1378
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1379
1184
|
"nucleusSchema": {
|
|
1380
|
-
"$anchor": "RunnableStrategyIdentity",
|
|
1381
1185
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1382
1186
|
"type": "string",
|
|
1383
1187
|
"pattern": "^RUNNABLE_STRATEGY-.+$"
|
|
@@ -1387,9 +1191,7 @@
|
|
|
1387
1191
|
"identity": "TYPE-RunnableStrategyStatus",
|
|
1388
1192
|
"name": "RunnableStrategyStatus",
|
|
1389
1193
|
"description": "dummy-description",
|
|
1390
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1391
1194
|
"nucleusSchema": {
|
|
1392
|
-
"$anchor": "RunnableStrategyStatus",
|
|
1393
1195
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1394
1196
|
"type": "string",
|
|
1395
1197
|
"enum": [
|
|
@@ -1405,9 +1207,7 @@
|
|
|
1405
1207
|
"identity": "TYPE-RunnableStrategyContext",
|
|
1406
1208
|
"name": "RunnableStrategyContext",
|
|
1407
1209
|
"description": "dummy-description",
|
|
1408
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1409
1210
|
"nucleusSchema": {
|
|
1410
|
-
"$anchor": "RunnableStrategyContext",
|
|
1411
1211
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1412
1212
|
"type": "object",
|
|
1413
1213
|
"required": [
|
|
@@ -1431,9 +1231,7 @@
|
|
|
1431
1231
|
"identity": "TYPE-StrategyThreadIdentity",
|
|
1432
1232
|
"name": "StrategyThreadIdentity",
|
|
1433
1233
|
"description": "dummy-description",
|
|
1434
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1435
1234
|
"nucleusSchema": {
|
|
1436
|
-
"$anchor": "StrategyThreadIdentity",
|
|
1437
1235
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1438
1236
|
"type": "string",
|
|
1439
1237
|
"pattern": "^STRATEGY_THREAD-.+$"
|
|
@@ -1443,9 +1241,7 @@
|
|
|
1443
1241
|
"identity": "TYPE-StrategyThreadMap",
|
|
1444
1242
|
"name": "StrategyThreadMap",
|
|
1445
1243
|
"description": "dummy-description",
|
|
1446
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1447
1244
|
"nucleusSchema": {
|
|
1448
|
-
"$anchor": "StrategyThreadMap",
|
|
1449
1245
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1450
1246
|
"type": "object",
|
|
1451
1247
|
"propertyNames": {
|
|
@@ -1461,9 +1257,7 @@
|
|
|
1461
1257
|
"identity": "TYPE-StrategyThreadMapFacet",
|
|
1462
1258
|
"name": "StrategyThreadMapFacet",
|
|
1463
1259
|
"description": "dummy-description",
|
|
1464
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1465
1260
|
"nucleusSchema": {
|
|
1466
|
-
"$anchor": "StrategyThreadMapFacet",
|
|
1467
1261
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1468
1262
|
"type": "object",
|
|
1469
1263
|
"required": [
|
|
@@ -1480,9 +1274,7 @@
|
|
|
1480
1274
|
"identity": "TYPE-RunnableStrategy",
|
|
1481
1275
|
"name": "RunnableStrategy",
|
|
1482
1276
|
"description": "dummy-description",
|
|
1483
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1484
1277
|
"nucleusSchema": {
|
|
1485
|
-
"$anchor": "RunnableStrategy",
|
|
1486
1278
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1487
1279
|
"type": "object",
|
|
1488
1280
|
"required": [
|
|
@@ -1514,9 +1306,7 @@
|
|
|
1514
1306
|
"identity": "TYPE-StrategyStateDelta",
|
|
1515
1307
|
"name": "StrategyStateDelta",
|
|
1516
1308
|
"description": "dummy-description",
|
|
1517
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1518
1309
|
"nucleusSchema": {
|
|
1519
|
-
"$anchor": "StrategyStateDelta",
|
|
1520
1310
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1521
1311
|
"type": "object",
|
|
1522
1312
|
"required": [
|
|
@@ -1533,9 +1323,7 @@
|
|
|
1533
1323
|
"identity": "TYPE-RunnableStrategyUpdate",
|
|
1534
1324
|
"name": "RunnableStrategyUpdate",
|
|
1535
1325
|
"description": "dummy-description",
|
|
1536
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1537
1326
|
"nucleusSchema": {
|
|
1538
|
-
"$anchor": "RunnableStrategyUpdate",
|
|
1539
1327
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1540
1328
|
"type": "object",
|
|
1541
1329
|
"required": [
|
|
@@ -1562,9 +1350,7 @@
|
|
|
1562
1350
|
"identity": "TYPE-RunEventCounters",
|
|
1563
1351
|
"name": "RunEventCounters",
|
|
1564
1352
|
"description": "dummy-description",
|
|
1565
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1566
1353
|
"nucleusSchema": {
|
|
1567
|
-
"$anchor": "RunEventCounters",
|
|
1568
1354
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1569
1355
|
"type": "object",
|
|
1570
1356
|
"properties": {
|
|
@@ -1581,9 +1367,7 @@
|
|
|
1581
1367
|
"identity": "TYPE-RunEventStepMetadata",
|
|
1582
1368
|
"name": "RunEventStepMetadata",
|
|
1583
1369
|
"description": "dummy-description",
|
|
1584
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1585
1370
|
"nucleusSchema": {
|
|
1586
|
-
"$anchor": "RunEventStepMetadata",
|
|
1587
1371
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1588
1372
|
"type": "object",
|
|
1589
1373
|
"required": [
|
|
@@ -1608,9 +1392,7 @@
|
|
|
1608
1392
|
"identity": "TYPE-RunEventUpdates",
|
|
1609
1393
|
"name": "RunEventUpdates",
|
|
1610
1394
|
"description": "dummy-description",
|
|
1611
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1612
1395
|
"nucleusSchema": {
|
|
1613
|
-
"$anchor": "RunEventUpdates",
|
|
1614
1396
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1615
1397
|
"type": "object",
|
|
1616
1398
|
"properties": {
|
|
@@ -1648,9 +1430,7 @@
|
|
|
1648
1430
|
"identity": "TYPE-RunEventKind",
|
|
1649
1431
|
"name": "RunEventKind",
|
|
1650
1432
|
"description": "dummy-description",
|
|
1651
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1652
1433
|
"nucleusSchema": {
|
|
1653
|
-
"$anchor": "RunEventKind",
|
|
1654
1434
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1655
1435
|
"type": "string",
|
|
1656
1436
|
"enum": [
|
|
@@ -1665,9 +1445,7 @@
|
|
|
1665
1445
|
"identity": "TYPE-RunEventBase",
|
|
1666
1446
|
"name": "RunEventBase",
|
|
1667
1447
|
"description": "dummy-description",
|
|
1668
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1669
1448
|
"nucleusSchema": {
|
|
1670
|
-
"$anchor": "RunEventBase",
|
|
1671
1449
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1672
1450
|
"type": "object",
|
|
1673
1451
|
"required": [
|
|
@@ -1713,9 +1491,7 @@
|
|
|
1713
1491
|
"identity": "TYPE-GraphStartRunEvent",
|
|
1714
1492
|
"name": "GraphStartRunEvent",
|
|
1715
1493
|
"description": "dummy-description",
|
|
1716
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1717
1494
|
"nucleusSchema": {
|
|
1718
|
-
"$anchor": "GraphStartRunEvent",
|
|
1719
1495
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1720
1496
|
"allOf": [
|
|
1721
1497
|
{
|
|
@@ -1742,9 +1518,7 @@
|
|
|
1742
1518
|
"identity": "TYPE-TickRunEvent",
|
|
1743
1519
|
"name": "TickRunEvent",
|
|
1744
1520
|
"description": "dummy-description",
|
|
1745
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1746
1521
|
"nucleusSchema": {
|
|
1747
|
-
"$anchor": "TickRunEvent",
|
|
1748
1522
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1749
1523
|
"allOf": [
|
|
1750
1524
|
{
|
|
@@ -1765,9 +1539,7 @@
|
|
|
1765
1539
|
"identity": "TYPE-InterruptRunEvent",
|
|
1766
1540
|
"name": "InterruptRunEvent",
|
|
1767
1541
|
"description": "dummy-description",
|
|
1768
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1769
1542
|
"nucleusSchema": {
|
|
1770
|
-
"$anchor": "InterruptRunEvent",
|
|
1771
1543
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1772
1544
|
"allOf": [
|
|
1773
1545
|
{
|
|
@@ -1788,9 +1560,7 @@
|
|
|
1788
1560
|
"identity": "TYPE-GraphEndRunEvent",
|
|
1789
1561
|
"name": "GraphEndRunEvent",
|
|
1790
1562
|
"description": "dummy-description",
|
|
1791
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1792
1563
|
"nucleusSchema": {
|
|
1793
|
-
"$anchor": "GraphEndRunEvent",
|
|
1794
1564
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1795
1565
|
"allOf": [
|
|
1796
1566
|
{
|
|
@@ -1811,9 +1581,7 @@
|
|
|
1811
1581
|
"identity": "TYPE-RunEvent",
|
|
1812
1582
|
"name": "RunEvent",
|
|
1813
1583
|
"description": "dummy-description",
|
|
1814
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1815
1584
|
"nucleusSchema": {
|
|
1816
|
-
"$anchor": "RunEvent",
|
|
1817
1585
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1818
1586
|
"type": "object",
|
|
1819
1587
|
"oneOf": [
|
|
@@ -1836,9 +1604,7 @@
|
|
|
1836
1604
|
"identity": "TYPE-StrategyRunIdentity",
|
|
1837
1605
|
"name": "StrategyRunIdentity",
|
|
1838
1606
|
"description": "dummy-description",
|
|
1839
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1840
1607
|
"nucleusSchema": {
|
|
1841
|
-
"$anchor": "StrategyRunIdentity",
|
|
1842
1608
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1843
1609
|
"type": "string",
|
|
1844
1610
|
"pattern": "^STRATEGY_RUN-.+$"
|
|
@@ -1848,9 +1614,7 @@
|
|
|
1848
1614
|
"identity": "TYPE-StrategyRun",
|
|
1849
1615
|
"name": "StrategyRun",
|
|
1850
1616
|
"description": "dummy-description",
|
|
1851
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1852
1617
|
"nucleusSchema": {
|
|
1853
|
-
"$anchor": "StrategyRun",
|
|
1854
1618
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1855
1619
|
"type": "object",
|
|
1856
1620
|
"required": [
|
|
@@ -1884,9 +1648,7 @@
|
|
|
1884
1648
|
"identity": "TYPE-GoalIdentity",
|
|
1885
1649
|
"name": "GoalIdentity",
|
|
1886
1650
|
"description": "dummy-description",
|
|
1887
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1888
1651
|
"nucleusSchema": {
|
|
1889
|
-
"$anchor": "GoalIdentity",
|
|
1890
1652
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1891
1653
|
"type": "string",
|
|
1892
1654
|
"pattern": "^GOAL-.+$"
|
|
@@ -1896,9 +1658,7 @@
|
|
|
1896
1658
|
"identity": "TYPE-Goal",
|
|
1897
1659
|
"name": "Goal",
|
|
1898
1660
|
"description": "dummy-description",
|
|
1899
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1900
1661
|
"nucleusSchema": {
|
|
1901
|
-
"$anchor": "Goal",
|
|
1902
1662
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1903
1663
|
"type": "object",
|
|
1904
1664
|
"required": [
|
|
@@ -1937,11 +1697,6 @@
|
|
|
1937
1697
|
"minimum": 1
|
|
1938
1698
|
}
|
|
1939
1699
|
},
|
|
1940
|
-
"allOf": [
|
|
1941
|
-
{
|
|
1942
|
-
"$ref": "#/$defs/DomainFacet"
|
|
1943
|
-
}
|
|
1944
|
-
],
|
|
1945
1700
|
"unevaluatedProperties": false
|
|
1946
1701
|
}
|
|
1947
1702
|
},
|
|
@@ -1949,9 +1704,7 @@
|
|
|
1949
1704
|
"identity": "TYPE-Natural",
|
|
1950
1705
|
"name": "Natural",
|
|
1951
1706
|
"description": "dummy-description",
|
|
1952
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1953
1707
|
"nucleusSchema": {
|
|
1954
|
-
"$anchor": "Natural",
|
|
1955
1708
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1956
1709
|
"type": "object",
|
|
1957
1710
|
"required": [
|
|
@@ -1974,9 +1727,7 @@
|
|
|
1974
1727
|
"identity": "TYPE-Boolean",
|
|
1975
1728
|
"name": "Boolean",
|
|
1976
1729
|
"description": "dummy-description",
|
|
1977
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1978
1730
|
"nucleusSchema": {
|
|
1979
|
-
"$anchor": "Boolean",
|
|
1980
1731
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1981
1732
|
"type": "object",
|
|
1982
1733
|
"required": [
|