added redirect verb

This commit is contained in:
Dave Horton
2020-01-27 08:35:31 -05:00
parent 6f51ebacee
commit bed4fa1f42
6 changed files with 55 additions and 7 deletions

View File

@@ -102,6 +102,19 @@
"url"
]
},
"redirect": {
"properties": {
"action": "string",
"method": {
"type": "string",
"enum": ["GET", "POST"]
},
"auth": "#auth"
},
"required": [
"action"
]
},
"transcribe": {
"properties": {
"transcriptionCallback": "string",