Skip to content

Instantly share code, notes, and snippets.

@lbroudoux
Created March 12, 2021 14:49
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 lbroudoux/67252933bcfea50c996b44dd20225962 to your computer and use it in GitHub Desktop.
Save lbroudoux/67252933bcfea50c996b44dd20225962 to your computer and use it in GitHub Desktop.
AsyncAPI sample #yaml
asyncapi: 2.0.0
id: urn:com.asyncapi.examples.user
info:
title: User signed-up event
version: 0.1.1
channels:
user/signedup:
publish:
message:
payload:
type: object
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