From c6c0dd33afe59e88ab912e8655ba6096d286b204 Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 9 May 2025 22:26:22 +0800 Subject: [PATCH] Rel19 CR0344 TS 28312 correct TargetAchievedValue data Type --- OpenAPI/TS28312_IntentNrm.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index be7cb9710..2bac76afe 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -476,11 +476,10 @@ components: targetFulfilmentInfo: $ref: '#/components/schemas/FulfilmentInfo' targetAchievedValue: - type: number description: >- It describes the value that has been achieved for the expectation target at the time at which the report is generated. - readOnly: true + $ref: "#/components/schemas/ValueRangeType" targetContexts: type: array uniqueItems: true -- GitLab