We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b7a45 commit 067a99dCopy full SHA for 067a99d
1 file changed
packages/test-fixtures/asyncapi.json
@@ -68,7 +68,8 @@
68
"description": "The WebSocket path on which measured values may be sent and received.",
69
"parameters": {
70
"streetlightId": {
71
- "$ref": "#/components/parameters/streetlightId"
+ "description": "The ID of the streetlight.",
72
+ "location": "$message.payload#/item/id"
73
}
74
},
75
"servers": [
0 commit comments