Skip to content

Instantly share code, notes, and snippets.

@VisualBean
Created April 7, 2023 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VisualBean/1b7ace70e5fa10c89c2474ee05438ef9 to your computer and use it in GitHub Desktop.
Save VisualBean/1b7ace70e5fa10c89c2474ee05438ef9 to your computer and use it in GitHub Desktop.
asyncapi: 2.5.0
info:
title: Example
version: 0.1.0
channels:
user/signedup:
subscribe:
message:
description: An event describing that a user just signed up.
payload:
type: object
additionalProperties: false
properties:
fullName:
type: string
email:
type: string
format: email
age:
type: integer
minimum: 18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment