summaryrefslogtreecommitdiff
path: root/rest-api
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-09-20 23:55:45 +0000
committerMatthew Jordan <mjordan@digium.com>2014-09-20 23:55:45 +0000
commit9bf039346af4f08fe949ec72c5ae110d74eb3264 (patch)
treed67a6625012be1dc17863577c28c59c8993909e7 /rest-api
parentde6e467db7b9bba52500182455c577e031dd9365 (diff)
rest-api/api-docs/events.json: Remove non-compliant 'extends' attribute
Prior to the release of Swagger 1.2, the attribute 'extends' was being promoted as a possible way to show that a particular object extends an existing object. Instead, the Swagger specification went with the 'subTypes' attribute in the base object. This patch removes the unsupported attribute; the object that the offending objects proposed to extend already lists them in its 'subTypes' attribute. ASTERISK-24300 #close Reported by: Bradley Watkins ........ Merged revisions 423620 from http://svn.asterisk.org/svn/asterisk/branches/12 ........ Merged revisions 423621 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@423622 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'rest-api')
-rw-r--r--rest-api/api-docs/events.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/rest-api/api-docs/events.json b/rest-api/api-docs/events.json
index 80bc6d66f..d75e84b96 100644
--- a/rest-api/api-docs/events.json
+++ b/rest-api/api-docs/events.json
@@ -203,7 +203,6 @@
},
"RecordingStarted": {
"id": "RecordingStarted",
- "extends": "Event",
"description": "Event showing the start of a recording operation.",
"properties": {
"recording": {
@@ -215,7 +214,6 @@
},
"RecordingFinished": {
"id": "RecordingFinished",
- "extends": "Event",
"description": "Event showing the completion of a recording operation.",
"properties": {
"recording": {
@@ -227,7 +225,6 @@
},
"RecordingFailed": {
"id": "RecordingFailed",
- "extends": "Event",
"description": "Event showing failure of a recording operation.",
"properties": {
"recording": {