Commit 7b1d40c7 authored by Jan Groenendijk's avatar Jan Groenendijk Committed by sunse
Browse files

Update OpenAPI/coslaNrm.yaml

parent edb9b680
Loading
Loading
Loading
Loading
+19 −2
Original line number Diff line number Diff line
@@ -72,13 +72,28 @@ components:
      items:
         $ref: '#/components/schemas/AssuranceTarget'

    AttributeName:
      type: string
      
    AttributeNameList:
      type: array
      items:
         $ref: '#/components/schemas/AttributeName'
          
    ACCLDisallowedAttribute:
      type: object
      properties:
        managedEntityIdentifier:
          $ref: 'comDefs.yaml#/components/schemas/Dn'
        attributeNameList:
          $ref: '#/components/schemas/AttributeNameList'

    AssuranceScope:
      type: object
      properties:
        taiList:
          $ref: 'nrNrm.yaml#/components/schemas/TaiList'


#-------- Definition of concrete IOCs --------------------------------------------

    SubNetwork-Single:
@@ -122,7 +137,9 @@ components:
                    administrativeState:
                      $ref: 'comDefs.yaml#/components/schemas/AdministrativeState'
                    controlLoopLifeCyclePhase:
                      $ref: '#/components/schemas/ControlLoopLifeCyclePhase'
                      $ref: '#/components/schemas/ControlLoopLifeCyclePhase
                    aCCLDisallowedList:
                      $ref: '#/components/schemas/ACCLDisallowedAttribute'
            AssuranceGoal:
              $ref: '#/components/schemas/AssuranceGoal-Multiple'