Created
June 20, 2022 11:45
-
-
Save ponelat/890e1ffdfc5baa1d8b47774f1eacba1c to your computer and use it in GitHub Desktop.
Missing local $ref
This file contains 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.4.0' | |
info: | |
title: Error - Missing local $ref not showing error. | |
version: '1.0.0' | |
description: | | |
Missing a local $ref | |
channels: | |
adoptions.request: | |
description: A new adoption was requested | |
publish: | |
message: | |
payload: | |
$ref: '#/components/schemas/Missing' | |
components: | |
schemas: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment