Loading OpenAPI/TS28623_ComDefs.yaml +7 −5 Original line number Diff line number Diff line Loading @@ -170,17 +170,19 @@ components: $ref: '#/components/schemas/Longitude' altitude: $ref: '#/components/schemas/Float' ConvexGeoPolygon: geoPolygon: type: array uniqueItems: true items: $ref: '#/components/schemas/GeoCoordinate' minItems: 3 GeoArea: type: object oneOf: - type: object properties: convexGeoPolygon: $ref: '#/components/schemas/ConvexGeoPolygon' geoPolygon: $ref: '#/components/schemas/GeoCoordinate' minItems: 1 GeoAreaToCellMapping: type: object properties: Loading Loading
OpenAPI/TS28623_ComDefs.yaml +7 −5 Original line number Diff line number Diff line Loading @@ -170,17 +170,19 @@ components: $ref: '#/components/schemas/Longitude' altitude: $ref: '#/components/schemas/Float' ConvexGeoPolygon: geoPolygon: type: array uniqueItems: true items: $ref: '#/components/schemas/GeoCoordinate' minItems: 3 GeoArea: type: object oneOf: - type: object properties: convexGeoPolygon: $ref: '#/components/schemas/ConvexGeoPolygon' geoPolygon: $ref: '#/components/schemas/GeoCoordinate' minItems: 1 GeoAreaToCellMapping: type: object properties: Loading