networknt / light-aws-lambda

Aws lambda extensions for cross-cutting concerns
Apache License 2.0
3 stars 1 forks source link

Use opensouce library to replace the SchemaValidator in the openapi-validation model #23

Closed GavinChenYan closed 3 years ago

GavinChenYan commented 3 years ago

The openapi-schema-validation opensource library use networknt/json-schema-validator for openapi schema validation.

We can use it directly instead of create new SchemaValidator for it.

https://github.com/mservicetech/openapi-schema-validation/tree/2.0.0

stevehu commented 3 years ago

Yes. We can remove the SchemaValidator as the openapi-schema-validation has the SchemaValidator already.