bugfix: aws property is engine not platform

This commit is contained in:
Dave Horton
2022-01-21 09:57:58 -05:00
parent 8acb4d1a24
commit e1a023c21e
3 changed files with 5 additions and 4 deletions

View File

@@ -369,7 +369,7 @@
},
"language": "string",
"voice": "string",
"platform": {
"engine": {
"type": "string",
"enum": ["standard", "neural"]
},