Skip to content

Commit 66ab384

Browse files
authored
update links (#82)
1 parent c7f9210 commit 66ab384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/data/schemas/basic-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://example.com/person.schema.json",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft-07/schema#",
44
"title": "Person",
55
"type": "object",
66
"properties": {

tests/data/schemas/complex-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://example.com/arrays.schema.json",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft-07/schema#",
44
"description": "A representation of a person, company, organization, or place",
55
"type": "object",
66
"properties": {

0 commit comments

Comments
 (0)