From ccb54fbdc82f583f8e299435af487d3a2e78f270 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 29 Aug 2025 09:37:15 +0300 Subject: [PATCH] schema --- schema/metadata/entityDefs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index ec8336f655..91ae353988 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -635,6 +635,10 @@ "max": { "type": "integer", "description": "A maximum value." + }, + "disableFormatting": { + "type": "boolean", + "description": "Disable number formatting." } } }