-
https://github.com/stoplightio/spectral/pull/974#discussion_r408263640
Thanks, @nulltoken!
-
Found this project via your reddit comment - was wondering if you were planning on tucking in a handler that end-users can use to self-host a docs site easily
Something like https://github.com/sto…
-
## Describe the bug
When using `router="hash"` the contact email becomes a (not found) page link instead of a `mailto:` link.
## To Reproduce
1. Given this OpenAPI document:
```yaml
openapi…
-
## Context / Current Behaivour
We've ran into issues on two separate occasions due to a regression in new minor releases of one of the transitive deps of the Prism CLI. This means that we can't eve…
-
Currently we use our home grown [json-ref-resolver](https://github.com/stoplightio/json-ref-resolver), but we've switched most of our ecosystem over to [APIDevTools/json-schema-ref-parser](https://git…
-
There hasn't been a new version or comments on existing PRs in years. Looks like a fork of this project is getting some maintenance work at https://github.com/stoplightio/json-schema-generator.
If …
-
Spectral removed auto detection for openAPI schemas. Because of this, the linting fails when no .spectra.yaml is provided.
See: https://github.com/stoplightio/spectral/issues/1796
In the Autobah…
-
When setting contact:
```go
config.Info.Contact = &huma.Contact{
Name: "Example",
Email: "hi@example.com",
}
```
On docs page it will have following wrong href: `#/mailto:hi@example.com`…
-
When using the `bump validate` command it could make sense to add a `--strict` flag to enable OpenAPI/AsyncAPI spec verification.
- For OpenAPI we could use
- The Mermade developed/maintained […
-
**User story.**
As a specification writer, I want to validate my spec using a native Docker image on an Apple Silicon Mac so that I can run Spectral more efficiently with no warnings.
**Is your fe…