diff --git a/schemas/osbuild2.json b/schemas/osbuild2.json index d7e7beb0..1f19e8f4 100644 --- a/schemas/osbuild2.json +++ b/schemas/osbuild2.json @@ -26,7 +26,7 @@ "device": { "title": "Device for a stage", "additionalProperties": false, - "required": ["type", "options"], + "required": ["type"], "properties": { "type": { "type": "string" }, "options": {