We are working with WSO2 API Manager where we have a bunch of API's defined. I have defined in every API a complete JSON Schema. Does anyone know how to validate payloads against the json schema in the API definition (rather than to make an xsd and so on...)? Furthermore, how can I let APIM validate parameters at all?
Currently, APIM seems to disregard the JSON Schema and parameter constraints (required, datatypes,...). It is only in the swagger.ui part of APIM where it seems to matter. (which is obviously not enough)
Any help is much appreciated