Skip to content

Commit

Permalink
fix: add fileName property to sourceInfo response (#188)
Browse files Browse the repository at this point in the history
* fix: add fileName property to sourceInfo resposne

* fix: remove wrong example from rasterLayerpartMetadata
  • Loading branch information
almog8k authored May 28, 2024
1 parent 9c9bae1 commit 1ac65f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ components:
type: string
geometry:
$ref: '../../geojson.yaml#/components/schemas/Geometry'
example: ['example.gpkg']
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ components:
type: number
extentPolygon:
$ref: '../../geojson.yaml#/components/schemas/Geometry'
fileName:
type: string
required:
- crs
- fileFormat
- pixelSize
- extentPolygon
- fileName
example:
crs: 4326
fileFormat: gpkg
Expand All @@ -39,6 +42,7 @@ components:
- -90
- - -180
- -90
fileName: "file.gpkg"
validateSourcesResponse:
type: object
properties:
Expand Down

0 comments on commit 1ac65f8

Please sign in to comment.