diff --git a/lib/constants-standards.js b/lib/constants-standards.js
index 7b0de0d865330f7c00ec2819a782d9b0b6c5eccb..17d45ed10b2cab538468ee8a469685d2c2b36add 100644
--- a/lib/constants-standards.js
+++ b/lib/constants-standards.js
@@ -39,4 +39,13 @@ module.exports = Object.freeze({
         'genehmigung_dekommissionierung',
         'dekommissionierung',
     ],
+
+    // All possible artefacts
+    ARTEFACTS: [
+        { id: 'artefaktSpec', text: 'Spezifikation' },
+        { id: 'artefaktBenutzerdokumentation', text: 'Benutzerdokumentation' },
+        { id: 'artefaktTestumgebung', text: 'Testumgebung' },
+        { id: 'artefaktRefImplementation', text: 'Referenzimplementierung' },
+        { id: 'artefaktBetriebskonzept', text: 'Betriebskonzept' },
+    ],
 })