On Tue, Jan 24, 2023 at 04:20:23PM -0600, Rob Herring wrote: > The SCMI protocol child nodes are missing any constraints on unknown > properties. Specifically, either 'unevaluatedProperties' or > 'additionalProperties' is needed. The current structure with a regex > match for all child nodes doesn't work for this purpose, so let's move > the common properties '$defs' entry which each specific protocol node > can reference and set 'unevaluatedProperties: false'. > Makes sense to me. Also thanks for $defs example, wasn't aware of how to do that. Can you please take it though your tree ? Assuming that, Reviewed-by: Sudeep Holla <sudeep.holla@xxxxxxx> -- Regards, Sudeep