From 87e6b09156544dab0350c59f516be42a9a9da244 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 13 Feb 2026 21:45:19 -0600 Subject: [PATCH] fix random processors schemas --- schema/processors.schema.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/schema/processors.schema.json b/schema/processors.schema.json index b9e00ec..58c13f5 100644 --- a/schema/processors.schema.json +++ b/schema/processors.schema.json @@ -275,7 +275,9 @@ "required": ["min", "max"], "additionalProperties": false } - } + }, + "required": ["type", "params"], + "additionalProperties": false }, { "type": "object", @@ -803,7 +805,9 @@ "required": ["min", "max"], "additionalProperties": false } - } + }, + "required": ["type", "params"], + "additionalProperties": false } ] }