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." } } }