-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #434 from pvretano/issue-372
Clarify outputs
- Loading branch information
Showing
67 changed files
with
369 additions
and
520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...S_process-execute-input-inline-mixed.adoc → ...-execute-input-inline-multiple-types.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...ess-description/ATS_input-mixed-type.adoc → ...description/ATS_input-multiple-types.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...ss-description/ATS_output-mixed-type.adoc → ...escription/ATS_output-multiple-types.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
core/recommendations/core/PER_process-execute-multiple-output-pkg.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[[per_core_process-execute-multiple-output-pkg]] | ||
[permission] | ||
==== | ||
[%metadata] | ||
identifier:: /per/core/process-execute-multiple-output-pkg | ||
A server MAY, through content negotiation, respond with something other than that specified by requirement <<req_core_process-execute-sync-many-json,/req/core/process-execute-sync-many-json>>. A server MAY, for example, respond with a https://www.iso.org/standard/60101.html[ZIP] file or a https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html[multi-part MIME] document containing all the requested output values. | ||
==== |
5 changes: 4 additions & 1 deletion
5
core/recommendations/core/REC_access-control-expose-headers.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_access-control-expose-headers]] | ||
[recommendation,type="general",id="/rec/core/access-control-expose-headers",label="/rec/core/access-control-expose-headers"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/access-control-expose-headers | ||
If the server is intended to be accessed from the browser and if Cross-origin resource sharing is supported, the `Access-Control-Expose-Headers` header SHOULD be used and the header SHOULD contain the value `location` to enable the browser to access the `location` header of the response. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_api_definition-oas]] | ||
[recommendation,type="general",id="/rec/core/api-definition-oas",label="/rec/core/api-definition-oas"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/api-definition-oas | ||
If the API definition document is defined using the OpenAPI Specification 3.0, the document SHOULD conform to the <<rc_oas30,OpenAPI Specification 3.0 requirements class>>. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_content-length]] | ||
[recommendation,type="general",id="/rec/core/content-length",label="/rec/core/content-length"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/content-length | ||
The server SHOULD include the HTTP 1.1 `Content-Length` header in all responses. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_cross-origin]] | ||
[recommendation,type="general",id="/rec/core/cross-origin",label="/rec/core/cross-origin"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/cross-origin | ||
If the server is intended to be accessed from the browser, cross-origin requests SHOULD be supported. Note that support can also be added in a proxy layer on top of the server. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_html]] | ||
[recommendation,type="general",id="/rec/core/html",label="/rec/core/html"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/html | ||
To support browsing an implementation of OGC API - Processes with a web browser and to enable search engines to crawl and index a process, implementations SHOULD consider to support an HTML encoding. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_http-head]] | ||
[recommendation,type="general",id="/rec/core/http-head",label="/rec/core/http-head"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/http-head | ||
The server SHOULD support the HTTP 1.1 method HEAD for all resources that support the method GET. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...ecommendations/core/REC_job-results-success-async-many-json-prefer-minimal.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
core/recommendations/core/REC_job-results-success-async-many-json-prefer-none.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...dations/core/REC_job-results-success-async-many-json-prefer-representation.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_ogc-process-description]] | ||
[recommendation,type="general",id="/rec/core/ogc-process-description",label="/rec/core/ogc-process-description"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/ogc-process-description | ||
Implementations SHOULD consider supporting the <<ogc_process_description,OGC process description>>. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_problem-details]] | ||
[recommendation,type="general",id="/rec/core/problem-details",label="/rec/core/problem-details"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/problem-details | ||
A server SHOULD include a "Problem Details" report in an error response in accordance with https://datatracker.ietf.org/doc/html/rfc7807[RFC 7807]. | ||
==== |
5 changes: 4 additions & 1 deletion
5
core/recommendations/core/REC_process-execute-handle-prefer.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_process-execute-handle-prefer]] | ||
[recommendation,type="general",id="/rec/core/process-execute-handle-prefer",label="/rec/core/process-execute-handle-prefer"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/process-execute-handle-prefer | ||
A client that accompanies an execute request with the HTTP https://datatracker.ietf.org/doc/html/rfc7240#section-2[`Prefer`] header asserting a https://tools.ietf.org/html/rfc7240#section-4.1[`respond-async`] preference and/or a https://tools.ietf.org/html/rfc7240#section-4.3[`wait`] preference SHOULD be prepared to receive either an asynchronous or a synchronous response. | ||
==== |
5 changes: 4 additions & 1 deletion
5
core/recommendations/core/REC_process-execute-handle-return-preference.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
core/recommendations/core/REC_process-execute-honor-prefer.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
core/recommendations/core/REC_process-execute-honor-return-preference.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_process-execute-mode-auto]] | ||
[recommendation,type="general",id="/rec/core/process-execute-mode-auto",label="/rec/core/process-execute-mode-auto"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/process-execute-mode-auto | ||
A client that requests a process be executed in `auto` mode SHOULD be prepared to receive either an asynchronous or a synchronous response. | ||
==== |
5 changes: 4 additions & 1 deletion
5
core/recommendations/core/REC_process-execute-preference-applied.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_process-execute-preference-applied]] | ||
[recommendation,type="general",id="/rec/core/process-execute-preference-applied",label="/rec/core/process-execute-preference-applied"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/process-execute-preference-applied | ||
If an execute request is accompanied with the HTTP https://datatracker.ietf.org/doc/html/rfc7240#section-2[`Prefer`] header then, in the <<sc_execute_response,response>>, servers SHOULD include the HTTP https://datatracker.ietf.org/doc/html/rfc7240#section-3[`Preference-Applied`] response header as an indication as to which https://datatracker.ietf.org/doc/html/rfc7240#section-2['Prefer`] tokens were honored by the server. | ||
==== |
5 changes: 3 additions & 2 deletions
5
...mmendations/core/REC_process-execute-success-sync-many-json-prefer-minimal.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...ecommendations/core/REC_process-execute-success-sync-many-json-prefer-none.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...ions/core/REC_process-execute-success-sync-many-json-prefer-representation.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_next-1]] | ||
[recommendation,type="general",id="/rec/core/next-1",label="/rec/core/next-1"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/next-1 | ||
If more processes summaries have been selected than returned in the response, a `200`-response SHOULD include a link to the next page (relation: `next`) of process summaries. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
[[rec_core_next-2]] | ||
[recommendation,type="general",id="/rec/core/next-2",label="/rec/core/next-2"] | ||
[recommendation] | ||
==== | ||
[%metadata] | ||
identifier:: /rec/core/next-2 | ||
Dereferencing a next page link (relation: `next`) SHOULD return additional process summaries from the set of selected process summaries that have not yet been returned. | ||
==== |
Oops, something went wrong.