mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
Remove references to broadcast provider_restriction being None
None is not a value that is allowed any more.
This commit is contained in:
@@ -6,7 +6,7 @@ service_broadcast_settings_schema = {
|
||||
"properties": {
|
||||
"broadcast_channel": {"enum": ["test", "severe"]},
|
||||
"service_mode": {"enum": ["training", "live"]},
|
||||
"provider_restriction": {"enum": [None, "three", "o2", "vodafone", "ee", "all"]}
|
||||
"provider_restriction": {"enum": ["three", "o2", "vodafone", "ee", "all"]}
|
||||
},
|
||||
"required": ["broadcast_channel", "service_mode", "provider_restriction"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user