Skip to content

Commit 2810187

Browse files
authored
Merge pull request #449 from opengeospatial/Update-schema-locations-in-v1.1.0
Fix v1.1.0 schema locations
2 parents e937806 + 070112d commit 2810187

16 files changed

+26
-26
lines changed

standard/abstract_tests/collections/ATS_rc-md-collection-info-table.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
[width="90%",cols="3",options="header"]
44
|===
55
|Format |Schema Document |Test ID
6-
|HTML |link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collection.yaml[collection.yaml]|<<ats_html_content,/conf/html/content>>
7-
|JSON |link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collection.yaml[collection.yaml] |<<ats_json_content,/conf/json/content>>
6+
|HTML |link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collections/collection.yaml[collection.yaml]|<<ats_html_content,/conf/html/content>>
7+
|JSON |link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collections/collection.yaml[collection.yaml] |<<ats_json_content,/conf/json/content>>
88
|===

standard/abstract_tests/collections/ATS_rc-md-success-table.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
[width="90%",cols="3",options="header"]
44
|===
55
|Format |Schema Document |Test ID
6-
|HTML |link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collections.yaml[collections.yaml]|<<ats_html_content,/conf/html/content>>
7-
|JSON |link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collections.yaml[collections.yaml] |<<ats_geojson_content,/conf/geojson/content>>
6+
|HTML |link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collections/collections.yaml[collections.yaml]|<<ats_html_content,/conf/html/content>>
7+
|JSON |link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collections/collections.yaml[collections.yaml] |<<ats_geojson_content,/conf/geojson/content>>
88
|===

standard/abstract_tests/core/ATS_conformance-success.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ identifier:: /conf/core/conformance-success
66
target:: /req/core/conformance-success
77
test-purpose:: Validate that the Conformance Declaration response complies with the required structure and contents.
88
test-method::
9-
step::: Validate the response document against OpenAPI 3.0 schema link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/confClasses.yaml[confClasses.yaml]
9+
step::: Validate the response document against OpenAPI 3.0 schema link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/core/confClasses.yaml[confClasses.yaml]
1010
step::: Validate that the document includes the conformance class "http://www.opengis.net/spec/ogcapi-edr-1/1.1/conf/core"
1111
step::: Validate that the document lists all OGC API conformance classes that the API implements.
12-
====
12+
====

standard/abstract_tests/core/ATS_root-success.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ The landing page may be retrieved in a number of different formats. The followin
2929
[width="90%",cols="3",options="header"]
3030
|===
3131
|Format |Schema Document |Test ID
32-
|HTML |link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/landingPage.yaml[landingPage.yaml]|<<ats_html_content,/conf/html/content>>
33-
|JSON |link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/landingPage.yaml[landingPage.yaml] |<<ats_geojson_content,/conf/geojson/content>>
32+
|HTML |link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/core/landingPage.yaml[landingPage.yaml]|<<ats_html_content,/conf/html/content>>
33+
|JSON |link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/core/landingPage.yaml[landingPage.yaml] |<<ats_geojson_content,/conf/geojson/content>>
3434
|===

standard/abstract_tests/covjson/ATS_content.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ target:: /req/covjson/content
77
test-purpose:: Verify the content of a CoverageJSON document given an input document and schema.
88
test-method::
99
step::: Validate that the document is a CoverageJSON document.
10-
step::: Validate the document against the link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/coverageJSON.yaml[coverageJSON.yaml] schema using a JSON Schema validator.
11-
====
10+
step::: Validate the document against the link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/covjson/coverageJSON.yaml[coverageJSON.yaml] schema using a JSON Schema validator.
11+
====

standard/abstract_tests/edr-geojson/ATS_content.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test-purpose:: Verify the content of an EDR GeoJSON document given an input docu
88
test-method::
99
. Validate that the document is an EDR GeoJSON document.
1010
. Validate the document against one of the EDR GeoJSON schemas:
11-
* FeatureCollection: link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/edrFeatureCollectionGeoJSON.yaml[edrFeatureCollectionGeoJSON.yaml]
12-
* Feature: link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/featureGeoJSON.yaml[featureGeoJSON.yaml]
13-
* GeometryCollection: link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/geometrycollectionGeoJSON.yaml[geometrycollectionGeoJSON.yaml] using a JSON Schema validator.
14-
====
11+
* FeatureCollection: link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/edr-geojson/edrFeatureCollectionGeoJSON.yaml[edrFeatureCollectionGeoJSON.yaml]
12+
* Feature: link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/geojson/featureGeoJSON.yaml[featureGeoJSON.yaml]
13+
* GeometryCollection: link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/geojson/geometrycollectionGeoJSON.yaml[geometrycollectionGeoJSON.yaml] using a JSON Schema validator.
14+
====

standard/recommendations/core/REC_edr-geojson.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
====
44
*A:*
55
6-
If a collection using other EDR queries uses the <<rc_items-section,`items`>> query, implementations SHOULD consider support for the http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/edrFeatureCollectionGeoJSON.yaml[EDR GeoJSON Schema] as an encoding.
6+
If a collection using other EDR queries uses the <<rc_items-section,`items`>> query, implementations SHOULD consider support for the https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/edr-geojson/edrFeatureCollectionGeoJSON.yaml[EDR GeoJSON Schema] as an encoding.
77
88
====

standard/requirements/collections/REQ_rc-md-success.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ A successful execution of the operation SHALL be reported as a response with an
1313
1414
*B:*
1515
16-
The content of that response SHALL be based upon the schema link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collections.yaml[collections.yaml].
16+
The content of that response SHALL be based upon the schema link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collections/collections.yaml[collections.yaml].
1717
1818
====

standard/requirements/collections/REQ_src-md-success.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A successful execution of the operation SHALL be reported as a response with an
1313
1414
*B:*
1515
16-
The content of that response SHALL be based upon the schema link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collection.yaml[collection.yaml].
16+
The content of that response SHALL be based upon the schema link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collections/collection.yaml[collection.yaml].
1717
1818
---
1919

standard/requirements/core/REQ_conformance-success.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ A successful execution of the operation SHALL be reported as a response with an
1212
---
1313
*B:*
1414
15-
The content of that response SHALL be based upon the schema link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/confClasses.yaml[confClasses.yaml] and list all OGC API conformance classes that the API conforms to.
15+
The content of that response SHALL be based upon the schema link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/core/confClasses.yaml[confClasses.yaml] and list all OGC API conformance classes that the API conforms to.
1616
1717
====

standard/requirements/core/REQ_root-success.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A successful execution of the operation SHALL be reported as a response with an
1212
---
1313
*B:*
1414
15-
The content of that response SHALL be based upon the OpenAPI 3.0 schema link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/landingPage.yaml[landingPage.yaml] and include at least links to the following resources:
15+
The content of that response SHALL be based upon the OpenAPI 3.0 schema link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/core/landingPage.yaml[landingPage.yaml] and include at least links to the following resources:
1616
1717
1818
* the API definition (relation type `service-desc` or `service-doc`)

standard/requirements/edr-geojson/REQ_content.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Every `200`-response with the media type `application/geo+json` SHALL be
1212
1313
1414
15-
* an link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/edrFeatureCollectionGeoJSON.yaml[EDR GeoJSON FeatureCollection Object] for features, and
15+
* an link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/edr-geojson/edrFeatureCollectionGeoJSON.yaml[EDR GeoJSON FeatureCollection Object] for features, and
1616
17-
* an link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/featureGeoJSON.yaml[EDR GeoJSON Feature Object] for a single feature.
17+
* an link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/geojson/featureGeoJSON.yaml[EDR GeoJSON Feature Object] for a single feature.
1818
1919
2020

standard/requirements/edr/query_type/item.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The EDR API Items query is an <<OGC17-069r3,OGC API - Features>> endpoint that
22
may be used to catalog pre-existing EDR sampling features.
33
The pre-existence of an EDR sampling feature may be because a particular query has been cached for later use,such as a monitoring location. Or
4-
there may be a catalog of spatiotemporal sampling features such as domains of anomalies in a dataset. A http://schemas.opengis.net/ogcapi/edr/1.1/openapi/EDR_OpenAPI.yaml[GeoJSON-compatible
4+
there may be a catalog of spatiotemporal sampling features such as domains of anomalies in a dataset. A https://schemas.opengis.net/ogcapi/edr/1.1/openapi/ogcapi-environmental-data-retrieval-1.yaml[GeoJSON-compatible
55
JSON-Schema] is specified to document an EDR API query endpoint and valid
66
query parameters including time range, parameters, and spatial characteristics.
77
A service can define a custom GeoJSON schema in the OpenAPI definition for the service, with the default being the edr-geojson schema if no alternative is documented.

standard/requirements/instances/REQ_src-md-success.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A successful execution of the operation SHALL be reported as a response with a H
1313
1414
*B:*
1515
16-
The content of that response SHALL be based upon the JSON schema link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/instances.yaml[instances.yaml].
16+
The content of that response SHALL be based upon the JSON schema link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/queries/instances.yaml[instances.yaml].
1717
1818
---
1919

standard/sections/annex_examples.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include::../examples/landing_page_JSON_1.adoc[]
1212

1313
The API is described using the OpenAPI 3.0 specification, example responses for a server which supports all possible EDR query patterns can be found at:
1414

15-
link:http://schemas.opengis.net/ogcapi/edr/1.1/openapi/EDR_OpenAPI.yaml[YAML OpenAPI document]
15+
link:https://schemas.opengis.net/ogcapi/edr/1.1/openapi/ogcapi-environmental-data-retrieval-1.yaml[YAML OpenAPI document]
1616

1717
[[conformance-response-examples]]
1818
=== Conformance Examples

standard/sections/clause_9_general.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Implementations shall also advertise conformance with this Requirements Class.
124124

125125
Apply <<req_oas30_oas-impl,Requirement /req/oas30/oas-impl>> for OpenAPI 3.0 implementation.
126126

127-
An example OpenAPI definition document is available at http://schemas.opengis.net/ogcapi/edr/1.1/openapi/EDR_OpenAPI.yaml
127+
An example OpenAPI definition document is available at https://schemas.opengis.net/ogcapi/edr/1.1/openapi/ogcapi-environmental-data-retrieval-1.yaml
128128

129129
==== Complete definition
130130

@@ -147,7 +147,7 @@ description: An error occurred.
147147
content:
148148
application/json:
149149
schema:
150-
$ref: http://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/exception.yaml
150+
$ref: https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/core/exception.yaml
151151
text/html:
152152
schema:
153153
type: string

0 commit comments

Comments
 (0)