Phil Sturgeon
Phil Sturgeon
@irensaltali I've gone for it because I like gateways that support OpenAPI, but please do two things: 1. Can you mention OpenAPI somewhere in the readme and/or on the main...
I've had a lot of success with semantic-release, automatically creating major, minor, or patch releases based on the commits that come in. I'd be happy to take a swing at...
Spectral certainly has more rulesets built already, but Redocly CLI has an interesting approach which is easier to work with. Preview of a post I've done on the tool showing...
Remember there's more than just "linting YAML" or "linting OpenAPI", using some of these rulesets moves you into API Security testing and compliance. https://github.com/stoplightio/spectral-rulesets And you move into API Governance...
Thanks! Yeah I spotted that one shortly after, I’m evaluating the options. :) How do the two differ in functionality or goals? -- Phil Sturgeon @philsturgeon > On Jul 23,...
I'm not sure I follow. #403 is about invalid schemas, but you are saying that valid OpenAPI can still produce this error message? Got an example OpenAPI file you could...
We've figured out a workaround for making the AJV error output more useful for most use cases: https://github.com/stoplightio/spectral/pull/1071 Please let us know if it's still a problem.
It's valid JSON Schema, but it's not valid OpenAPI. If specs/booking.yml is OpenAPI then you cannot $ref to proper JSON Schema files, only OpenAPIish Schema Objects. This is the bane...
Yeah I'd add to that @SensibleWood and say I use lots of tools can be used in multiple stages of the lifecycle, and all the tools that are used in...