Commit 9aaf8798 authored by ruiyue's avatar ruiyue
Browse files

Correct errors

parent df82a930
Loading
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ externalDocs:
paths: {}
components:
  schemas:

#-------- Definition of types for name containment-----------------------------------------------------
    ManagedElement-ncO-GenericRanNrm:
      type: object
@@ -39,12 +40,12 @@ components:
          type: string
        maxAzimuthValue:
          type: integer
          formart: int32
          format: int32
          minimum: 0
          maximum: 360
        minAzimuthValue:
          type: integer
          formart: int32
          format: int32
          minimum: 0
          maximum: 360
        horizBeamwidth:
@@ -72,9 +73,9 @@ components:
            The list of frequency bands/ranges supported by the hardware associated 
            with the SectorEquipmentFunction.
          type: arrary
          uniqueItems: true          
          items:
            type: string
          uniqueItem: true
        confOutputPower:
          type: integer
          format: int32
@@ -82,8 +83,6 @@ components:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
        referenceTo:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'


#-------- Definition of JSON arrays for name-contained IOCs ----------------------
    AntennaFunction-Multiple:
      type: array