orensolo
orensolo
Hi, There are a few bugs in x-www-form-urlencoded validation (specifically in x-www-form-urlencoded decoder) : 1. The validation only accepts schema with primitives or array that contains primitives. While according to...
Hi, I am using github.com/getkin/kin-openapi v0.103.0 (latest version). If the parameter content is application/json, then kin-open api tries to unmarshel it (using json.unmarshal). But the parameter value need not be...
Hi, I am using the latest kin-openapi (v0.103.0) This issue is similar to https://github.com/getkin/kin-openapi/issues/619. Query parameters that are defined as arrays of objects (i.e not primitives) causing kin-openapi to crush...
Hi, Query parameters that are defined as arrays of objects (i.e not primitives) causing kin-openapi to crush with panic (schema has non primitive type ...) This also the case when...
Hi, I need to validate a callback request and response. (i.e validate that the request/response body is valid according to the schema) I didn't find any support for this. I...