From bbe51059ca594910dbb9390e40858fdb40a9b1a3 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Thu, 14 Jul 2022 11:17:16 -0400 Subject: [PATCH] openapi/crs.yaml: Fixed typo and s/string/object --- openapi/ogcapi-tiles-1.bundled.json | 2 +- openapi/schemas/common-geodata/crs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/ogcapi-tiles-1.bundled.json b/openapi/ogcapi-tiles-1.bundled.json index 8a2fce8b..310f3184 100644 --- a/openapi/ogcapi-tiles-1.bundled.json +++ b/openapi/ogcapi-tiles-1.bundled.json @@ -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" diff --git a/openapi/schemas/common-geodata/crs.yaml b/openapi/schemas/common-geodata/crs.yaml index c7c7bfa7..491ff05f 100644 --- a/openapi/schemas/common-geodata/crs.yaml +++ b/openapi/schemas/common-geodata/crs.yaml @@ -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