Support configuring additional links for collections #93
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Extends the configuration schema to allow configuring additional links to add to (a) a specific collection or (b) to the collections endpoint.
Intent is to be able to fulfill the requirements by the Good Practice: INSPIRE download services based on OGC API - Features.
Example for an additional link that should be configured for a specific collection: Link to feature concept (see
/req/pre-defined/feature-concept-dictionary
)Example for an additional link that should be configured the collections endpoint: Link to license (see
/req/pre-defined/licence
)Example configuration with additional links: https://github.com/wetransform-os/deegree-ogcapi-example/blob/f97fd23307c173ecd8e26876f6a8c8caf6d17eb0/workspaces/example/ogcapi/simplified-addresses.xml#L14
Example with links (based on above config): https://test.haleconnect.de/ogcapi/datasets/simplified-addresses/collections?f=json
Solves #75