fix: JSON schema fixed to have a colour at entry level

pull/75/head
Alexandre Dulaunoy 2017-08-16 09:58:19 +02:00
parent 57551e2656
commit 79002f96c4
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
"description": {
"type": "string"
},
"colour": {
"type": "string"
},
"value": {
"type": "string"
},