Skip to content

Instantly share code, notes, and snippets.

@quicksnap
Created January 21, 2025 23:03
Show Gist options
  • Save quicksnap/9ce58f61138894079d503950332adcaf to your computer and use it in GitHub Desktop.
Save quicksnap/9ce58f61138894079d503950332adcaf to your computer and use it in GitHub Desktop.
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