File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
# JSON Schema Validator
2
2
3
+ [ ![ Apache 2.0 License] [ ASL 2.0 badge ]] [ ASL 2.0 ] [ ![ Build Status] [ Travis badge master ]] [ Travis ]
4
+
3
5
* [ When to use this library?] ( #when-to-use-this-library )
4
6
* [ Maven installation] ( #maven-installation )
5
7
* [ Quickstart] ( #quickstart )
@@ -228,3 +230,8 @@ SchemaLoader schemaLoader = SchemaLoader.builder()
228
230
.resolutionScope(" http://example.org/" ) // setting the default resolution scope
229
231
.build();
230
232
```
233
+
234
+ [ ASL 2.0 badge ] : https://img.shields.io/:license-Apache%202.0-blue.svg
235
+ [ ASL 2.0 ] : https://www.apache.org/licenses/LICENSE-2.0
236
+ [ Travis badge master ] : https://travis-ci.org/everit-org/json-schema.svg?branch=master
237
+ [ Travis ] : https://travis-ci.org/everit-org/json-schema
You can’t perform that action at this time.
0 commit comments