Skip to content

Commit

Permalink
fix: specs catalog ref
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Aug 28, 2024
1 parent 8c12b8b commit 5bb84d3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
10 changes: 7 additions & 3 deletions src/reference/config/bindings/asyncapi/.partials/server.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
asyncapi_server:
mqtt_asyncapi_server:
type: asyncapi
kind: server
options:
specs:
my-mqtt-api-spec: mqtt/asyncapi.yaml
exit: asyncapi_proxy
my-mqtt-api-spec:
catalog:
my_catalog:
subject: mqtt-streetlights
version: latest
exit: south_kafka_proxy
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@
options:
specs:
openapi:
my-openapi-spec: spec/openapi.yaml
my-openapi-spec:
catalog:
my_catalog:
subject: petstore
version: latest
asyncapi:
my-asyncapi-spec: spec/asyncapi.yaml
my-asyncapi-spec:
catalog:
my_catalog:
subject: petstore
version: latest
```
#### options.specs
Expand Down

0 comments on commit 5bb84d3

Please sign in to comment.