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"],