Commit 0af78a9e authored by ruiyue's avatar ruiyue
Browse files

Separate the TS28312_RadioNetworkExpectation

parent 6e3e0097
Loading
Loading
Loading
Loading
+38 −0
Original line number Diff line number Diff line
@@ -1260,6 +1260,44 @@ components:
          type: string
   #-------Definition of the concrete IntentInterpretationAssistanceInformation dataType----------------#

   #-------Definition of the common scenario specific IntentExpectation dataType----------------#
    DecompositionAssistingContext:
      description: >-
        This data type is the "ExpectationContext" data type with specialisations for DecompositionAssistingContext. It describes the list of DNs of authorized intent handling functions to which intent decomposition is not recommended
      type: object
      properties:
        contextAttribute:
          type: string
          enum:
            - DecompositionAssisting
        contextCondition:
          type: string
          enum:
            - IS_ALL_OF
        contextValueRange:
          type: array
          items:
            type: string
    SchedulingTimeContext:
      description: >-
        This data type is the "ExpectationContext" data type with specialisations for SchedulingTimeContext.It describes
        the scheduled times (including one-time interval, daily periodicity, weekly periodicity or monthly periodicity)
        for the IntentObject that the intent expectation is applied.
      type: object
      properties:
        contextAttribute:
          type: string
          enum:
            - schedulingTime
        contextCondition:
          type: string
          enum:
            - IS_ALL_OF
        contextValueRange:
          $ref: "TS28623_GenericNrm.yaml#/components/schemas/SchedulingTime"
  #-------Definition of the common scenario specific IntentExpectation dataType----------------#


   #----- Definitions in TS 28.312 for TS 28.532 --------------------------#
    resources-intentNrm:
      oneOf:
+771 −0

File added.

Preview size limit exceeded, changes collapsed.