Commit 3171f244 authored by sunse's avatar sunse
Browse files

fix ' at the end of $ref

parent 532cbc40
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ components:
        survivalTime:
          type: string
        nssaaSupport:
          $ref: '#/components/schemas/NSSAASupport
          $ref: '#/components/schemas/NSSAASupport'
    RANSliceSubnetProfile:
      type: object
      properties:
@@ -486,7 +486,7 @@ components:
          energyEfficiency:
            $ref: '#/components/schemas/EnergyEfficiency'
          nssaaSupport:
            $ref: '#/components/schemas/NSSAASupport
            $ref: '#/components/schemas/NSSAASupport'
    SliceProfile:
      type: object
      properties: