diff --git a/schemas/osbuild2.json b/schemas/osbuild2.json index 3d92bd3f..96795c53 100644 --- a/schemas/osbuild2.json +++ b/schemas/osbuild2.json @@ -6,6 +6,7 @@ "description": "OSBuild manifest describing a pipeline and all parameters", "type": "object", "additionalProperties": false, + "required": ["version"], "properties": { "pipelines": { "$ref": "#/definitions/pipelines" }, "sources": { "$ref": "#/definitions/sources" },