Commit 15fe15fa authored by ruiyue's avatar ruiyue
Browse files

Update file TS28312_IntentNrm.yaml

parent d95d3166
Loading
Loading
Loading
Loading
Loading
+27 −1
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@ components:
                - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/RadioServiceExpectation"                
          contextSelectivity:
            $ref: "#/components/schemas/Selectivity"
          expectationSelectivity:
            $ref: "#/components/schemas/Selectivity"              
          intentContexts:
            type: array
            uniqueItems: true
@@ -108,6 +110,12 @@ components:
            minItems: 1
            items:
              $ref: '#/components/schemas/IntentHandlingCapability'
          supportedExpectationTargetInfo:
            type: array
            items:
              $ref: '#/components/schemas/SupportedExpectationTargetInfo'
            uniqueItems: true
            minItems: 1
          Intent:
            $ref: '#/components/schemas/Intent-Multiple'
          IntentReport:  
@@ -471,6 +479,24 @@ components:
            type: string
            readOnly: true
          description: It describes the supported expectation targets for the supported expectation object type.
    SupportedExpectationTargetInfo:
      description: >-
        It indicates the detailed information about what the intent driven MnS producer supports for a given supportedExpectationObjectType.
      type: object
      properties:
        supportedExpectationTargetName:
          type: string
          readOnly: true
        supportedTargetCondition:
          $ref: '#/components/schemas/Condition'
        supportedTargetValueRange:
          oneOf:
            - type: array
              uniqueItems: true
              minItems: 1
              items:
                $ref: '#/components/schemas/ValueRangeType'
            - $ref: '#/components/schemas/ValueRangeType'
   #-------Definition of the concrete IntentHandlingCapability dataType----------------#

   #------Definition of JSON arrays for name-contained IOCs ---------------#