Schema updated to include icon field

pull/91/head
Alexandre Dulaunoy 2017-09-28 11:39:34 +02:00
parent ba6f5b4eb1
commit 5ed5d1beb4
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
"name": {
"type": "string"
},
"icon": {
"type": "string"
},
"uuid": {
"type": "string"
}