Commit 21be0384 authored by potherakallo's avatar potherakallo Committed by sunse
Browse files

Update TS28623_ComDefs.yaml

parent aed7440f
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -170,17 +170,19 @@ components:
          $ref: '#/components/schemas/Longitude'
        altitude:
          $ref: '#/components/schemas/Float'
    ConvexGeoPolygon:
    geoPolygon:
      type: array
      uniqueItems: true
      items:
        $ref: '#/components/schemas/GeoCoordinate'
      minItems: 3
    GeoArea:
      type: object
      oneOf:
        - type: object
          properties:
        convexGeoPolygon:
          $ref: '#/components/schemas/ConvexGeoPolygon'
            geoPolygon:
              $ref: '#/components/schemas/GeoCoordinate'
              minItems: 1
    GeoAreaToCellMapping:
      type: object
      properties: