diff --git a/Sming/Components/Storage/schema.json b/Sming/Components/Storage/schema.json index 103b45eb30..df887e75e2 100644 --- a/Sming/Components/Storage/schema.json +++ b/Sming/Components/Storage/schema.json @@ -169,7 +169,10 @@ "type": "string", "description": "Makefile target for this build" } - } + }, + "required": [ + "target" + ] } } } \ No newline at end of file