Michael Heap

Results 23 issues of Michael Heap

The request validator plugin configuration generated by `openapi2kong` is invalid when using `oneOf` ```yaml /test/data-type: get: parameters: - in: query name: mixed_number required: true schema: oneOf: - type: string -...

When using Deck `openapi2kong` to convert a spec file with a Request Validator plugin configured to auto-generate the parameter_schema, the parameters in the path appear to be ignored. `openapi2kong` generates...

From @AntoineJac: when using a route with parameter the deck file openapi2kong cmd is forcing parameter to be present due to the regex  `[^#?/]+` it should be `[^#?/]*` as the...