From 2cd07fa13ec2cb12cc5eda97042e7a1580b42035 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Wed, 24 Apr 2024 12:08:17 -0400 Subject: [PATCH] openapi: updated propertiesSchema to reflect latest Features - Part 5: Schemas --- standard/openapi/ogcapi-coverages-1.bundled.json | 11 ++++------- standard/openapi/schemas/tms/propertiesSchema.yaml | 10 ++++------ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/standard/openapi/ogcapi-coverages-1.bundled.json b/standard/openapi/ogcapi-coverages-1.bundled.json index 728e978..270eb5a 100644 --- a/standard/openapi/ogcapi-coverages-1.bundled.json +++ b/standard/openapi/ogcapi-coverages-1.bundled.json @@ -499,21 +499,18 @@ "default": 0, "minimum": 0 }, - "x-ogc-observedProperty": { - "type": "string" - }, - "x-ogc-observedPropertyURI": { + "x-ogc-definition": { "type": "string", "format": "uri" }, - "x-ogc-uom": { + "x-ogc-unit": { "type": "string" }, - "x-ogc-uomURI": { + "x-ogc-unitLang": { "type": "string", "format": "uri" }, - "x-ogc-fieldIndex": { + "x-ogc-propertySeq": { "type": "integer", "minimum": 0 } diff --git a/standard/openapi/schemas/tms/propertiesSchema.yaml b/standard/openapi/schemas/tms/propertiesSchema.yaml index 74c290e..5d547cf 100644 --- a/standard/openapi/schemas/tms/propertiesSchema.yaml +++ b/standard/openapi/schemas/tms/propertiesSchema.yaml @@ -73,16 +73,14 @@ properties: type: integer default: 0 minimum: 0 - x-ogc-observedProperty: - type: string - x-ogc-observedPropertyURI: + x-ogc-definition: type: string format: uri - x-ogc-uom: + x-ogc-unit: type: string - x-ogc-uomURI: + x-ogc-unitLang: type: string format: uri - x-ogc-fieldIndex: + x-ogc-propertySeq: type: integer minimum: 0