From 3bd8a75b7eae1457f65e0145cc38b8adfefdee9e Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:17:55 +0100 Subject: [PATCH 01/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/area.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/area.yaml b/core/standard/openapi/paths/queries/area.yaml index 3076961a..feb3aee6 100644 --- a/core/standard/openapi/paths/queries/area.yaml +++ b/core/standard/openapi/paths/queries/area.yaml @@ -9,7 +9,7 @@ get: - $ref: ../../parameters/collections/collectionId.yaml - $ref: ../../parameters/core/areaCoords.yaml - $ref: ../../parameters/core/z.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/resolution-x.yaml From 4389a8c5e4d779c1cf3038eb434971453c67f841 Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:19:54 +0100 Subject: [PATCH 02/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/corridor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/corridor.yaml b/core/standard/openapi/paths/queries/corridor.yaml index 12560963..a5f9320e 100644 --- a/core/standard/openapi/paths/queries/corridor.yaml +++ b/core/standard/openapi/paths/queries/corridor.yaml @@ -9,7 +9,7 @@ get: - $ref: ../../parameters/collections/collectionId.yaml - $ref: ../../parameters/core/trajectoryCoords.yaml - $ref: ../../parameters/core/z.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/corridor-width.yaml - $ref: ../../parameters/core/width-units.yaml From 9dccc1f72c057c6689391cbf4315b3873f89c2dd Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:20:23 +0100 Subject: [PATCH 03/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/cube.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/cube.yaml b/core/standard/openapi/paths/queries/cube.yaml index 480cf44e..148559db 100644 --- a/core/standard/openapi/paths/queries/cube.yaml +++ b/core/standard/openapi/paths/queries/cube.yaml @@ -9,7 +9,7 @@ get: - $ref: ../../parameters/collections/collectionId.yaml - $ref: ../../parameters/core/bbox.yaml - $ref: ../../parameters/core/cube-z.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml From 02d9ca2ad0a87b54b818f924f18c73922b168e29 Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:20:42 +0100 Subject: [PATCH 04/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/instance-area.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/instance-area.yaml b/core/standard/openapi/paths/queries/instance-area.yaml index e4cf863d..82906f26 100644 --- a/core/standard/openapi/paths/queries/instance-area.yaml +++ b/core/standard/openapi/paths/queries/instance-area.yaml @@ -10,7 +10,7 @@ get: - $ref: ../../parameters/queries/instanceId.yaml - $ref: ../../parameters/core/areaCoords.yaml - $ref: ../../parameters/core/z.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/resolution-x.yaml - $ref: ../../parameters/core/resolution-y.yaml From 54356fdc201d6f493244cd88e85663deadc6c03a Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:21:00 +0100 Subject: [PATCH 05/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/instance-corridor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/instance-corridor.yaml b/core/standard/openapi/paths/queries/instance-corridor.yaml index 28704967..85cbad1f 100644 --- a/core/standard/openapi/paths/queries/instance-corridor.yaml +++ b/core/standard/openapi/paths/queries/instance-corridor.yaml @@ -10,7 +10,7 @@ get: - $ref: ../../parameters/queries/instanceId.yaml - $ref: ../../parameters/core/trajectoryCoords.yaml - $ref: ../../parameters/core/z.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/corridor-width.yaml - $ref: ../../parameters/core/width-units.yaml From 573f72ae57f740b23fdb5737ab0cf2e566410d87 Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:21:17 +0100 Subject: [PATCH 06/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/instance-cube.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/instance-cube.yaml b/core/standard/openapi/paths/queries/instance-cube.yaml index a3ee9e53..af84a47c 100644 --- a/core/standard/openapi/paths/queries/instance-cube.yaml +++ b/core/standard/openapi/paths/queries/instance-cube.yaml @@ -10,7 +10,7 @@ get: - $ref: ../../parameters/queries/instanceId.yaml - $ref: ../../parameters/core/bbox.yaml - $ref: ../../parameters/core/cube-z.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml From 8dafdb893c243476a25771bb358d232b90a57ea9 Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:21:36 +0100 Subject: [PATCH 07/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/instance-location.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/instance-location.yaml b/core/standard/openapi/paths/queries/instance-location.yaml index 1b9c6097..332f1768 100644 --- a/core/standard/openapi/paths/queries/instance-location.yaml +++ b/core/standard/openapi/paths/queries/instance-location.yaml @@ -9,7 +9,7 @@ get: - $ref: ../../parameters/collections/collectionId.yaml - $ref: ../../parameters/queries/instanceId.yaml - $ref: ../../parameters/queries/locationId.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml responses: From 62836b65172b93c571cdefdae94dd4e630339bef Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:21:52 +0100 Subject: [PATCH 08/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/instance-locations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/instance-locations.yaml b/core/standard/openapi/paths/queries/instance-locations.yaml index 07f56f6e..9c23f2e9 100644 --- a/core/standard/openapi/paths/queries/instance-locations.yaml +++ b/core/standard/openapi/paths/queries/instance-locations.yaml @@ -9,7 +9,7 @@ get: - $ref: ../../parameters/collections/collectionId.yaml - $ref: ../../parameters/queries/instanceId.yaml - $ref: ../../parameters/core/bbox.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml responses: 200: $ref: ../../responses/queries/items.yaml From b286e99ea11966468c2062ecbbf01bc6e264fce5 Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:22:11 +0100 Subject: [PATCH 09/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/instance-position.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/instance-position.yaml b/core/standard/openapi/paths/queries/instance-position.yaml index c6d2bd3f..87c3156d 100644 --- a/core/standard/openapi/paths/queries/instance-position.yaml +++ b/core/standard/openapi/paths/queries/instance-position.yaml @@ -10,7 +10,7 @@ get: - $ref: ../../parameters/queries/instanceId.yaml - $ref: ../../parameters/core/positionCoords.yaml - $ref: ../../parameters/core/z.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml From 36a1beedb0adcf80871ff46ab7992245a3fa2c1e Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:22:34 +0100 Subject: [PATCH 10/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/instance-radius.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/instance-radius.yaml b/core/standard/openapi/paths/queries/instance-radius.yaml index 11d06310..be1ca791 100644 --- a/core/standard/openapi/paths/queries/instance-radius.yaml +++ b/core/standard/openapi/paths/queries/instance-radius.yaml @@ -10,7 +10,7 @@ get: - $ref: ../../parameters/queries/instanceId.yaml - $ref: ../../parameters/core/radiusCoords.yaml - $ref: ../../parameters/core/z.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/within.yaml - $ref: ../../parameters/core/within-units.yaml - $ref: ../../parameters/core/parameter-name.yaml From 68b5c50a0809701ec714e390c8d4864c0fda9fd1 Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:22:51 +0100 Subject: [PATCH 11/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/instance-trajectory.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/instance-trajectory.yaml b/core/standard/openapi/paths/queries/instance-trajectory.yaml index dd0b76ce..c914366b 100644 --- a/core/standard/openapi/paths/queries/instance-trajectory.yaml +++ b/core/standard/openapi/paths/queries/instance-trajectory.yaml @@ -10,7 +10,7 @@ get: - $ref: ../../parameters/queries/instanceId.yaml - $ref: ../../parameters/core/trajectoryCoords.yaml - $ref: ../../parameters/core/z.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml From 3675d0559626af37d4b32d36e767952d3f79eea5 Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:23:19 +0100 Subject: [PATCH 12/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/items.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/items.yaml b/core/standard/openapi/paths/queries/items.yaml index b938058b..d600199d 100644 --- a/core/standard/openapi/paths/queries/items.yaml +++ b/core/standard/openapi/paths/queries/items.yaml @@ -8,7 +8,7 @@ get: parameters: - $ref: ../../parameters/collections/collectionId.yaml - $ref: ../../parameters/core/bbox.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml responses: 200: $ref: ../../responses/queries/items.yaml From 23ce9cddf1e2ee679d66a6778f86abb09e0dec38 Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:23:40 +0100 Subject: [PATCH 13/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/location.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/location.yaml b/core/standard/openapi/paths/queries/location.yaml index 85ca026c..44f3f795 100644 --- a/core/standard/openapi/paths/queries/location.yaml +++ b/core/standard/openapi/paths/queries/location.yaml @@ -8,7 +8,7 @@ get: parameters: - $ref: ../../parameters/collections/collectionId.yaml - $ref: ../../parameters/queries/locationId.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml From a2374d0b997d141ea52de0f6fcb3a1c4df9a5d44 Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:23:59 +0100 Subject: [PATCH 14/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/locations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/locations.yaml b/core/standard/openapi/paths/queries/locations.yaml index 40be8d23..3b380eec 100644 --- a/core/standard/openapi/paths/queries/locations.yaml +++ b/core/standard/openapi/paths/queries/locations.yaml @@ -8,7 +8,7 @@ get: parameters: - $ref: ../../parameters/collections/collectionId.yaml - $ref: ../../parameters/core/bbox.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml responses: 200: $ref: ../../responses/queries/items.yaml From 045946d90079dbac411f47d53b1099d444c529a6 Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:24:18 +0100 Subject: [PATCH 15/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/position.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/position.yaml b/core/standard/openapi/paths/queries/position.yaml index 1bcbd1c8..54ffd762 100644 --- a/core/standard/openapi/paths/queries/position.yaml +++ b/core/standard/openapi/paths/queries/position.yaml @@ -9,7 +9,7 @@ get: - $ref: ../../parameters/collections/collectionId.yaml - $ref: ../../parameters/core/positionCoords.yaml - $ref: ../../parameters/core/z.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml From 314f84dfccd98605a58f2c3d39bcc4ba16429b49 Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:24:36 +0100 Subject: [PATCH 16/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/radius.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/radius.yaml b/core/standard/openapi/paths/queries/radius.yaml index 2010e056..9c34a9a4 100644 --- a/core/standard/openapi/paths/queries/radius.yaml +++ b/core/standard/openapi/paths/queries/radius.yaml @@ -11,7 +11,7 @@ get: - $ref: ../../parameters/core/within.yaml - $ref: ../../parameters/core/within-units.yaml - $ref: ../../parameters/core/z.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml From 499ce5265589a3398fd579c6925bfa435ae43a21 Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 9 May 2024 16:24:57 +0100 Subject: [PATCH 17/17] Fix OGC API Common link --- core/standard/openapi/paths/queries/trajectory.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/openapi/paths/queries/trajectory.yaml b/core/standard/openapi/paths/queries/trajectory.yaml index 505e33f5..ed0b833c 100644 --- a/core/standard/openapi/paths/queries/trajectory.yaml +++ b/core/standard/openapi/paths/queries/trajectory.yaml @@ -9,7 +9,7 @@ get: - $ref: ../../parameters/collections/collectionId.yaml - $ref: ../../parameters/core/trajectoryCoords.yaml - $ref: ../../parameters/core/z.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml