Merge pull request #1379 from alphagov/vb-annual-billing-schema

remove check to financial_year_start in schema as it can be None
This commit is contained in:
Venus Bailey
2017-11-09 15:49:48 +00:00
committed by GitHub

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"]
}