Commit 3c5bc807 authored by sunse's avatar sunse
Browse files

Merge branch 'TS28.623_Rel-18_CR0206_Adding_GeoArea_datatype' into 'Integration_Rel18_SA5_146_YAML'

Ts28.623 rel 18 cr0206 adding geo area datatype

See merge request sa5/MnS!495
parents 138883ab 7af4e5b7
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -82,11 +82,17 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/GeoCoordinate'
    GeoAreaToCellMapping:
      minItems: 3
    GeoArea:
      type: object
      properties:
        convexGeoPolygon:
          $ref: '#/components/schemas/ConvexGeoPolygon'
    GeoAreaToCellMapping:
      type: object
      properties:
        geoArea:
          $ref: '#/components/schemas/GeoArea'
        associationThreshold:
          type: integer
    AreaOfInterest: