{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChartSettingsFormatting", "title": "ChartSettingsFormatting", "additionalProperties": false, "properties": { "decimalPlaces": { "default": null, "title": "Decimalplaces", "type": "number", "nullable": true }, "prefix": { "default": null, "title": "Prefix", "type": "string", "nullable": true }, "style": { "default": null, "allOf": [ { "$ref": "#/components/schemas/Style" } ], "nullable": true }, "suffix": { "default": null, "title": "Suffix", "type": "string", "nullable": true } }, "type": "object" }