Skip to content

Commit

Permalink
Small update regarding description and example in the OAS spec
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVisscher committed Feb 15, 2024
1 parent 5018e28 commit ddf3c1f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/coordinate_transformation_api/assets/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ paths:
(base) CRS
description: >
A POST endpoint that accepts a GeoJSON object and densifies the
geometries using the `max-segment-length` threshold.
geometries using the maximum segment length 'maxSegmentLength' or
maximum segment deviation `maxSegmentDeviation` threshold.
parameters:
- $ref: "#/components/parameters/sourceCrs"
- $ref: "#/components/parameters/contentCrs"
Expand Down Expand Up @@ -903,7 +904,7 @@ components:
api-version:
$ref: "#/components/headers/api-version"
"404Crs":
description: CRS Not Found.
description: Coordinate reference system (CRS) Not Found.
content:
application/problem+json:
schema:
Expand Down Expand Up @@ -1138,14 +1139,14 @@ components:
properties:
description:
example: |
Landing page of the Coordinatetransformation API
Landing page of the Coordinate Transformation API
type: string
links:
items:
$ref: "#/components/schemas/Link"
type: array
title:
example: Coordinatetransformation API
example: Coordinate Transformation API
type: string
required:
- links
Expand Down

0 comments on commit ddf3c1f

Please sign in to comment.