From da14e5ee0bb6a25ce5344e0e4f23f937aab90a31 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 17 Jun 2024 11:45:18 -0400 Subject: [PATCH] fix OGC API - Common references --- core/standard/openapi/paths/collections/collections.yaml | 2 +- core/standard/openapi/paths/queries/area.yaml | 2 +- core/standard/openapi/paths/queries/corridor.yaml | 2 +- core/standard/openapi/paths/queries/cube.yaml | 2 +- core/standard/openapi/paths/queries/instance-area.yaml | 2 +- core/standard/openapi/paths/queries/instance-corridor.yaml | 2 +- core/standard/openapi/paths/queries/instance-cube.yaml | 2 +- core/standard/openapi/paths/queries/instance-location.yaml | 2 +- core/standard/openapi/paths/queries/instance-locations.yaml | 2 +- core/standard/openapi/paths/queries/instance-position.yaml | 2 +- core/standard/openapi/paths/queries/instance-radius.yaml | 2 +- core/standard/openapi/paths/queries/instance-trajectory.yaml | 2 +- core/standard/openapi/paths/queries/items.yaml | 2 +- core/standard/openapi/paths/queries/location.yaml | 2 +- core/standard/openapi/paths/queries/locations.yaml | 2 +- core/standard/openapi/paths/queries/position.yaml | 2 +- core/standard/openapi/paths/queries/radius.yaml | 2 +- core/standard/openapi/paths/queries/trajectory.yaml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/core/standard/openapi/paths/collections/collections.yaml b/core/standard/openapi/paths/collections/collections.yaml index 670533ccc..7ca342782 100644 --- a/core/standard/openapi/paths/collections/collections.yaml +++ b/core/standard/openapi/paths/collections/collections.yaml @@ -6,7 +6,7 @@ get: operationId: listCollections parameters: - $ref: ../../parameters/core/bbox.yaml - - $ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-common/master/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/f.yaml responses: 200: diff --git a/core/standard/openapi/paths/queries/area.yaml b/core/standard/openapi/paths/queries/area.yaml index feb3aee63..5198bb57d 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/resolution-x.yaml diff --git a/core/standard/openapi/paths/queries/corridor.yaml b/core/standard/openapi/paths/queries/corridor.yaml index a5f9320ec..c1b09562b 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/corridor-width.yaml - $ref: ../../parameters/core/width-units.yaml diff --git a/core/standard/openapi/paths/queries/cube.yaml b/core/standard/openapi/paths/queries/cube.yaml index 148559dba..887f787f3 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml diff --git a/core/standard/openapi/paths/queries/instance-area.yaml b/core/standard/openapi/paths/queries/instance-area.yaml index 82906f268..4746bf79c 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/resolution-x.yaml - $ref: ../../parameters/core/resolution-y.yaml diff --git a/core/standard/openapi/paths/queries/instance-corridor.yaml b/core/standard/openapi/paths/queries/instance-corridor.yaml index 85cbad1f4..aba033965 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/corridor-width.yaml - $ref: ../../parameters/core/width-units.yaml diff --git a/core/standard/openapi/paths/queries/instance-cube.yaml b/core/standard/openapi/paths/queries/instance-cube.yaml index af84a47c2..73ab9e21f 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml diff --git a/core/standard/openapi/paths/queries/instance-location.yaml b/core/standard/openapi/paths/queries/instance-location.yaml index 332f17681..81f0a3248 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml responses: diff --git a/core/standard/openapi/paths/queries/instance-locations.yaml b/core/standard/openapi/paths/queries/instance-locations.yaml index 9c23f2e9f..81efbe35a 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml responses: 200: $ref: ../../responses/queries/items.yaml diff --git a/core/standard/openapi/paths/queries/instance-position.yaml b/core/standard/openapi/paths/queries/instance-position.yaml index 87c3156d6..0357184e8 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml diff --git a/core/standard/openapi/paths/queries/instance-radius.yaml b/core/standard/openapi/paths/queries/instance-radius.yaml index be1ca7919..649592b7c 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/within.yaml - $ref: ../../parameters/core/within-units.yaml - $ref: ../../parameters/core/parameter-name.yaml diff --git a/core/standard/openapi/paths/queries/instance-trajectory.yaml b/core/standard/openapi/paths/queries/instance-trajectory.yaml index c914366b6..a1f631d49 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml diff --git a/core/standard/openapi/paths/queries/items.yaml b/core/standard/openapi/paths/queries/items.yaml index d600199d0..baaa5dc56 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml responses: 200: $ref: ../../responses/queries/items.yaml diff --git a/core/standard/openapi/paths/queries/location.yaml b/core/standard/openapi/paths/queries/location.yaml index 44f3f7958..014fdaee5 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml diff --git a/core/standard/openapi/paths/queries/locations.yaml b/core/standard/openapi/paths/queries/locations.yaml index 3b380eecc..aa9c35a5c 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml responses: 200: $ref: ../../responses/queries/items.yaml diff --git a/core/standard/openapi/paths/queries/position.yaml b/core/standard/openapi/paths/queries/position.yaml index 54ffd7622..1f1cbe2a1 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml diff --git a/core/standard/openapi/paths/queries/radius.yaml b/core/standard/openapi/paths/queries/radius.yaml index 9c34a9a40..8595020fd 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml diff --git a/core/standard/openapi/paths/queries/trajectory.yaml b/core/standard/openapi/paths/queries/trajectory.yaml index ed0b833cc..239bca4bf 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/v1.0-tc-vote/collections/openapi/parameters/datetime.yaml + - $ref: https://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/parameters/datetime.yaml - $ref: ../../parameters/core/parameter-name.yaml - $ref: ../../parameters/core/crs.yaml - $ref: ../../parameters/core/f.yaml