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

https://github.com/bripkens/json-schema-validation-example

Source code for a blog post about JSON Schema and validation
https://github.com/bripkens/json-schema-validation-example

Last synced: about 1 year ago
JSON representation

Source code for a blog post about JSON Schema and validation

Awesome Lists containing this project

README

          

# JSON Schema Validation Example

This repository contains the source code for a blog post
about JSON Schema and validation. You can read the blog post on
[codecentric's engineering blog](https://blog.codecentric.de/en/2014/01/json-schema-validation-clojure/).

## Usage

Make sure to have Leiningen installed and run the following command in the
projet's root directory.

```
lein test
```