From 40d4fd9965fee45729da25323db1eba954c1e9f8 Mon Sep 17 00:00:00 2001
From: Andreas Huber <andreas.huber@fjd.de>
Date: Mon, 8 Feb 2021 13:23:00 +0100
Subject: [PATCH] #37 Hinweise zum Antrag

---
 models/application/metadata-no-id.json | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/models/application/metadata-no-id.json b/models/application/metadata-no-id.json
index a6b4b78a..3721b035 100644
--- a/models/application/metadata-no-id.json
+++ b/models/application/metadata-no-id.json
@@ -158,6 +158,26 @@
           "type": "string",
           "format": "date",
           "description": "Antragsdatum"
+        },
+        "notes": {
+          "type": "array",
+          "items": {
+            "type": "object",
+            "properties": {
+              "description": {
+                "type": "string"
+              },
+              "identifier": {
+                "$ref": "../common/identifier.json"
+              },
+              "reference": {
+                "type": "string"
+              }
+            },
+            "required": [
+              "description"
+            ]
+          }
         }
       }
     }
-- 
GitLab