prism icon indicating copy to clipboard operation
prism copied to clipboard

Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.

Results 188 prism issues
Sort by recently updated
recently updated
newest added

Some Faker options don't work at all: ```yaml some_text: type: string x-faker: lorem.paragraphs: paragraphCount: 2 separator: "\n" ``` yields ```json "description": "", ``` Some don't work as expected: ```yaml due_date:...

t/bug
p/medium
triaged

## Context We have a hosted version of our spec file that is handled by AWS API Gateway and AWS WAF. The default behavior for the web application firewall is...

t/enhancement
p/medium
triaged

## Describe the bug Making requests to Prism with both Content-Type: application/json and Content-Length: 0 headers causes an error to be returned. ## To Reproduce 1. Given the [OAS 3...

t/bug
team/platinum-falcons
triaged
p/documented

### Context JSON spec not respected for exclusiveMinimum and exclusiveMaximum On Json API spec (https://json-schema.org/draft/2020-12/json-schema-validation.html#name-validation-keywords-for-num) , it says ``` The value of "exclusiveMaximum" MUST be a number, representing an exclusive...

t/bug
p/medium
triaged
reviewed-medium

Document answers to the following questions: - What Node version(s) does Prism support? - How are do Prism versions align with the Node LTS cycle? - What is Prism's versioning...

p/high
triaged
t/spike

we have a lot of old issues. it would be helpful if a bot could help us disposition them. investigate adding one that is pretty configurable

t/chore
p/longterm
triaged

## Context I'm running Prism Server on a k8s environment and best practice is to have health/liveness checks. In the absence of a healthcheck endpoint on the prism server itself...

t/enhancement
p/longterm
triaged

## Context Thanks for this very useful package 😀 I believe I have found an issue where Prism behaves differently from how the OpenAPI specification describes things should behave. ##...

t/bug
triaged
p/documented

## Describe the bug When using an OAS document where we described nullable properties, we have earlier described null as value in the enum array of values(due to other library...

t/bug
triaged
p/documented

**User story.** As a Prism CLI user, I can supply --verbose (or --debug) CLI option, so that I can see more verbose logs. **Is your feature request related to a...

t/enhancement
p/longterm
triaged