{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StartBuildRequest", "title": "StartBuildRequest", "type": "object", "properties": { "clean": { "type": "boolean", "description": "Whether to start a clean build" }, "delay": { "type": "integer", "description": "Seconds to delay before starting" } } }