Skip to content

Instantly share code, notes, and snippets.

@ponelat
Created June 20, 2022 11:45
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 ponelat/890e1ffdfc5baa1d8b47774f1eacba1c to your computer and use it in GitHub Desktop.
Save ponelat/890e1ffdfc5baa1d8b47774f1eacba1c to your computer and use it in GitHub Desktop.
Missing local $ref
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