2 "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
3 "_author": "David M. Lee, II <dlee@digium.com>",
4 "_svn_revision": "$Revision$",
6 "swaggerVersion": "1.1",
7 "basePath": "http://localhost:8088/stasis",
8 "resourcePath": "/api-docs/sounds.{format}",
12 "description": "Sounds",
16 "summary": "List all sounds.",
18 "responseClass": "List[Sound]",
22 "description": "Lookup sound for a specific language.",
29 "description": "Lookup sound in a specific format.",
33 "__note": "core show translation can show translation paths between formats, along with relative costs. so this could be just installed format, or we could follow that for transcoded formats."
40 "path": "/sounds/{soundId}",
41 "description": "Individual sound",
45 "summary": "Get a sound's details.",
47 "responseClass": "Sound",
51 "description": "Sound's id",
54 "allowMultiple": false,
64 "id": "FormatLangPair",
65 "description": "Identifies the format and language of a sound file",
79 "description": "A media file that may be played back.",
83 "description": "Sound's identifier.",
88 "description": "Text description of the sound, usually the words spoken.",
93 "description": "The formats and languages in which this sound is available.",
94 "type": "List[FormatLangPair]"