1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-26 00:13:37 +01:00

[schema] add subtitle (header)

This commit is contained in:
Daniel Khamsing 2016-08-09 05:50:39 -07:00
parent 88d64c5ff4
commit af7792b206

3
.github/schema.json vendored
View File

@ -6,6 +6,9 @@
"title": {
"type": "string"
},
"subtitle": {
"type": "string"
},
"description": {
"type": "string"
},