{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Build", "type": "object", "description": "A Build represents a single execution of a build process that transforms source code into a runnable container image. Builds are created from BuildConfigs or instantiated directly.", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" } } }