Skip to content

Commit

Permalink
Fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 13, 2020
1 parent f8818c1 commit dbeb2d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions STAC-extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ components:
description: Only returns items that intersect with the provided polygon.
properties:
intersects:
$ref: 'https://geojson.org/schema/Geometry.json'
$ref: '#/components/schemas/geometryGeoJSON'
limitFilter:
type: object
description: Only returns maximum number of results (page size)
Expand Down Expand Up @@ -1686,7 +1686,7 @@ components:
bbox:
$ref: '#/components/schemas/bbox'
geometry:
$ref: 'https://geojson.org/schema/Geometry.json'
$ref: '#/components/schemas/geometryGeoJSON'
type:
$ref: '#/components/schemas/itemType'
properties:
Expand Down
4 changes: 2 additions & 2 deletions STAC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ components:
description: Only returns items that intersect with the provided polygon.
properties:
intersects:
$ref: 'https://geojson.org/schema/Geometry.json'
$ref: '#/components/schemas/geometryGeoJSON'
limitFilter:
type: object
description: Only returns maximum number of results (page size)
Expand Down Expand Up @@ -1369,7 +1369,7 @@ components:
bbox:
$ref: '#/components/schemas/bbox'
geometry:
$ref: 'https://geojson.org/schema/Geometry.json'
$ref: '#/components/schemas/geometryGeoJSON'
type:
$ref: '#/components/schemas/itemType'
properties:
Expand Down
4 changes: 2 additions & 2 deletions openapi/STAC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ components:
description: Only returns items that intersect with the provided polygon.
properties:
intersects:
$ref: 'https://geojson.org/schema/Geometry.json'
$ref: "#/components/schemas/geometryGeoJSON"
limitFilter:
type: object
description: Only returns maximum number of results (page size)
Expand Down Expand Up @@ -714,7 +714,7 @@ components:
bbox:
$ref: '#/components/schemas/bbox'
geometry:
$ref: 'https://geojson.org/schema/Geometry.json'
$ref: "#/components/schemas/geometryGeoJSON"
type:
$ref: '#/components/schemas/itemType'
properties:
Expand Down

0 comments on commit dbeb2d9

Please sign in to comment.