Skip to content

Commit e365f71

Browse files
authored
Merge pull request #316 from philvarner/pv/itemcollection_types
fix ItemCollection definition of features and links that was missing array brackets
2 parents ba06d3a + d542406 commit e365f71

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

fragments/itemcollection/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ required fields is a valid STAC ItemCollection.
1919

2020
This object describes a STAC ItemCollection. The fields `type` and `features` are inherited from GeoJSON FeatureCollection.
2121

22-
| Field Name | Type | Description |
23-
| ---------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------- |
24-
| type | string | **REQUIRED.** Always "FeatureCollection" to provide compatibility with GeoJSON. |
25-
| features | [STAC Item](../../stac-spec/item-spec/item-spec.md) | **REQUIRED** A possibly-empty array of Item objects. |
26-
| links | [Link Object](../../stac-spec/item-spec/item-spec.md#link-object) | An array of Links related to this ItemCollection. |
22+
| Field Name | Type | Description |
23+
| ---------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
24+
| type | string | **REQUIRED.** Always "FeatureCollection" to provide compatibility with GeoJSON. |
25+
| features | \[[STAC Item](../../stac-spec/item-spec/item-spec.md)] | **REQUIRED** A possibly-empty array of Item objects. |
26+
| links | \[[Link Object](../../stac-spec/item-spec/item-spec.md#link-object)] | An array of Links related to this ItemCollection. |
2727

2828
## Extensions
2929

0 commit comments

Comments
 (0)