From 311bbd71b273da6e3c7fdb22a7f28ce4e32c1768 Mon Sep 17 00:00:00 2001 From: Alejo Thomas Ortega Date: Fri, 1 Dec 2023 07:42:24 -0300 Subject: [PATCH] feat: mark ADR-244 as Living (#259) --- content/ADR-244-extended-minted-items-addressable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/ADR-244-extended-minted-items-addressable.md b/content/ADR-244-extended-minted-items-addressable.md index 66a5c078..75731392 100644 --- a/content/ADR-244-extended-minted-items-addressable.md +++ b/content/ADR-244-extended-minted-items-addressable.md @@ -3,7 +3,7 @@ layout: adr adr: 244 title: Extended Content Addressable URNs for Decentraland minted items date: 2023-07-28 -status: Review +status: Living type: Standards Track spdx-license: CC0-1.0 authors: @@ -36,7 +36,7 @@ Once this ADR takes effect, the URNs will be modified as follows: In these updated URNs, the last part of each URN (:1 and :2) represents the token ID, which becomes essential in identifying the specific blue shirt managed by the user. -**This modification will exclusively apply to minted items originating from V1 and V2 collections. Third-party items, on the other hand, will remain unaffected by this change and will not undergo any alterations. The adjustment in question will be limited in scope to maintain the distinction between minted items from V1 and V2 collections versus third-party items.** +**This modification will exclusively apply to minted items originating from V1 and V2 collections, while third-party items will remain unaffected and not undergo any alterations. Consequently, APIs' consumers should handle both types of URNs (_shortened and extended_) depending on the asset being managed, ensuring the distinction between V1 and V2 collection items and third-party items is maintained.** # Specification