From 298d734f52d4d77aed8edbc6c9286181afb3c97d Mon Sep 17 00:00:00 2001
From: Paul Latzelsperger <paul.latzelsperger@beardyinc.com>
Date: Wed, 13 Nov 2024 16:44:12 +0100
Subject: [PATCH] chore: update postman collection after catalog serDes fix

---
 deployment/postman/MVD.postman_collection.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deployment/postman/MVD.postman_collection.json b/deployment/postman/MVD.postman_collection.json
index e0f6498..feb4e3d 100644
--- a/deployment/postman/MVD.postman_collection.json
+++ b/deployment/postman/MVD.postman_collection.json
@@ -449,7 +449,7 @@
 									"// get the policy id of \"asset-1\" and save it as an environment variable",
 									"if(pm.response.code < 300 && pm.response.code >= 200){",
 									"    if(pm.response.json().length > 0){",
-									"        const dcat_datasets = pm.response.json()[0][\"dcat:dataset\"][1][\"dcat:dataset\"]",
+									"        const dcat_datasets = pm.response.json()[0][\"dcat:catalog\"][1][\"dcat:dataset\"]",
 									"        const asset_1 = dcat_datasets.find((asset) => asset[\"@id\"] == \"asset-1\")",
 									"        pm.environment.set(\"POLICY_ID_ASSET_1\", asset_1[\"odrl:hasPolicy\"][\"@id\"]);",
 									"    }",
-- 
GitLab