add dashedName attribute to challenge

This commit is contained in:
Quincy Larson
2015-06-14 00:56:47 -07:00
parent 2b7177e856
commit b411426874

View File

@ -8,6 +8,9 @@
"type": "string",
"unique": true
},
"dashedName": {
"type": "string"
},
"difficulty": {
"type": "string"
},