{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BuildConfig", "title": "BuildConfig", "type": "object", "properties": { "apiVersion": { "type": "string", "default": "build.openshift.io/v1" }, "kind": { "type": "string", "default": "BuildConfig" }, "metadata": { "$ref": "#/components/schemas/ObjectMeta" }, "spec": { "type": "object", "properties": { "source": { "type": "object" }, "strategy": { "type": "object" }, "output": { "type": "object" } } } } }