[schema] add screenshots

This commit is contained in:
Daniel Khamsing 2016-07-28 08:22:29 -07:00
parent 3a3adde19e
commit eb1409832e
1 changed files with 5 additions and 0 deletions

5
.github/schema.json vendored
View File

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