Skip to content

Commit

Permalink
openapi/crs.yaml: Fixed typo and s/string/object
Browse files Browse the repository at this point in the history
  • Loading branch information
jerstlouis committed Jul 14, 2022
1 parent a4f5c3f commit bbe5105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/ogcapi-tiles-1.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,7 @@
"wkt": {
"allOf": [
{
"description": "A string defining the CRS using the JSON encodng for Well-known text representation of coordinate reference systems 2.0"
"description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
},
{
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/common-geodata/crs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oneOf:
properties:
wkt:
allOf:
- description: A string defining the CRS using the JSON encodng for Well-known text representation of coordinate reference systems 2.0
- description: An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0
- type: object # - $ref: 'projJSON.yaml'
- required:
- referenceSystem
Expand Down

0 comments on commit bbe5105

Please sign in to comment.