An open API service indexing awesome lists of open source software.

https://github.com/cornips/object-validator

Check objects according to scheme
https://github.com/cornips/object-validator

jest nodejs schemes

Last synced: 10 months ago
JSON representation

Check objects according to scheme

Awesome Lists containing this project

README

          

# Object validator

Node project to check objects according to schemes in JavaScript.

## Getting started

Install dependencies
```
npm install
```

To check results, run Jest test
```
npm run test
```