File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
src/cfnlint/data/schemas/other/step_functions Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 4
4
"choice" : {
5
5
"additionalProperties" : false ,
6
6
"definitions" : {
7
+ "Assign" : {
8
+ "type" : " object"
9
+ },
7
10
"Operator" : {
8
11
"properties" : {
9
12
"And" : {
285
288
"map" : {
286
289
"additionalProperties" : false ,
287
290
"properties" : {
291
+ "Assign" : {
292
+ "type" : " object"
293
+ },
288
294
"Catch" : {
289
295
"items" : {
290
296
"properties" : {
470
476
"parallel" : {
471
477
"additionalProperties" : false ,
472
478
"properties" : {
479
+ "Assign" : {
480
+ "type" : " object"
481
+ },
473
482
"Branches" : {
474
483
"items" : {
475
484
"$ref" : " #/"
580
589
"pass" : {
581
590
"additionalProperties" : false ,
582
591
"properties" : {
592
+ "Assign" : {
593
+ "type" : " object"
594
+ },
583
595
"Comment" : {
584
596
"type" : " string"
585
597
},
794
806
"task" : {
795
807
"additionalProperties" : false ,
796
808
"properties" : {
809
+ "Assign" : {
810
+ "type" : " object"
811
+ },
797
812
"Catch" : {
798
813
"items" : {
799
814
"properties" : {
927
942
"wait" : {
928
943
"additionalProperties" : false ,
929
944
"properties" : {
945
+ "Assign" : {
946
+ "type" : " object"
947
+ },
930
948
"Comment" : {
931
949
"type" : " string"
932
950
},
You can’t perform that action at this time.
0 commit comments