Policy to do input validation based on Swagger spec

Is there a way to do input validations based on definitions in swagger spec (specified inline or external JSON schema file) either from javascript policy or in nodejs?

Hi Vineet,

apigee127 gets you access to the params configured in swagger doc, so you could perform input validations in nodejs and deploy them to apigee

You could do validations in js, - you will have to handcode to implement the validations

Thanks,