Skip to content

nilesh-maurya/validate-openapi-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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