From 30b02635b0a07c985cfcd796a60adca7792612a7 Mon Sep 17 00:00:00 2001
From: David Schwarzmann <david.schwarzmann@codecentric.de>
Date: Mon, 13 Sep 2021 09:04:00 +0200
Subject: [PATCH] refactor(submission): Remove announcedAttachments from any
 responses that represent a submission

Closes #92
---
 spec/schemas/submission.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/spec/schemas/submission.yml b/spec/schemas/submission.yml
index 985c852d..7c74e97c 100644
--- a/spec/schemas/submission.yml
+++ b/spec/schemas/submission.yml
@@ -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
-- 
GitLab