From 78acb8777ce6e36dbb15bda790bb1d7c4ab7e546 Mon Sep 17 00:00:00 2001 From: scribblemaniac Date: Thu, 19 May 2016 03:05:22 -0600 Subject: [PATCH] Fixed schema id --- .github/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/schema.json b/.github/schema.json index c4c989c7..983e8771 100644 --- a/.github/schema.json +++ b/.github/schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "$id": "https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/schema.json", + "$id": "https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/.github/schema.json", "type": "object", "properties": { "title": {