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
- Host: GitHub
- URL: https://github.com/bripkens/json-schema-validation-example
- Owner: bripkens
- License: mit
- Created: 2013-12-26T07:40:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-07T06:37:04.000Z (over 12 years ago)
- Last Synced: 2025-03-13T04:02:20.459Z (over 1 year ago)
- Language: Clojure
- Homepage: https://blog.codecentric.de/en/2014/01/json-schema-validation-clojure/
- Size: 133 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```