welling guzmán

Results 4 comments of welling guzmán

Hey @darrelmiller, I would like to understand the OpenAPI position on this. Is the reason to not support the outcome `/items/users?filter[category][eq]=vip` because it's not a standard or because the parameter...

Hey @leo, I tried to use `null` but still serves it as `null` instead of deleting it. I made a PR that solves it. Ref: https://github.com/zeit/serve-handler/pull/45

This ticket can be closed. It was solved by https://github.com/zeit/serve-handler/pull/45

@sidvishnoi I noticed they implemented a schema validation which doesn't allow `null`. Hopefully https://github.com/vercel/schemas/pull/58 and https://github.com/vercel/serve/pull/629 could solve this problem. It requires to upgrade `ajv` and update the instance to...