remove check to financial_year_start in schema as it can be None

This commit is contained in:
venusbb
2017-11-09 11:07:11 +00:00
parent 670dabf091
commit 23d8d54e0b

View File

@@ -8,7 +8,6 @@ create_or_update_free_sms_fragment_limit_schema = {
"title": "Create",
"properties": {
"free_sms_fragment_limit": {"type": "integer", "minimum": 1},
"financial_year_start": {"type": "integer", "minimum": 2016}
},
"required": ["free_sms_fragment_limit"]
}