From 208eb102c36417ba1b7125e8a96e1d91b622aeb1 Mon Sep 17 00:00:00 2001 From: Jan Christoph Ebersbach Date: Tue, 10 Dec 2024 18:15:00 +0100 Subject: [PATCH] feat: rename explicit fees trait to transactional fees #18 --- schemas/traits.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/traits.json b/schemas/traits.json index d34c2fa..b8ebf8f 100644 --- a/schemas/traits.json +++ b/schemas/traits.json @@ -30,9 +30,9 @@ "title": "Deletable", "description": "DID method's capability to permanently remove a DID and its associated DID document from the underlying system, rendering the identifier and its historical irresolvable." }, - "explicitFees": { + "transactionalFees": { "type": "boolean", - "title": "Explicit Fees", + "title": "Transactional Fees", "description": "Indicates whether a DID method imposes mandatory transactional costs for creating, updating, or deactivating identifiers. These fees are typically associated with blockchain or distributed ledger-based methods, where computational resources and network consensus mechanisms necessitate economic compensation." }, "selfCertifying": {