Skip to content

Commit 5add9bf

Browse files
committed
Fixed linter issues
1 parent ecc396a commit 5add9bf

File tree

71 files changed

+2
-935078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2
-935078
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ to the main branch. You may modify the configuration according to your needs.
100100
> by the _$schema_ attribute. Currently, schema version draft-07, 2019-09, and
101101
> 2020-12 are supported. While for 2019-09 and 2020-12 the https schema URLs are
102102
> supported by the validator, for using schema draft-07 _$schema_ must be set to
103-
> **http://json-schema.org/draft-07/schema**. If no _$schema_ attribute is
104-
> found, the draft-07 validator is used.
103+
> [http://json-schema.org/draft-07/schema](http://json-schema.org/draft-07/schema).
104+
> If no _$schema_ attribute is found, the draft-07 validator is used.
105105
106106
For the first run, i.e., if your schema is not released, yet, you'll see a
107107
message in the diff report, that no previous version could be obtained. In order

0 commit comments

Comments
 (0)