Skip to content

Commit

Permalink
openapi: Other syncing / fixing with Maps/Tiles/Common schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
jerstlouis committed Nov 9, 2023
1 parent ffb86d4 commit 2600234
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions standard/openapi/ogcapi-coverages-1.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@
]
},
"storageCrs": {
"description": "the native coordinate reference systems (i.e., the most efficient CRS in which to request the data, possibly how the data is stored on the server); this is the default output coordinate reference system for Maps and Coverages",
"description": "the native coordinate reference system (i.e., the most efficient CRS in which to request the data, possibly how the data is stored on the server); this is the default output coordinate reference system for Maps and Coverages",
"type": "string",
"default": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"example": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
Expand Down Expand Up @@ -1247,7 +1247,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 All @@ -1272,7 +1272,7 @@
]
},
"dataType": {
"oneOf": [
"anyOf": [
{
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ properties:
- http://www.opengis.net/def/crs/OGC/1.3/CRS84
- http://www.opengis.net/def/crs/EPSG/0/4326
storageCrs:
description: the native coordinate reference systems (i.e., the most efficient CRS in which to request the data, possibly how the data is stored on the server); this is the default output coordinate reference system for Maps and Coverages
description: the native coordinate reference system (i.e., the most efficient CRS in which to request the data, possibly how the data is stored on the server); this is the default output coordinate reference system for Maps and Coverages
type: string
default: http://www.opengis.net/def/crs/OGC/1.3/CRS84
example: http://www.opengis.net/def/crs/OGC/1.3/CRS84
Expand Down
2 changes: 1 addition & 1 deletion standard/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
2 changes: 1 addition & 1 deletion standard/openapi/schemas/common-geodata/dataType.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This list may be extended (e.g. point clouds, meshes)
oneOf:
anyOf:
- type: string
- type: string
enum:
Expand Down

0 comments on commit 2600234

Please sign in to comment.