@jambonz/schema 0.3.14 → 0.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jambonz/schema",
3
- "version": "0.3.14",
3
+ "version": "0.3.15",
4
4
  "description": "JSON Schema definitions and validation for jambonz verb applications",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -83,7 +83,12 @@
83
83
  },
84
84
  "listen": {
85
85
  "type": "object",
86
- "description": "Audio streaming configuration for the conference.",
86
+ "description": "Audio streaming configuration for the conference. `stream` is the preferred synonym.",
87
+ "additionalProperties": true
88
+ },
89
+ "stream": {
90
+ "type": "object",
91
+ "description": "Fork the room's mixed audio to a WebSocket (preferred synonym for `listen`).",
87
92
  "additionalProperties": true
88
93
  },
89
94
  "distributeDtmf": {