Skip to content
Snippets Groups Projects
Commit 30b02635 authored by David Schwarzmann's avatar David Schwarzmann Committed by Marco Holz
Browse files

refactor(submission): Remove announcedAttachments from any responses that represent a submission

Closes #92
parent 865f0010
No related branches found
No related tags found
No related merge requests found
......@@ -46,12 +46,3 @@ properties:
description: Der Inhalt ist nach JSON Web Encryption Compact Serialization, RFC 7516, verschlüsselt
type: string
pattern: '^[a-zA-Z0-9-_=.]+$'
announcedAttachments:
type: array
description: Eine Liste mit den `attachmentId`s die mit der Einreichung hochgeladen werden sollen.
minItems: 0
items:
type: string
format: uuid
minLength: 32
maxLength: 36
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment