remove enum on speech vendor since we want to allow custom

This commit is contained in:
Dave Horton
2023-03-02 13:21:00 -05:00
parent f99b94a405
commit 825130348b
3 changed files with 6 additions and 11 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.0.6",
"version": "0.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/verb-specifications",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.0.6",
"version": "0.0.7",
"description": "Jambonz Verb Specification Utilities",
"main": "index.js",
"scripts": {
+3 -8
View File
@@ -465,10 +465,7 @@
},
"synthesizer": {
"properties": {
"vendor": {
"type": "string",
"enum": ["google", "aws", "polly", "microsoft", "nuance", "ibm", "nvidia", "default"]
},
"vendor": "string",
"language": "string",
"voice": "string",
"engine": {
@@ -487,10 +484,8 @@
"recognizer": {
"properties": {
"vendor": {
"type": "string",
"enum": ["google", "aws", "microsoft", "nuance", "deepgram", "ibm", "nvidia", "soniox", "default"]
},
"language": "string",
"vendor": "string",
"language": "string",
"vad": "#vad",
"hints": "array",
"hintsBoost": "number",