add synthesizer.options

This commit is contained in:
Dave Horton
2023-05-09 11:48:00 -04:00
parent b483e04611
commit 044ce2d4bb

View File

@@ -480,7 +480,8 @@
"gender": { "gender": {
"type": "string", "type": "string",
"enum": ["MALE", "FEMALE", "NEUTRAL"] "enum": ["MALE", "FEMALE", "NEUTRAL"]
} },
"options": "object"
}, },
"required": [ "required": [
"vendor" "vendor"