buildkite / pipeline-schema

A JSON schema for Buildkite’s pipeline file format
MIT License
31 stars 35 forks source link

add types for top level schema and groupStep #86

Closed rogpeppe closed 2 weeks ago

rogpeppe commented 3 weeks ago

The top level schema currently allows non-object types, such as numbers and strings, but that's probably not intended, so require it to be object type.

Similar reasoning applies to groupStep.