What happened:
When using the Template Composition, /v4/validator/template API will return 400 error if the step section is omitted.
The error message is {"statusCode":400,"error":"Bad Request","message":"TypeError: Cannot read property 'reduce' of undefined"}.

Add the steps section and it works fine.

What you expected to happen:
It should work even if we omit the steps section.
How to reproduce it:
Enter the following yaml in validator.
namespace: wahapo
name: wahapo-template
version: '1.0'
description: "my template"
maintainer: [email protected]
config:
template: nodejs/test
order: [test]
Should be fixed now with screwdriver-cd/screwdriver v4.1.103

Most helpful comment
Should be fixed now with screwdriver-cd/screwdriver v4.1.103
