{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BuildRequest", "type": "object", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "triggeredBy": { "type": "array" }, "env": { "type": "array" } } }