Loading OpenAPI/TS28623_ComDefs.yaml +12 −11 Original line number Diff line number Diff line Loading @@ -170,22 +170,23 @@ components: $ref: '#/components/schemas/Longitude' altitude: $ref: '#/components/schemas/Float' ConvexGeoPolygon: GeoArea: oneOf: - type: object properties: geoPolygon: type: array uniqueItems: true 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: Loading Loading
OpenAPI/TS28623_ComDefs.yaml +12 −11 Original line number Diff line number Diff line Loading @@ -170,22 +170,23 @@ components: $ref: '#/components/schemas/Longitude' altitude: $ref: '#/components/schemas/Float' ConvexGeoPolygon: GeoArea: oneOf: - type: object properties: geoPolygon: type: array uniqueItems: true 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: Loading