Skip to content

Instantly share code, notes, and snippets.

@ponelat
Created June 20, 2022 11:21
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/6bafe3a80d34dfe57431369ff860f90a to your computer and use it in GitHub Desktop.
Save ponelat/6bafe3a80d34dfe57431369ff860f90a to your computer and use it in GitHub Desktop.
Includes a badly indented schema
asyncapi: '2.4.0'
info:
title: Bad indentation
version: '1.0.0'
description: |
Bad indentation blows up validation panel
channels: {}
components:
schemas:
One:
type: object
Two: # This is badly indended by an extra space.
type: object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment