From 7b8fdc7a07c6d48fbc4257c1be40dd7861c14c28 Mon Sep 17 00:00:00 2001 From: allwang Date: Tue, 4 Feb 2025 14:15:52 +0000 Subject: [PATCH] Update TS28623_ComDefs.yaml --- OpenAPI/TS28623_ComDefs.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index b06b18ccc..d80f95b91 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -170,18 +170,14 @@ components: $ref: '#/components/schemas/Longitude' altitude: $ref: '#/components/schemas/Float' - GeoPolygon: - type: array - uniqueItems: true - items: - $ref: '#/components/schemas/GeoCoordinate' - minItems: 1 GeoArea: oneOf: - type: object properties: geoPolygon: - $ref: '#/components/schemas/GeoCoordinate' + type: array + items: + $ref: '#/components/schemas/GeoCoordinate' minItems: 1 GeoAreaToCellMapping: type: object -- GitLab