When I Open editor and copy open api spec that's in version 3.1.1 the error panen does not work. When version is changed o 3.1.0 the errors are underslined and panel with errors is displayed. I noticed that changing version triggers error in console:
To reproduce.
- Open editor:
https://editor.swagger.io/
- paste snippet
openapi: 3.1.0
info:
title: test
version: 1.0.0
paths: {}
- open dev tools (console)
- change openapi version to 3.1.1
When I Open editor and copy open api spec that's in version 3.1.1 the error panen does not work. When version is changed o 3.1.0 the errors are underslined and panel with errors is displayed. I noticed that changing version triggers error in console:
To reproduce.
https://editor.swagger.io/