mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 16:01:15 -05:00
Merge pull request #3458 from alphagov/more-cap-acceptance
More tweaks of broadcast message validation
This commit is contained in:
@@ -52,7 +52,7 @@ post_broadcast_schema = {
|
|||||||
},
|
},
|
||||||
"content": {
|
"content": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 1,
|
"minLength": 0,
|
||||||
},
|
},
|
||||||
"web": {
|
"web": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ WAINFLEET = """
|
|||||||
<msgType>Alert</msgType>
|
<msgType>Alert</msgType>
|
||||||
<source>Flood warning service</source>
|
<source>Flood warning service</source>
|
||||||
<scope>Public</scope>
|
<scope>Public</scope>
|
||||||
<references>www.gov.uk/environment-agency,4f6d28b10ab7aa447bbd46d85f1e9effE,2020-02-16T19:20:03+00:00</references>
|
|
||||||
<info>
|
<info>
|
||||||
<language>en-GB</language>
|
<language>en-GB</language>
|
||||||
<category>Met</category>
|
<category>Met</category>
|
||||||
@@ -55,7 +54,7 @@ WAINFLEET_CANCEL = """
|
|||||||
<certainty>Likely</certainty>
|
<certainty>Likely</certainty>
|
||||||
<expires>2020-02-16T23:30:13-00:00</expires>
|
<expires>2020-02-16T23:30:13-00:00</expires>
|
||||||
<senderName>Environment Agency</senderName>
|
<senderName>Environment Agency</senderName>
|
||||||
<description>Cancel Warning</description>
|
<description></description>
|
||||||
<web>https://flood-warning-information.service.gov.uk</web>
|
<web>https://flood-warning-information.service.gov.uk</web>
|
||||||
<contact>0345 988 1188</contact>
|
<contact>0345 988 1188</contact>
|
||||||
<area>
|
<area>
|
||||||
|
|||||||
Reference in New Issue
Block a user