Created
April 7, 2023 15:07
-
-
Save VisualBean/1b7ace70e5fa10c89c2474ee05438ef9 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.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