Commit f2ae9cf6 authored by sunse's avatar sunse
Browse files

Merge branch '28623_Rel19_Correct_GeoArea' into 'Integration_Rel19_SA5_159_YAML'

28623_Rel19_CR0514_Correct_GeoArea

See merge request !1585
parents 9e667c84 7b8fdc7a
Loading
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -170,17 +170,13 @@ components:
          $ref: '#/components/schemas/Longitude'
        altitude:
          $ref: '#/components/schemas/Float'
    GeoPolygon:
      type: array
      uniqueItems: true
      items:
        $ref: '#/components/schemas/GeoCoordinate'
      minItems: 1
    GeoArea:
      oneOf:
        - type: object
          properties:
            geoPolygon:
              type: array
              items:
                $ref: '#/components/schemas/GeoCoordinate'
              minItems: 1
    GeoAreaToCellMapping: