tango-app-api-audio-analytics 1.0.0 → 1.0.1

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": "tango-app-api-audio-analytics",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "audioAnalytics",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -529,6 +529,7 @@ export const createCohortSchema = joi.object( {
529
529
  clientId: joi.string().required(),
530
530
  cohortName: joi.string().required(),
531
531
  cohortDescription: joi.string().required(),
532
+ source: joi.array().required(),
532
533
  metrics: joi.array().items( cohortMetricSchema ).optional(),
533
534
  } );
534
535