mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Add endpoint to set broadcast service channel
This commit is contained in:
10
app/service/service_broadcast_settings_schema.py
Normal file
10
app/service/service_broadcast_settings_schema.py
Normal file
@@ -0,0 +1,10 @@
|
||||
service_broadcast_settings_schema = {
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"description": "Set a services broadcast settings",
|
||||
"type": "object",
|
||||
"title": "Set a services broadcast settings",
|
||||
"properties": {
|
||||
"broadcast_channel": {"enum": ["test", "severe"]}
|
||||
},
|
||||
"required": ["broadcast_channel"]
|
||||
}
|
||||
Reference in New Issue
Block a user