Skip to content

Commit

Permalink
line break for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cholmes committed May 11, 2021
1 parent bf02447 commit 90a2cbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ with the template.

The logic for when an object should list an extension ID in its `stac_extension` array is as follows:

- If the object directly implements the extension (by following the specified requirements - usually by including fields, but occasionally implementing alternate behaviors), the `stac_extensions` of that object should contain the extension ID.
- If the object directly implements the extension (by following the specified requirements - usually by including
fields, but occasionally implementing alternate behaviors), the `stac_extensions` of that object should contain the extension ID.
- If an Asset implements fields of the extension, then `stac_extensions` of the Item or Collection which holds that
Asset should contain the extension ID.
- If a Collection [summary](../collection-spec/collection-spec.md#summaries) contains Item fields that implement an extension, then
Expand Down

0 comments on commit 90a2cbd

Please sign in to comment.