prism
prism copied to clipboard
Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.
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:...
## 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...
## 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...
### 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...
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...
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
## 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...
## 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. ##...
## 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...
**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...