@toolproof-npm/schema 0.1.51 → 0.1.53
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/genesis/generated/resource-envelopes/Genesis.d.ts +2 -0
- package/dist/genesis/generated/resource-envelopes/Genesis.js +2 -0
- package/dist/genesis/generated/resource-envelopes/Genesis.json +2337 -0
- package/dist/genesis/{resourceTypes → generated/resource-type-envelopes}/Genesis.json +86 -86
- package/dist/genesis/generated/resourceTypes/Genesis.d.ts +2 -0
- package/dist/genesis/generated/resourceTypes/Genesis.js +2 -0
- package/dist/genesis/generated/resourceTypes/Genesis.json +1757 -0
- package/dist/genesis/generated/types/GenesisResourceType.d.ts +63 -0
- package/dist/genesis/generated/types/GenesisResourceType.js +1 -0
- package/dist/genesis/generated/types/types.d.ts +185 -497
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/scripts/_lib/config.d.ts +4 -0
- package/dist/scripts/_lib/config.js +18 -1
- package/dist/scripts/extractSchemas.js +2 -2
- package/dist/scripts/generateGenesisResourceTypeType.d.ts +1 -0
- package/dist/scripts/generateGenesisResourceTypeType.js +71 -0
- package/dist/scripts/generateResourceEnvelopes.js +1 -1
- package/dist/scripts/generateSchemaShims.js +21 -0
- package/dist/scripts/generateTypes.js +58 -0
- package/dist/scripts/rewriteAnchors.js +4 -2
- package/package.json +3 -2
- /package/dist/genesis/{resourceTypes → generated/resource-type-envelopes}/Genesis.d.ts +0 -0
- /package/dist/genesis/{resourceTypes → generated/resource-type-envelopes}/Genesis.js +0 -0
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"type": "object",
|
|
65
65
|
"allOf": [
|
|
66
66
|
{
|
|
67
|
-
"$ref": "
|
|
67
|
+
"$ref": "#/$defs/Named"
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"$ref": "
|
|
70
|
+
"$ref": "#/$defs/Described"
|
|
71
71
|
}
|
|
72
72
|
]
|
|
73
73
|
}
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
"type": "object",
|
|
268
268
|
"patternProperties": {
|
|
269
269
|
"^[A-Za-z][A-Za-z0-9._-]*Identity$": {
|
|
270
|
-
"$ref": "
|
|
270
|
+
"$ref": "#/$defs/IdentitySchema"
|
|
271
271
|
}
|
|
272
272
|
},
|
|
273
273
|
"$comment": "Ajv-specific: patternRequired enforces at least one Identity-like key in this $defs block when identity is present.",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
],
|
|
295
295
|
"properties": {
|
|
296
296
|
"identity": {
|
|
297
|
-
"$ref": "
|
|
297
|
+
"$ref": "#/$defs/IdentitySchemaRef"
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
300
|
}
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
"type": "object",
|
|
467
467
|
"patternProperties": {
|
|
468
468
|
"^[A-Za-z][A-Za-z0-9._-]*Merit$": {
|
|
469
|
-
"$ref": "
|
|
469
|
+
"$ref": "#/$defs/MeritSchema"
|
|
470
470
|
}
|
|
471
471
|
},
|
|
472
472
|
"$comment": "Ajv-specific: patternRequired enforces at least one Merit-like key in this $defs block when merit is present.",
|
|
@@ -490,7 +490,7 @@
|
|
|
490
490
|
],
|
|
491
491
|
"properties": {
|
|
492
492
|
"merit": {
|
|
493
|
-
"$ref": "
|
|
493
|
+
"$ref": "#/$defs/MeritSchemaRef"
|
|
494
494
|
}
|
|
495
495
|
}
|
|
496
496
|
}
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
]
|
|
580
580
|
},
|
|
581
581
|
"then": {
|
|
582
|
-
"$ref": "
|
|
582
|
+
"$ref": "#/$defs/IdentityProp"
|
|
583
583
|
}
|
|
584
584
|
},
|
|
585
585
|
{
|
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
]
|
|
612
612
|
},
|
|
613
613
|
"then": {
|
|
614
|
-
"$ref": "
|
|
614
|
+
"$ref": "#/$defs/MeritProp"
|
|
615
615
|
}
|
|
616
616
|
},
|
|
617
617
|
{
|
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
],
|
|
647
647
|
"properties": {
|
|
648
648
|
"extractionSchema": {
|
|
649
|
-
"$ref": "
|
|
649
|
+
"$ref": "#/$defs/ExtractionSchema"
|
|
650
650
|
}
|
|
651
651
|
}
|
|
652
652
|
}
|
|
@@ -690,18 +690,18 @@
|
|
|
690
690
|
],
|
|
691
691
|
"properties": {
|
|
692
692
|
"identity": {
|
|
693
|
-
"$ref": "
|
|
693
|
+
"$ref": "#/$defs/ResourceTypeIdentity"
|
|
694
694
|
},
|
|
695
695
|
"resourceFormatRef": {
|
|
696
|
-
"$ref": "
|
|
696
|
+
"$ref": "#/$defs/ResourceFormatIdentity"
|
|
697
697
|
}
|
|
698
698
|
},
|
|
699
699
|
"allOf": [
|
|
700
700
|
{
|
|
701
|
-
"$ref": "
|
|
701
|
+
"$ref": "#/$defs/Documented"
|
|
702
702
|
},
|
|
703
703
|
{
|
|
704
|
-
"$ref": "
|
|
704
|
+
"$ref": "#/$defs/ExtractionSchemaWrapper"
|
|
705
705
|
},
|
|
706
706
|
{
|
|
707
707
|
"if": {
|
|
@@ -749,12 +749,12 @@
|
|
|
749
749
|
],
|
|
750
750
|
"properties": {
|
|
751
751
|
"identity": {
|
|
752
|
-
"$ref": "
|
|
752
|
+
"$ref": "#/$defs/ResourceFormatIdentity"
|
|
753
753
|
}
|
|
754
754
|
},
|
|
755
755
|
"allOf": [
|
|
756
756
|
{
|
|
757
|
-
"$ref": "
|
|
757
|
+
"$ref": "#/$defs/Documented"
|
|
758
758
|
}
|
|
759
759
|
]
|
|
760
760
|
}
|
|
@@ -801,12 +801,12 @@
|
|
|
801
801
|
],
|
|
802
802
|
"properties": {
|
|
803
803
|
"resourceTypeRef": {
|
|
804
|
-
"$ref": "
|
|
804
|
+
"$ref": "#/$defs/ResourceTypeIdentity"
|
|
805
805
|
}
|
|
806
806
|
}
|
|
807
807
|
},
|
|
808
808
|
{
|
|
809
|
-
"$ref": "
|
|
809
|
+
"$ref": "#/$defs/Documented"
|
|
810
810
|
}
|
|
811
811
|
]
|
|
812
812
|
}
|
|
@@ -821,10 +821,10 @@
|
|
|
821
821
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
822
822
|
"type": "object",
|
|
823
823
|
"propertyNames": {
|
|
824
|
-
"$ref": "
|
|
824
|
+
"$ref": "#/$defs/ResourceRoleIdentity"
|
|
825
825
|
},
|
|
826
826
|
"additionalProperties": {
|
|
827
|
-
"$ref": "
|
|
827
|
+
"$ref": "#/$defs/ResourceRoleValue"
|
|
828
828
|
}
|
|
829
829
|
}
|
|
830
830
|
},
|
|
@@ -843,10 +843,10 @@
|
|
|
843
843
|
],
|
|
844
844
|
"properties": {
|
|
845
845
|
"inputMap": {
|
|
846
|
-
"$ref": "
|
|
846
|
+
"$ref": "#/$defs/RoleMap"
|
|
847
847
|
},
|
|
848
848
|
"outputMap": {
|
|
849
|
-
"$ref": "
|
|
849
|
+
"$ref": "#/$defs/RoleMap"
|
|
850
850
|
}
|
|
851
851
|
},
|
|
852
852
|
"unevaluatedProperties": false
|
|
@@ -866,7 +866,7 @@
|
|
|
866
866
|
],
|
|
867
867
|
"properties": {
|
|
868
868
|
"roles": {
|
|
869
|
-
"$ref": "
|
|
869
|
+
"$ref": "#/$defs/Roles"
|
|
870
870
|
}
|
|
871
871
|
}
|
|
872
872
|
}
|
|
@@ -900,7 +900,7 @@
|
|
|
900
900
|
],
|
|
901
901
|
"properties": {
|
|
902
902
|
"identity": {
|
|
903
|
-
"$ref": "
|
|
903
|
+
"$ref": "#/$defs/JobIdentity"
|
|
904
904
|
},
|
|
905
905
|
"implementationUri": {
|
|
906
906
|
"type": "string",
|
|
@@ -909,10 +909,10 @@
|
|
|
909
909
|
},
|
|
910
910
|
"allOf": [
|
|
911
911
|
{
|
|
912
|
-
"$ref": "
|
|
912
|
+
"$ref": "#/$defs/Documented"
|
|
913
913
|
},
|
|
914
914
|
{
|
|
915
|
-
"$ref": "
|
|
915
|
+
"$ref": "#/$defs/RolesWrapper"
|
|
916
916
|
}
|
|
917
917
|
],
|
|
918
918
|
"unevaluatedProperties": false
|
|
@@ -928,10 +928,10 @@
|
|
|
928
928
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
929
929
|
"type": "object",
|
|
930
930
|
"propertyNames": {
|
|
931
|
-
"$ref": "
|
|
931
|
+
"$ref": "#/$defs/ResourceRoleIdentity"
|
|
932
932
|
},
|
|
933
933
|
"additionalProperties": {
|
|
934
|
-
"$ref": "
|
|
934
|
+
"$ref": "#/$defs/ResourceIdentity"
|
|
935
935
|
}
|
|
936
936
|
}
|
|
937
937
|
},
|
|
@@ -950,10 +950,10 @@
|
|
|
950
950
|
],
|
|
951
951
|
"properties": {
|
|
952
952
|
"inputBindingMap": {
|
|
953
|
-
"$ref": "
|
|
953
|
+
"$ref": "#/$defs/RoleBindingMap"
|
|
954
954
|
},
|
|
955
955
|
"outputBindingMap": {
|
|
956
|
-
"$ref": "
|
|
956
|
+
"$ref": "#/$defs/RoleBindingMap"
|
|
957
957
|
}
|
|
958
958
|
},
|
|
959
959
|
"unevaluatedProperties": false
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
],
|
|
974
974
|
"properties": {
|
|
975
975
|
"roleBindings": {
|
|
976
|
-
"$ref": "
|
|
976
|
+
"$ref": "#/$defs/RoleBindings"
|
|
977
977
|
}
|
|
978
978
|
}
|
|
979
979
|
}
|
|
@@ -993,10 +993,10 @@
|
|
|
993
993
|
],
|
|
994
994
|
"properties": {
|
|
995
995
|
"resourceRoleRef": {
|
|
996
|
-
"$ref": "
|
|
996
|
+
"$ref": "#/$defs/ResourceRoleIdentity"
|
|
997
997
|
},
|
|
998
998
|
"executionRef": {
|
|
999
|
-
"$ref": "
|
|
999
|
+
"$ref": "#/$defs/ExecutionIdentity"
|
|
1000
1000
|
}
|
|
1001
1001
|
}
|
|
1002
1002
|
}
|
|
@@ -1015,7 +1015,7 @@
|
|
|
1015
1015
|
],
|
|
1016
1016
|
"properties": {
|
|
1017
1017
|
"creationContext": {
|
|
1018
|
-
"$ref": "
|
|
1018
|
+
"$ref": "#/$defs/CreationContext"
|
|
1019
1019
|
}
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
@@ -1035,10 +1035,10 @@
|
|
|
1035
1035
|
],
|
|
1036
1036
|
"properties": {
|
|
1037
1037
|
"identity": {
|
|
1038
|
-
"$ref": "
|
|
1038
|
+
"$ref": "#/$defs/ResourceIdentity"
|
|
1039
1039
|
},
|
|
1040
1040
|
"resourceTypeRef": {
|
|
1041
|
-
"$ref": "
|
|
1041
|
+
"$ref": "#/$defs/ResourceTypeIdentity"
|
|
1042
1042
|
}
|
|
1043
1043
|
}
|
|
1044
1044
|
}
|
|
@@ -1078,10 +1078,10 @@
|
|
|
1078
1078
|
"type": "object",
|
|
1079
1079
|
"allOf": [
|
|
1080
1080
|
{
|
|
1081
|
-
"$ref": "
|
|
1081
|
+
"$ref": "#/$defs/ResourceBase"
|
|
1082
1082
|
},
|
|
1083
1083
|
{
|
|
1084
|
-
"$ref": "
|
|
1084
|
+
"$ref": "#/$defs/ResourceKind"
|
|
1085
1085
|
},
|
|
1086
1086
|
{
|
|
1087
1087
|
"required": [
|
|
@@ -1108,13 +1108,13 @@
|
|
|
1108
1108
|
"type": "object",
|
|
1109
1109
|
"allOf": [
|
|
1110
1110
|
{
|
|
1111
|
-
"$ref": "
|
|
1111
|
+
"$ref": "#/$defs/ResourceBase"
|
|
1112
1112
|
},
|
|
1113
1113
|
{
|
|
1114
|
-
"$ref": "
|
|
1114
|
+
"$ref": "#/$defs/CreationContextWrapper"
|
|
1115
1115
|
},
|
|
1116
1116
|
{
|
|
1117
|
-
"$ref": "
|
|
1117
|
+
"$ref": "#/$defs/ResourceKind"
|
|
1118
1118
|
},
|
|
1119
1119
|
{
|
|
1120
1120
|
"required": [
|
|
@@ -1141,13 +1141,13 @@
|
|
|
1141
1141
|
"type": "object",
|
|
1142
1142
|
"allOf": [
|
|
1143
1143
|
{
|
|
1144
|
-
"$ref": "
|
|
1144
|
+
"$ref": "#/$defs/ResourceBase"
|
|
1145
1145
|
},
|
|
1146
1146
|
{
|
|
1147
|
-
"$ref": "
|
|
1147
|
+
"$ref": "#/$defs/CreationContextWrapper"
|
|
1148
1148
|
},
|
|
1149
1149
|
{
|
|
1150
|
-
"$ref": "
|
|
1150
|
+
"$ref": "#/$defs/ResourceKind"
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
1153
|
"required": [
|
|
@@ -1213,13 +1213,13 @@
|
|
|
1213
1213
|
"type": "object",
|
|
1214
1214
|
"allOf": [
|
|
1215
1215
|
{
|
|
1216
|
-
"$ref": "
|
|
1216
|
+
"$ref": "#/$defs/ResourceBase"
|
|
1217
1217
|
},
|
|
1218
1218
|
{
|
|
1219
|
-
"$ref": "
|
|
1219
|
+
"$ref": "#/$defs/CreationContextWrapper"
|
|
1220
1220
|
},
|
|
1221
1221
|
{
|
|
1222
|
-
"$ref": "
|
|
1222
|
+
"$ref": "#/$defs/ResourceKind"
|
|
1223
1223
|
},
|
|
1224
1224
|
{
|
|
1225
1225
|
"required": [
|
|
@@ -1232,10 +1232,10 @@
|
|
|
1232
1232
|
}
|
|
1233
1233
|
},
|
|
1234
1234
|
{
|
|
1235
|
-
"$ref": "
|
|
1235
|
+
"$ref": "#/$defs/Timestamp"
|
|
1236
1236
|
},
|
|
1237
1237
|
{
|
|
1238
|
-
"$ref": "
|
|
1238
|
+
"$ref": "#/$defs/Path"
|
|
1239
1239
|
}
|
|
1240
1240
|
]
|
|
1241
1241
|
}
|
|
@@ -1249,7 +1249,7 @@
|
|
|
1249
1249
|
"$anchor": "ResourceMeta",
|
|
1250
1250
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1251
1251
|
"type": "object",
|
|
1252
|
-
"$ref": "
|
|
1252
|
+
"$ref": "#/$defs/ResourceMetaBase",
|
|
1253
1253
|
"unevaluatedProperties": false
|
|
1254
1254
|
}
|
|
1255
1255
|
},
|
|
@@ -1277,13 +1277,13 @@
|
|
|
1277
1277
|
{
|
|
1278
1278
|
"type": "array",
|
|
1279
1279
|
"items": {
|
|
1280
|
-
"$ref": "
|
|
1280
|
+
"$ref": "#/$defs/JsonData"
|
|
1281
1281
|
}
|
|
1282
1282
|
},
|
|
1283
1283
|
{
|
|
1284
1284
|
"type": "object",
|
|
1285
1285
|
"additionalProperties": {
|
|
1286
|
-
"$ref": "
|
|
1286
|
+
"$ref": "#/$defs/JsonData"
|
|
1287
1287
|
}
|
|
1288
1288
|
}
|
|
1289
1289
|
]
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
"type": "object",
|
|
1301
1301
|
"allOf": [
|
|
1302
1302
|
{
|
|
1303
|
-
"$ref": "
|
|
1303
|
+
"$ref": "#/$defs/ResourceMetaBase"
|
|
1304
1304
|
},
|
|
1305
1305
|
{
|
|
1306
1306
|
"required": [
|
|
@@ -1311,7 +1311,7 @@
|
|
|
1311
1311
|
"$comment": "This will be overlayed at runtime to match the data structure of the underlying type's extractionSchema. At compile time, we guarantee it has an identity property.",
|
|
1312
1312
|
"type": "object",
|
|
1313
1313
|
"additionalProperties": {
|
|
1314
|
-
"$ref": "
|
|
1314
|
+
"$ref": "#/$defs/JsonData"
|
|
1315
1315
|
}
|
|
1316
1316
|
}
|
|
1317
1317
|
}
|
|
@@ -1347,16 +1347,16 @@
|
|
|
1347
1347
|
],
|
|
1348
1348
|
"properties": {
|
|
1349
1349
|
"identity": {
|
|
1350
|
-
"$ref": "
|
|
1350
|
+
"$ref": "#/$defs/ExecutionIdentity"
|
|
1351
1351
|
},
|
|
1352
1352
|
"jobRef": {
|
|
1353
|
-
"$ref": "
|
|
1353
|
+
"$ref": "#/$defs/JobIdentity"
|
|
1354
1354
|
}
|
|
1355
1355
|
},
|
|
1356
1356
|
"allOf": [
|
|
1357
1357
|
{
|
|
1358
1358
|
"$comment": "This will be overlayed at runtime to specify roleBindings corresponding to the roles of the underlying job.",
|
|
1359
|
-
"$ref": "
|
|
1359
|
+
"$ref": "#/$defs/RoleBindingsWrapper"
|
|
1360
1360
|
}
|
|
1361
1361
|
]
|
|
1362
1362
|
}
|
|
@@ -1376,10 +1376,10 @@
|
|
|
1376
1376
|
],
|
|
1377
1377
|
"properties": {
|
|
1378
1378
|
"when": {
|
|
1379
|
-
"$ref": "
|
|
1379
|
+
"$ref": "#/$defs/WorkStep"
|
|
1380
1380
|
},
|
|
1381
1381
|
"what": {
|
|
1382
|
-
"$ref": "
|
|
1382
|
+
"$ref": "#/$defs/WorkStep"
|
|
1383
1383
|
}
|
|
1384
1384
|
},
|
|
1385
1385
|
"unevaluatedProperties": false
|
|
@@ -1438,18 +1438,18 @@
|
|
|
1438
1438
|
],
|
|
1439
1439
|
"properties": {
|
|
1440
1440
|
"identity": {
|
|
1441
|
-
"$ref": "
|
|
1441
|
+
"$ref": "#/$defs/WorkStepIdentity"
|
|
1442
1442
|
},
|
|
1443
1443
|
"kind": {
|
|
1444
1444
|
"const": "work"
|
|
1445
1445
|
},
|
|
1446
1446
|
"execution": {
|
|
1447
|
-
"$ref": "
|
|
1447
|
+
"$ref": "#/$defs/Execution"
|
|
1448
1448
|
}
|
|
1449
1449
|
},
|
|
1450
1450
|
"allOf": [
|
|
1451
1451
|
{
|
|
1452
|
-
"$ref": "
|
|
1452
|
+
"$ref": "#/$defs/StepKind"
|
|
1453
1453
|
}
|
|
1454
1454
|
]
|
|
1455
1455
|
}
|
|
@@ -1482,7 +1482,7 @@
|
|
|
1482
1482
|
],
|
|
1483
1483
|
"properties": {
|
|
1484
1484
|
"identity": {
|
|
1485
|
-
"$ref": "
|
|
1485
|
+
"$ref": "#/$defs/BranchStepIdentity"
|
|
1486
1486
|
},
|
|
1487
1487
|
"kind": {
|
|
1488
1488
|
"const": "branch"
|
|
@@ -1490,7 +1490,7 @@
|
|
|
1490
1490
|
"cases": {
|
|
1491
1491
|
"type": "array",
|
|
1492
1492
|
"items": {
|
|
1493
|
-
"$ref": "
|
|
1493
|
+
"$ref": "#/$defs/Conditional"
|
|
1494
1494
|
},
|
|
1495
1495
|
"minItems": 1,
|
|
1496
1496
|
"uniqueItems": true
|
|
@@ -1498,7 +1498,7 @@
|
|
|
1498
1498
|
},
|
|
1499
1499
|
"allOf": [
|
|
1500
1500
|
{
|
|
1501
|
-
"$ref": "
|
|
1501
|
+
"$ref": "#/$defs/StepKind"
|
|
1502
1502
|
}
|
|
1503
1503
|
]
|
|
1504
1504
|
}
|
|
@@ -1531,18 +1531,18 @@
|
|
|
1531
1531
|
],
|
|
1532
1532
|
"properties": {
|
|
1533
1533
|
"identity": {
|
|
1534
|
-
"$ref": "
|
|
1534
|
+
"$ref": "#/$defs/WhileStepIdentity"
|
|
1535
1535
|
},
|
|
1536
1536
|
"kind": {
|
|
1537
1537
|
"const": "while"
|
|
1538
1538
|
},
|
|
1539
1539
|
"case": {
|
|
1540
|
-
"$ref": "
|
|
1540
|
+
"$ref": "#/$defs/Conditional"
|
|
1541
1541
|
}
|
|
1542
1542
|
},
|
|
1543
1543
|
"allOf": [
|
|
1544
1544
|
{
|
|
1545
|
-
"$ref": "
|
|
1545
|
+
"$ref": "#/$defs/StepKind"
|
|
1546
1546
|
}
|
|
1547
1547
|
]
|
|
1548
1548
|
}
|
|
@@ -1575,18 +1575,18 @@
|
|
|
1575
1575
|
],
|
|
1576
1576
|
"properties": {
|
|
1577
1577
|
"identity": {
|
|
1578
|
-
"$ref": "
|
|
1578
|
+
"$ref": "#/$defs/ForStepIdentity"
|
|
1579
1579
|
},
|
|
1580
1580
|
"kind": {
|
|
1581
1581
|
"const": "for"
|
|
1582
1582
|
},
|
|
1583
1583
|
"case": {
|
|
1584
|
-
"$ref": "
|
|
1584
|
+
"$ref": "#/$defs/Conditional"
|
|
1585
1585
|
}
|
|
1586
1586
|
},
|
|
1587
1587
|
"allOf": [
|
|
1588
1588
|
{
|
|
1589
|
-
"$ref": "
|
|
1589
|
+
"$ref": "#/$defs/StepKind"
|
|
1590
1590
|
}
|
|
1591
1591
|
]
|
|
1592
1592
|
}
|
|
@@ -1602,16 +1602,16 @@
|
|
|
1602
1602
|
"type": "object",
|
|
1603
1603
|
"oneOf": [
|
|
1604
1604
|
{
|
|
1605
|
-
"$ref": "
|
|
1605
|
+
"$ref": "#/$defs/WorkStep"
|
|
1606
1606
|
},
|
|
1607
1607
|
{
|
|
1608
|
-
"$ref": "
|
|
1608
|
+
"$ref": "#/$defs/BranchStep"
|
|
1609
1609
|
},
|
|
1610
1610
|
{
|
|
1611
|
-
"$ref": "
|
|
1611
|
+
"$ref": "#/$defs/WhileStep"
|
|
1612
1612
|
},
|
|
1613
1613
|
{
|
|
1614
|
-
"$ref": "
|
|
1614
|
+
"$ref": "#/$defs/ForStep"
|
|
1615
1615
|
}
|
|
1616
1616
|
],
|
|
1617
1617
|
"unevaluatedProperties": false
|
|
@@ -1644,12 +1644,12 @@
|
|
|
1644
1644
|
],
|
|
1645
1645
|
"properties": {
|
|
1646
1646
|
"identity": {
|
|
1647
|
-
"$ref": "
|
|
1647
|
+
"$ref": "#/$defs/StatelessStrategyIdentity"
|
|
1648
1648
|
},
|
|
1649
1649
|
"steps": {
|
|
1650
1650
|
"type": "array",
|
|
1651
1651
|
"items": {
|
|
1652
|
-
"$ref": "
|
|
1652
|
+
"$ref": "#/$defs/Step"
|
|
1653
1653
|
},
|
|
1654
1654
|
"uniqueItems": true
|
|
1655
1655
|
}
|
|
@@ -1667,26 +1667,26 @@
|
|
|
1667
1667
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1668
1668
|
"type": "object",
|
|
1669
1669
|
"propertyNames": {
|
|
1670
|
-
"$ref": "
|
|
1670
|
+
"$ref": "#/$defs/ExecutionIdentity"
|
|
1671
1671
|
},
|
|
1672
1672
|
"additionalProperties": {
|
|
1673
1673
|
"type": "object",
|
|
1674
1674
|
"propertyNames": {
|
|
1675
|
-
"$ref": "
|
|
1675
|
+
"$ref": "#/$defs/ResourceRoleIdentity"
|
|
1676
1676
|
},
|
|
1677
1677
|
"additionalProperties": {
|
|
1678
1678
|
"oneOf": [
|
|
1679
1679
|
{
|
|
1680
|
-
"$ref": "
|
|
1680
|
+
"$ref": "#/$defs/ResourceMissing"
|
|
1681
1681
|
},
|
|
1682
1682
|
{
|
|
1683
|
-
"$ref": "
|
|
1683
|
+
"$ref": "#/$defs/ResourcePotentialInput"
|
|
1684
1684
|
},
|
|
1685
1685
|
{
|
|
1686
|
-
"$ref": "
|
|
1686
|
+
"$ref": "#/$defs/ResourcePotentialOutput"
|
|
1687
1687
|
},
|
|
1688
1688
|
{
|
|
1689
|
-
"$ref": "
|
|
1689
|
+
"$ref": "#/$defs/Resource"
|
|
1690
1690
|
}
|
|
1691
1691
|
]
|
|
1692
1692
|
}
|
|
@@ -1707,7 +1707,7 @@
|
|
|
1707
1707
|
],
|
|
1708
1708
|
"properties": {
|
|
1709
1709
|
"strategyState": {
|
|
1710
|
-
"$ref": "
|
|
1710
|
+
"$ref": "#/$defs/StrategyState"
|
|
1711
1711
|
}
|
|
1712
1712
|
}
|
|
1713
1713
|
}
|
|
@@ -1739,15 +1739,15 @@
|
|
|
1739
1739
|
],
|
|
1740
1740
|
"properties": {
|
|
1741
1741
|
"identity": {
|
|
1742
|
-
"$ref": "
|
|
1742
|
+
"$ref": "#/$defs/StatefulStrategyIdentity"
|
|
1743
1743
|
},
|
|
1744
1744
|
"statelessStrategy": {
|
|
1745
|
-
"$ref": "
|
|
1745
|
+
"$ref": "#/$defs/StatelessStrategy"
|
|
1746
1746
|
}
|
|
1747
1747
|
},
|
|
1748
1748
|
"allOf": [
|
|
1749
1749
|
{
|
|
1750
|
-
"$ref": "
|
|
1750
|
+
"$ref": "#/$defs/StrategyStateWrapper"
|
|
1751
1751
|
}
|
|
1752
1752
|
]
|
|
1753
1753
|
}
|