Skip to content

Commit e4777ab

Browse files
committed
Fix typo syntax error.
1 parent d6eadbd commit e4777ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hyper-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema" : "http://json-schema.org/draft-03/hyper-schema#",
3-
"extends" : {"$ref" : "http://json-schema.org/draft-03/schema#"}
3+
"extends" : {"$ref" : "http://json-schema.org/draft-03/schema#"},
44
"id" : "http://json-schema.org/draft-03/hyper-schema#",
55

66
"properties" : {
@@ -57,4 +57,4 @@
5757
],
5858

5959
"fragmentResolution" : "slash-delimited"
60-
}
60+
}

0 commit comments

Comments
 (0)