diff --git a/spec/schemas/submission.yml b/spec/schemas/submission.yml
index 985c852d6022eebeabbeb1f40e863e7ab985baed..7c74e97cf0a6eb7e6234c2626e1075eea969c999 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