Hi,
apparently, your pipelines configuration schema doesn't fully support Dynamic Step Conditions. At least, the following would flagged as a misconfiguration
- step:
name: "conditional step"
condition:
state: MY_PIPELINE_VAR == "my_value"
Please keep the configuration schema updated.
Best regards!