Commit 41926fcb authored by shumim's avatar shumim Committed by ruiyue
Browse files

update

parent a9f5388a
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -58,12 +58,12 @@ components:
      format: float
      minimum: -180
      maximum: 180
    Circle:
    GeoCircle:
      description: This datatype is specifies the geographical area for NTN
      type: object
      properties:
        referenceLocation:
          type: string
          $ref: '#/components/schemas/GeoCoordinate'
        distanceRadius:
          type: integer
          minimum: 1
@@ -178,7 +178,7 @@ components:
        - type: object
          properties:
            geoCircle:
              $ref: '#/components/schemas/Circle'
              $ref: '#/components/schemas/GeoCircle'
    GeoAreaToCellMapping:
      type: object
      properties: