mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-03-26 05:47:53 +00:00
Compare commits
1 Commits
fix/gh_14
...
feat/ms_en
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b056c691f7 |
@@ -514,7 +514,8 @@
|
||||
"type": "string",
|
||||
"enum": ["MALE", "FEMALE", "NEUTRAL"]
|
||||
},
|
||||
"options": "object"
|
||||
"options": "object",
|
||||
"azurettSEndpointId": "string"
|
||||
},
|
||||
"required": [
|
||||
"vendor"
|
||||
|
||||
@@ -25,7 +25,8 @@ test("validate correct verbs", async (t) => {
|
||||
"synthesizer": {
|
||||
"voice": "Jenny",
|
||||
"vendor": "google",
|
||||
"label": "label1"
|
||||
"label": "label1",
|
||||
"azurettSEndpointId": "string",
|
||||
},
|
||||
"recognizer": {
|
||||
"vendor": "google",
|
||||
|
||||
Reference in New Issue
Block a user