Skip to content

Commit

Permalink
editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed May 8, 2022
1 parent 01597d2 commit 41f61c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,18 @@
jesse (JSON Schema Erlang) is an implementation of a JSON Schema validator
for Erlang, though it can work just as well as a CLI tool.

[Available as a Docker image too for convenience.](https://hub.docker.com/r/ysoftwareab/jesse) Or [whalebrew package](https://github.com/whalebrew/whalebrew) if you prefer.

`docker run --rm -it -v $PWD:$PWD -w $PWD ysoftwareab/jesse ...` or `brew install whalebrew && sudo whalebrew install ysoftwareab/jesse; jesse ...`

![Docker Image Version (latest semver)](https://img.shields.io/docker/v/ysoftwareab/jesse?sort=semver)
![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/ysoftwareab/jesse?sort=semver)
![Docker Pulls](https://img.shields.io/docker/pulls/ysoftwareab/jesse)

jesse implements the following specifications:

* [Draft 03](http://tools.ietf.org/html/draft-zyp-json-schema-03)
* [Draft 04](http://tools.ietf.org/html/draft-zyp-json-schema-04)
* [Draft 06](https://datatracker.ietf.org/doc/html/draft-wright-json-schema-00)

Install from git or https://hex.pm/packages/jesse .

For convenience, [available as a Docker image too](https://hub.docker.com/r/ysoftwareab/jesse): `docker run --rm -it -v $PWD:$PWD -w $PWD ysoftwareab/jesse ...`.

And [whalebrew package](https://github.com/whalebrew/whalebrew): `brew install whalebrew && sudo whalebrew install ysoftwareab/jesse; jesse ...`

## Erlang API Docs

Automatically generated docs are available https://dev.erldocs.com/github.com/for-get/jesse/ .
Expand Down
3 changes: 3 additions & 0 deletions doc/overview.edoc
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
@copyright 2012- Klarna AB, AUTHORS
@title A simple JSON schema validator for Erlang
@doc A simple JSON schema validator for Erlang

@end

0 comments on commit 41f61c4

Please sign in to comment.