mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Update post_create_template_schema
Updated the `post_create_template_schema` to check that the postage is one of our allowed values.
This commit is contained in:
@@ -18,7 +18,7 @@ post_create_template_schema = {
|
||||
"subject": {"type": "string"},
|
||||
"created_by": uuid,
|
||||
"parent_folder_id": uuid,
|
||||
"postage": {"type": "string"},
|
||||
"postage": {"type": "string", "format": "postage"},
|
||||
},
|
||||
"if": {
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user