Created
January 21, 2025 23:03
-
-
Save quicksnap/9ce58f61138894079d503950332adcaf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asyncapi: '2.0.0' | |
info: | |
title: Example | |
version: '0.1.0' | |
channels: | |
example-channel: | |
subscribe: | |
message: | |
payload: | |
type: object | |
properties: | |
exampleField: | |
type: string | |
exampleNumber: | |
type: number | |
exampleDate: | |
type: string | |
format: date-time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment