editor.swagger.io gives error
m0x61h0x64i opened this issue · 1 comments
m0x61h0x64i commented
Describe the bug
To Reproduce
Steps to reproduce the behavior:
- Go to editor.swagger.io
- paste the following code :
{
openapi: '3.0.1',
info: {
title: 'APIs',
version: '3.3.6',
description: "<center>added 'x'</center>\n" +
' <center>added</center>'
},
}
- See error
Expected behavior
no error.
Desktop (please complete the following information):
- OS: Windows x64
- Browser chrome Version 106.0.5249.119 (Official Build) (64-bit)
daniloab commented
looks like there is a problem with your yaml structure
try to open an issue in the official swagger repo