UNPKG

alexa-ssml

Version:
20 lines (17 loc) 345 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var tag = exports.tag = 'audio'; var schema = exports.schema = { title: 'audio', description: '', type: 'object', required: ['src'], properties: { src: { type: 'string', pattern: '^https.*?' } } };