From 449366b10a1126030bd6673033b8af9515936356 Mon Sep 17 00:00:00 2001
From: Nikos Kyriakoulis <kyriakoulis@ece.upatras.gr>
Date: Fri, 11 Apr 2025 15:31:15 +0300
Subject: [PATCH] Removed uuids from attributes of MeasurementCollectionJobFVO
 json file, which caused bugs in SwaggerUI.

---
 src/test/resources/testMeasurementCollectionJobFVO.json | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/test/resources/testMeasurementCollectionJobFVO.json b/src/test/resources/testMeasurementCollectionJobFVO.json
index 3854d4e..14b324b 100644
--- a/src/test/resources/testMeasurementCollectionJobFVO.json
+++ b/src/test/resources/testMeasurementCollectionJobFVO.json
@@ -35,7 +35,6 @@
       "groupCategory": "CPUGroup",
       "performanceIndicatorSpecification": [
         {
-          "uuid": "5000",
           "href": "https://host:port/tmf-api/performanceManagement/v5/performanceIndicatorSpecification/5000",
           "@type": "PerformanceIndicatorSpecificationRef"
         }
@@ -47,7 +46,6 @@
   ],
   "performanceIndicatorSpecification": [
     {
-      "uuid": "101",
       "href": "https://host:port/tmf-api/performanceManagement/v5/performanceIndicatorSpecification/101",
       "derivationAlgorithm": "na",
       "derivationMethod": "average",
@@ -60,7 +58,6 @@
       "indicatorType": "float",
       "performanceIndicatorSpecRelationship": [
         {
-          "uuid": "321",
           "href": "https://host:port/tmf-api/performanceManagement/v5/performanceIndicatorSpecRelationship/321",
           "relationshipType": "reliesOn",
           "validFor": {
-- 
GitLab