You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
Hi, I'm trying to use this specification (as well as the one on the website) and there are errors in it. This prevents it from being parsed by various tools.
example: {'survey_link': https://alinktothesurvey.com'} - missing single quote (after fixing manually I get the next errors)
in https://editor.swagger.io/ I get errors at lines 4432 and 18389, at the pattern property (after fixing manually I get the next errors)
Hi, I'm trying to use this specification (as well as the one on the website) and there are errors in it. This prevents it from being parsed by various tools.
example: {'survey_link': https://alinktothesurvey.com'}- missing single quote (after fixing manually I get the next errors)I just tried the same tools with the digital ocean yaml specification and it's parsed just fine.
It's a shame that I can't use this specification in .net. Could you fix the errors?
Thank you!