From e4777abf7c360edf8fc0a9a54c3db63f962d9fa7 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Sat, 14 Oct 2017 02:44:14 -0700 Subject: [PATCH] Fix typo syntax error. --- hyper-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}