From 34a4c84d7ab46e08eb78d3c487f3a360fdc98e4c Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Tue, 14 Mar 2023 03:02:50 +0000 Subject: [PATCH] Update TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index b865587e7..75b03a6d6 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -543,7 +543,7 @@ components: This data type is the "ExpectationTarget" data type with specialisations for MaxNumberofUEsTarget type: object properties: - targetAttribute: + targetName: type: string enum: - maxNumberofUEs @@ -558,7 +558,7 @@ components: This data type is the "ExpectationTarget" data type with specialisations for ActivityFactorTarget type: object properties: - targetAttribute: + targetName: type: string enum: - activityFactor @@ -573,7 +573,7 @@ components: This data type is the "ExpectationTarget" data type with specialisations for UESpeedTarget type: object properties: - targetAttribute: + targetName: type: string enum: - uESpeed -- GitLab