Skip to content

Commit

Permalink
Merge master into bot/bump-@asyncapi/optimizer-0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot-eve authored Dec 12, 2023
2 parents 291ed4e + 9e815b8 commit 36316fe
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions assets/create-glee-app/templates/default/asyncapi.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
asyncapi: 2.6.0
asyncapi: 3.0.0
info:
title: Hello, Glee!
title: 'Hello, Glee!'
version: 0.1.0

servers:
websockets:
url: ws://0.0.0.0:3000
host: '0.0.0.0:3000'
protocol: ws

channels:
hello:
publish:
operationId: onHello
message:
address: hello
messages:
hello:
$ref: '#/components/messages/hello'
subscribe:
message:
$ref: '#/components/messages/hello'

operations:
onHello:
action: receive
channel:
$ref: '#/channels/hello'
reply:
channel:
$ref: '#/channels/hello'
components:
messages:
hello:
Expand Down

0 comments on commit 36316fe

Please sign in to comment.