add syntax for experimental conf record

This commit is contained in:
Dave Horton
2021-11-18 09:23:13 -05:00
parent 4cd4a3d553
commit c5997829e5
3 changed files with 13 additions and 4 deletions

View File

@@ -53,6 +53,14 @@
"url"
]
},
"record": {
"properties": {
"path": "string"
},
"required": [
"path"
]
},
"say": {
"properties": {
"text": "string|array",
@@ -92,7 +100,8 @@
"waitHook": "object|string",
"statusEvents": "array",
"statusHook": "object|string",
"enterHook": "object|string"
"enterHook": "object|string",
"record": "#record"
},
"required": [
"name"

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jambonz/node-client",
"version": "0.2.9",
"version": "0.2.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/node-client",
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"dependencies": {
"bent": "^7.3.12",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.2.9",
"version": "0.2.10",
"description": "",
"main": "lib/index.js",
"scripts": {