Skip to content

Commit

Permalink
Merge pull request #397 from radiantearth/m-mohr-patch-1
Browse files Browse the repository at this point in the history
Add explicit type restrictions
  • Loading branch information
philvarner authored Feb 18, 2023
2 parents 95f0812 + b8f6622 commit f7c2fb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/commons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ components:
$ref: '#/components/schemas/stac_extensions'
type:
type: string
enum:
- Catalog
id:
type: string
title:
Expand All @@ -78,6 +80,8 @@ components:
$ref: '#/components/schemas/stac_extensions'
type:
type: string
enum:
- Collection
id:
description: identifier of the collection used, for example, in URIs
type: string
Expand Down

0 comments on commit f7c2fb1

Please sign in to comment.