-
A JSON Schema in its raw form is not easy to comprehend. We would like to add an interactive viewer that allows users to explore the data structure.
Potential implementation: https://github.com/atlas…
-
If having numbers in message from a function, it will always put in a ":" between the two first numbers by default.
The function:
module.exports = (targetVal) => {
var str = "0 1 2 3 4 5";
ret…
-
-
## Context
We are trying out Stoplight Elements for API documentation, and are sharing our work-in-progress with another team on a password-protected website (HTTP Basic auth).
## Current Behavior…
-
## Describe the bug
Our scanner found the following vulnerability for json-pointer dependency: https://nvd.nist.gov/vuln/detail/CVE-2021-23820
@stoplight/elements ->@stoplight/elements-core -> @stop…
-
The Prism server can take a while to finish starting up and become ready to accept requests depending on your spec.
This can be problematic in a CI scenario if the test suite begins trying to hit the…
-
## Context
Every time the actions runs there's a docker build step:
> Build stoplightio/spectral-action@latest time: 1m 12s
That takes > 1 minute on the github ubuntu-latest (currently Ubuntu…
-
**Describe the bug**
spectral incorrectly flags an example corresponding to a valid regexp pattern as invalid.
JSON Schema says that patterns should be processed as Unicode regexp, but it appe…
-
## Describe the bug
On endpoint spec a "Content-Type" Header is added to the request even if no body set.
## To Reproduce
1. Given this OpenAPI document '
```
'/opportunities/{id}/quotati…
-
While migrating to version 6, I had a major head-ache over the fact that I couldn't just add `--ruleset spectral:oas` to my calls because spectral interprets that as a file name instead of a "special …