Skip to content

Commit 089b0a7

Browse files
authored
Fix URL for draft-07 schema in README
1 parent 97fe2cc commit 089b0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ 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-
> **https://json-schema.org/draft-07/schema**. If no _$schema_ attribute is
103+
> **http://json-schema.org/draft-07/schema**. If no _$schema_ attribute is
104104
> 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

0 commit comments

Comments
 (0)