mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
Remove letter_job_ids schema
This commit is contained in:
@@ -1,20 +1,3 @@
|
||||
from app.schema_validation.definitions import uuid
|
||||
|
||||
letter_job_ids = {
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"description": "list of job ids",
|
||||
"type": "object",
|
||||
"title": "job_ids",
|
||||
"properties": {
|
||||
"job_ids": {"type": "array",
|
||||
"items": uuid,
|
||||
"minItems": 1
|
||||
},
|
||||
},
|
||||
"required": ["job_ids"]
|
||||
}
|
||||
|
||||
|
||||
letter_references = {
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"description": "list of letter notification references",
|
||||
|
||||
Reference in New Issue
Block a user