From 044ce2d4bbbf14269ec339f8f84ed82ecd637e70 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 9 May 2023 11:48:00 -0400 Subject: [PATCH] add synthesizer.options --- specs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs.json b/specs.json index 3f632ec..8055176 100644 --- a/specs.json +++ b/specs.json @@ -480,7 +480,8 @@ "gender": { "type": "string", "enum": ["MALE", "FEMALE", "NEUTRAL"] - } + }, + "options": "object" }, "required": [ "vendor"