diff --git a/hyper-schema.json b/hyper-schema.json index a0e0a350..c3a2003f 100644 --- a/hyper-schema.json +++ b/hyper-schema.json @@ -1,6 +1,6 @@ { "$schema" : "http://json-schema.org/draft-03/hyper-schema#", - "extends" : {"$ref" : "http://json-schema.org/draft-03/schema#"} + "extends" : {"$ref" : "http://json-schema.org/draft-03/schema#"}, "id" : "http://json-schema.org/draft-03/hyper-schema#", "properties" : { @@ -57,4 +57,4 @@ ], "fragmentResolution" : "slash-delimited" -} \ No newline at end of file +}