Skip to content
#

skeleton-application

Here are 228 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 skeleton-application 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 skeleton-application topic, visit your repo's landing page and select "manage topics."

Learn more