diff --git a/schemas/osbuild2.json b/schemas/osbuild2.json index d2b85eac..3d92bd3f 100644 --- a/schemas/osbuild2.json +++ b/schemas/osbuild2.json @@ -120,13 +120,13 @@ }, { "type": "array", "items": { - "type": "object", + "type": "object", "required": ["id"], "additionalProperties": false, "properties": { "id": { "type": "string" }, "options": { - "type": "object", + "type": "object", "additionalProperties": true } }