mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-01-25 02:08:06 +00:00
add soniox storage options
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"debug": "^4.3.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"description": "Jambonz Verb Specification Utilities",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
15
specs.json
15
specs.json
@@ -650,7 +650,20 @@
|
||||
"endpointDetection": "boolean",
|
||||
"profanityFilter": "boolean",
|
||||
"speechContext": "string",
|
||||
"clientRequestReference": "string"
|
||||
"clientRequestReference": "string",
|
||||
"storage": "#sonioxStorage"
|
||||
},
|
||||
"required": [
|
||||
]
|
||||
},
|
||||
"sonioxStorage": {
|
||||
"properties": {
|
||||
"id": "string",
|
||||
"title": "string",
|
||||
"disableStoreAudio": "boolean",
|
||||
"disableStoreTranscript": "boolean",
|
||||
"disableSearch": "boolean",
|
||||
"metadata": "object"
|
||||
},
|
||||
"required": [
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user