@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
|
@@ -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,9 +437,7 @@
|
|
|
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": [
|
|
@@ -597,9 +471,7 @@
|
|
|
597
471
|
"identity": "TYPE-Conditional",
|
|
598
472
|
"name": "Conditional",
|
|
599
473
|
"description": "dummy-description",
|
|
600
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
601
474
|
"nucleusSchema": {
|
|
602
|
-
"$anchor": "Conditional",
|
|
603
475
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
604
476
|
"type": "object",
|
|
605
477
|
"required": [
|
|
@@ -621,9 +493,7 @@
|
|
|
621
493
|
"identity": "TYPE-BranchStepIdentity",
|
|
622
494
|
"name": "BranchStepIdentity",
|
|
623
495
|
"description": "dummy-description",
|
|
624
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
625
496
|
"nucleusSchema": {
|
|
626
|
-
"$anchor": "BranchStepIdentity",
|
|
627
497
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
628
498
|
"type": "string",
|
|
629
499
|
"pattern": "^BRANCH_STEP-.+$"
|
|
@@ -633,9 +503,7 @@
|
|
|
633
503
|
"identity": "TYPE-BranchStep",
|
|
634
504
|
"name": "BranchStep",
|
|
635
505
|
"description": "dummy-description",
|
|
636
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
637
506
|
"nucleusSchema": {
|
|
638
|
-
"$anchor": "BranchStep",
|
|
639
507
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
640
508
|
"type": "object",
|
|
641
509
|
"required": [
|
|
@@ -670,9 +538,7 @@
|
|
|
670
538
|
"identity": "TYPE-WhileStepIdentity",
|
|
671
539
|
"name": "WhileStepIdentity",
|
|
672
540
|
"description": "dummy-description",
|
|
673
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
674
541
|
"nucleusSchema": {
|
|
675
|
-
"$anchor": "WhileStepIdentity",
|
|
676
542
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
677
543
|
"type": "string",
|
|
678
544
|
"pattern": "^WHILE_STEP-.+$"
|
|
@@ -682,9 +548,7 @@
|
|
|
682
548
|
"identity": "TYPE-WhileStep",
|
|
683
549
|
"name": "WhileStep",
|
|
684
550
|
"description": "dummy-description",
|
|
685
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
686
551
|
"nucleusSchema": {
|
|
687
|
-
"$anchor": "WhileStep",
|
|
688
552
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
689
553
|
"type": "object",
|
|
690
554
|
"required": [
|
|
@@ -714,9 +578,7 @@
|
|
|
714
578
|
"identity": "TYPE-ForStepIdentity",
|
|
715
579
|
"name": "ForStepIdentity",
|
|
716
580
|
"description": "dummy-description",
|
|
717
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
718
581
|
"nucleusSchema": {
|
|
719
|
-
"$anchor": "ForStepIdentity",
|
|
720
582
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
721
583
|
"type": "string",
|
|
722
584
|
"pattern": "^FOR_STEP-.+$"
|
|
@@ -726,9 +588,7 @@
|
|
|
726
588
|
"identity": "TYPE-ForStep",
|
|
727
589
|
"name": "ForStep",
|
|
728
590
|
"description": "dummy-description",
|
|
729
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
730
591
|
"nucleusSchema": {
|
|
731
|
-
"$anchor": "ForStep",
|
|
732
592
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
733
593
|
"type": "object",
|
|
734
594
|
"required": [
|
|
@@ -758,9 +618,7 @@
|
|
|
758
618
|
"identity": "TYPE-StepIdentity",
|
|
759
619
|
"name": "StepIdentity",
|
|
760
620
|
"description": "dummy-description",
|
|
761
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
762
621
|
"nucleusSchema": {
|
|
763
|
-
"$anchor": "StepIdentity",
|
|
764
622
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
765
623
|
"type": "object",
|
|
766
624
|
"oneOf": [
|
|
@@ -783,9 +641,7 @@
|
|
|
783
641
|
"identity": "TYPE-Step",
|
|
784
642
|
"name": "Step",
|
|
785
643
|
"description": "dummy-description",
|
|
786
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
787
644
|
"nucleusSchema": {
|
|
788
|
-
"$anchor": "Step",
|
|
789
645
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
790
646
|
"type": "object",
|
|
791
647
|
"oneOf": [
|
|
@@ -809,9 +665,7 @@
|
|
|
809
665
|
"identity": "TYPE-CreationContext",
|
|
810
666
|
"name": "CreationContext",
|
|
811
667
|
"description": "dummy-description",
|
|
812
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
813
668
|
"nucleusSchema": {
|
|
814
|
-
"$anchor": "CreationContext",
|
|
815
669
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
816
670
|
"type": "object",
|
|
817
671
|
"required": [
|
|
@@ -832,9 +686,7 @@
|
|
|
832
686
|
"identity": "TYPE-CreationContextFacet",
|
|
833
687
|
"name": "CreationContextFacet",
|
|
834
688
|
"description": "dummy-description",
|
|
835
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
836
689
|
"nucleusSchema": {
|
|
837
|
-
"$anchor": "CreationContextFacet",
|
|
838
690
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
839
691
|
"type": "object",
|
|
840
692
|
"required": [
|
|
@@ -851,9 +703,7 @@
|
|
|
851
703
|
"identity": "TYPE-ResourceIdentity",
|
|
852
704
|
"name": "ResourceIdentity",
|
|
853
705
|
"description": "dummy-description",
|
|
854
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
855
706
|
"nucleusSchema": {
|
|
856
|
-
"$anchor": "ResourceIdentity",
|
|
857
707
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
858
708
|
"type": "string",
|
|
859
709
|
"pattern": "^RESOURCE-.+$"
|
|
@@ -863,9 +713,7 @@
|
|
|
863
713
|
"identity": "TYPE-ResourceShellBase",
|
|
864
714
|
"name": "ResourceShellBase",
|
|
865
715
|
"description": "dummy-description",
|
|
866
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
867
716
|
"nucleusSchema": {
|
|
868
|
-
"$anchor": "ResourceShellBase",
|
|
869
717
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
870
718
|
"type": "object",
|
|
871
719
|
"required": [
|
|
@@ -890,9 +738,7 @@
|
|
|
890
738
|
"identity": "TYPE-ResourceKind",
|
|
891
739
|
"name": "ResourceKind",
|
|
892
740
|
"description": "dummy-description",
|
|
893
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
894
741
|
"nucleusSchema": {
|
|
895
|
-
"$anchor": "ResourceKind",
|
|
896
742
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
897
743
|
"type": "string",
|
|
898
744
|
"enum": [
|
|
@@ -907,9 +753,7 @@
|
|
|
907
753
|
"identity": "TYPE-ResourceKindFacet",
|
|
908
754
|
"name": "ResourceKindFacet",
|
|
909
755
|
"description": "dummy-description",
|
|
910
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
911
756
|
"nucleusSchema": {
|
|
912
|
-
"$anchor": "ResourceKindFacet",
|
|
913
757
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
914
758
|
"type": "object",
|
|
915
759
|
"required": [
|
|
@@ -926,9 +770,7 @@
|
|
|
926
770
|
"identity": "TYPE-ShellMissing",
|
|
927
771
|
"name": "ShellMissing",
|
|
928
772
|
"description": "dummy-description",
|
|
929
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
930
773
|
"nucleusSchema": {
|
|
931
|
-
"$anchor": "ShellMissing",
|
|
932
774
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
933
775
|
"type": "object",
|
|
934
776
|
"properties": {
|
|
@@ -951,9 +793,7 @@
|
|
|
951
793
|
"identity": "TYPE-ShellInputPotential",
|
|
952
794
|
"name": "ShellInputPotential",
|
|
953
795
|
"description": "dummy-description",
|
|
954
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
955
796
|
"nucleusSchema": {
|
|
956
|
-
"$anchor": "ShellInputPotential",
|
|
957
797
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
958
798
|
"type": "object",
|
|
959
799
|
"properties": {
|
|
@@ -979,9 +819,7 @@
|
|
|
979
819
|
"identity": "TYPE-ShellOutputPotential",
|
|
980
820
|
"name": "ShellOutputPotential",
|
|
981
821
|
"description": "dummy-description",
|
|
982
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
983
822
|
"nucleusSchema": {
|
|
984
|
-
"$anchor": "ShellOutputPotential",
|
|
985
823
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
986
824
|
"type": "object",
|
|
987
825
|
"properties": {
|
|
@@ -1007,9 +845,7 @@
|
|
|
1007
845
|
"identity": "TYPE-Timestamp",
|
|
1008
846
|
"name": "Timestamp",
|
|
1009
847
|
"description": "dummy-description",
|
|
1010
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1011
848
|
"nucleusSchema": {
|
|
1012
|
-
"$anchor": "Timestamp",
|
|
1013
849
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1014
850
|
"type": "string",
|
|
1015
851
|
"format": "date-time"
|
|
@@ -1019,9 +855,7 @@
|
|
|
1019
855
|
"identity": "TYPE-TimestampFacet",
|
|
1020
856
|
"name": "TimestampFacet",
|
|
1021
857
|
"description": "dummy-description",
|
|
1022
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1023
858
|
"nucleusSchema": {
|
|
1024
|
-
"$anchor": "TimestampFacet",
|
|
1025
859
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1026
860
|
"type": "object",
|
|
1027
861
|
"required": [
|
|
@@ -1038,9 +872,7 @@
|
|
|
1038
872
|
"identity": "TYPE-Path",
|
|
1039
873
|
"name": "Path",
|
|
1040
874
|
"description": "dummy-description",
|
|
1041
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1042
875
|
"nucleusSchema": {
|
|
1043
|
-
"$anchor": "Path",
|
|
1044
876
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1045
877
|
"type": "string",
|
|
1046
878
|
"format": "uri-reference"
|
|
@@ -1050,9 +882,7 @@
|
|
|
1050
882
|
"identity": "TYPE-PathFacet",
|
|
1051
883
|
"name": "PathFacet",
|
|
1052
884
|
"description": "dummy-description",
|
|
1053
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1054
885
|
"nucleusSchema": {
|
|
1055
|
-
"$anchor": "PathFacet",
|
|
1056
886
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1057
887
|
"type": "object",
|
|
1058
888
|
"required": [
|
|
@@ -1069,9 +899,7 @@
|
|
|
1069
899
|
"identity": "TYPE-ShellMaterializedBase",
|
|
1070
900
|
"name": "ShellMaterializedBase",
|
|
1071
901
|
"description": "dummy-description",
|
|
1072
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1073
902
|
"nucleusSchema": {
|
|
1074
|
-
"$anchor": "ShellMaterializedBase",
|
|
1075
903
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1076
904
|
"type": "object",
|
|
1077
905
|
"required": [
|
|
@@ -1108,9 +936,7 @@
|
|
|
1108
936
|
"identity": "TYPE-ShellMaterialized",
|
|
1109
937
|
"name": "ShellMaterialized",
|
|
1110
938
|
"description": "dummy-description",
|
|
1111
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1112
939
|
"nucleusSchema": {
|
|
1113
|
-
"$anchor": "ShellMaterialized",
|
|
1114
940
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1115
941
|
"type": "object",
|
|
1116
942
|
"$ref": "#/$defs/ShellMaterializedBase",
|
|
@@ -1121,9 +947,7 @@
|
|
|
1121
947
|
"identity": "TYPE-ResourceMissing",
|
|
1122
948
|
"name": "ResourceMissing",
|
|
1123
949
|
"description": "dummy-description",
|
|
1124
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1125
950
|
"nucleusSchema": {
|
|
1126
|
-
"$anchor": "ResourceMissing",
|
|
1127
951
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1128
952
|
"type": "object",
|
|
1129
953
|
"$ref": "#/$defs/ShellMissing",
|
|
@@ -1134,9 +958,7 @@
|
|
|
1134
958
|
"identity": "TYPE-ResourceInputPotential",
|
|
1135
959
|
"name": "ResourceInputPotential",
|
|
1136
960
|
"description": "dummy-description",
|
|
1137
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1138
961
|
"nucleusSchema": {
|
|
1139
|
-
"$anchor": "ResourceInputPotential",
|
|
1140
962
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1141
963
|
"type": "object",
|
|
1142
964
|
"$ref": "#/$defs/ShellInputPotential",
|
|
@@ -1147,9 +969,7 @@
|
|
|
1147
969
|
"identity": "TYPE-ResourceOutputPotential",
|
|
1148
970
|
"name": "ResourceOutputPotential",
|
|
1149
971
|
"description": "dummy-description",
|
|
1150
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1151
972
|
"nucleusSchema": {
|
|
1152
|
-
"$anchor": "ResourceOutputPotential",
|
|
1153
973
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1154
974
|
"type": "object",
|
|
1155
975
|
"$ref": "#/$defs/ShellOutputPotential",
|
|
@@ -1160,9 +980,7 @@
|
|
|
1160
980
|
"identity": "TYPE-JsonData",
|
|
1161
981
|
"name": "JsonData",
|
|
1162
982
|
"description": "dummy-description",
|
|
1163
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1164
983
|
"nucleusSchema": {
|
|
1165
|
-
"$anchor": "JsonData",
|
|
1166
984
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1167
985
|
"oneOf": [
|
|
1168
986
|
{
|
|
@@ -1196,9 +1014,7 @@
|
|
|
1196
1014
|
"identity": "TYPE-Nucleus",
|
|
1197
1015
|
"name": "Nucleus",
|
|
1198
1016
|
"description": "dummy-description",
|
|
1199
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1200
1017
|
"nucleusSchema": {
|
|
1201
|
-
"$anchor": "Nucleus",
|
|
1202
1018
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1203
1019
|
"type": "object",
|
|
1204
1020
|
"additionalProperties": {
|
|
@@ -1210,9 +1026,7 @@
|
|
|
1210
1026
|
"identity": "TYPE-NucleusFacet",
|
|
1211
1027
|
"name": "NucleusFacet",
|
|
1212
1028
|
"description": "dummy-description",
|
|
1213
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1214
1029
|
"nucleusSchema": {
|
|
1215
|
-
"$anchor": "NucleusFacet",
|
|
1216
1030
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1217
1031
|
"type": "object",
|
|
1218
1032
|
"required": [
|
|
@@ -1229,9 +1043,7 @@
|
|
|
1229
1043
|
"identity": "TYPE-ResourceMaterialized",
|
|
1230
1044
|
"name": "ResourceMaterialized",
|
|
1231
1045
|
"description": "dummy-description",
|
|
1232
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1233
1046
|
"nucleusSchema": {
|
|
1234
|
-
"$anchor": "ResourceMaterialized",
|
|
1235
1047
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1236
1048
|
"type": "object",
|
|
1237
1049
|
"allOf": [
|
|
@@ -1250,9 +1062,7 @@
|
|
|
1250
1062
|
"identity": "TYPE-Resource",
|
|
1251
1063
|
"name": "Resource",
|
|
1252
1064
|
"description": "dummy-description",
|
|
1253
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1254
1065
|
"nucleusSchema": {
|
|
1255
|
-
"$anchor": "Resource",
|
|
1256
1066
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1257
1067
|
"type": "object",
|
|
1258
1068
|
"oneOf": [
|
|
@@ -1276,9 +1086,7 @@
|
|
|
1276
1086
|
"identity": "TYPE-JobStepSocket",
|
|
1277
1087
|
"name": "JobStepSocket",
|
|
1278
1088
|
"description": "dummy-description",
|
|
1279
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1280
1089
|
"nucleusSchema": {
|
|
1281
|
-
"$anchor": "JobStepSocket",
|
|
1282
1090
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1283
1091
|
"type": "object",
|
|
1284
1092
|
"propertyNames": {
|
|
@@ -1293,9 +1101,7 @@
|
|
|
1293
1101
|
"identity": "TYPE-StrategyState",
|
|
1294
1102
|
"name": "StrategyState",
|
|
1295
1103
|
"description": "dummy-description",
|
|
1296
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1297
1104
|
"nucleusSchema": {
|
|
1298
|
-
"$anchor": "StrategyState",
|
|
1299
1105
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1300
1106
|
"type": "object",
|
|
1301
1107
|
"propertyNames": {
|
|
@@ -1310,9 +1116,7 @@
|
|
|
1310
1116
|
"identity": "TYPE-StrategyStateFacet",
|
|
1311
1117
|
"name": "StrategyStateFacet",
|
|
1312
1118
|
"description": "dummy-description",
|
|
1313
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1314
1119
|
"nucleusSchema": {
|
|
1315
|
-
"$anchor": "StrategyStateFacet",
|
|
1316
1120
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1317
1121
|
"type": "object",
|
|
1318
1122
|
"required": [
|
|
@@ -1329,9 +1133,7 @@
|
|
|
1329
1133
|
"identity": "TYPE-StepArray",
|
|
1330
1134
|
"name": "StepArray",
|
|
1331
1135
|
"description": "dummy-description",
|
|
1332
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1333
1136
|
"nucleusSchema": {
|
|
1334
|
-
"$anchor": "StepArray",
|
|
1335
1137
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1336
1138
|
"type": "array",
|
|
1337
1139
|
"items": {
|
|
@@ -1344,9 +1146,7 @@
|
|
|
1344
1146
|
"identity": "TYPE-StepsFacet",
|
|
1345
1147
|
"name": "StepsFacet",
|
|
1346
1148
|
"description": "dummy-description",
|
|
1347
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1348
1149
|
"nucleusSchema": {
|
|
1349
|
-
"$anchor": "StepsFacet",
|
|
1350
1150
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1351
1151
|
"type": "object",
|
|
1352
1152
|
"required": [
|
|
@@ -1363,9 +1163,7 @@
|
|
|
1363
1163
|
"identity": "TYPE-RawStrategy",
|
|
1364
1164
|
"name": "RawStrategy",
|
|
1365
1165
|
"description": "dummy-description",
|
|
1366
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1367
1166
|
"nucleusSchema": {
|
|
1368
|
-
"$anchor": "RawStrategy",
|
|
1369
1167
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1370
1168
|
"type": "object",
|
|
1371
1169
|
"allOf": [
|
|
@@ -1383,9 +1181,7 @@
|
|
|
1383
1181
|
"identity": "TYPE-RunnableStrategyIdentity",
|
|
1384
1182
|
"name": "RunnableStrategyIdentity",
|
|
1385
1183
|
"description": "dummy-description",
|
|
1386
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1387
1184
|
"nucleusSchema": {
|
|
1388
|
-
"$anchor": "RunnableStrategyIdentity",
|
|
1389
1185
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1390
1186
|
"type": "string",
|
|
1391
1187
|
"pattern": "^RUNNABLE_STRATEGY-.+$"
|
|
@@ -1395,9 +1191,7 @@
|
|
|
1395
1191
|
"identity": "TYPE-RunnableStrategyStatus",
|
|
1396
1192
|
"name": "RunnableStrategyStatus",
|
|
1397
1193
|
"description": "dummy-description",
|
|
1398
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1399
1194
|
"nucleusSchema": {
|
|
1400
|
-
"$anchor": "RunnableStrategyStatus",
|
|
1401
1195
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1402
1196
|
"type": "string",
|
|
1403
1197
|
"enum": [
|
|
@@ -1413,9 +1207,7 @@
|
|
|
1413
1207
|
"identity": "TYPE-RunnableStrategyContext",
|
|
1414
1208
|
"name": "RunnableStrategyContext",
|
|
1415
1209
|
"description": "dummy-description",
|
|
1416
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1417
1210
|
"nucleusSchema": {
|
|
1418
|
-
"$anchor": "RunnableStrategyContext",
|
|
1419
1211
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1420
1212
|
"type": "object",
|
|
1421
1213
|
"required": [
|
|
@@ -1439,9 +1231,7 @@
|
|
|
1439
1231
|
"identity": "TYPE-StrategyThreadIdentity",
|
|
1440
1232
|
"name": "StrategyThreadIdentity",
|
|
1441
1233
|
"description": "dummy-description",
|
|
1442
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1443
1234
|
"nucleusSchema": {
|
|
1444
|
-
"$anchor": "StrategyThreadIdentity",
|
|
1445
1235
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1446
1236
|
"type": "string",
|
|
1447
1237
|
"pattern": "^STRATEGY_THREAD-.+$"
|
|
@@ -1451,9 +1241,7 @@
|
|
|
1451
1241
|
"identity": "TYPE-StrategyThreadMap",
|
|
1452
1242
|
"name": "StrategyThreadMap",
|
|
1453
1243
|
"description": "dummy-description",
|
|
1454
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1455
1244
|
"nucleusSchema": {
|
|
1456
|
-
"$anchor": "StrategyThreadMap",
|
|
1457
1245
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1458
1246
|
"type": "object",
|
|
1459
1247
|
"propertyNames": {
|
|
@@ -1469,9 +1257,7 @@
|
|
|
1469
1257
|
"identity": "TYPE-StrategyThreadMapFacet",
|
|
1470
1258
|
"name": "StrategyThreadMapFacet",
|
|
1471
1259
|
"description": "dummy-description",
|
|
1472
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1473
1260
|
"nucleusSchema": {
|
|
1474
|
-
"$anchor": "StrategyThreadMapFacet",
|
|
1475
1261
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1476
1262
|
"type": "object",
|
|
1477
1263
|
"required": [
|
|
@@ -1488,9 +1274,7 @@
|
|
|
1488
1274
|
"identity": "TYPE-RunnableStrategy",
|
|
1489
1275
|
"name": "RunnableStrategy",
|
|
1490
1276
|
"description": "dummy-description",
|
|
1491
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1492
1277
|
"nucleusSchema": {
|
|
1493
|
-
"$anchor": "RunnableStrategy",
|
|
1494
1278
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1495
1279
|
"type": "object",
|
|
1496
1280
|
"required": [
|
|
@@ -1522,9 +1306,7 @@
|
|
|
1522
1306
|
"identity": "TYPE-StrategyStateDelta",
|
|
1523
1307
|
"name": "StrategyStateDelta",
|
|
1524
1308
|
"description": "dummy-description",
|
|
1525
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1526
1309
|
"nucleusSchema": {
|
|
1527
|
-
"$anchor": "StrategyStateDelta",
|
|
1528
1310
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1529
1311
|
"type": "object",
|
|
1530
1312
|
"required": [
|
|
@@ -1541,9 +1323,7 @@
|
|
|
1541
1323
|
"identity": "TYPE-RunnableStrategyUpdate",
|
|
1542
1324
|
"name": "RunnableStrategyUpdate",
|
|
1543
1325
|
"description": "dummy-description",
|
|
1544
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1545
1326
|
"nucleusSchema": {
|
|
1546
|
-
"$anchor": "RunnableStrategyUpdate",
|
|
1547
1327
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1548
1328
|
"type": "object",
|
|
1549
1329
|
"required": [
|
|
@@ -1570,9 +1350,7 @@
|
|
|
1570
1350
|
"identity": "TYPE-RunEventCounters",
|
|
1571
1351
|
"name": "RunEventCounters",
|
|
1572
1352
|
"description": "dummy-description",
|
|
1573
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1574
1353
|
"nucleusSchema": {
|
|
1575
|
-
"$anchor": "RunEventCounters",
|
|
1576
1354
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1577
1355
|
"type": "object",
|
|
1578
1356
|
"properties": {
|
|
@@ -1589,9 +1367,7 @@
|
|
|
1589
1367
|
"identity": "TYPE-RunEventStepMetadata",
|
|
1590
1368
|
"name": "RunEventStepMetadata",
|
|
1591
1369
|
"description": "dummy-description",
|
|
1592
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1593
1370
|
"nucleusSchema": {
|
|
1594
|
-
"$anchor": "RunEventStepMetadata",
|
|
1595
1371
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1596
1372
|
"type": "object",
|
|
1597
1373
|
"required": [
|
|
@@ -1616,9 +1392,7 @@
|
|
|
1616
1392
|
"identity": "TYPE-RunEventUpdates",
|
|
1617
1393
|
"name": "RunEventUpdates",
|
|
1618
1394
|
"description": "dummy-description",
|
|
1619
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1620
1395
|
"nucleusSchema": {
|
|
1621
|
-
"$anchor": "RunEventUpdates",
|
|
1622
1396
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1623
1397
|
"type": "object",
|
|
1624
1398
|
"properties": {
|
|
@@ -1656,9 +1430,7 @@
|
|
|
1656
1430
|
"identity": "TYPE-RunEventKind",
|
|
1657
1431
|
"name": "RunEventKind",
|
|
1658
1432
|
"description": "dummy-description",
|
|
1659
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1660
1433
|
"nucleusSchema": {
|
|
1661
|
-
"$anchor": "RunEventKind",
|
|
1662
1434
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1663
1435
|
"type": "string",
|
|
1664
1436
|
"enum": [
|
|
@@ -1673,9 +1445,7 @@
|
|
|
1673
1445
|
"identity": "TYPE-RunEventBase",
|
|
1674
1446
|
"name": "RunEventBase",
|
|
1675
1447
|
"description": "dummy-description",
|
|
1676
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1677
1448
|
"nucleusSchema": {
|
|
1678
|
-
"$anchor": "RunEventBase",
|
|
1679
1449
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1680
1450
|
"type": "object",
|
|
1681
1451
|
"required": [
|
|
@@ -1721,9 +1491,7 @@
|
|
|
1721
1491
|
"identity": "TYPE-GraphStartRunEvent",
|
|
1722
1492
|
"name": "GraphStartRunEvent",
|
|
1723
1493
|
"description": "dummy-description",
|
|
1724
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1725
1494
|
"nucleusSchema": {
|
|
1726
|
-
"$anchor": "GraphStartRunEvent",
|
|
1727
1495
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1728
1496
|
"allOf": [
|
|
1729
1497
|
{
|
|
@@ -1750,9 +1518,7 @@
|
|
|
1750
1518
|
"identity": "TYPE-TickRunEvent",
|
|
1751
1519
|
"name": "TickRunEvent",
|
|
1752
1520
|
"description": "dummy-description",
|
|
1753
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1754
1521
|
"nucleusSchema": {
|
|
1755
|
-
"$anchor": "TickRunEvent",
|
|
1756
1522
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1757
1523
|
"allOf": [
|
|
1758
1524
|
{
|
|
@@ -1773,9 +1539,7 @@
|
|
|
1773
1539
|
"identity": "TYPE-InterruptRunEvent",
|
|
1774
1540
|
"name": "InterruptRunEvent",
|
|
1775
1541
|
"description": "dummy-description",
|
|
1776
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1777
1542
|
"nucleusSchema": {
|
|
1778
|
-
"$anchor": "InterruptRunEvent",
|
|
1779
1543
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1780
1544
|
"allOf": [
|
|
1781
1545
|
{
|
|
@@ -1796,9 +1560,7 @@
|
|
|
1796
1560
|
"identity": "TYPE-GraphEndRunEvent",
|
|
1797
1561
|
"name": "GraphEndRunEvent",
|
|
1798
1562
|
"description": "dummy-description",
|
|
1799
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1800
1563
|
"nucleusSchema": {
|
|
1801
|
-
"$anchor": "GraphEndRunEvent",
|
|
1802
1564
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1803
1565
|
"allOf": [
|
|
1804
1566
|
{
|
|
@@ -1819,9 +1581,7 @@
|
|
|
1819
1581
|
"identity": "TYPE-RunEvent",
|
|
1820
1582
|
"name": "RunEvent",
|
|
1821
1583
|
"description": "dummy-description",
|
|
1822
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1823
1584
|
"nucleusSchema": {
|
|
1824
|
-
"$anchor": "RunEvent",
|
|
1825
1585
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1826
1586
|
"type": "object",
|
|
1827
1587
|
"oneOf": [
|
|
@@ -1844,9 +1604,7 @@
|
|
|
1844
1604
|
"identity": "TYPE-StrategyRunIdentity",
|
|
1845
1605
|
"name": "StrategyRunIdentity",
|
|
1846
1606
|
"description": "dummy-description",
|
|
1847
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1848
1607
|
"nucleusSchema": {
|
|
1849
|
-
"$anchor": "StrategyRunIdentity",
|
|
1850
1608
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1851
1609
|
"type": "string",
|
|
1852
1610
|
"pattern": "^STRATEGY_RUN-.+$"
|
|
@@ -1856,9 +1614,7 @@
|
|
|
1856
1614
|
"identity": "TYPE-StrategyRun",
|
|
1857
1615
|
"name": "StrategyRun",
|
|
1858
1616
|
"description": "dummy-description",
|
|
1859
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1860
1617
|
"nucleusSchema": {
|
|
1861
|
-
"$anchor": "StrategyRun",
|
|
1862
1618
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1863
1619
|
"type": "object",
|
|
1864
1620
|
"required": [
|
|
@@ -1892,9 +1648,7 @@
|
|
|
1892
1648
|
"identity": "TYPE-GoalIdentity",
|
|
1893
1649
|
"name": "GoalIdentity",
|
|
1894
1650
|
"description": "dummy-description",
|
|
1895
|
-
"resourceTypeImplementationKind": "internal-without-identity",
|
|
1896
1651
|
"nucleusSchema": {
|
|
1897
|
-
"$anchor": "GoalIdentity",
|
|
1898
1652
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1899
1653
|
"type": "string",
|
|
1900
1654
|
"pattern": "^GOAL-.+$"
|
|
@@ -1904,9 +1658,7 @@
|
|
|
1904
1658
|
"identity": "TYPE-Goal",
|
|
1905
1659
|
"name": "Goal",
|
|
1906
1660
|
"description": "dummy-description",
|
|
1907
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1908
1661
|
"nucleusSchema": {
|
|
1909
|
-
"$anchor": "Goal",
|
|
1910
1662
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1911
1663
|
"type": "object",
|
|
1912
1664
|
"required": [
|
|
@@ -1945,11 +1697,6 @@
|
|
|
1945
1697
|
"minimum": 1
|
|
1946
1698
|
}
|
|
1947
1699
|
},
|
|
1948
|
-
"allOf": [
|
|
1949
|
-
{
|
|
1950
|
-
"$ref": "#/$defs/DomainFacet"
|
|
1951
|
-
}
|
|
1952
|
-
],
|
|
1953
1700
|
"unevaluatedProperties": false
|
|
1954
1701
|
}
|
|
1955
1702
|
},
|
|
@@ -1957,9 +1704,7 @@
|
|
|
1957
1704
|
"identity": "TYPE-Natural",
|
|
1958
1705
|
"name": "Natural",
|
|
1959
1706
|
"description": "dummy-description",
|
|
1960
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1961
1707
|
"nucleusSchema": {
|
|
1962
|
-
"$anchor": "Natural",
|
|
1963
1708
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1964
1709
|
"type": "object",
|
|
1965
1710
|
"required": [
|
|
@@ -1982,9 +1727,7 @@
|
|
|
1982
1727
|
"identity": "TYPE-Boolean",
|
|
1983
1728
|
"name": "Boolean",
|
|
1984
1729
|
"description": "dummy-description",
|
|
1985
|
-
"resourceTypeImplementationKind": "internal-with-identity",
|
|
1986
1730
|
"nucleusSchema": {
|
|
1987
|
-
"$anchor": "Boolean",
|
|
1988
1731
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1989
1732
|
"type": "object",
|
|
1990
1733
|
"required": [
|