diff --git a/schemas/commodity-v2.0-draft.json b/schemas/commodity-v2.0-draft.json index 6d26377..4199ce1 100644 --- a/schemas/commodity-v2.0-draft.json +++ b/schemas/commodity-v2.0-draft.json @@ -84,7 +84,7 @@ "definitions" : { "levelType" : { - "enum": ["Low", "Med", "High"] + "enum": [null, "Low", "Med", "High"] } } } \ No newline at end of file