UNPKG

alexa-ssml

Version:
23 lines (19 loc) 390 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var tag = exports.tag = 'phoneme'; var schema = exports.schema = { title: 'phoneme', description: '', type: 'object', required: [], properties: { alphabet: { enum: ['ipa', 'x-sampa', 'nt-sampa'] }, ph: { type: 'string' } } };