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" ]