diff --git a/EIPS/eip-5114.md b/EIPS/eip-5114.md index 1774eeba7e0cd2..5c480d12500d91 100644 --- a/EIPS/eip-5114.md +++ b/EIPS/eip-5114.md @@ -67,7 +67,7 @@ This includes mutating or removing any remote content as a means of censoring or ### No Specification for `badgeUri` Data Format -The format of the data pointed to by `collectionUri()` and `badgeUri(uint256)` is intentionally left out of this standard in favor of separate standards that can be iterated on in the future. +The format of the data pointed to by `collectionUri()` and `badgeUri(uint256)`, and how to merge them, is intentionally left out of this standard in favor of separate standards that can be iterated on in the future. The immutability constraints are the only thing defined by this to ensure that the spirit of this badge is maintained, regardless of the specifics of the data format. The `metadataFormat` function can be used to inform a caller what type/format/version of data they should expect at the URIs, so the caller can parse the data directly without first having to deduce its format via inspection.