zeteref
zeteref
It would be nice if cod could learn help in the format proposed by docopt http://docopt.org/ for example if i try to make cod learn their default example: ```sh $...
Hi, I was testing a jsonschema that can be simplified to: ``` { "type": "object", "properties": { "_actions": { "$ref": "#/components/schemas/Actions" } }, "components": { "schemas": { "Actions": { "type":...
https://github.com/Kong/go-kong/blob/2ea7f986af4a6c1f979b6ad5621d21cbd0a0fe9a/kong/utils.go#L419 `deck gateway sync` and `deck gateway diff` incorrectly print the result of the diff operation for plugins that declare any of their fields as type "json". This happens because...
### Current Behavior When trying to convert openapi 3.0.1 with circular dependencies RangeError is produced. The same exact openapi with only the version changed to `openapi: 3.1.0` works correctly. ###...