UNPKG

alexa-ssml

Version:
23 lines (19 loc) 363 B
export const tag = 'phoneme'; export const schema = { title: 'phoneme', description: '', type: 'object', required: [], properties: { alphabet: { enum: [ 'ipa', 'x-sampa', 'nt-sampa', ], }, ph: { type: 'string', }, }, };