Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1016 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 1016 Bytes

validate-openapi-request

Website will help you validate your request against OpenAPI specification schema.

  1. Open Website
  2. Paste Your OpenAPI spec (yaml or json) in editor then Swagger UI will get rendered for your spec
  3. Select Operation and click on try it out
  4. Paste your request and click on Validate Button.

Below is example screenshot.

Example Image

This site uses few packages to render the UI and validate the requests. If site helps you in some way, Please consider supporting maintainer's of below packages.

  1. Openapi-request-validator
  2. Swagger UI (React)
  3. Monaco Editor (React)
  4. Allotment
  5. Swagger Parser