UNPKG

alexa-ssml

Version:
16 lines (13 loc) 254 B
export const tag = 'audio'; export const schema = { title: 'audio', description: '', type: 'object', required: ['src'], properties: { src: { type: 'string', pattern: '^https.*?', }, }, };