Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 87d7bd7

Browse files
committed
Fixed syntax error in draft-03/hyper-schema.
1 parent b1d463a commit 87d7bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-03/hyper-schema

Lines changed: 1 addition & 1 deletion
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" : {

0 commit comments

Comments
 (0)