From eb1409832e37327c5da5c1a994f0ad86a2e40901 Mon Sep 17 00:00:00 2001 From: Daniel Khamsing Date: Thu, 28 Jul 2016 08:22:29 -0700 Subject: [PATCH] [schema] add screenshots --- .github/schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/schema.json b/.github/schema.json index fb8ca50a..ef6d1910 100644 --- a/.github/schema.json +++ b/.github/schema.json @@ -147,6 +147,11 @@ "title": "Date Added", "description": "Date when project was added.", "type": "string" + }, + "screenshots": { + "title": "Screenshots", + "description": "Links to screenshot images.", + "type": "array" } }, "required": ["title", "category", "source"],