Skip to content

Commit 067a99d

Browse files
committed
fix(asyncapi): update streetlightId parameter description and location
1 parent 95b7a45 commit 067a99d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/test-fixtures/asyncapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"description": "The WebSocket path on which measured values may be sent and received.",
6969
"parameters": {
7070
"streetlightId": {
71-
"$ref": "#/components/parameters/streetlightId"
71+
"description": "The ID of the streetlight.",
72+
"location": "$message.payload#/item/id"
7273
}
7374
},
7475
"servers": [

0 commit comments

Comments
 (0)