Skip to content

kevinbai0/slash-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge

The challenge is to implement a limited-scope OpenAPI schema validator.

  • The possible types of the schema are defined in the JSONObject.
  • The test cases are in ./src/tests/cases directory.
  • Write code in src/index that takes in a JSONObject schema and a JSON object that returns true or false depending on whether or not it matches.
  • The challenge should only take 2-4 hours - so no need to over-engineer a solution, although make sure the implementation is readable
  • Write additional test-cases in user-test-cases.ts to add additional tests not covered (this is optional if you have extra time)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published