Commit e4196346 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch '28.623_Re-18_CR0490_Correction_of_limitation_of_convex_polygons_for_geographical_area' into 'Integration_Rel18_SA5_158_YAML'

28.623_Re-18_CR0490_Correction_of_limitation_of_convex_polygons_for_geographical_area

See merge request !1522
parents bcea5a8f d1e8ace2
Loading
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -106,16 +106,17 @@ components:
          $ref: '#/components/schemas/Longitude'
        altitude:
          $ref: '#/components/schemas/Float'
    ConvexGeoPolygon:
    GeoPolygon:
      type: array
      items:
        $ref: '#/components/schemas/GeoCoordinate'
      minItems: 3
      minItems: 1
    GeoArea:
      type: object
      oneOf:
        - type: object
          properties:
        convexGeoPolygon:
          $ref: '#/components/schemas/ConvexGeoPolygon'
            geoPolygon:
              $ref: '#/components/schemas/GeoCoordinate'
    GeoAreaToCellMapping:
      type: object
      properties: