From 79415e8bdde0298c061a38975a163e7402290702 Mon Sep 17 00:00:00 2001
From: Alexander Kaschta <alexander.kaschta9@kit.edu>
Date: Tue, 22 Oct 2024 20:36:04 +0200
Subject: [PATCH] ADD: Optional required_permissions field

---
 schemas/version_1.schema.json | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/schemas/version_1.schema.json b/schemas/version_1.schema.json
index 125f4f5..1623da1 100644
--- a/schemas/version_1.schema.json
+++ b/schemas/version_1.schema.json
@@ -107,6 +107,14 @@
         "create",
         "delete"
       ]
+    },
+    "required_permissions": {
+      "description": "Array of required NETDB permissions to perform the specified transactions",
+      "type": "array",
+      "items": {
+        "type": "string"
+      },
+      "uniqueItems": true
     }
   },
   "required": [
-- 
GitLab