Skip to content

Commit

Permalink
openapi VersionRef (#1264)
Browse files Browse the repository at this point in the history
Signed-off-by: qGYdXbY2 <47661341+qGYdXbY2@users.noreply.github.com>
  • Loading branch information
qGYdXbY2 committed May 14, 2024
1 parent 8be2c3e commit 2a0556b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions xyz-hub-service/src/main/resources/openapi-http-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,8 @@ components:
properties:
filters:
$ref: '#/components/schemas/Filters'
versionRef:
$ref: '#/components/schemas/VersionRef'
Filters:
type: object
description: An object to describe filters to be applied when reading data from a space
Expand Down Expand Up @@ -957,6 +959,22 @@ components:
$ref: '#/components/schemas/SpatialFilter'
context:
$ref: '#/components/schemas/Context'
VersionRef:
type: string
description: >-
Limit the dataset to a specific version.
Value can be either
- HEAD : most recent version of layer
- \* : all versions for features in layer
- tag : user provided string of tagged version of layer
- N : a specific version number N of layer
Context:
type: string
description: >-
Expand Down

0 comments on commit 2a0556b

Please sign in to comment.