summaryrefslogtreecommitdiffstats
path: root/javatoscachecker/checker/src/main/resources/tosca/tosca_simple_yaml_1_1.grammar
diff options
context:
space:
mode:
Diffstat (limited to 'javatoscachecker/checker/src/main/resources/tosca/tosca_simple_yaml_1_1.grammar')
-rw-r--r--javatoscachecker/checker/src/main/resources/tosca/tosca_simple_yaml_1_1.grammar7
1 files changed, 3 insertions, 4 deletions
diff --git a/javatoscachecker/checker/src/main/resources/tosca/tosca_simple_yaml_1_1.grammar b/javatoscachecker/checker/src/main/resources/tosca/tosca_simple_yaml_1_1.grammar
index 39b11d9..abd6c39 100644
--- a/javatoscachecker/checker/src/main/resources/tosca/tosca_simple_yaml_1_1.grammar
+++ b/javatoscachecker/checker/src/main/resources/tosca/tosca_simple_yaml_1_1.grammar
@@ -643,10 +643,9 @@ _workflow_step_definition: &workflow_step_definition
type: str
filter:
desc: "Filter is a map of attribute name, list of constraint clause that allows to provide a filtering logic"
- type: map
- mapping:
- =:
- *constraints_sequence
+ type: seq
+ sequence:
+ - *constraints_sequence
activities:
desc: "The list of sequential activities to be performed in this step"
type: seq