Commit 3d395110 authored by allwang's avatar allwang
Browse files

Update TS28623_ComDefs.yaml

parent 125c6353
Loading
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -106,21 +106,23 @@ components:
          $ref: '#/components/schemas/Longitude'
        altitude:
          $ref: '#/components/schemas/Float'
    ConvexGeoPolygon:
    GeoArea:
      oneOf:
        - type: object
          properties:
            geoPolygon:
              type: array
              items:
                $ref: '#/components/schemas/GeoCoordinate'
      minItems: 3
    GeoArea:
      type: object
      properties:
        convexGeoPolygon:
          $ref: '#/components/schemas/ConvexGeoPolygon'
              minItems: 1
    GeoAreaToCellMapping:
      type: object
      properties:
        geoArea:
          $ref: '#/components/schemas/GeoArea'
          type: array
          items:
            $ref: '#/components/schemas/GeoCoordinate'
          minItems: 1
        associationThreshold:
          type: integer
    AreaOfInterest: