Even more cleanup.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-02-21 12:35:18 -05:00
parent 43a8b6539f
commit afc1de61f6
12 changed files with 94 additions and 85 deletions

View File

@@ -7,9 +7,7 @@ add_service_data_retention_request = {
"type": "object",
"properties": {
"days_of_retention": {"type": "integer"},
"notification_type": {
"enum": [NotificationType.SMS.value, NotificationType.EMAIL.value]
},
"notification_type": {"enum": [NotificationType.SMS, NotificationType.EMAIL]},
},
"required": ["days_of_retention", "notification_type"],
}