{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChartDisplayType", "title": "ChartDisplayType", "enum": [ "Auto", "ActionsLineGraph", "ActionsBar", "ActionsUnstackedBar", "ActionsStackedBar", "ActionsAreaGraph", "ActionsLineGraphCumulative", "BoldNumber", "ActionsPie", "ActionsBarValue", "ActionsTable", "WorldMap", "CalendarHeatmap", "TwoDimensionalHeatmap", "BoxPlot" ], "type": "string" }