UNPKG

alexa-ssml

Version:
19 lines (16 loc) 345 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var tag = exports.tag = 'w'; var schema = exports.schema = { title: 'w', description: '', type: 'object', required: [], properties: { role: { enum: ['ivona:VB', 'ivona:VBD', 'ivona:NN', 'ivona:SENSE_1'] } } };