Records which event triggered the build.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BuildTriggerCause", "title": "BuildTriggerCause", "type": "object", "description": "Records which event triggered the build.", "properties": { "message": { "type": "string", "description": "Short human-readable description of the trigger.", "example": "example_value" } } }