mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
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:
@@ -8,7 +8,6 @@ create_or_update_free_sms_fragment_limit_schema = {
|
|||||||
"title": "Create",
|
"title": "Create",
|
||||||
"properties": {
|
"properties": {
|
||||||
"free_sms_fragment_limit": {"type": "integer", "minimum": 1},
|
"free_sms_fragment_limit": {"type": "integer", "minimum": 1},
|
||||||
"financial_year_start": {"type": "integer", "minimum": 2016}
|
|
||||||
},
|
},
|
||||||
"required": ["free_sms_fragment_limit"]
|
"required": ["free_sms_fragment_limit"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user