Commit 1643097a authored by allwang's avatar allwang Committed by ruiyue
Browse files

Update TS28623_ComDefs.yaml

parent 7af8ed5f
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -106,17 +106,15 @@ components:
          $ref: '#/components/schemas/Longitude'
        altitude:
          $ref: '#/components/schemas/Float'
    GeoPolygon:
      type: array
      items:
        $ref: '#/components/schemas/GeoCoordinate'
      minItems: 1
    GeoArea:
      oneOf:
        - type: object
          properties:
            geoPolygon:
              type: array
              items:
                $ref: '#/components/schemas/GeoCoordinate'
              minItems: 1
    GeoAreaToCellMapping:
      type: object
      properties: