Commit 033d55f1 authored by ruiyue's avatar ruiyue
Browse files

Update file TS28312_IntentNrm.yaml

parent f77d5866
Loading
Loading
Loading
Loading
+39 −30
Original line number Diff line number Diff line
@@ -676,6 +676,9 @@ components:
            $ref: '#/components/schemas/Context'
            uniqueItems: true
            minItems: 1
      required:
        - expectationId
        - targetExplorationResults
   #-------Definition of the generic IntentExplorationReport dataType----------------#


@@ -719,6 +722,9 @@ components:
            $ref: '#/components/schemas/PossibleImpact'
          uniqueItems: true
          minItems: 1
      required:
        - possibleIntentOutcomeId
        - intentFulfilmentInfo
    PossibleImpact:
      description: >-
        It represents the possible impact of the possible outcome
@@ -809,6 +815,8 @@ components:
              items:
                $ref: '#/components/schemas/ValueRangeType'
            - $ref: '#/components/schemas/ValueRangeType'
      required:
        - supportedTargetName      
   #-------Definition of the concrete IntentHandlingCapability dataType----------------#


@@ -832,8 +840,10 @@ components:
      properties:
        utilityFunctionId:
          type: string
          readOnly: true
        utilityResult:
          type: number
          readOnly: true
   #-------Definition of the concrete UtilityResult dataType----------------#

   #-------Definition of the generic UtilityDefinition dataType----------------#
@@ -844,16 +854,15 @@ components:
      properties:
        utilityDefinitionId:
          type: string
          readOnly: true
        utilityDescription:
          type: string
          readOnly: true          
        utilityParameterList:
          oneOf:
            - type: array
              uniqueItems: true
              minItems: 1
            type: array
            items:
              $ref: '#/components/schemas/UtilityParameter'
            - $ref: '#/components/schemas/UtilityParameter'
            uniqueItems: true
   #-------Definition of the concrete UtilityDefinition dataType----------------#

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