mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-01-25 02:08:06 +00:00
fix: remove metadata in rest:dial
This commit is contained in:
@@ -394,8 +394,7 @@
|
||||
"tag": "object",
|
||||
"to": "#target",
|
||||
"headers": "object",
|
||||
"timeout": "number",
|
||||
"metadata": "object"
|
||||
"timeout": "number"
|
||||
},
|
||||
"required": [
|
||||
"call_hook",
|
||||
|
||||
@@ -273,7 +273,7 @@ test("validate correct verbs", async (t) => {
|
||||
type: "phone",
|
||||
number: "15583084809",
|
||||
},
|
||||
metadata: {
|
||||
tag: {
|
||||
customer: "acme",
|
||||
referenceId: "deadbeef",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user