Commit fae27f2a authored by swaminathan1's avatar swaminathan1 Committed by sunse
Browse files

Update TS28623_ComDefs.yaml

parent 138883ab
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: