mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-21 17:21:20 -04:00
remove send_pdf_letter_schema, only used by deactivated route
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
send_pdf_letter_request = {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"description": "POST send uploaded pdf letter",
|
||||
"type": "object",
|
||||
"title": "Send an uploaded pdf letter",
|
||||
"properties": {
|
||||
"postage": {"type": "string", "format": "postage"},
|
||||
"filename": {"type": "string"},
|
||||
"created_by": {"type": "string"},
|
||||
"file_id": {"type": "string"},
|
||||
"recipient_address": {"type": "string"}
|
||||
},
|
||||
"required": ["postage", "filename", "created_by", "file_id", "recipient_address"]
|
||||
}
|
||||
Reference in New Issue
Block a user