Commit 5b7f2d18 authored by potherakallo's avatar potherakallo
Browse files

28.312_Rel-20_Intent_Interpretation_Assistance_Information

parent d24dad23
Loading
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -86,6 +86,8 @@ components:
          implicitIntentIndex:
            type: boolean
            default: false
          intentInterpretationAssistanceInfo:
            $ref: '#/components/schemas/IntentInterpretationAssistanceInfo'
          intentReportReference:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
          intentUtilityFormulaRef:
@@ -942,6 +944,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: