From b411426874630c8671346ed43e96f880d30659a0 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 14 Jun 2015 00:56:47 -0700 Subject: [PATCH] add dashedName attribute to challenge --- common/models/challenge.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/models/challenge.json b/common/models/challenge.json index aa6ef85ef3..dfc8c9c4a9 100644 --- a/common/models/challenge.json +++ b/common/models/challenge.json @@ -8,6 +8,9 @@ "type": "string", "unique": true }, + "dashedName": { + "type": "string" + }, "difficulty": { "type": "string" },