Skip to content
#

marko

Here are 62 public repositories matching this topic...

tanvp112
tanvp112 commented Dec 6, 2019

Hi,

I tried to use create-fastify-app with openapi specification version 3.0.1. Example converted v2 petstore swagger on editor.swagger.io to v3. But fastify-app failed with message 'parameter must contain a valid Open Api Version 2.0 or 3.0.x'. Source:

const parse = (content) => {
if (content.swagger && content.swagger.indexOf('2.0') === 0) {
return V2.parse(content)
}

throw

good first issue

Improve this page

Add a description, image, and links to the marko topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the marko topic, visit your repo's landing page and select "manage topics."

Learn more