Commit 98698322 authored by ruiyue's avatar ruiyue
Browse files

Update file TS28312_IntentNrm.yaml

parent 518f408f
Loading
Loading
Loading
Loading
+9 −12
Original line number Diff line number Diff line
@@ -77,6 +77,9 @@ components:
            type: boolean
          intentReportControl:
            $ref: '#/components/schemas/IntentReportControl'
          implicitIntentIndex:
            type: boolean
            default: false            
          intentReportReference:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
          intentUtilityFormulaRef:
@@ -120,21 +123,15 @@ components:
            minItems: 1
            items:
              $ref: '#/components/schemas/IntentHandlingCapability'
          supportedExpectationTargetInfo:
          supportedUtilityList:
            type: array
            items:
              $ref: '#/components/schemas/SupportedExpectationTargetInfo'
              $ref: '#/components/schemas/UtilityDefinition'
            uniqueItems: true
            minItems: 1
          Intent:
            $ref: '#/components/schemas/Intent-Multiple'
          IntentReport:
            $ref: '#/components/schemas/IntentReport-Multiple'
          supportedUtilityList:
            type: array
            items:
              $ref: '#/components/schemas/UtilityDefinition'
            uniqueItems: true   
    IntentUtilityFormula-Single:
      description: >- 
       It represents an intent utility function instance.
@@ -144,8 +141,6 @@ components:
        properties:
          utilityFunctionId:
            type: string
            uniqueItems: true
            minItems: 1
          utilityParameterList:
            type: array
            items:
@@ -155,9 +150,11 @@ components:
          utilityScale:
            type: number
            minItems: 1
            default: 0
          utilityOffset:
            type: number
            minItems: 1
            default: 0
   #-------Definition of generic IOCs ----------#  

   #-------Definition of the generic IntentExpectation dataType ----------#