Skip to content

Commit

Permalink
Merge pull request #476 from opengeospatial/jerstlouis-patch-1
Browse files Browse the repository at this point in the history
openapi/README: Fixed SwaggerUI link
  • Loading branch information
bpross-52n authored Dec 9, 2024
2 parents ae21066 + 186b78b commit a378982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenAPI building blocks

This example API definition can be used to provide an OpenAPI 3.0 definition for an implementation of _OGC API - Processes - Part 1: Core and Part 3: Workflows and Chaining_.
The API definition can be visualized with [SwaggerUI](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/extensions/workflows/openapi/ogcapi-processes-3.bundled.json).
The API definition can be visualized with [SwaggerUI](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/openapi/ogcapi-processes.bundled.json).

The lists of processes in the `/api` sub-directory should be tailored to the implementation & deployment, or those `/api/*` paths can be implemented dynamically by the server instead.
The list of supported paths should be ajusted in `ogcapi-processes-3.yaml`.
Expand Down

0 comments on commit a378982

Please sign in to comment.