-
**Chore summary**
`IHttpOperation` [merger](https://github.com/stoplightio/http-spec/blob/master/src/merge.ts) does not handle all the cases for comparison of server URLs.
**Tasks**
- [ ] host sh…
-
Document the process of setting up an HTTP(S) proxy in order to introduce artificial latency, bandwidth, or other network constraints to a client's conversation with Prism. For the example, consider …
-
Background:
I work on JSON Schema the specification.
I'm developing a "JSON Schema Linter" rule listing, and collaborating with an existing tool for linting.
I've been further testing jsonschema2…
-
**Information:**
- Prism version: Latest
- Plugins: none
- Environment: node
**Description**
Because Prism uses `global`, this can cause issues if someone uses multiple modules that use Prism t…
-
**Describe the bug**
Using a `$ref` keyword under a path http verb started producing an error in version 1.19.0 of the spectral-rulesets package:
```
error oas3-schema Property "$ref" is not …
-
**Describe the bug**
it seems like the visual studio code extension does not use the configured http proxy (http_proxy, https_proxy) in vscode. I am not able to load spectral “extends” from http / htt…
-
## Context
The browser console is full of deprecation notices when using json-schema-viewer. I would love to help upgrade this dependency, however it seems like Mosaic is not an open source library.
…
-
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…
-
The oas3-valid-media-example linter complains about using nullable type when using allOf. I am using the below example schema:
```yaml
openapi: 3.0.1
info:
title: User API
description: The …