From 6199da333824e7d7d1e85b55c981f6b391a35009 Mon Sep 17 00:00:00 2001 From: Pi Income Agent Date: Thu, 3 Sep 2026 08:01:01 +0200 Subject: [PATCH] fix(schema): rename explorer pricing to price (#2481) --- meta/columns.json | 11 ----------- tools/schema.json | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/meta/columns.json b/meta/columns.json index f4073f6ee5..7410afd4a3 100644 --- a/meta/columns.json +++ b/meta/columns.json @@ -351,17 +351,6 @@ "cellType": null, "group": "capabilities" }, - "pricing": { - "key": "pricing", - "label": "Pricing", - "icon": "lucide:BadgeDollarSign", - "description": "Pricing model/notes.", - "filter": "searchableMultiSelect", - "sorting": "string", - "pinning": null, - "cellType": null, - "group": "pricing" - }, "dataTypes": { "key": "dataTypes", "label": "Data Types", diff --git a/tools/schema.json b/tools/schema.json index 345bae747d..a47c93c864 100644 --- a/tools/schema.json +++ b/tools/schema.json @@ -160,7 +160,7 @@ }, "smartContractsVerifications": { "type": "boolean" }, "fullHistory": { "type": "boolean" }, - "pricing": { "type": ["string", "null"] }, + "price": { "type": ["string", "null"] }, "actionButtons": { "type": ["array", "null"], "items": { "type": "string" } @@ -180,7 +180,7 @@ "searchCapabilities", "smartContractsVerifications", "fullHistory", - "pricing", + "price", "actionButtons", "tag" ]