blockfrost / openapi

OpenAPI specification for Blockfrost.io service
https://docs.blockfrost.io
MIT License
22 stars 15 forks source link

fix data and type mismatch #120

Closed tweakch closed 3 years ago

tweakch commented 3 years ago

As mentioned in the issue this fixes #119 on my side.

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/five-binaries/openapi/EViztVv7wx7En868dXYMiaJACLaQ
✅ Preview: https://openapi-git-fork-tweakch-tweakch-type-mismatch-five-binaries.vercel.app

1000101 commented 3 years ago

Hi, thanks for the PR. However, I think that the integer type is correct. number is supposed to allow decimals, which is not the case here. The problem seems to be in the incorrect example, as is suggested in output of https://github.com/blockfrost/openapi/issues/119.

Can you please try keeping the integer type, with just fixing the example?