From e6b0abdbc4778d3fe0bc95b8ed4b3360fa60d2b1 Mon Sep 17 00:00:00 2001 From: Dan Gray Date: Fri, 3 Dec 2021 11:08:59 +0000 Subject: [PATCH] Add speech synth schema changes --- properties.schema | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/properties.schema b/properties.schema index 05b9367..b05494e 100644 --- a/properties.schema +++ b/properties.schema @@ -252,7 +252,9 @@ "default": "", "title": "Audio", "inputType": "Asset:audio", - "validators": [] + "validators": [], + "audioSources": ["_feedback/body"], + "audioConditions": [] } } }