From adbf73cab11e56af9e5a92f75b2a8c9e91ea1a91 Mon Sep 17 00:00:00 2001 From: potherakallo Date: Thu, 2 Apr 2026 08:35:12 +0000 Subject: [PATCH 1/3] 28.312_Rel-20_Intent_Interpretation_Assistance_Information --- OpenAPI/TS28312_IntentNrm.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 02561984..310930a4 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -86,6 +86,8 @@ components: implicitIntentIndex: type: boolean default: false + intentInterpretationAssistanceInfo: + $ref: '#/components/schemas/IntentInterpretationAssistanceInfo' intentReportReference: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' intentUtilityFormulaRef: @@ -1156,6 +1158,22 @@ components: #------Definition of JSON arrays for name-contained IOCs ---------------# + #-------Definition of the generic IntentInterpretationAssistanceInformation dataType----------------# + IntentInterpretationAssistanceInformation: + description: >- + It represents the additional information needed for intent interpretation. + type: object + properties: + dateTime: + $ref: '#/components/schemas/DateTime' + conditions: + type: string + prevProducerMessage: + type: string + prevConsumerMessage: + type: string + #-------Definition of the concrete IntentInterpretationAssistanceInformation dataType----------------# + #----- Definitions in TS 28.312 for TS 28.532 --------------------------# resources-intentNrm: oneOf: -- GitLab From c4bd0b84ace024054489200774c2e3fe56aae693 Mon Sep 17 00:00:00 2001 From: potherakallo Date: Thu, 2 Apr 2026 08:49:39 +0000 Subject: [PATCH 2/3] 28.312_Rel-20_Intent_Interpretation_Assistance_Information --- OpenAPI/TS28312_IntentNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 310930a4..891e45a9 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -1159,7 +1159,7 @@ components: #------Definition of JSON arrays for name-contained IOCs ---------------# #-------Definition of the generic IntentInterpretationAssistanceInformation dataType----------------# - IntentInterpretationAssistanceInformation: + IntentInterpretationAssistanceInfo: description: >- It represents the additional information needed for intent interpretation. type: object -- GitLab From b2ebe4f3313733c3a227267dd87075b16b558ee7 Mon Sep 17 00:00:00 2001 From: potherakallo Date: Thu, 2 Apr 2026 08:54:58 +0000 Subject: [PATCH 3/3] 28.312_Rel-20_Intent_Interpretation_Assistance_Information --- OpenAPI/TS28312_IntentNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 891e45a9..fcbc43ee 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -1165,7 +1165,7 @@ components: type: object properties: dateTime: - $ref: '#/components/schemas/DateTime' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' conditions: type: string prevProducerMessage: -- GitLab