summaryrefslogtreecommitdiff
path: root/res/stasis_json/resource_sounds.h
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-06-24 21:48:39 +0000
committerDavid M. Lee <dlee@digium.com>2013-06-24 21:48:39 +0000
commitd56cbf43a0bda6ba2c4af02dd462ffff121a5cb4 (patch)
tree9b6bc5dfdd924ac6fb0af5d99aca49340e61b32a /res/stasis_json/resource_sounds.h
parentb5f18d167795f7792483bcf5f4f483bdfb8c9df3 (diff)
Fixed templates so that the changes from r392777 won't be overwritten the next
time we run the generators. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392778 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/stasis_json/resource_sounds.h')
-rw-r--r--res/stasis_json/resource_sounds.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/stasis_json/resource_sounds.h b/res/stasis_json/resource_sounds.h
index 306e2e4a8..d7f8714e6 100644
--- a/res/stasis_json/resource_sounds.h
+++ b/res/stasis_json/resource_sounds.h
@@ -41,10 +41,12 @@
* JSON models
*
* Sound
- * - lang: string (required)
* - text: string
* - id: string (required)
- * - formats: List[string] (required)
+ * - formats: List[FormatLangPair] (required)
+ * FormatLangPair
+ * - language: string (required)
+ * - format: string (required)
*/
#endif /* _ASTERISK_RESOURCE_SOUNDS_H */