From 73bbe82f180750be6c4c25e1d3b6770db20bf714 Mon Sep 17 00:00:00 2001 From: Francisco Salomon Date: Fri, 6 Jan 2023 16:08:57 +0000 Subject: rfnoc: image builder: Allow additional properties in schema --- host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json b/host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json index c4464e4e6..900c573f0 100644 --- a/host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json +++ b/host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json @@ -22,7 +22,7 @@ "required": ["schema", "chdr_width", "noc_blocks"], - "additionalProperties": false, + "additionalProperties": true, "definitions": { -- cgit v1.2.3-59-g8ed1b