alexa-ssml
Version:
JSX for Alexa Skills Kit SSML
19 lines (16 loc) • 345 B
JavaScript
;
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']
}
}
};