Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# JSON Schema Validator

[![Apache 2.0 License][ASL 2.0 badge]][ASL 2.0] [![Build Status][Travis badge master]][Travis]

* [When to use this library?](#when-to-use-this-library)
* [Maven installation](#maven-installation)
* [Quickstart](#quickstart)
Expand Down Expand Up @@ -228,3 +230,8 @@ SchemaLoader schemaLoader = SchemaLoader.builder()
.resolutionScope("http://example.org/") // setting the default resolution scope
.build();
```

[ASL 2.0 badge]: https://img.shields.io/:license-Apache%202.0-blue.svg
[ASL 2.0]: https://www.apache.org/licenses/LICENSE-2.0
[Travis badge master]: https://travis-ci.org/everit-org/json-schema.svg?branch=master
[Travis]: https://travis-ci.org/everit-org/json-schema