XenitAB / apidelta

Cli used to validate recorded requests against an OpenApi specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider this library for validating open api types

dachrillz opened this issue · comments

We need some way to parse and validate schemas that looks as follow:
console.log(ajv.compile({ type: "integer", format: "int32" })(2147483648));

A potential library that can do this is:
https://github.com/touchifyapp/ajv-openapi