From af7792b206b591d3a3afffc540deed8f81624e21 Mon Sep 17 00:00:00 2001 From: Daniel Khamsing Date: Tue, 9 Aug 2016 05:50:39 -0700 Subject: [PATCH] [schema] add subtitle (header) --- .github/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/schema.json b/.github/schema.json index ef6d1910..59cf5c4b 100644 --- a/.github/schema.json +++ b/.github/schema.json @@ -6,6 +6,9 @@ "title": { "type": "string" }, + "subtitle": { + "type": "string" + }, "description": { "type": "string" },