Commit 40f62584 authored by ruiyue's avatar ruiyue
Browse files

Update file TS28623_GenericNrm.yaml

parent 7652c9aa
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ components:
#-------- Definition of types-----------------------------------------------------


    VnfParameter:
    VnfParameters:
      type: object
      properties:
        vnfInstanceId:
@@ -27,7 +27,7 @@ components:
          type: string
        autoScalable:
          type: boolean
    PeeParameter:
    PeeParameters:
      type: object
      properties:
        siteIdentification:
@@ -41,13 +41,14 @@ components:
        siteAltitude:
          type: number
          format: float
        siteDescription:
          type: string  
        equipmentType:
          type: string
        environmentType:
          type: string
        powerInterface:
          type: string

    TransportProtocol:
      anyOf:
        - type: string
@@ -414,12 +415,12 @@ components:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/VnfParameter'
            $ref: '#/components/schemas/VnfParameters'
        peeParametersList:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/PeeParameter'
            $ref: '#/components/schemas/PeeParameters'
        priorityLabel:
          type: integer
        supportedPerfMetricGroups: