Skip to content

Commit b24066e

Browse files
committed
update from PR review
1 parent ea3ee26 commit b24066e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ with the template.
5656

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

59-
- If the object directly implements the extension, the `stac_extensions` of that object should contain the extension ID.
59+
- If the object directly implements the extension (by including at least one of the fields of the extension, plus any additional specified requirements), the `stac_extensions` of that object should contain the extension ID.
6060
- If an Asset implements fields of the extension, then `stac_extensions` of the Item or Collection which holds that
6161
Asset should contain the extension ID.
6262
- If a Collection [summary](../collection-spec/collection-spec.md#summaries) contains Item fields that implement an extension, then

0 commit comments

Comments
 (0)