Commit 6a170713 authored by ruiyue's avatar ruiyue
Browse files

Update file TS28312_IntentNrm.yaml

parent 35c1d33f
Loading
Loading
Loading
Loading
Loading
+2 −29
Original line number Diff line number Diff line
@@ -419,8 +419,8 @@ components:
          minItems: 1
          items: 
            $ref: '#/components/schemas/ExpectationFulfilmentResult'
        enablerInfo:
           $ref: '#/components/schemas/EnablerInfo'
        additionalFulfilmentInfo:
          type: string    
   #-------Definition of the concrete IntentFulfilmentReport dataType----------------#

   #-------Definition of the generic ExpectationFulfilmentResult dataType----------------#
@@ -465,33 +465,6 @@ components:
            $ref: '#/components/schemas/Context'
   #-------Definition of the concrete TargetFulfilmentResult dataType----------------#

   #-------Definition of the generic EnablerInfo dataType----------------#
    EnablerInfo:
      description: >-
        This data type represents the information of enablers for intent fulfilment.
      type: object
      properties:
        managedObjectTypes:
          type: array
          items: 
            type: string
            uniqueItems: true
          readOnly: true
        managedObjectInstanceInfos:
          type: array
          items:
            $ref: '#/components/schemas/ManagedObjectInstanceInfo'
    ManagedObjectInstanceInfo:
      description: >-
        It represents the information of managed object (e.g., NE, NF, Cell) during intent fulfilment.
      type: object
      properties:
        managedObjectInstance:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
        modifications:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeValueChangeSet'
   #-------Definition of the generic EnablerInfo dataType----------------#

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