Commit c9655020 authored by ruiyue's avatar ruiyue Committed by sunse
Browse files

Update file TS28312_IntentNrm.yaml

parent 9547cca8
Loading
Loading
Loading
Loading
+34 −1
Original line number Diff line number Diff line
@@ -92,6 +92,8 @@ components:
              $ref: '#/components/schemas/IntentConflictReport'
          intentFeasibilityCheckReport:
            $ref: '#/components/schemas/IntentFeasibilityCheckReport'
          intentExplorationReport:
            $ref: '#/components/schemas/IntentExplorationReport'
          lastUpdatedTime:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo'
          intentReference:
@@ -457,6 +459,37 @@ components:
               - INTENT_CONFLICT
   #-------Definition of the concrete IntentFeasibilityCheckReport dataType----------------#


   #-------Definition of the generic IntentExplorationReport dataType----------------#
    IntentExplorationReport:
      description: >-
        It represents the intent exploration information
        This attribute shall be supported when intent exploration information is supported by IntentReport
      type: object
      properties:
        expectationExporationResults:
          type: array
          items:
            $ref: '#/components/schemas/ExpectationExplorationResult'
    ExpectationExplorationResult:
      description: >-
        It represents the expectation exploration result for a specific intent expectation
      type: object
      properties:
        expectationId:
          type: string
          readOnly: true
        targetExplorationResults:
          type: array
          items:
            $ref: '#/components/schemas/ExpectationTarget'
        contextExplorationResults:
          type: array
          items:
            $ref: '#/components/schemas/Context'
   #-------Definition of the generic IntentExplorationReport dataType----------------#


   #-------Definition of the generic IntentHandlingCapability dataType----------------#
    IntentHandlingCapability:   
      description: >-