From fae27f2a3f0bbf30ffa4a131392c10cfd32e2a04 Mon Sep 17 00:00:00 2001 From: swaminathan1 Date: Mon, 31 Oct 2022 16:09:32 +0000 Subject: [PATCH 1/2] Update TS28623_ComDefs.yaml --- OpenAPI/TS28623_ComDefs.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index b962d1032..87456a9ed 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -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: -- GitLab From 7af4e5b789aef5c9d594e1844b574c642202bacc Mon Sep 17 00:00:00 2001 From: swaminathan1 Date: Wed, 2 Nov 2022 04:42:38 +0000 Subject: [PATCH 2/2] Update TS28623_ComDefs.yaml --- OpenAPI/TS28623_ComDefs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index 87456a9ed..c0a384b62 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -82,7 +82,7 @@ components: type: array items: $ref: '#/components/schemas/GeoCoordinate' - minItems: 3 + minItems: 3 GeoArea: type: object properties: -- GitLab