Skip to content

Latest commit

 

History

History

OpenAPI building blocks

This example API definition can be used to provide an OpenAPI 3.0 definition for an implementation of OGC API - Tiles. The API definition can be visualized with SwaggerUI.

The lists of collections and tile matrix sets 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-tiles-1.yaml.

The ogcapi-tiles-1.bundled.json was generated with swagger-cli bundle from ogcapi-tiles-1.yaml and its dependencies included from the components sub-directories.

See also SwaggerCLI and its GitHub repository.