Commit 073cc504 authored by swaminathan1's avatar swaminathan1
Browse files

Update TS28623_ComDefs.yaml to add GeoArea datatype

parent d6c35ca7
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -82,11 +82,16 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/GeoCoordinate'
    GeoAreaToCellMapping:
    GeoArea:
      type: object
      properties:
        convexGeoPolygon:
          $ref: '#/components/schemas/ConvexGeoPolygon'
    GeoAreaToCellMapping:
      type: object
      properties:
        geoArea:
          $ref: '#/components/schemas/GeoArea'
        associationThreshold:
          type: integer
    AreaOfInterest: