Commit 0226b743 authored by Jan Groenendijk's avatar Jan Groenendijk
Browse files

Update OpenAPI/coslaNrm.yaml

parent d33610d2
Loading
Loading
Loading
Loading
+20 −1
Original line number Diff line number Diff line
@@ -72,6 +72,23 @@ 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'



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

@@ -116,7 +133,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'