Commit 3d5af4ef authored by shumim's avatar shumim Committed by sunse
Browse files

change satelliteId from interger to string

parent 79f9e0f1
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -622,9 +622,8 @@ components:
        - epochTime
      properties:
        satelliteId:
          type: integer
          minimum: 0
          maximum: 99999
          type: string
          pattern: '^[0-9]{5}$'
        epochTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
        positionVelocity: