Commit 4159357b authored by Refik Fatih Üstok's avatar Refik Fatih Üstok Committed by sunse
Browse files

28.312_Rel19_CR0352_Enhance_the_solution_for_network_maintenance_expectation

parent e713b83a
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -328,6 +328,7 @@ components:
            oneOf:
              - $ref: "#/components/schemas/MaintenanceVersionContext"
              - $ref: "#/components/schemas/MaintenanceOrderContext"
              - $ref: "#/components/schemas/MaintenanceTypeContext"              
              - $ref: "#/components/schemas/NfTypeContext"
              - $ref: "#/components/schemas/NfInstanceLocationContext"
              - $ref: "#/components/schemas/PLMNContext"
@@ -1357,6 +1358,27 @@ components:
          type: array
          items:
            type: string
    MaintenanceTypeContext:
      description: >-
        This data type is the "ObjectContext" data type with specialisations for MaintenanceTypeContext. It describes the type of maintenance expected for the maintenance object.
      type: object
      properties:
        contextAttribute:
          type: string
          enum:
            - maintenanceType
        contextCondition:
          type: string
          enum:
            - IS_EQUAL_TO
        contextValueRange:
          type: array
          uniqueItems: true
          items:
            type: string
            enum:
              - UPGRADE
              - DOWNGRADE
   #-------Definition of the scenario specific  ObjectTarget dataType----------------#
   
   #-------Definition of the concrete ExpectationContext dataType----------------#