{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-quicksight-dashboard.json",
  "title": "AWSQuickSightDashboardProperties",
  "description": "Definition of the AWS::QuickSight::Dashboard Resource Type.. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-quicksight-dashboard.json",
    "sourceSha256": "b4a09a0dd2466c44799fe1daa895c0072935cc29f5aac2a55091c640d44af566"
  },
  "type": "object",
  "properties": {
    "AwsAccountId": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 12,
          "minLength": 12,
          "pattern": "^[0-9]{12}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "DashboardId": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 512,
          "minLength": 1,
          "pattern": "[\\w\\-]+"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "DashboardPublishOptions": {
      "$ref": "#/$defs/DashboardPublishOptions"
    },
    "Definition": {
      "$ref": "#/$defs/DashboardVersionDefinition"
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 2048,
          "minLength": 1
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Parameters": {
      "$ref": "#/$defs/Parameters"
    },
    "Permissions": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/ResourcePermission"
      },
      "maxItems": 64,
      "minItems": 1
    },
    "SourceEntity": {
      "$ref": "#/$defs/DashboardSourceEntity"
    },
    "Tags": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "maxItems": 200,
      "minItems": 1
    },
    "ThemeArn": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "VersionDescription": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 512,
          "minLength": 1
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::QuickSight::Dashboard",
  "$defs": {
    "AdHocFilteringOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "$ref": "#/$defs/DashboardBehavior"
        }
      },
      "title": "AWSQuickSightDashboardAdHocFilteringOptionDefinition",
      "additionalProperties": false
    },
    "AggregationFunction": {
      "type": "object",
      "properties": {
        "NumericalAggregationFunction": {
          "$ref": "#/$defs/NumericalAggregationFunction"
        },
        "CategoricalAggregationFunction": {
          "$ref": "#/$defs/CategoricalAggregationFunction"
        },
        "DateAggregationFunction": {
          "$ref": "#/$defs/DateAggregationFunction"
        }
      },
      "title": "AWSQuickSightDashboardAggregationFunctionDefinition",
      "additionalProperties": false
    },
    "AggregationSortConfiguration": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "SortDirection": {
          "$ref": "#/$defs/SortDirection"
        },
        "AggregationFunction": {
          "$ref": "#/$defs/AggregationFunction"
        }
      },
      "required": [
        "AggregationFunction",
        "Column",
        "SortDirection"
      ],
      "title": "AWSQuickSightDashboardAggregationSortConfigurationDefinition",
      "additionalProperties": false
    },
    "AnalysisDefaults": {
      "type": "object",
      "properties": {
        "DefaultNewSheetConfiguration": {
          "$ref": "#/$defs/DefaultNewSheetConfiguration"
        }
      },
      "required": [
        "DefaultNewSheetConfiguration"
      ],
      "title": "AWSQuickSightDashboardAnalysisDefaultsDefinition",
      "additionalProperties": false
    },
    "AnchorDateConfiguration": {
      "type": "object",
      "properties": {
        "AnchorOption": {
          "$ref": "#/$defs/AnchorOption"
        },
        "ParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardAnchorDateConfigurationDefinition",
      "additionalProperties": false
    },
    "AnchorOption": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "NOW"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardAnchorOptionDefinition"
    },
    "ArcAxisConfiguration": {
      "type": "object",
      "properties": {
        "Range": {
          "$ref": "#/$defs/ArcAxisDisplayRange"
        },
        "ReserveRange": {
          "type": "number",
          "default": 0
        }
      },
      "title": "AWSQuickSightDashboardArcAxisConfigurationDefinition",
      "additionalProperties": false
    },
    "ArcAxisDisplayRange": {
      "type": "object",
      "properties": {
        "Min": {
          "type": "number",
          "default": null
        },
        "Max": {
          "type": "number",
          "default": null
        }
      },
      "title": "AWSQuickSightDashboardArcAxisDisplayRangeDefinition",
      "additionalProperties": false
    },
    "ArcConfiguration": {
      "type": "object",
      "properties": {
        "ArcAngle": {
          "type": "number",
          "default": null
        },
        "ArcThickness": {
          "$ref": "#/$defs/ArcThicknessOptions"
        }
      },
      "title": "AWSQuickSightDashboardArcConfigurationDefinition",
      "additionalProperties": false
    },
    "ArcOptions": {
      "type": "object",
      "properties": {
        "ArcThickness": {
          "$ref": "#/$defs/ArcThickness"
        }
      },
      "title": "AWSQuickSightDashboardArcOptionsDefinition",
      "additionalProperties": false
    },
    "ArcThickness": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "SMALL",
            "MEDIUM",
            "LARGE",
            "WHOLE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardArcThicknessDefinition"
    },
    "ArcThicknessOptions": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "SMALL",
            "MEDIUM",
            "LARGE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardArcThicknessOptionsDefinition"
    },
    "AxisBinding": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "PRIMARY_YAXIS",
            "SECONDARY_YAXIS"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardAxisBindingDefinition"
    },
    "AxisDataOptions": {
      "type": "object",
      "properties": {
        "NumericAxisOptions": {
          "$ref": "#/$defs/NumericAxisOptions"
        },
        "DateAxisOptions": {
          "$ref": "#/$defs/DateAxisOptions"
        }
      },
      "title": "AWSQuickSightDashboardAxisDataOptionsDefinition",
      "additionalProperties": false
    },
    "AxisDisplayDataDrivenRange": {
      "type": "object",
      "title": "AWSQuickSightDashboardAxisDisplayDataDrivenRangeDefinition",
      "additionalProperties": false
    },
    "AxisDisplayMinMaxRange": {
      "type": "object",
      "properties": {
        "Minimum": {
          "type": "number",
          "default": null
        },
        "Maximum": {
          "type": "number",
          "default": null
        }
      },
      "title": "AWSQuickSightDashboardAxisDisplayMinMaxRangeDefinition",
      "additionalProperties": false
    },
    "AxisDisplayOptions": {
      "type": "object",
      "properties": {
        "TickLabelOptions": {
          "$ref": "#/$defs/AxisTickLabelOptions"
        },
        "AxisLineVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "GridLineVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "DataOptions": {
          "$ref": "#/$defs/AxisDataOptions"
        },
        "ScrollbarOptions": {
          "$ref": "#/$defs/ScrollBarOptions"
        },
        "AxisOffset": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        }
      },
      "title": "AWSQuickSightDashboardAxisDisplayOptionsDefinition",
      "additionalProperties": false
    },
    "AxisDisplayRange": {
      "type": "object",
      "properties": {
        "MinMax": {
          "$ref": "#/$defs/AxisDisplayMinMaxRange"
        },
        "DataDriven": {
          "$ref": "#/$defs/AxisDisplayDataDrivenRange"
        }
      },
      "title": "AWSQuickSightDashboardAxisDisplayRangeDefinition",
      "additionalProperties": false
    },
    "AxisLabelOptions": {
      "type": "object",
      "properties": {
        "FontConfiguration": {
          "$ref": "#/$defs/FontConfiguration"
        },
        "CustomLabel": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ApplyTo": {
          "$ref": "#/$defs/AxisLabelReferenceOptions"
        }
      },
      "title": "AWSQuickSightDashboardAxisLabelOptionsDefinition",
      "additionalProperties": false
    },
    "AxisLabelReferenceOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardAxisLabelReferenceOptionsDefinition",
      "additionalProperties": false
    },
    "AxisLinearScale": {
      "type": "object",
      "properties": {
        "StepCount": {
          "type": "number",
          "default": null
        },
        "StepSize": {
          "type": "number",
          "default": null
        }
      },
      "title": "AWSQuickSightDashboardAxisLinearScaleDefinition",
      "additionalProperties": false
    },
    "AxisLogarithmicScale": {
      "type": "object",
      "properties": {
        "Base": {
          "type": "number",
          "default": null
        }
      },
      "title": "AWSQuickSightDashboardAxisLogarithmicScaleDefinition",
      "additionalProperties": false
    },
    "AxisScale": {
      "type": "object",
      "properties": {
        "Linear": {
          "$ref": "#/$defs/AxisLinearScale"
        },
        "Logarithmic": {
          "$ref": "#/$defs/AxisLogarithmicScale"
        }
      },
      "title": "AWSQuickSightDashboardAxisScaleDefinition",
      "additionalProperties": false
    },
    "AxisTickLabelOptions": {
      "type": "object",
      "properties": {
        "LabelOptions": {
          "$ref": "#/$defs/LabelOptions"
        },
        "RotationAngle": {
          "type": "number",
          "default": null
        }
      },
      "title": "AWSQuickSightDashboardAxisTickLabelOptionsDefinition",
      "additionalProperties": false
    },
    "BarChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Colors": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "SmallMultiples": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 1,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardBarChartAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "BarChartConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/BarChartFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/BarChartSortConfiguration"
        },
        "Orientation": {
          "$ref": "#/$defs/BarChartOrientation"
        },
        "BarsArrangement": {
          "$ref": "#/$defs/BarsArrangement"
        },
        "VisualPalette": {
          "$ref": "#/$defs/VisualPalette"
        },
        "SmallMultiplesOptions": {
          "$ref": "#/$defs/SmallMultiplesOptions"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "ValueAxis": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "ValueLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "Legend": {
          "$ref": "#/$defs/LegendOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/DataLabelOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/TooltipOptions"
        },
        "ReferenceLines": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ReferenceLine"
          },
          "maxItems": 20,
          "minItems": 0
        },
        "ContributionAnalysisDefaults": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ContributionAnalysisDefault"
          },
          "maxItems": 200,
          "minItems": 1
        }
      },
      "title": "AWSQuickSightDashboardBarChartConfigurationDefinition",
      "additionalProperties": false
    },
    "BarChartFieldWells": {
      "type": "object",
      "properties": {
        "BarChartAggregatedFieldWells": {
          "$ref": "#/$defs/BarChartAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardBarChartFieldWellsDefinition",
      "additionalProperties": false
    },
    "BarChartOrientation": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "HORIZONTAL",
            "VERTICAL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardBarChartOrientationDefinition"
    },
    "BarChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "CategoryItemsLimit": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        },
        "ColorSort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "ColorItemsLimit": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        },
        "SmallMultiplesSort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "SmallMultiplesLimitConfiguration": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardBarChartSortConfigurationDefinition",
      "additionalProperties": false
    },
    "BarChartVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/BarChartConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardBarChartVisualDefinition",
      "additionalProperties": false
    },
    "BarsArrangement": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "CLUSTERED",
            "STACKED",
            "STACKED_PERCENT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardBarsArrangementDefinition"
    },
    "BaseMapStyleType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "LIGHT_GRAY",
            "DARK_GRAY",
            "STREET",
            "IMAGERY"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardBaseMapStyleTypeDefinition"
    },
    "BinCountOptions": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "number",
          "minimum": 0
        }
      },
      "title": "AWSQuickSightDashboardBinCountOptionsDefinition",
      "additionalProperties": false
    },
    "BinWidthOptions": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "number",
          "minimum": 0
        },
        "BinCountLimit": {
          "type": "number",
          "maximum": 1000,
          "minimum": 0
        }
      },
      "title": "AWSQuickSightDashboardBinWidthOptionsDefinition",
      "additionalProperties": false
    },
    "BodySectionConfiguration": {
      "type": "object",
      "properties": {
        "SectionId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Content": {
          "$ref": "#/$defs/BodySectionContent"
        },
        "Style": {
          "$ref": "#/$defs/SectionStyle"
        },
        "PageBreakConfiguration": {
          "$ref": "#/$defs/SectionPageBreakConfiguration"
        }
      },
      "required": [
        "Content",
        "SectionId"
      ],
      "title": "AWSQuickSightDashboardBodySectionConfigurationDefinition",
      "additionalProperties": false
    },
    "BodySectionContent": {
      "type": "object",
      "properties": {
        "Layout": {
          "$ref": "#/$defs/SectionLayoutConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardBodySectionContentDefinition",
      "additionalProperties": false
    },
    "BoxPlotAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "GroupBy": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 1,
          "minItems": 0
        },
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 5,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardBoxPlotAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "BoxPlotChartConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/BoxPlotFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/BoxPlotSortConfiguration"
        },
        "BoxPlotOptions": {
          "$ref": "#/$defs/BoxPlotOptions"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "Legend": {
          "$ref": "#/$defs/LegendOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/TooltipOptions"
        },
        "ReferenceLines": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ReferenceLine"
          },
          "maxItems": 20,
          "minItems": 0
        },
        "VisualPalette": {
          "$ref": "#/$defs/VisualPalette"
        }
      },
      "title": "AWSQuickSightDashboardBoxPlotChartConfigurationDefinition",
      "additionalProperties": false
    },
    "BoxPlotFieldWells": {
      "type": "object",
      "properties": {
        "BoxPlotAggregatedFieldWells": {
          "$ref": "#/$defs/BoxPlotAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardBoxPlotFieldWellsDefinition",
      "additionalProperties": false
    },
    "BoxPlotFillStyle": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "SOLID",
            "TRANSPARENT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardBoxPlotFillStyleDefinition"
    },
    "BoxPlotOptions": {
      "type": "object",
      "properties": {
        "StyleOptions": {
          "$ref": "#/$defs/BoxPlotStyleOptions"
        },
        "OutlierVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "AllDataPointsVisibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardBoxPlotOptionsDefinition",
      "additionalProperties": false
    },
    "BoxPlotSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "PaginationConfiguration": {
          "$ref": "#/$defs/PaginationConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardBoxPlotSortConfigurationDefinition",
      "additionalProperties": false
    },
    "BoxPlotStyleOptions": {
      "type": "object",
      "properties": {
        "FillStyle": {
          "$ref": "#/$defs/BoxPlotFillStyle"
        }
      },
      "title": "AWSQuickSightDashboardBoxPlotStyleOptionsDefinition",
      "additionalProperties": false
    },
    "BoxPlotVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/BoxPlotChartConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardBoxPlotVisualDefinition",
      "additionalProperties": false
    },
    "CalculatedField": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 127,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Expression": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 4096,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "DataSetIdentifier",
        "Expression",
        "Name"
      ],
      "title": "AWSQuickSightDashboardCalculatedFieldDefinition",
      "additionalProperties": false
    },
    "CalculatedMeasureField": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Expression": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 4096,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Expression",
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardCalculatedMeasureFieldDefinition",
      "additionalProperties": false
    },
    "CascadingControlConfiguration": {
      "type": "object",
      "properties": {
        "SourceControls": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/CascadingControlSource"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardCascadingControlConfigurationDefinition",
      "additionalProperties": false
    },
    "CascadingControlSource": {
      "type": "object",
      "properties": {
        "SourceSheetControlId": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ColumnToMatch": {
          "$ref": "#/$defs/ColumnIdentifier"
        }
      },
      "title": "AWSQuickSightDashboardCascadingControlSourceDefinition",
      "additionalProperties": false
    },
    "CategoricalAggregationFunction": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "COUNT",
            "DISTINCT_COUNT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardCategoricalAggregationFunctionDefinition"
    },
    "CategoricalDimensionField": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "HierarchyId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/StringFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardCategoricalDimensionFieldDefinition",
      "additionalProperties": false
    },
    "CategoricalMeasureField": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "AggregationFunction": {
          "$ref": "#/$defs/CategoricalAggregationFunction"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/StringFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardCategoricalMeasureFieldDefinition",
      "additionalProperties": false
    },
    "CategoryDrillDownFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "CategoryValues": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 512,
            "minLength": 0
          },
          "maxItems": 100000,
          "minItems": 0
        }
      },
      "required": [
        "CategoryValues",
        "Column"
      ],
      "title": "AWSQuickSightDashboardCategoryDrillDownFilterDefinition",
      "additionalProperties": false
    },
    "CategoryFilter": {
      "type": "object",
      "properties": {
        "FilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "Configuration": {
          "$ref": "#/$defs/CategoryFilterConfiguration"
        }
      },
      "required": [
        "Column",
        "Configuration",
        "FilterId"
      ],
      "title": "AWSQuickSightDashboardCategoryFilterDefinition",
      "additionalProperties": false
    },
    "CategoryFilterConfiguration": {
      "type": "object",
      "properties": {
        "FilterListConfiguration": {
          "$ref": "#/$defs/FilterListConfiguration"
        },
        "CustomFilterListConfiguration": {
          "$ref": "#/$defs/CustomFilterListConfiguration"
        },
        "CustomFilterConfiguration": {
          "$ref": "#/$defs/CustomFilterConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardCategoryFilterConfigurationDefinition",
      "additionalProperties": false
    },
    "CategoryFilterMatchOperator": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "EQUALS",
            "DOES_NOT_EQUAL",
            "CONTAINS",
            "DOES_NOT_CONTAIN",
            "STARTS_WITH",
            "ENDS_WITH"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardCategoryFilterMatchOperatorDefinition"
    },
    "CategoryFilterSelectAllOptions": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "FILTER_ALL_VALUES"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardCategoryFilterSelectAllOptionsDefinition"
    },
    "ChartAxisLabelOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "SortIconVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "AxisLabelOptions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/AxisLabelOptions"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardChartAxisLabelOptionsDefinition",
      "additionalProperties": false
    },
    "ClusterMarker": {
      "type": "object",
      "properties": {
        "SimpleClusterMarker": {
          "$ref": "#/$defs/SimpleClusterMarker"
        }
      },
      "title": "AWSQuickSightDashboardClusterMarkerDefinition",
      "additionalProperties": false
    },
    "ClusterMarkerConfiguration": {
      "type": "object",
      "properties": {
        "ClusterMarker": {
          "$ref": "#/$defs/ClusterMarker"
        }
      },
      "title": "AWSQuickSightDashboardClusterMarkerConfigurationDefinition",
      "additionalProperties": false
    },
    "ColorFillType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "DISCRETE",
            "GRADIENT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardColorFillTypeDefinition"
    },
    "ColorScale": {
      "type": "object",
      "properties": {
        "Colors": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DataColor"
          },
          "maxItems": 3,
          "minItems": 2
        },
        "ColorFillType": {
          "$ref": "#/$defs/ColorFillType"
        },
        "NullValueColor": {
          "$ref": "#/$defs/DataColor"
        }
      },
      "required": [
        "ColorFillType",
        "Colors"
      ],
      "title": "AWSQuickSightDashboardColorScaleDefinition",
      "additionalProperties": false
    },
    "ColorsConfiguration": {
      "type": "object",
      "properties": {
        "CustomColors": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/CustomColor"
          },
          "maxItems": 50,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardColorsConfigurationDefinition",
      "additionalProperties": false
    },
    "ColumnConfiguration": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/FormatConfiguration"
        },
        "Role": {
          "$ref": "#/$defs/ColumnRole"
        },
        "ColorsConfiguration": {
          "$ref": "#/$defs/ColorsConfiguration"
        }
      },
      "required": [
        "Column"
      ],
      "title": "AWSQuickSightDashboardColumnConfigurationDefinition",
      "additionalProperties": false
    },
    "ColumnHierarchy": {
      "type": "object",
      "properties": {
        "ExplicitHierarchy": {
          "$ref": "#/$defs/ExplicitHierarchy"
        },
        "DateTimeHierarchy": {
          "$ref": "#/$defs/DateTimeHierarchy"
        },
        "PredefinedHierarchy": {
          "$ref": "#/$defs/PredefinedHierarchy"
        }
      },
      "title": "AWSQuickSightDashboardColumnHierarchyDefinition",
      "additionalProperties": false
    },
    "ColumnIdentifier": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ColumnName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 127,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "ColumnName",
        "DataSetIdentifier"
      ],
      "title": "AWSQuickSightDashboardColumnIdentifierDefinition",
      "additionalProperties": false
    },
    "ColumnRole": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "DIMENSION",
            "MEASURE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardColumnRoleDefinition"
    },
    "ColumnSort": {
      "type": "object",
      "properties": {
        "SortBy": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "Direction": {
          "$ref": "#/$defs/SortDirection"
        },
        "AggregationFunction": {
          "$ref": "#/$defs/AggregationFunction"
        }
      },
      "required": [
        "Direction",
        "SortBy"
      ],
      "title": "AWSQuickSightDashboardColumnSortDefinition",
      "additionalProperties": false
    },
    "ColumnTooltipItem": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "Label": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "Aggregation": {
          "$ref": "#/$defs/AggregationFunction"
        }
      },
      "required": [
        "Column"
      ],
      "title": "AWSQuickSightDashboardColumnTooltipItemDefinition",
      "additionalProperties": false
    },
    "ComboChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "BarValues": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Colors": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "LineValues": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardComboChartAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "ComboChartConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/ComboChartFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/ComboChartSortConfiguration"
        },
        "BarsArrangement": {
          "$ref": "#/$defs/BarsArrangement"
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "SecondaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "SecondaryYAxisLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "Legend": {
          "$ref": "#/$defs/LegendOptions"
        },
        "BarDataLabels": {
          "$ref": "#/$defs/DataLabelOptions"
        },
        "LineDataLabels": {
          "$ref": "#/$defs/DataLabelOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/TooltipOptions"
        },
        "ReferenceLines": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ReferenceLine"
          },
          "maxItems": 20,
          "minItems": 0
        },
        "VisualPalette": {
          "$ref": "#/$defs/VisualPalette"
        }
      },
      "title": "AWSQuickSightDashboardComboChartConfigurationDefinition",
      "additionalProperties": false
    },
    "ComboChartFieldWells": {
      "type": "object",
      "properties": {
        "ComboChartAggregatedFieldWells": {
          "$ref": "#/$defs/ComboChartAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardComboChartFieldWellsDefinition",
      "additionalProperties": false
    },
    "ComboChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "CategoryItemsLimit": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        },
        "ColorSort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "ColorItemsLimit": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardComboChartSortConfigurationDefinition",
      "additionalProperties": false
    },
    "ComboChartVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/ComboChartConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardComboChartVisualDefinition",
      "additionalProperties": false
    },
    "ComparisonConfiguration": {
      "type": "object",
      "properties": {
        "ComparisonMethod": {
          "$ref": "#/$defs/ComparisonMethod"
        },
        "ComparisonFormat": {
          "$ref": "#/$defs/ComparisonFormatConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardComparisonConfigurationDefinition",
      "additionalProperties": false
    },
    "ComparisonFormatConfiguration": {
      "type": "object",
      "properties": {
        "NumberDisplayFormatConfiguration": {
          "$ref": "#/$defs/NumberDisplayFormatConfiguration"
        },
        "PercentageDisplayFormatConfiguration": {
          "$ref": "#/$defs/PercentageDisplayFormatConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardComparisonFormatConfigurationDefinition",
      "additionalProperties": false
    },
    "ComparisonMethod": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "DIFFERENCE",
            "PERCENT_DIFFERENCE",
            "PERCENT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardComparisonMethodDefinition"
    },
    "Computation": {
      "type": "object",
      "properties": {
        "TopBottomRanked": {
          "$ref": "#/$defs/TopBottomRankedComputation"
        },
        "TopBottomMovers": {
          "$ref": "#/$defs/TopBottomMoversComputation"
        },
        "TotalAggregation": {
          "$ref": "#/$defs/TotalAggregationComputation"
        },
        "MaximumMinimum": {
          "$ref": "#/$defs/MaximumMinimumComputation"
        },
        "MetricComparison": {
          "$ref": "#/$defs/MetricComparisonComputation"
        },
        "PeriodOverPeriod": {
          "$ref": "#/$defs/PeriodOverPeriodComputation"
        },
        "PeriodToDate": {
          "$ref": "#/$defs/PeriodToDateComputation"
        },
        "GrowthRate": {
          "$ref": "#/$defs/GrowthRateComputation"
        },
        "UniqueValues": {
          "$ref": "#/$defs/UniqueValuesComputation"
        },
        "Forecast": {
          "$ref": "#/$defs/ForecastComputation"
        }
      },
      "title": "AWSQuickSightDashboardComputationDefinition",
      "additionalProperties": false
    },
    "ConditionalFormattingColor": {
      "type": "object",
      "properties": {
        "Solid": {
          "$ref": "#/$defs/ConditionalFormattingSolidColor"
        },
        "Gradient": {
          "$ref": "#/$defs/ConditionalFormattingGradientColor"
        }
      },
      "title": "AWSQuickSightDashboardConditionalFormattingColorDefinition",
      "additionalProperties": false
    },
    "ConditionalFormattingCustomIconCondition": {
      "type": "object",
      "properties": {
        "Expression": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 4096,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "IconOptions": {
          "$ref": "#/$defs/ConditionalFormattingCustomIconOptions"
        },
        "Color": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayConfiguration": {
          "$ref": "#/$defs/ConditionalFormattingIconDisplayConfiguration"
        }
      },
      "required": [
        "Expression",
        "IconOptions"
      ],
      "title": "AWSQuickSightDashboardConditionalFormattingCustomIconConditionDefinition",
      "additionalProperties": false
    },
    "ConditionalFormattingCustomIconOptions": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/Icon"
        },
        "UnicodeIcon": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^[^\\u0000-\\u00FF]$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardConditionalFormattingCustomIconOptionsDefinition",
      "additionalProperties": false
    },
    "ConditionalFormattingGradientColor": {
      "type": "object",
      "properties": {
        "Expression": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 4096,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Color": {
          "$ref": "#/$defs/GradientColor"
        }
      },
      "required": [
        "Color",
        "Expression"
      ],
      "title": "AWSQuickSightDashboardConditionalFormattingGradientColorDefinition",
      "additionalProperties": false
    },
    "ConditionalFormattingIcon": {
      "type": "object",
      "properties": {
        "IconSet": {
          "$ref": "#/$defs/ConditionalFormattingIconSet"
        },
        "CustomCondition": {
          "$ref": "#/$defs/ConditionalFormattingCustomIconCondition"
        }
      },
      "title": "AWSQuickSightDashboardConditionalFormattingIconDefinition",
      "additionalProperties": false
    },
    "ConditionalFormattingIconDisplayConfiguration": {
      "type": "object",
      "properties": {
        "IconDisplayOption": {
          "$ref": "#/$defs/ConditionalFormattingIconDisplayOption"
        }
      },
      "title": "AWSQuickSightDashboardConditionalFormattingIconDisplayConfigurationDefinition",
      "additionalProperties": false
    },
    "ConditionalFormattingIconDisplayOption": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ICON_ONLY"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardConditionalFormattingIconDisplayOptionDefinition"
    },
    "ConditionalFormattingIconSet": {
      "type": "object",
      "properties": {
        "Expression": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 4096,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "IconSetType": {
          "$ref": "#/$defs/ConditionalFormattingIconSetType"
        }
      },
      "required": [
        "Expression"
      ],
      "title": "AWSQuickSightDashboardConditionalFormattingIconSetDefinition",
      "additionalProperties": false
    },
    "ConditionalFormattingIconSetType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "PLUS_MINUS",
            "CHECK_X",
            "THREE_COLOR_ARROW",
            "THREE_GRAY_ARROW",
            "CARET_UP_MINUS_DOWN",
            "THREE_SHAPE",
            "THREE_CIRCLE",
            "FLAGS",
            "BARS",
            "FOUR_COLOR_ARROW",
            "FOUR_GRAY_ARROW"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardConditionalFormattingIconSetTypeDefinition"
    },
    "ConditionalFormattingSolidColor": {
      "type": "object",
      "properties": {
        "Expression": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 4096,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Color": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Expression"
      ],
      "title": "AWSQuickSightDashboardConditionalFormattingSolidColorDefinition",
      "additionalProperties": false
    },
    "ContributionAnalysisDefault": {
      "type": "object",
      "properties": {
        "MeasureFieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ContributorDimensions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnIdentifier"
          },
          "maxItems": 4,
          "minItems": 1
        }
      },
      "required": [
        "ContributorDimensions",
        "MeasureFieldId"
      ],
      "title": "AWSQuickSightDashboardContributionAnalysisDefaultDefinition",
      "additionalProperties": false
    },
    "CrossDatasetTypes": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ALL_DATASETS",
            "SINGLE_DATASET"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardCrossDatasetTypesDefinition"
    },
    "CurrencyDisplayFormatConfiguration": {
      "type": "object",
      "properties": {
        "Prefix": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Suffix": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SeparatorConfiguration": {
          "$ref": "#/$defs/NumericSeparatorConfiguration"
        },
        "Symbol": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "[A-Z]{3}"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DecimalPlacesConfiguration": {
          "$ref": "#/$defs/DecimalPlacesConfiguration"
        },
        "NumberScale": {
          "$ref": "#/$defs/NumberScale"
        },
        "NegativeValueConfiguration": {
          "$ref": "#/$defs/NegativeValueConfiguration"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/NullValueFormatConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardCurrencyDisplayFormatConfigurationDefinition",
      "additionalProperties": false
    },
    "CustomActionFilterOperation": {
      "type": "object",
      "properties": {
        "SelectedFieldsConfiguration": {
          "$ref": "#/$defs/FilterOperationSelectedFieldsConfiguration"
        },
        "TargetVisualsConfiguration": {
          "$ref": "#/$defs/FilterOperationTargetVisualsConfiguration"
        }
      },
      "required": [
        "SelectedFieldsConfiguration",
        "TargetVisualsConfiguration"
      ],
      "title": "AWSQuickSightDashboardCustomActionFilterOperationDefinition",
      "additionalProperties": false
    },
    "CustomActionNavigationOperation": {
      "type": "object",
      "properties": {
        "LocalNavigationConfiguration": {
          "$ref": "#/$defs/LocalNavigationConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardCustomActionNavigationOperationDefinition",
      "additionalProperties": false
    },
    "CustomActionSetParametersOperation": {
      "type": "object",
      "properties": {
        "ParameterValueConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/SetParameterValueConfiguration"
          },
          "maxItems": 200,
          "minItems": 1
        }
      },
      "required": [
        "ParameterValueConfigurations"
      ],
      "title": "AWSQuickSightDashboardCustomActionSetParametersOperationDefinition",
      "additionalProperties": false
    },
    "CustomActionURLOperation": {
      "type": "object",
      "properties": {
        "URLTemplate": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "URLTarget": {
          "$ref": "#/$defs/URLTargetConfiguration"
        }
      },
      "required": [
        "URLTarget",
        "URLTemplate"
      ],
      "title": "AWSQuickSightDashboardCustomActionURLOperationDefinition",
      "additionalProperties": false
    },
    "CustomColor": {
      "type": "object",
      "properties": {
        "FieldValue": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Color": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SpecialValue": {
          "$ref": "#/$defs/SpecialValue"
        }
      },
      "required": [
        "Color"
      ],
      "title": "AWSQuickSightDashboardCustomColorDefinition",
      "additionalProperties": false
    },
    "CustomContentConfiguration": {
      "type": "object",
      "properties": {
        "ContentUrl": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ContentType": {
          "$ref": "#/$defs/CustomContentType"
        },
        "ImageScaling": {
          "$ref": "#/$defs/CustomContentImageScalingConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardCustomContentConfigurationDefinition",
      "additionalProperties": false
    },
    "CustomContentImageScalingConfiguration": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "FIT_TO_HEIGHT",
            "FIT_TO_WIDTH",
            "DO_NOT_SCALE",
            "SCALE_TO_VISUAL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardCustomContentImageScalingConfigurationDefinition"
    },
    "CustomContentType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "IMAGE",
            "OTHER_EMBEDDED_CONTENT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardCustomContentTypeDefinition"
    },
    "CustomContentVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/CustomContentConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "DataSetIdentifier": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "DataSetIdentifier",
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardCustomContentVisualDefinition",
      "additionalProperties": false
    },
    "CustomFilterConfiguration": {
      "type": "object",
      "properties": {
        "MatchOperator": {
          "$ref": "#/$defs/CategoryFilterMatchOperator"
        },
        "CategoryValue": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SelectAllOptions": {
          "$ref": "#/$defs/CategoryFilterSelectAllOptions"
        },
        "ParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "NullOption": {
          "$ref": "#/$defs/FilterNullOption"
        }
      },
      "required": [
        "MatchOperator",
        "NullOption"
      ],
      "title": "AWSQuickSightDashboardCustomFilterConfigurationDefinition",
      "additionalProperties": false
    },
    "CustomFilterListConfiguration": {
      "type": "object",
      "properties": {
        "MatchOperator": {
          "$ref": "#/$defs/CategoryFilterMatchOperator"
        },
        "CategoryValues": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 512,
            "minLength": 0
          },
          "maxItems": 100000,
          "minItems": 0
        },
        "SelectAllOptions": {
          "$ref": "#/$defs/CategoryFilterSelectAllOptions"
        },
        "NullOption": {
          "$ref": "#/$defs/FilterNullOption"
        }
      },
      "required": [
        "MatchOperator",
        "NullOption"
      ],
      "title": "AWSQuickSightDashboardCustomFilterListConfigurationDefinition",
      "additionalProperties": false
    },
    "CustomNarrativeOptions": {
      "type": "object",
      "properties": {
        "Narrative": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 150000,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Narrative"
      ],
      "title": "AWSQuickSightDashboardCustomNarrativeOptionsDefinition",
      "additionalProperties": false
    },
    "CustomParameterValues": {
      "type": "object",
      "properties": {
        "StringValues": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 50000,
          "minItems": 0
        },
        "IntegerValues": {
          "type": "array",
          "items": {
            "type": "number"
          },
          "maxItems": 50000,
          "minItems": 0
        },
        "DecimalValues": {
          "type": "array",
          "items": {
            "type": "number"
          },
          "maxItems": 50000,
          "minItems": 0
        },
        "DateTimeValues": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "date-time"
          },
          "maxItems": 50000,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardCustomParameterValuesDefinition",
      "additionalProperties": false
    },
    "CustomValuesConfiguration": {
      "type": "object",
      "properties": {
        "IncludeNullValue": {
          "type": "boolean"
        },
        "CustomValues": {
          "$ref": "#/$defs/CustomParameterValues"
        }
      },
      "required": [
        "CustomValues"
      ],
      "title": "AWSQuickSightDashboardCustomValuesConfigurationDefinition",
      "additionalProperties": false
    },
    "DashboardBehavior": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ENABLED",
            "DISABLED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardDashboardBehaviorDefinition"
    },
    "DashboardError": {
      "type": "object",
      "properties": {
        "Type": {
          "$ref": "#/$defs/DashboardErrorType"
        },
        "Message": {
          "oneOf": [
            {
              "type": "string",
              "pattern": ".*\\S.*"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ViolatedEntities": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Entity"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardDashboardErrorDefinition",
      "additionalProperties": false
    },
    "DashboardErrorType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ACCESS_DENIED",
            "SOURCE_NOT_FOUND",
            "DATA_SET_NOT_FOUND",
            "INTERNAL_FAILURE",
            "PARAMETER_VALUE_INCOMPATIBLE",
            "PARAMETER_TYPE_INVALID",
            "PARAMETER_NOT_FOUND",
            "COLUMN_TYPE_MISMATCH",
            "COLUMN_GEOGRAPHIC_ROLE_MISMATCH",
            "COLUMN_REPLACEMENT_MISSING"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardDashboardErrorTypeDefinition"
    },
    "DashboardPublishOptions": {
      "type": "object",
      "properties": {
        "AdHocFilteringOption": {
          "$ref": "#/$defs/AdHocFilteringOption"
        },
        "ExportToCSVOption": {
          "$ref": "#/$defs/ExportToCSVOption"
        },
        "SheetControlsOption": {
          "$ref": "#/$defs/SheetControlsOption"
        },
        "VisualPublishOptions": {
          "$ref": "#/$defs/DashboardVisualPublishOptions"
        },
        "SheetLayoutElementMaximizationOption": {
          "$ref": "#/$defs/SheetLayoutElementMaximizationOption"
        },
        "VisualMenuOption": {
          "$ref": "#/$defs/VisualMenuOption"
        },
        "VisualAxisSortOption": {
          "$ref": "#/$defs/VisualAxisSortOption"
        },
        "ExportWithHiddenFieldsOption": {
          "$ref": "#/$defs/ExportWithHiddenFieldsOption"
        },
        "DataPointDrillUpDownOption": {
          "$ref": "#/$defs/DataPointDrillUpDownOption"
        },
        "DataPointMenuLabelOption": {
          "$ref": "#/$defs/DataPointMenuLabelOption"
        },
        "DataPointTooltipOption": {
          "$ref": "#/$defs/DataPointTooltipOption"
        }
      },
      "title": "AWSQuickSightDashboardDashboardPublishOptionsDefinition",
      "additionalProperties": false
    },
    "DashboardSourceEntity": {
      "type": "object",
      "properties": {
        "SourceTemplate": {
          "$ref": "#/$defs/DashboardSourceTemplate"
        }
      },
      "title": "AWSQuickSightDashboardDashboardSourceEntityDefinition",
      "additionalProperties": false
    },
    "DashboardSourceTemplate": {
      "type": "object",
      "properties": {
        "DataSetReferences": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DataSetReference"
          },
          "minItems": 1
        },
        "Arn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Arn",
        "DataSetReferences"
      ],
      "title": "AWSQuickSightDashboardDashboardSourceTemplateDefinition",
      "additionalProperties": false
    },
    "DashboardUIState": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "EXPANDED",
            "COLLAPSED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardDashboardUIStateDefinition"
    },
    "DashboardVersion": {
      "type": "object",
      "properties": {
        "CreatedTime": {
          "oneOf": [
            {
              "type": "string",
              "format": "date-time"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Errors": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DashboardError"
          },
          "minItems": 1
        },
        "VersionNumber": {
          "type": "number",
          "minimum": 1
        },
        "Status": {
          "$ref": "#/$defs/ResourceStatus"
        },
        "Arn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceEntityArn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DataSetArns": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "Description": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ThemeArn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Sheets": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Sheet"
          },
          "maxItems": 20,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardDashboardVersionDefinition",
      "additionalProperties": false
    },
    "DashboardVersionDefinition": {
      "type": "object",
      "properties": {
        "DataSetIdentifierDeclarations": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DataSetIdentifierDeclaration"
          },
          "maxItems": 50,
          "minItems": 1
        },
        "Sheets": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/SheetDefinition"
          },
          "maxItems": 20,
          "minItems": 0
        },
        "CalculatedFields": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/CalculatedField"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "ParameterDeclarations": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ParameterDeclaration"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "FilterGroups": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FilterGroup"
          },
          "maxItems": 2000,
          "minItems": 0
        },
        "ColumnConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnConfiguration"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "AnalysisDefaults": {
          "$ref": "#/$defs/AnalysisDefaults"
        }
      },
      "required": [
        "DataSetIdentifierDeclarations"
      ],
      "title": "AWSQuickSightDashboardDashboardVersionDefinition",
      "additionalProperties": false
    },
    "DashboardVisualPublishOptions": {
      "type": "object",
      "properties": {
        "ExportHiddenFieldsOption": {
          "$ref": "#/$defs/ExportHiddenFieldsOption"
        }
      },
      "title": "AWSQuickSightDashboardDashboardVisualPublishOptionsDefinition",
      "additionalProperties": false
    },
    "DataBarsOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "PositiveColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "NegativeColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardDataBarsOptionsDefinition",
      "additionalProperties": false
    },
    "DataColor": {
      "type": "object",
      "properties": {
        "Color": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DataValue": {
          "type": "number",
          "default": null
        }
      },
      "title": "AWSQuickSightDashboardDataColorDefinition",
      "additionalProperties": false
    },
    "DataFieldSeriesItem": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "FieldValue": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "AxisBinding": {
          "$ref": "#/$defs/AxisBinding"
        },
        "Settings": {
          "$ref": "#/$defs/LineChartSeriesSettings"
        }
      },
      "required": [
        "AxisBinding",
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardDataFieldSeriesItemDefinition",
      "additionalProperties": false
    },
    "DataLabelContent": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "VALUE",
            "PERCENT",
            "VALUE_AND_PERCENT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardDataLabelContentDefinition"
    },
    "DataLabelOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "CategoryLabelVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "MeasureLabelVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "DataLabelTypes": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DataLabelType"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "Position": {
          "$ref": "#/$defs/DataLabelPosition"
        },
        "LabelContent": {
          "$ref": "#/$defs/DataLabelContent"
        },
        "LabelFontConfiguration": {
          "$ref": "#/$defs/FontConfiguration"
        },
        "LabelColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Overlap": {
          "$ref": "#/$defs/DataLabelOverlap"
        }
      },
      "title": "AWSQuickSightDashboardDataLabelOptionsDefinition",
      "additionalProperties": false
    },
    "DataLabelOverlap": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "DISABLE_OVERLAP",
            "ENABLE_OVERLAP"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardDataLabelOverlapDefinition"
    },
    "DataLabelPosition": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "INSIDE",
            "OUTSIDE",
            "LEFT",
            "TOP",
            "BOTTOM",
            "RIGHT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardDataLabelPositionDefinition"
    },
    "DataLabelType": {
      "type": "object",
      "properties": {
        "FieldLabelType": {
          "$ref": "#/$defs/FieldLabelType"
        },
        "DataPathLabelType": {
          "$ref": "#/$defs/DataPathLabelType"
        },
        "RangeEndsLabelType": {
          "$ref": "#/$defs/RangeEndsLabelType"
        },
        "MinimumLabelType": {
          "$ref": "#/$defs/MinimumLabelType"
        },
        "MaximumLabelType": {
          "$ref": "#/$defs/MaximumLabelType"
        }
      },
      "title": "AWSQuickSightDashboardDataLabelTypeDefinition",
      "additionalProperties": false
    },
    "DataPathColor": {
      "type": "object",
      "properties": {
        "Element": {
          "$ref": "#/$defs/DataPathValue"
        },
        "Color": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "TimeGranularity": {
          "$ref": "#/$defs/TimeGranularity"
        }
      },
      "required": [
        "Color",
        "Element"
      ],
      "title": "AWSQuickSightDashboardDataPathColorDefinition",
      "additionalProperties": false
    },
    "DataPathLabelType": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "FieldValue": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardDataPathLabelTypeDefinition",
      "additionalProperties": false
    },
    "DataPathSort": {
      "type": "object",
      "properties": {
        "Direction": {
          "$ref": "#/$defs/SortDirection"
        },
        "SortPaths": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DataPathValue"
          },
          "maxItems": 20,
          "minItems": 0
        }
      },
      "required": [
        "Direction",
        "SortPaths"
      ],
      "title": "AWSQuickSightDashboardDataPathSortDefinition",
      "additionalProperties": false
    },
    "DataPathValue": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "FieldValue": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "FieldId",
        "FieldValue"
      ],
      "title": "AWSQuickSightDashboardDataPathValueDefinition",
      "additionalProperties": false
    },
    "DataPointDrillUpDownOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "$ref": "#/$defs/DashboardBehavior"
        }
      },
      "title": "AWSQuickSightDashboardDataPointDrillUpDownOptionDefinition",
      "additionalProperties": false
    },
    "DataPointMenuLabelOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "$ref": "#/$defs/DashboardBehavior"
        }
      },
      "title": "AWSQuickSightDashboardDataPointMenuLabelOptionDefinition",
      "additionalProperties": false
    },
    "DataPointTooltipOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "$ref": "#/$defs/DashboardBehavior"
        }
      },
      "title": "AWSQuickSightDashboardDataPointTooltipOptionDefinition",
      "additionalProperties": false
    },
    "DataSetIdentifierDeclaration": {
      "type": "object",
      "properties": {
        "Identifier": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DataSetArn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "DataSetArn",
        "Identifier"
      ],
      "title": "AWSQuickSightDashboardDataSetIdentifierDeclarationDefinition",
      "additionalProperties": false
    },
    "DataSetReference": {
      "type": "object",
      "properties": {
        "DataSetPlaceholder": {
          "oneOf": [
            {
              "type": "string",
              "pattern": ".*\\S.*"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DataSetArn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "DataSetArn",
        "DataSetPlaceholder"
      ],
      "title": "AWSQuickSightDashboardDataSetReferenceDefinition",
      "additionalProperties": false
    },
    "DateAggregationFunction": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "COUNT",
            "DISTINCT_COUNT",
            "MIN",
            "MAX"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardDateAggregationFunctionDefinition"
    },
    "DateAxisOptions": {
      "type": "object",
      "properties": {
        "MissingDateVisibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardDateAxisOptionsDefinition",
      "additionalProperties": false
    },
    "DateDimensionField": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "DateGranularity": {
          "$ref": "#/$defs/TimeGranularity"
        },
        "HierarchyId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/DateTimeFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardDateDimensionFieldDefinition",
      "additionalProperties": false
    },
    "DateMeasureField": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "AggregationFunction": {
          "$ref": "#/$defs/DateAggregationFunction"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/DateTimeFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardDateMeasureFieldDefinition",
      "additionalProperties": false
    },
    "DateTimeDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/DynamicDefaultValue"
        },
        "StaticValues": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "date-time"
          },
          "maxItems": 50000,
          "minItems": 0
        },
        "RollingDate": {
          "$ref": "#/$defs/RollingDateConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardDateTimeDefaultValuesDefinition",
      "additionalProperties": false
    },
    "DateTimeFormatConfiguration": {
      "type": "object",
      "properties": {
        "DateTimeFormat": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/NullValueFormatConfiguration"
        },
        "NumericFormatConfiguration": {
          "$ref": "#/$defs/NumericFormatConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardDateTimeFormatConfigurationDefinition",
      "additionalProperties": false
    },
    "DateTimeHierarchy": {
      "type": "object",
      "properties": {
        "HierarchyId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DrillDownFilters": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DrillDownFilter"
          },
          "maxItems": 10,
          "minItems": 0
        }
      },
      "required": [
        "HierarchyId"
      ],
      "title": "AWSQuickSightDashboardDateTimeHierarchyDefinition",
      "additionalProperties": false
    },
    "DateTimeParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "pattern": ".*\\S.*"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "title": "AWSQuickSightDashboardDateTimeParameterDefinition",
      "additionalProperties": false
    },
    "DateTimeParameterDeclaration": {
      "type": "object",
      "properties": {
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DefaultValues": {
          "$ref": "#/$defs/DateTimeDefaultValues"
        },
        "TimeGranularity": {
          "$ref": "#/$defs/TimeGranularity"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/DateTimeValueWhenUnsetConfiguration"
        },
        "MappedDataSetParameters": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MappedDataSetParameter"
          },
          "maxItems": 150,
          "minItems": 0
        }
      },
      "required": [
        "Name"
      ],
      "title": "AWSQuickSightDashboardDateTimeParameterDeclarationDefinition",
      "additionalProperties": false
    },
    "DateTimePickerControlDisplayOptions": {
      "type": "object",
      "properties": {
        "TitleOptions": {
          "$ref": "#/$defs/LabelOptions"
        },
        "DateTimeFormat": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardDateTimePickerControlDisplayOptionsDefinition",
      "additionalProperties": false
    },
    "DateTimeValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "ValueWhenUnsetOption": {
          "$ref": "#/$defs/ValueWhenUnsetOption"
        },
        "CustomValue": {
          "oneOf": [
            {
              "type": "string",
              "format": "date-time"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardDateTimeValueWhenUnsetConfigurationDefinition",
      "additionalProperties": false
    },
    "DecimalDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/DynamicDefaultValue"
        },
        "StaticValues": {
          "type": "array",
          "items": {
            "type": "number"
          },
          "maxItems": 50000,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardDecimalDefaultValuesDefinition",
      "additionalProperties": false
    },
    "DecimalParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "pattern": ".*\\S.*"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Values": {
          "type": "array",
          "items": {
            "type": "number",
            "default": 0
          }
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "title": "AWSQuickSightDashboardDecimalParameterDefinition",
      "additionalProperties": false
    },
    "DecimalParameterDeclaration": {
      "type": "object",
      "properties": {
        "ParameterValueType": {
          "$ref": "#/$defs/ParameterValueType"
        },
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DefaultValues": {
          "$ref": "#/$defs/DecimalDefaultValues"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/DecimalValueWhenUnsetConfiguration"
        },
        "MappedDataSetParameters": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MappedDataSetParameter"
          },
          "maxItems": 150,
          "minItems": 0
        }
      },
      "required": [
        "Name",
        "ParameterValueType"
      ],
      "title": "AWSQuickSightDashboardDecimalParameterDeclarationDefinition",
      "additionalProperties": false
    },
    "DecimalPlacesConfiguration": {
      "type": "object",
      "properties": {
        "DecimalPlaces": {
          "type": "number",
          "maximum": 20,
          "minimum": 0
        }
      },
      "required": [
        "DecimalPlaces"
      ],
      "title": "AWSQuickSightDashboardDecimalPlacesConfigurationDefinition",
      "additionalProperties": false
    },
    "DecimalValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "ValueWhenUnsetOption": {
          "$ref": "#/$defs/ValueWhenUnsetOption"
        },
        "CustomValue": {
          "type": "number",
          "default": null
        }
      },
      "title": "AWSQuickSightDashboardDecimalValueWhenUnsetConfigurationDefinition",
      "additionalProperties": false
    },
    "DefaultFreeFormLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/FreeFormLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "CanvasSizeOptions"
      ],
      "title": "AWSQuickSightDashboardDefaultFreeFormLayoutConfigurationDefinition",
      "additionalProperties": false
    },
    "DefaultGridLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/GridLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "CanvasSizeOptions"
      ],
      "title": "AWSQuickSightDashboardDefaultGridLayoutConfigurationDefinition",
      "additionalProperties": false
    },
    "DefaultInteractiveLayoutConfiguration": {
      "type": "object",
      "properties": {
        "Grid": {
          "$ref": "#/$defs/DefaultGridLayoutConfiguration"
        },
        "FreeForm": {
          "$ref": "#/$defs/DefaultFreeFormLayoutConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardDefaultInteractiveLayoutConfigurationDefinition",
      "additionalProperties": false
    },
    "DefaultNewSheetConfiguration": {
      "type": "object",
      "properties": {
        "InteractiveLayoutConfiguration": {
          "$ref": "#/$defs/DefaultInteractiveLayoutConfiguration"
        },
        "PaginatedLayoutConfiguration": {
          "$ref": "#/$defs/DefaultPaginatedLayoutConfiguration"
        },
        "SheetContentType": {
          "$ref": "#/$defs/SheetContentType"
        }
      },
      "title": "AWSQuickSightDashboardDefaultNewSheetConfigurationDefinition",
      "additionalProperties": false
    },
    "DefaultPaginatedLayoutConfiguration": {
      "type": "object",
      "properties": {
        "SectionBased": {
          "$ref": "#/$defs/DefaultSectionBasedLayoutConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardDefaultPaginatedLayoutConfigurationDefinition",
      "additionalProperties": false
    },
    "DefaultSectionBasedLayoutConfiguration": {
      "type": "object",
      "properties": {
        "CanvasSizeOptions": {
          "$ref": "#/$defs/SectionBasedLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "CanvasSizeOptions"
      ],
      "title": "AWSQuickSightDashboardDefaultSectionBasedLayoutConfigurationDefinition",
      "additionalProperties": false
    },
    "DestinationParameterValueConfiguration": {
      "type": "object",
      "properties": {
        "CustomValuesConfiguration": {
          "$ref": "#/$defs/CustomValuesConfiguration"
        },
        "SelectAllValueOptions": {
          "$ref": "#/$defs/SelectAllValueOptions"
        },
        "SourceParameterName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceField": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardDestinationParameterValueConfigurationDefinition",
      "additionalProperties": false
    },
    "DimensionField": {
      "type": "object",
      "properties": {
        "NumericalDimensionField": {
          "$ref": "#/$defs/NumericalDimensionField"
        },
        "CategoricalDimensionField": {
          "$ref": "#/$defs/CategoricalDimensionField"
        },
        "DateDimensionField": {
          "$ref": "#/$defs/DateDimensionField"
        }
      },
      "title": "AWSQuickSightDashboardDimensionFieldDefinition",
      "additionalProperties": false
    },
    "DonutCenterOptions": {
      "type": "object",
      "properties": {
        "LabelVisibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardDonutCenterOptionsDefinition",
      "additionalProperties": false
    },
    "DonutOptions": {
      "type": "object",
      "properties": {
        "ArcOptions": {
          "$ref": "#/$defs/ArcOptions"
        },
        "DonutCenterOptions": {
          "$ref": "#/$defs/DonutCenterOptions"
        }
      },
      "title": "AWSQuickSightDashboardDonutOptionsDefinition",
      "additionalProperties": false
    },
    "DrillDownFilter": {
      "type": "object",
      "properties": {
        "NumericEqualityFilter": {
          "$ref": "#/$defs/NumericEqualityDrillDownFilter"
        },
        "CategoryFilter": {
          "$ref": "#/$defs/CategoryDrillDownFilter"
        },
        "TimeRangeFilter": {
          "$ref": "#/$defs/TimeRangeDrillDownFilter"
        }
      },
      "title": "AWSQuickSightDashboardDrillDownFilterDefinition",
      "additionalProperties": false
    },
    "DropDownControlDisplayOptions": {
      "type": "object",
      "properties": {
        "SelectAllOptions": {
          "$ref": "#/$defs/ListControlSelectAllOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/LabelOptions"
        }
      },
      "title": "AWSQuickSightDashboardDropDownControlDisplayOptionsDefinition",
      "additionalProperties": false
    },
    "DynamicDefaultValue": {
      "type": "object",
      "properties": {
        "UserNameColumn": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "GroupNameColumn": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "DefaultValueColumn": {
          "$ref": "#/$defs/ColumnIdentifier"
        }
      },
      "required": [
        "DefaultValueColumn"
      ],
      "title": "AWSQuickSightDashboardDynamicDefaultValueDefinition",
      "additionalProperties": false
    },
    "EmptyVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DataSetIdentifier": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        }
      },
      "required": [
        "DataSetIdentifier",
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardEmptyVisualDefinition",
      "additionalProperties": false
    },
    "Entity": {
      "type": "object",
      "properties": {
        "Path": {
          "oneOf": [
            {
              "type": "string",
              "pattern": ".*\\S.*"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardEntityDefinition",
      "additionalProperties": false
    },
    "ExcludePeriodConfiguration": {
      "type": "object",
      "properties": {
        "Amount": {
          "type": "number",
          "default": null
        },
        "Granularity": {
          "$ref": "#/$defs/TimeGranularity"
        },
        "Status": {
          "$ref": "#/$defs/WidgetStatus"
        }
      },
      "required": [
        "Amount",
        "Granularity"
      ],
      "title": "AWSQuickSightDashboardExcludePeriodConfigurationDefinition",
      "additionalProperties": false
    },
    "ExplicitHierarchy": {
      "type": "object",
      "properties": {
        "HierarchyId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Columns": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnIdentifier"
          },
          "maxItems": 10,
          "minItems": 2
        },
        "DrillDownFilters": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DrillDownFilter"
          },
          "maxItems": 10,
          "minItems": 0
        }
      },
      "required": [
        "Columns",
        "HierarchyId"
      ],
      "title": "AWSQuickSightDashboardExplicitHierarchyDefinition",
      "additionalProperties": false
    },
    "ExportHiddenFieldsOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "$ref": "#/$defs/DashboardBehavior"
        }
      },
      "title": "AWSQuickSightDashboardExportHiddenFieldsOptionDefinition",
      "additionalProperties": false
    },
    "ExportToCSVOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "$ref": "#/$defs/DashboardBehavior"
        }
      },
      "title": "AWSQuickSightDashboardExportToCSVOptionDefinition",
      "additionalProperties": false
    },
    "ExportWithHiddenFieldsOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "$ref": "#/$defs/DashboardBehavior"
        }
      },
      "title": "AWSQuickSightDashboardExportWithHiddenFieldsOptionDefinition",
      "additionalProperties": false
    },
    "FieldBasedTooltip": {
      "type": "object",
      "properties": {
        "AggregationVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "TooltipTitleType": {
          "$ref": "#/$defs/TooltipTitleType"
        },
        "TooltipFields": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/TooltipItem"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardFieldBasedTooltipDefinition",
      "additionalProperties": false
    },
    "FieldLabelType": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardFieldLabelTypeDefinition",
      "additionalProperties": false
    },
    "FieldSeriesItem": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "AxisBinding": {
          "$ref": "#/$defs/AxisBinding"
        },
        "Settings": {
          "$ref": "#/$defs/LineChartSeriesSettings"
        }
      },
      "required": [
        "AxisBinding",
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardFieldSeriesItemDefinition",
      "additionalProperties": false
    },
    "FieldSort": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Direction": {
          "$ref": "#/$defs/SortDirection"
        }
      },
      "required": [
        "Direction",
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardFieldSortDefinition",
      "additionalProperties": false
    },
    "FieldSortOptions": {
      "type": "object",
      "properties": {
        "FieldSort": {
          "$ref": "#/$defs/FieldSort"
        },
        "ColumnSort": {
          "$ref": "#/$defs/ColumnSort"
        }
      },
      "title": "AWSQuickSightDashboardFieldSortOptionsDefinition",
      "additionalProperties": false
    },
    "FieldTooltipItem": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Label": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "required": [
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardFieldTooltipItemDefinition",
      "additionalProperties": false
    },
    "FilledMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Geospatial": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 1,
          "minItems": 0
        },
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 1,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardFilledMapAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "FilledMapConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FilledMapConditionalFormattingOption"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "required": [
        "ConditionalFormattingOptions"
      ],
      "title": "AWSQuickSightDashboardFilledMapConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "FilledMapConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Shape": {
          "$ref": "#/$defs/FilledMapShapeConditionalFormatting"
        }
      },
      "required": [
        "Shape"
      ],
      "title": "AWSQuickSightDashboardFilledMapConditionalFormattingOptionDefinition",
      "additionalProperties": false
    },
    "FilledMapConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/FilledMapFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/FilledMapSortConfiguration"
        },
        "Legend": {
          "$ref": "#/$defs/LegendOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/TooltipOptions"
        },
        "WindowOptions": {
          "$ref": "#/$defs/GeospatialWindowOptions"
        },
        "MapStyleOptions": {
          "$ref": "#/$defs/GeospatialMapStyleOptions"
        }
      },
      "title": "AWSQuickSightDashboardFilledMapConfigurationDefinition",
      "additionalProperties": false
    },
    "FilledMapFieldWells": {
      "type": "object",
      "properties": {
        "FilledMapAggregatedFieldWells": {
          "$ref": "#/$defs/FilledMapAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardFilledMapFieldWellsDefinition",
      "additionalProperties": false
    },
    "FilledMapShapeConditionalFormatting": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Format": {
          "$ref": "#/$defs/ShapeConditionalFormat"
        }
      },
      "required": [
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardFilledMapShapeConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "FilledMapSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardFilledMapSortConfigurationDefinition",
      "additionalProperties": false
    },
    "FilledMapVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/FilledMapConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/FilledMapConditionalFormatting"
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardFilledMapVisualDefinition",
      "additionalProperties": false
    },
    "Filter": {
      "type": "object",
      "properties": {
        "CategoryFilter": {
          "$ref": "#/$defs/CategoryFilter"
        },
        "NumericRangeFilter": {
          "$ref": "#/$defs/NumericRangeFilter"
        },
        "NumericEqualityFilter": {
          "$ref": "#/$defs/NumericEqualityFilter"
        },
        "TimeEqualityFilter": {
          "$ref": "#/$defs/TimeEqualityFilter"
        },
        "TimeRangeFilter": {
          "$ref": "#/$defs/TimeRangeFilter"
        },
        "RelativeDatesFilter": {
          "$ref": "#/$defs/RelativeDatesFilter"
        },
        "TopBottomFilter": {
          "$ref": "#/$defs/TopBottomFilter"
        }
      },
      "title": "AWSQuickSightDashboardFilterDefinition",
      "additionalProperties": false
    },
    "FilterControl": {
      "type": "object",
      "properties": {
        "DateTimePicker": {
          "$ref": "#/$defs/FilterDateTimePickerControl"
        },
        "List": {
          "$ref": "#/$defs/FilterListControl"
        },
        "Dropdown": {
          "$ref": "#/$defs/FilterDropDownControl"
        },
        "TextField": {
          "$ref": "#/$defs/FilterTextFieldControl"
        },
        "TextArea": {
          "$ref": "#/$defs/FilterTextAreaControl"
        },
        "Slider": {
          "$ref": "#/$defs/FilterSliderControl"
        },
        "RelativeDateTime": {
          "$ref": "#/$defs/FilterRelativeDateTimeControl"
        }
      },
      "title": "AWSQuickSightDashboardFilterControlDefinition",
      "additionalProperties": false
    },
    "FilterDateTimePickerControl": {
      "type": "object",
      "properties": {
        "FilterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceFilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/DateTimePickerControlDisplayOptions"
        },
        "Type": {
          "$ref": "#/$defs/SheetControlDateTimePickerType"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "title": "AWSQuickSightDashboardFilterDateTimePickerControlDefinition",
      "additionalProperties": false
    },
    "FilterDropDownControl": {
      "type": "object",
      "properties": {
        "FilterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceFilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/DropDownControlDisplayOptions"
        },
        "Type": {
          "$ref": "#/$defs/SheetControlListType"
        },
        "SelectableValues": {
          "$ref": "#/$defs/FilterSelectableValues"
        },
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/CascadingControlConfiguration"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "title": "AWSQuickSightDashboardFilterDropDownControlDefinition",
      "additionalProperties": false
    },
    "FilterGroup": {
      "type": "object",
      "properties": {
        "FilterGroupId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Filters": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Filter"
          },
          "maxItems": 20,
          "minItems": 0
        },
        "ScopeConfiguration": {
          "$ref": "#/$defs/FilterScopeConfiguration"
        },
        "Status": {
          "$ref": "#/$defs/WidgetStatus"
        },
        "CrossDataset": {
          "$ref": "#/$defs/CrossDatasetTypes"
        }
      },
      "required": [
        "CrossDataset",
        "FilterGroupId",
        "Filters",
        "ScopeConfiguration"
      ],
      "title": "AWSQuickSightDashboardFilterGroupDefinition",
      "additionalProperties": false
    },
    "FilterListConfiguration": {
      "type": "object",
      "properties": {
        "MatchOperator": {
          "$ref": "#/$defs/CategoryFilterMatchOperator"
        },
        "CategoryValues": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 512,
            "minLength": 0
          },
          "maxItems": 100000,
          "minItems": 0
        },
        "SelectAllOptions": {
          "$ref": "#/$defs/CategoryFilterSelectAllOptions"
        }
      },
      "required": [
        "MatchOperator"
      ],
      "title": "AWSQuickSightDashboardFilterListConfigurationDefinition",
      "additionalProperties": false
    },
    "FilterListControl": {
      "type": "object",
      "properties": {
        "FilterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceFilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/ListControlDisplayOptions"
        },
        "Type": {
          "$ref": "#/$defs/SheetControlListType"
        },
        "SelectableValues": {
          "$ref": "#/$defs/FilterSelectableValues"
        },
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/CascadingControlConfiguration"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "title": "AWSQuickSightDashboardFilterListControlDefinition",
      "additionalProperties": false
    },
    "FilterNullOption": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ALL_VALUES",
            "NULLS_ONLY",
            "NON_NULLS_ONLY"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardFilterNullOptionDefinition"
    },
    "FilterOperationSelectedFieldsConfiguration": {
      "type": "object",
      "properties": {
        "SelectedFields": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 512,
            "minLength": 1
          },
          "maxItems": 20,
          "minItems": 1
        },
        "SelectedFieldOptions": {
          "$ref": "#/$defs/SelectedFieldOptions"
        }
      },
      "title": "AWSQuickSightDashboardFilterOperationSelectedFieldsConfigurationDefinition",
      "additionalProperties": false
    },
    "FilterOperationTargetVisualsConfiguration": {
      "type": "object",
      "properties": {
        "SameSheetTargetVisualConfiguration": {
          "$ref": "#/$defs/SameSheetTargetVisualConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardFilterOperationTargetVisualsConfigurationDefinition",
      "additionalProperties": false
    },
    "FilterRelativeDateTimeControl": {
      "type": "object",
      "properties": {
        "FilterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceFilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/RelativeDateTimeControlDisplayOptions"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "title": "AWSQuickSightDashboardFilterRelativeDateTimeControlDefinition",
      "additionalProperties": false
    },
    "FilterScopeConfiguration": {
      "type": "object",
      "properties": {
        "SelectedSheets": {
          "$ref": "#/$defs/SelectedSheetsFilterScopeConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardFilterScopeConfigurationDefinition",
      "additionalProperties": false
    },
    "FilterSelectableValues": {
      "type": "object",
      "properties": {
        "Values": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 50000,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardFilterSelectableValuesDefinition",
      "additionalProperties": false
    },
    "FilterSliderControl": {
      "type": "object",
      "properties": {
        "FilterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceFilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/SliderControlDisplayOptions"
        },
        "Type": {
          "$ref": "#/$defs/SheetControlSliderType"
        },
        "MaximumValue": {
          "type": "number",
          "default": 0
        },
        "MinimumValue": {
          "type": "number",
          "default": 0
        },
        "StepSize": {
          "type": "number",
          "default": 0
        }
      },
      "required": [
        "FilterControlId",
        "MaximumValue",
        "MinimumValue",
        "SourceFilterId",
        "StepSize",
        "Title"
      ],
      "title": "AWSQuickSightDashboardFilterSliderControlDefinition",
      "additionalProperties": false
    },
    "FilterTextAreaControl": {
      "type": "object",
      "properties": {
        "FilterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceFilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Delimiter": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/TextAreaControlDisplayOptions"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "title": "AWSQuickSightDashboardFilterTextAreaControlDefinition",
      "additionalProperties": false
    },
    "FilterTextFieldControl": {
      "type": "object",
      "properties": {
        "FilterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceFilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/TextFieldControlDisplayOptions"
        }
      },
      "required": [
        "FilterControlId",
        "SourceFilterId",
        "Title"
      ],
      "title": "AWSQuickSightDashboardFilterTextFieldControlDefinition",
      "additionalProperties": false
    },
    "FilterVisualScope": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ALL_VISUALS",
            "SELECTED_VISUALS"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardFilterVisualScopeDefinition"
    },
    "FontConfiguration": {
      "type": "object",
      "properties": {
        "FontSize": {
          "$ref": "#/$defs/FontSize"
        },
        "FontDecoration": {
          "$ref": "#/$defs/FontDecoration"
        },
        "FontColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "FontWeight": {
          "$ref": "#/$defs/FontWeight"
        },
        "FontStyle": {
          "$ref": "#/$defs/FontStyle"
        }
      },
      "title": "AWSQuickSightDashboardFontConfigurationDefinition",
      "additionalProperties": false
    },
    "FontDecoration": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "UNDERLINE",
            "NONE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardFontDecorationDefinition"
    },
    "FontSize": {
      "type": "object",
      "properties": {
        "Relative": {
          "$ref": "#/$defs/RelativeFontSize"
        }
      },
      "title": "AWSQuickSightDashboardFontSizeDefinition",
      "additionalProperties": false
    },
    "FontStyle": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "NORMAL",
            "ITALIC"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardFontStyleDefinition"
    },
    "FontWeight": {
      "type": "object",
      "properties": {
        "Name": {
          "$ref": "#/$defs/FontWeightName"
        }
      },
      "title": "AWSQuickSightDashboardFontWeightDefinition",
      "additionalProperties": false
    },
    "FontWeightName": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "NORMAL",
            "BOLD"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardFontWeightNameDefinition"
    },
    "ForecastComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Time": {
          "$ref": "#/$defs/DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/MeasureField"
        },
        "PeriodsForward": {
          "type": "number",
          "maximum": 1000,
          "minimum": 1
        },
        "PeriodsBackward": {
          "type": "number",
          "maximum": 1000,
          "minimum": 0
        },
        "UpperBoundary": {
          "type": "number",
          "default": null
        },
        "LowerBoundary": {
          "type": "number",
          "default": null
        },
        "PredictionInterval": {
          "type": "number",
          "maximum": 95,
          "minimum": 50
        },
        "Seasonality": {
          "$ref": "#/$defs/ForecastComputationSeasonality"
        },
        "CustomSeasonalityValue": {
          "type": "number",
          "default": null,
          "maximum": 180,
          "minimum": 1
        }
      },
      "required": [
        "ComputationId",
        "Time"
      ],
      "title": "AWSQuickSightDashboardForecastComputationDefinition",
      "additionalProperties": false
    },
    "ForecastComputationSeasonality": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "AUTOMATIC",
            "CUSTOM"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardForecastComputationSeasonalityDefinition"
    },
    "ForecastConfiguration": {
      "type": "object",
      "properties": {
        "ForecastProperties": {
          "$ref": "#/$defs/TimeBasedForecastProperties"
        },
        "Scenario": {
          "$ref": "#/$defs/ForecastScenario"
        }
      },
      "title": "AWSQuickSightDashboardForecastConfigurationDefinition",
      "additionalProperties": false
    },
    "ForecastScenario": {
      "type": "object",
      "properties": {
        "WhatIfPointScenario": {
          "$ref": "#/$defs/WhatIfPointScenario"
        },
        "WhatIfRangeScenario": {
          "$ref": "#/$defs/WhatIfRangeScenario"
        }
      },
      "title": "AWSQuickSightDashboardForecastScenarioDefinition",
      "additionalProperties": false
    },
    "FormatConfiguration": {
      "type": "object",
      "properties": {
        "StringFormatConfiguration": {
          "$ref": "#/$defs/StringFormatConfiguration"
        },
        "NumberFormatConfiguration": {
          "$ref": "#/$defs/NumberFormatConfiguration"
        },
        "DateTimeFormatConfiguration": {
          "$ref": "#/$defs/DateTimeFormatConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardFormatConfigurationDefinition",
      "additionalProperties": false
    },
    "FreeFormLayoutCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "ScreenCanvasSizeOptions": {
          "$ref": "#/$defs/FreeFormLayoutScreenCanvasSizeOptions"
        }
      },
      "title": "AWSQuickSightDashboardFreeFormLayoutCanvasSizeOptionsDefinition",
      "additionalProperties": false
    },
    "FreeFormLayoutConfiguration": {
      "type": "object",
      "properties": {
        "Elements": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FreeFormLayoutElement"
          },
          "maxItems": 430,
          "minItems": 0
        },
        "CanvasSizeOptions": {
          "$ref": "#/$defs/FreeFormLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "Elements"
      ],
      "title": "AWSQuickSightDashboardFreeFormLayoutConfigurationDefinition",
      "additionalProperties": false
    },
    "FreeFormLayoutElement": {
      "type": "object",
      "properties": {
        "ElementId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ElementType": {
          "$ref": "#/$defs/LayoutElementType"
        },
        "XAxisLocation": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        },
        "YAxisLocation": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px with Integer.MAX_VALUE as maximum value"
        },
        "Width": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        },
        "Height": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        },
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "RenderingRules": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/SheetElementRenderingRule"
          },
          "maxItems": 10000,
          "minItems": 0
        },
        "BorderStyle": {
          "$ref": "#/$defs/FreeFormLayoutElementBorderStyle"
        },
        "SelectedBorderStyle": {
          "$ref": "#/$defs/FreeFormLayoutElementBorderStyle"
        },
        "BackgroundStyle": {
          "$ref": "#/$defs/FreeFormLayoutElementBackgroundStyle"
        },
        "LoadingAnimation": {
          "$ref": "#/$defs/LoadingAnimation"
        }
      },
      "required": [
        "ElementId",
        "ElementType",
        "Height",
        "Width",
        "XAxisLocation",
        "YAxisLocation"
      ],
      "title": "AWSQuickSightDashboardFreeFormLayoutElementDefinition",
      "additionalProperties": false
    },
    "FreeFormLayoutElementBackgroundStyle": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "Color": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}(?:[A-F0-9]{2})?$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardFreeFormLayoutElementBackgroundStyleDefinition",
      "additionalProperties": false
    },
    "FreeFormLayoutElementBorderStyle": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "Color": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}(?:[A-F0-9]{2})?$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardFreeFormLayoutElementBorderStyleDefinition",
      "additionalProperties": false
    },
    "FreeFormLayoutScreenCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "OptimizedViewPortWidth": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        }
      },
      "required": [
        "OptimizedViewPortWidth"
      ],
      "title": "AWSQuickSightDashboardFreeFormLayoutScreenCanvasSizeOptionsDefinition",
      "additionalProperties": false
    },
    "FreeFormSectionLayoutConfiguration": {
      "type": "object",
      "properties": {
        "Elements": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FreeFormLayoutElement"
          },
          "maxItems": 430,
          "minItems": 0
        }
      },
      "required": [
        "Elements"
      ],
      "title": "AWSQuickSightDashboardFreeFormSectionLayoutConfigurationDefinition",
      "additionalProperties": false
    },
    "FunnelChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 1,
          "minItems": 0
        },
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 1,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardFunnelChartAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "FunnelChartConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/FunnelChartFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/FunnelChartSortConfiguration"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "ValueLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/TooltipOptions"
        },
        "DataLabelOptions": {
          "$ref": "#/$defs/FunnelChartDataLabelOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/VisualPalette"
        }
      },
      "title": "AWSQuickSightDashboardFunnelChartConfigurationDefinition",
      "additionalProperties": false
    },
    "FunnelChartDataLabelOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "CategoryLabelVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "MeasureLabelVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "Position": {
          "$ref": "#/$defs/DataLabelPosition"
        },
        "LabelFontConfiguration": {
          "$ref": "#/$defs/FontConfiguration"
        },
        "LabelColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "MeasureDataLabelStyle": {
          "$ref": "#/$defs/FunnelChartMeasureDataLabelStyle"
        }
      },
      "title": "AWSQuickSightDashboardFunnelChartDataLabelOptionsDefinition",
      "additionalProperties": false
    },
    "FunnelChartFieldWells": {
      "type": "object",
      "properties": {
        "FunnelChartAggregatedFieldWells": {
          "$ref": "#/$defs/FunnelChartAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardFunnelChartFieldWellsDefinition",
      "additionalProperties": false
    },
    "FunnelChartMeasureDataLabelStyle": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "VALUE_ONLY",
            "PERCENTAGE_BY_FIRST_STAGE",
            "PERCENTAGE_BY_PREVIOUS_STAGE",
            "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE",
            "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardFunnelChartMeasureDataLabelStyleDefinition"
    },
    "FunnelChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "CategoryItemsLimit": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardFunnelChartSortConfigurationDefinition",
      "additionalProperties": false
    },
    "FunnelChartVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/FunnelChartConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardFunnelChartVisualDefinition",
      "additionalProperties": false
    },
    "GaugeChartArcConditionalFormatting": {
      "type": "object",
      "properties": {
        "ForegroundColor": {
          "$ref": "#/$defs/ConditionalFormattingColor"
        }
      },
      "title": "AWSQuickSightDashboardGaugeChartArcConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "GaugeChartConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/GaugeChartConditionalFormattingOption"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardGaugeChartConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "GaugeChartConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "PrimaryValue": {
          "$ref": "#/$defs/GaugeChartPrimaryValueConditionalFormatting"
        },
        "Arc": {
          "$ref": "#/$defs/GaugeChartArcConditionalFormatting"
        }
      },
      "title": "AWSQuickSightDashboardGaugeChartConditionalFormattingOptionDefinition",
      "additionalProperties": false
    },
    "GaugeChartConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/GaugeChartFieldWells"
        },
        "GaugeChartOptions": {
          "$ref": "#/$defs/GaugeChartOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/DataLabelOptions"
        },
        "TooltipOptions": {
          "$ref": "#/$defs/TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/VisualPalette"
        }
      },
      "title": "AWSQuickSightDashboardGaugeChartConfigurationDefinition",
      "additionalProperties": false
    },
    "GaugeChartFieldWells": {
      "type": "object",
      "properties": {
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "TargetValues": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardGaugeChartFieldWellsDefinition",
      "additionalProperties": false
    },
    "GaugeChartOptions": {
      "type": "object",
      "properties": {
        "PrimaryValueDisplayType": {
          "$ref": "#/$defs/PrimaryValueDisplayType"
        },
        "Comparison": {
          "$ref": "#/$defs/ComparisonConfiguration"
        },
        "ArcAxis": {
          "$ref": "#/$defs/ArcAxisConfiguration"
        },
        "Arc": {
          "$ref": "#/$defs/ArcConfiguration"
        },
        "PrimaryValueFontConfiguration": {
          "$ref": "#/$defs/FontConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardGaugeChartOptionsDefinition",
      "additionalProperties": false
    },
    "GaugeChartPrimaryValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "TextColor": {
          "$ref": "#/$defs/ConditionalFormattingColor"
        },
        "Icon": {
          "$ref": "#/$defs/ConditionalFormattingIcon"
        }
      },
      "title": "AWSQuickSightDashboardGaugeChartPrimaryValueConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "GaugeChartVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/GaugeChartConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/GaugeChartConditionalFormatting"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardGaugeChartVisualDefinition",
      "additionalProperties": false
    },
    "GeospatialCoordinateBounds": {
      "type": "object",
      "properties": {
        "North": {
          "type": "number",
          "maximum": 90,
          "minimum": -90
        },
        "South": {
          "type": "number",
          "maximum": 90,
          "minimum": -90
        },
        "West": {
          "type": "number",
          "maximum": 1800,
          "minimum": -1800
        },
        "East": {
          "type": "number",
          "maximum": 1800,
          "minimum": -1800
        }
      },
      "required": [
        "East",
        "North",
        "South",
        "West"
      ],
      "title": "AWSQuickSightDashboardGeospatialCoordinateBoundsDefinition",
      "additionalProperties": false
    },
    "GeospatialMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Geospatial": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Colors": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardGeospatialMapAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "GeospatialMapConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/GeospatialMapFieldWells"
        },
        "Legend": {
          "$ref": "#/$defs/LegendOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/TooltipOptions"
        },
        "WindowOptions": {
          "$ref": "#/$defs/GeospatialWindowOptions"
        },
        "MapStyleOptions": {
          "$ref": "#/$defs/GeospatialMapStyleOptions"
        },
        "PointStyleOptions": {
          "$ref": "#/$defs/GeospatialPointStyleOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/VisualPalette"
        }
      },
      "title": "AWSQuickSightDashboardGeospatialMapConfigurationDefinition",
      "additionalProperties": false
    },
    "GeospatialMapFieldWells": {
      "type": "object",
      "properties": {
        "GeospatialMapAggregatedFieldWells": {
          "$ref": "#/$defs/GeospatialMapAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardGeospatialMapFieldWellsDefinition",
      "additionalProperties": false
    },
    "GeospatialMapStyleOptions": {
      "type": "object",
      "properties": {
        "BaseMapStyle": {
          "$ref": "#/$defs/BaseMapStyleType"
        }
      },
      "title": "AWSQuickSightDashboardGeospatialMapStyleOptionsDefinition",
      "additionalProperties": false
    },
    "GeospatialMapVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/GeospatialMapConfiguration"
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardGeospatialMapVisualDefinition",
      "additionalProperties": false
    },
    "GeospatialPointStyleOptions": {
      "type": "object",
      "properties": {
        "SelectedPointStyle": {
          "$ref": "#/$defs/GeospatialSelectedPointStyle"
        },
        "ClusterMarkerConfiguration": {
          "$ref": "#/$defs/ClusterMarkerConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardGeospatialPointStyleOptionsDefinition",
      "additionalProperties": false
    },
    "GeospatialSelectedPointStyle": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "POINT",
            "CLUSTER"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardGeospatialSelectedPointStyleDefinition"
    },
    "GeospatialWindowOptions": {
      "type": "object",
      "properties": {
        "Bounds": {
          "$ref": "#/$defs/GeospatialCoordinateBounds"
        },
        "MapZoomMode": {
          "$ref": "#/$defs/MapZoomMode"
        }
      },
      "title": "AWSQuickSightDashboardGeospatialWindowOptionsDefinition",
      "additionalProperties": false
    },
    "GlobalTableBorderOptions": {
      "type": "object",
      "properties": {
        "UniformBorder": {
          "$ref": "#/$defs/TableBorderOptions"
        },
        "SideSpecificBorder": {
          "$ref": "#/$defs/TableSideBorderOptions"
        }
      },
      "title": "AWSQuickSightDashboardGlobalTableBorderOptionsDefinition",
      "additionalProperties": false
    },
    "GradientColor": {
      "type": "object",
      "properties": {
        "Stops": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/GradientStop"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardGradientColorDefinition",
      "additionalProperties": false
    },
    "GradientStop": {
      "type": "object",
      "properties": {
        "GradientOffset": {
          "type": "number",
          "default": 0
        },
        "DataValue": {
          "type": "number",
          "default": null
        },
        "Color": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "GradientOffset"
      ],
      "title": "AWSQuickSightDashboardGradientStopDefinition",
      "additionalProperties": false
    },
    "GridLayoutCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "ScreenCanvasSizeOptions": {
          "$ref": "#/$defs/GridLayoutScreenCanvasSizeOptions"
        }
      },
      "title": "AWSQuickSightDashboardGridLayoutCanvasSizeOptionsDefinition",
      "additionalProperties": false
    },
    "GridLayoutConfiguration": {
      "type": "object",
      "properties": {
        "Elements": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/GridLayoutElement"
          },
          "maxItems": 430,
          "minItems": 0
        },
        "CanvasSizeOptions": {
          "$ref": "#/$defs/GridLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "Elements"
      ],
      "title": "AWSQuickSightDashboardGridLayoutConfigurationDefinition",
      "additionalProperties": false
    },
    "GridLayoutElement": {
      "type": "object",
      "properties": {
        "ElementId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ElementType": {
          "$ref": "#/$defs/LayoutElementType"
        },
        "ColumnIndex": {
          "type": "number",
          "maximum": 35,
          "minimum": 0
        },
        "ColumnSpan": {
          "type": "number",
          "maximum": 36,
          "minimum": 1
        },
        "RowIndex": {
          "type": "number",
          "maximum": 9009,
          "minimum": 0
        },
        "RowSpan": {
          "type": "number",
          "maximum": 21,
          "minimum": 1
        }
      },
      "required": [
        "ColumnSpan",
        "ElementId",
        "ElementType",
        "RowSpan"
      ],
      "title": "AWSQuickSightDashboardGridLayoutElementDefinition",
      "additionalProperties": false
    },
    "GridLayoutScreenCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "ResizeOption": {
          "$ref": "#/$defs/ResizeOption"
        },
        "OptimizedViewPortWidth": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        }
      },
      "required": [
        "ResizeOption"
      ],
      "title": "AWSQuickSightDashboardGridLayoutScreenCanvasSizeOptionsDefinition",
      "additionalProperties": false
    },
    "GrowthRateComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Time": {
          "$ref": "#/$defs/DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/MeasureField"
        },
        "PeriodSize": {
          "type": "number",
          "default": 0,
          "maximum": 52,
          "minimum": 2
        }
      },
      "required": [
        "ComputationId",
        "Time"
      ],
      "title": "AWSQuickSightDashboardGrowthRateComputationDefinition",
      "additionalProperties": false
    },
    "HeaderFooterSectionConfiguration": {
      "type": "object",
      "properties": {
        "SectionId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Layout": {
          "$ref": "#/$defs/SectionLayoutConfiguration"
        },
        "Style": {
          "$ref": "#/$defs/SectionStyle"
        }
      },
      "required": [
        "Layout",
        "SectionId"
      ],
      "title": "AWSQuickSightDashboardHeaderFooterSectionConfigurationDefinition",
      "additionalProperties": false
    },
    "HeatMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Rows": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 1,
          "minItems": 0
        },
        "Columns": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 1,
          "minItems": 0
        },
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 1,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardHeatMapAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "HeatMapConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/HeatMapFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/HeatMapSortConfiguration"
        },
        "RowLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "ColumnLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "ColorScale": {
          "$ref": "#/$defs/ColorScale"
        },
        "Legend": {
          "$ref": "#/$defs/LegendOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/DataLabelOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/TooltipOptions"
        }
      },
      "title": "AWSQuickSightDashboardHeatMapConfigurationDefinition",
      "additionalProperties": false
    },
    "HeatMapFieldWells": {
      "type": "object",
      "properties": {
        "HeatMapAggregatedFieldWells": {
          "$ref": "#/$defs/HeatMapAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardHeatMapFieldWellsDefinition",
      "additionalProperties": false
    },
    "HeatMapSortConfiguration": {
      "type": "object",
      "properties": {
        "HeatMapRowSort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "HeatMapColumnSort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "HeatMapRowItemsLimitConfiguration": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        },
        "HeatMapColumnItemsLimitConfiguration": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardHeatMapSortConfigurationDefinition",
      "additionalProperties": false
    },
    "HeatMapVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/HeatMapConfiguration"
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardHeatMapVisualDefinition",
      "additionalProperties": false
    },
    "HistogramAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 1,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardHistogramAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "HistogramBinOptions": {
      "type": "object",
      "properties": {
        "SelectedBinType": {
          "$ref": "#/$defs/HistogramBinType"
        },
        "BinCount": {
          "$ref": "#/$defs/BinCountOptions"
        },
        "BinWidth": {
          "$ref": "#/$defs/BinWidthOptions"
        },
        "StartValue": {
          "type": "number",
          "default": null
        }
      },
      "title": "AWSQuickSightDashboardHistogramBinOptionsDefinition",
      "additionalProperties": false
    },
    "HistogramBinType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "BIN_COUNT",
            "BIN_WIDTH"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardHistogramBinTypeDefinition"
    },
    "HistogramConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/HistogramFieldWells"
        },
        "XAxisDisplayOptions": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "XAxisLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "YAxisDisplayOptions": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "BinOptions": {
          "$ref": "#/$defs/HistogramBinOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/DataLabelOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/VisualPalette"
        }
      },
      "title": "AWSQuickSightDashboardHistogramConfigurationDefinition",
      "additionalProperties": false
    },
    "HistogramFieldWells": {
      "type": "object",
      "properties": {
        "HistogramAggregatedFieldWells": {
          "$ref": "#/$defs/HistogramAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardHistogramFieldWellsDefinition",
      "additionalProperties": false
    },
    "HistogramVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/HistogramConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardHistogramVisualDefinition",
      "additionalProperties": false
    },
    "HorizontalTextAlignment": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "LEFT",
            "CENTER",
            "RIGHT",
            "AUTO"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardHorizontalTextAlignmentDefinition"
    },
    "Icon": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "CARET_UP",
            "CARET_DOWN",
            "PLUS",
            "MINUS",
            "ARROW_UP",
            "ARROW_DOWN",
            "ARROW_LEFT",
            "ARROW_UP_LEFT",
            "ARROW_DOWN_LEFT",
            "ARROW_RIGHT",
            "ARROW_UP_RIGHT",
            "ARROW_DOWN_RIGHT",
            "FACE_UP",
            "FACE_DOWN",
            "FACE_FLAT",
            "ONE_BAR",
            "TWO_BAR",
            "THREE_BAR",
            "CIRCLE",
            "TRIANGLE",
            "SQUARE",
            "FLAG",
            "THUMBS_UP",
            "THUMBS_DOWN",
            "CHECKMARK",
            "X"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardIconDefinition"
    },
    "InsightConfiguration": {
      "type": "object",
      "properties": {
        "Computations": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Computation"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "CustomNarrative": {
          "$ref": "#/$defs/CustomNarrativeOptions"
        }
      },
      "title": "AWSQuickSightDashboardInsightConfigurationDefinition",
      "additionalProperties": false
    },
    "InsightVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "InsightConfiguration": {
          "$ref": "#/$defs/InsightConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "DataSetIdentifier": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "DataSetIdentifier",
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardInsightVisualDefinition",
      "additionalProperties": false
    },
    "IntegerDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/DynamicDefaultValue"
        },
        "StaticValues": {
          "type": "array",
          "items": {
            "type": "number"
          },
          "maxItems": 50000,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardIntegerDefaultValuesDefinition",
      "additionalProperties": false
    },
    "IntegerParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "pattern": ".*\\S.*"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Values": {
          "type": "array",
          "items": {
            "type": "number",
            "default": 0
          }
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "title": "AWSQuickSightDashboardIntegerParameterDefinition",
      "additionalProperties": false
    },
    "IntegerParameterDeclaration": {
      "type": "object",
      "properties": {
        "ParameterValueType": {
          "$ref": "#/$defs/ParameterValueType"
        },
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DefaultValues": {
          "$ref": "#/$defs/IntegerDefaultValues"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/IntegerValueWhenUnsetConfiguration"
        },
        "MappedDataSetParameters": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MappedDataSetParameter"
          },
          "maxItems": 150,
          "minItems": 0
        }
      },
      "required": [
        "Name",
        "ParameterValueType"
      ],
      "title": "AWSQuickSightDashboardIntegerParameterDeclarationDefinition",
      "additionalProperties": false
    },
    "IntegerValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "ValueWhenUnsetOption": {
          "$ref": "#/$defs/ValueWhenUnsetOption"
        },
        "CustomValue": {
          "type": "number",
          "default": null
        }
      },
      "title": "AWSQuickSightDashboardIntegerValueWhenUnsetConfigurationDefinition",
      "additionalProperties": false
    },
    "ItemsLimitConfiguration": {
      "type": "object",
      "properties": {
        "ItemsLimit": {
          "type": "number",
          "default": null
        },
        "OtherCategories": {
          "$ref": "#/$defs/OtherCategories"
        }
      },
      "title": "AWSQuickSightDashboardItemsLimitConfigurationDefinition",
      "additionalProperties": false
    },
    "KPIConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/KPIConditionalFormattingOption"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardKPIConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "KPIConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "PrimaryValue": {
          "$ref": "#/$defs/KPIPrimaryValueConditionalFormatting"
        },
        "ProgressBar": {
          "$ref": "#/$defs/KPIProgressBarConditionalFormatting"
        }
      },
      "title": "AWSQuickSightDashboardKPIConditionalFormattingOptionDefinition",
      "additionalProperties": false
    },
    "KPIConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/KPIFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/KPISortConfiguration"
        },
        "KPIOptions": {
          "$ref": "#/$defs/KPIOptions"
        }
      },
      "title": "AWSQuickSightDashboardKPIConfigurationDefinition",
      "additionalProperties": false
    },
    "KPIFieldWells": {
      "type": "object",
      "properties": {
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "TargetValues": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "TrendGroups": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardKPIFieldWellsDefinition",
      "additionalProperties": false
    },
    "KPIOptions": {
      "type": "object",
      "properties": {
        "ProgressBar": {
          "$ref": "#/$defs/ProgressBarOptions"
        },
        "TrendArrows": {
          "$ref": "#/$defs/TrendArrowOptions"
        },
        "SecondaryValue": {
          "$ref": "#/$defs/SecondaryValueOptions"
        },
        "Comparison": {
          "$ref": "#/$defs/ComparisonConfiguration"
        },
        "PrimaryValueDisplayType": {
          "$ref": "#/$defs/PrimaryValueDisplayType"
        },
        "PrimaryValueFontConfiguration": {
          "$ref": "#/$defs/FontConfiguration"
        },
        "SecondaryValueFontConfiguration": {
          "$ref": "#/$defs/FontConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardKPIOptionsDefinition",
      "additionalProperties": false
    },
    "KPIPrimaryValueConditionalFormatting": {
      "type": "object",
      "properties": {
        "TextColor": {
          "$ref": "#/$defs/ConditionalFormattingColor"
        },
        "Icon": {
          "$ref": "#/$defs/ConditionalFormattingIcon"
        }
      },
      "title": "AWSQuickSightDashboardKPIPrimaryValueConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "KPIProgressBarConditionalFormatting": {
      "type": "object",
      "properties": {
        "ForegroundColor": {
          "$ref": "#/$defs/ConditionalFormattingColor"
        }
      },
      "title": "AWSQuickSightDashboardKPIProgressBarConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "KPISortConfiguration": {
      "type": "object",
      "properties": {
        "TrendGroupSort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardKPISortConfigurationDefinition",
      "additionalProperties": false
    },
    "KPIVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/KPIConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/KPIConditionalFormatting"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardKPIVisualDefinition",
      "additionalProperties": false
    },
    "LabelOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/FontConfiguration"
        },
        "CustomLabel": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardLabelOptionsDefinition",
      "additionalProperties": false
    },
    "Layout": {
      "type": "object",
      "properties": {
        "Configuration": {
          "$ref": "#/$defs/LayoutConfiguration"
        }
      },
      "required": [
        "Configuration"
      ],
      "title": "AWSQuickSightDashboardLayoutDefinition",
      "additionalProperties": false
    },
    "LayoutConfiguration": {
      "type": "object",
      "properties": {
        "GridLayout": {
          "$ref": "#/$defs/GridLayoutConfiguration"
        },
        "FreeFormLayout": {
          "$ref": "#/$defs/FreeFormLayoutConfiguration"
        },
        "SectionBasedLayout": {
          "$ref": "#/$defs/SectionBasedLayoutConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardLayoutConfigurationDefinition",
      "additionalProperties": false
    },
    "LayoutElementType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "VISUAL",
            "FILTER_CONTROL",
            "PARAMETER_CONTROL",
            "TEXT_BOX"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardLayoutElementTypeDefinition"
    },
    "LegendOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "Title": {
          "$ref": "#/$defs/LabelOptions"
        },
        "Position": {
          "$ref": "#/$defs/LegendPosition"
        },
        "Width": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        },
        "Height": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        }
      },
      "title": "AWSQuickSightDashboardLegendOptionsDefinition",
      "additionalProperties": false
    },
    "LegendPosition": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "AUTO",
            "RIGHT",
            "BOTTOM",
            "TOP"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardLegendPositionDefinition"
    },
    "LineChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Colors": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "SmallMultiples": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 1,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardLineChartAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "LineChartConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/LineChartFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/LineChartSortConfiguration"
        },
        "ForecastConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ForecastConfiguration"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "Type": {
          "$ref": "#/$defs/LineChartType"
        },
        "SmallMultiplesOptions": {
          "$ref": "#/$defs/SmallMultiplesOptions"
        },
        "XAxisDisplayOptions": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "XAxisLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/LineSeriesAxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "SecondaryYAxisDisplayOptions": {
          "$ref": "#/$defs/LineSeriesAxisDisplayOptions"
        },
        "SecondaryYAxisLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "DefaultSeriesSettings": {
          "$ref": "#/$defs/LineChartDefaultSeriesSettings"
        },
        "Series": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/SeriesItem"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "Legend": {
          "$ref": "#/$defs/LegendOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/DataLabelOptions"
        },
        "ReferenceLines": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ReferenceLine"
          },
          "maxItems": 20,
          "minItems": 0
        },
        "Tooltip": {
          "$ref": "#/$defs/TooltipOptions"
        },
        "ContributionAnalysisDefaults": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ContributionAnalysisDefault"
          },
          "maxItems": 200,
          "minItems": 1
        },
        "VisualPalette": {
          "$ref": "#/$defs/VisualPalette"
        }
      },
      "title": "AWSQuickSightDashboardLineChartConfigurationDefinition",
      "additionalProperties": false
    },
    "LineChartDefaultSeriesSettings": {
      "type": "object",
      "properties": {
        "AxisBinding": {
          "$ref": "#/$defs/AxisBinding"
        },
        "LineStyleSettings": {
          "$ref": "#/$defs/LineChartLineStyleSettings"
        },
        "MarkerStyleSettings": {
          "$ref": "#/$defs/LineChartMarkerStyleSettings"
        }
      },
      "title": "AWSQuickSightDashboardLineChartDefaultSeriesSettingsDefinition",
      "additionalProperties": false
    },
    "LineChartFieldWells": {
      "type": "object",
      "properties": {
        "LineChartAggregatedFieldWells": {
          "$ref": "#/$defs/LineChartAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardLineChartFieldWellsDefinition",
      "additionalProperties": false
    },
    "LineChartLineStyle": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "SOLID",
            "DOTTED",
            "DASHED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardLineChartLineStyleDefinition"
    },
    "LineChartLineStyleSettings": {
      "type": "object",
      "properties": {
        "LineVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "LineInterpolation": {
          "$ref": "#/$defs/LineInterpolation"
        },
        "LineStyle": {
          "$ref": "#/$defs/LineChartLineStyle"
        },
        "LineWidth": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        }
      },
      "title": "AWSQuickSightDashboardLineChartLineStyleSettingsDefinition",
      "additionalProperties": false
    },
    "LineChartMarkerShape": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "CIRCLE",
            "TRIANGLE",
            "SQUARE",
            "DIAMOND",
            "ROUNDED_SQUARE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardLineChartMarkerShapeDefinition"
    },
    "LineChartMarkerStyleSettings": {
      "type": "object",
      "properties": {
        "MarkerVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "MarkerShape": {
          "$ref": "#/$defs/LineChartMarkerShape"
        },
        "MarkerSize": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        },
        "MarkerColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardLineChartMarkerStyleSettingsDefinition",
      "additionalProperties": false
    },
    "LineChartSeriesSettings": {
      "type": "object",
      "properties": {
        "LineStyleSettings": {
          "$ref": "#/$defs/LineChartLineStyleSettings"
        },
        "MarkerStyleSettings": {
          "$ref": "#/$defs/LineChartMarkerStyleSettings"
        }
      },
      "title": "AWSQuickSightDashboardLineChartSeriesSettingsDefinition",
      "additionalProperties": false
    },
    "LineChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "CategoryItemsLimitConfiguration": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        },
        "ColorItemsLimitConfiguration": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        },
        "SmallMultiplesSort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "SmallMultiplesLimitConfiguration": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardLineChartSortConfigurationDefinition",
      "additionalProperties": false
    },
    "LineChartType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "LINE",
            "AREA",
            "STACKED_AREA"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardLineChartTypeDefinition"
    },
    "LineChartVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/LineChartConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardLineChartVisualDefinition",
      "additionalProperties": false
    },
    "LineInterpolation": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "LINEAR",
            "SMOOTH",
            "STEPPED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardLineInterpolationDefinition"
    },
    "LineSeriesAxisDisplayOptions": {
      "type": "object",
      "properties": {
        "AxisOptions": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "MissingDataConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MissingDataConfiguration"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardLineSeriesAxisDisplayOptionsDefinition",
      "additionalProperties": false
    },
    "ListControlDisplayOptions": {
      "type": "object",
      "properties": {
        "SearchOptions": {
          "$ref": "#/$defs/ListControlSearchOptions"
        },
        "SelectAllOptions": {
          "$ref": "#/$defs/ListControlSelectAllOptions"
        },
        "TitleOptions": {
          "$ref": "#/$defs/LabelOptions"
        }
      },
      "title": "AWSQuickSightDashboardListControlDisplayOptionsDefinition",
      "additionalProperties": false
    },
    "ListControlSearchOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardListControlSearchOptionsDefinition",
      "additionalProperties": false
    },
    "ListControlSelectAllOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardListControlSelectAllOptionsDefinition",
      "additionalProperties": false
    },
    "LoadingAnimation": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardLoadingAnimationDefinition",
      "additionalProperties": false
    },
    "LocalNavigationConfiguration": {
      "type": "object",
      "properties": {
        "TargetSheetId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "TargetSheetId"
      ],
      "title": "AWSQuickSightDashboardLocalNavigationConfigurationDefinition",
      "additionalProperties": false
    },
    "LongFormatText": {
      "type": "object",
      "properties": {
        "PlainText": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 1024,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "RichText": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardLongFormatTextDefinition",
      "additionalProperties": false
    },
    "MapZoomMode": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "AUTO",
            "MANUAL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardMapZoomModeDefinition"
    },
    "MappedDataSetParameter": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DataSetParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "DataSetIdentifier",
        "DataSetParameterName"
      ],
      "title": "AWSQuickSightDashboardMappedDataSetParameterDefinition",
      "additionalProperties": false
    },
    "MaximumLabelType": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardMaximumLabelTypeDefinition",
      "additionalProperties": false
    },
    "MaximumMinimumComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Time": {
          "$ref": "#/$defs/DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/MeasureField"
        },
        "Type": {
          "$ref": "#/$defs/MaximumMinimumComputationType"
        }
      },
      "required": [
        "ComputationId",
        "Time",
        "Type"
      ],
      "title": "AWSQuickSightDashboardMaximumMinimumComputationDefinition",
      "additionalProperties": false
    },
    "MaximumMinimumComputationType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "MAXIMUM",
            "MINIMUM"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardMaximumMinimumComputationTypeDefinition"
    },
    "MeasureField": {
      "type": "object",
      "properties": {
        "NumericalMeasureField": {
          "$ref": "#/$defs/NumericalMeasureField"
        },
        "CategoricalMeasureField": {
          "$ref": "#/$defs/CategoricalMeasureField"
        },
        "DateMeasureField": {
          "$ref": "#/$defs/DateMeasureField"
        },
        "CalculatedMeasureField": {
          "$ref": "#/$defs/CalculatedMeasureField"
        }
      },
      "title": "AWSQuickSightDashboardMeasureFieldDefinition",
      "additionalProperties": false
    },
    "MetricComparisonComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Time": {
          "$ref": "#/$defs/DimensionField"
        },
        "FromValue": {
          "$ref": "#/$defs/MeasureField"
        },
        "TargetValue": {
          "$ref": "#/$defs/MeasureField"
        }
      },
      "required": [
        "ComputationId",
        "FromValue",
        "TargetValue",
        "Time"
      ],
      "title": "AWSQuickSightDashboardMetricComparisonComputationDefinition",
      "additionalProperties": false
    },
    "MinimumLabelType": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardMinimumLabelTypeDefinition",
      "additionalProperties": false
    },
    "MissingDataConfiguration": {
      "type": "object",
      "properties": {
        "TreatmentOption": {
          "$ref": "#/$defs/MissingDataTreatmentOption"
        }
      },
      "title": "AWSQuickSightDashboardMissingDataConfigurationDefinition",
      "additionalProperties": false
    },
    "MissingDataTreatmentOption": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "INTERPOLATE",
            "SHOW_AS_ZERO",
            "SHOW_AS_BLANK"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardMissingDataTreatmentOptionDefinition"
    },
    "NegativeValueConfiguration": {
      "type": "object",
      "properties": {
        "DisplayMode": {
          "$ref": "#/$defs/NegativeValueDisplayMode"
        }
      },
      "required": [
        "DisplayMode"
      ],
      "title": "AWSQuickSightDashboardNegativeValueConfigurationDefinition",
      "additionalProperties": false
    },
    "NegativeValueDisplayMode": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "POSITIVE",
            "NEGATIVE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardNegativeValueDisplayModeDefinition"
    },
    "NullValueFormatConfiguration": {
      "type": "object",
      "properties": {
        "NullString": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "NullString"
      ],
      "title": "AWSQuickSightDashboardNullValueFormatConfigurationDefinition",
      "additionalProperties": false
    },
    "NumberDisplayFormatConfiguration": {
      "type": "object",
      "properties": {
        "Prefix": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Suffix": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SeparatorConfiguration": {
          "$ref": "#/$defs/NumericSeparatorConfiguration"
        },
        "DecimalPlacesConfiguration": {
          "$ref": "#/$defs/DecimalPlacesConfiguration"
        },
        "NumberScale": {
          "$ref": "#/$defs/NumberScale"
        },
        "NegativeValueConfiguration": {
          "$ref": "#/$defs/NegativeValueConfiguration"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/NullValueFormatConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardNumberDisplayFormatConfigurationDefinition",
      "additionalProperties": false
    },
    "NumberFormatConfiguration": {
      "type": "object",
      "properties": {
        "FormatConfiguration": {
          "$ref": "#/$defs/NumericFormatConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardNumberFormatConfigurationDefinition",
      "additionalProperties": false
    },
    "NumberScale": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "NONE",
            "AUTO",
            "THOUSANDS",
            "MILLIONS",
            "BILLIONS",
            "TRILLIONS"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardNumberScaleDefinition"
    },
    "NumericAxisOptions": {
      "type": "object",
      "properties": {
        "Scale": {
          "$ref": "#/$defs/AxisScale"
        },
        "Range": {
          "$ref": "#/$defs/AxisDisplayRange"
        }
      },
      "title": "AWSQuickSightDashboardNumericAxisOptionsDefinition",
      "additionalProperties": false
    },
    "NumericEqualityDrillDownFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "Value": {
          "type": "number",
          "default": 0
        }
      },
      "required": [
        "Column",
        "Value"
      ],
      "title": "AWSQuickSightDashboardNumericEqualityDrillDownFilterDefinition",
      "additionalProperties": false
    },
    "NumericEqualityFilter": {
      "type": "object",
      "properties": {
        "FilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "Value": {
          "type": "number",
          "default": null
        },
        "SelectAllOptions": {
          "$ref": "#/$defs/NumericFilterSelectAllOptions"
        },
        "MatchOperator": {
          "$ref": "#/$defs/NumericEqualityMatchOperator"
        },
        "AggregationFunction": {
          "$ref": "#/$defs/AggregationFunction"
        },
        "ParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "NullOption": {
          "$ref": "#/$defs/FilterNullOption"
        }
      },
      "required": [
        "Column",
        "FilterId",
        "MatchOperator",
        "NullOption"
      ],
      "title": "AWSQuickSightDashboardNumericEqualityFilterDefinition",
      "additionalProperties": false
    },
    "NumericEqualityMatchOperator": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "EQUALS",
            "DOES_NOT_EQUAL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardNumericEqualityMatchOperatorDefinition"
    },
    "NumericFilterSelectAllOptions": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "FILTER_ALL_VALUES"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardNumericFilterSelectAllOptionsDefinition"
    },
    "NumericFormatConfiguration": {
      "type": "object",
      "properties": {
        "NumberDisplayFormatConfiguration": {
          "$ref": "#/$defs/NumberDisplayFormatConfiguration"
        },
        "CurrencyDisplayFormatConfiguration": {
          "$ref": "#/$defs/CurrencyDisplayFormatConfiguration"
        },
        "PercentageDisplayFormatConfiguration": {
          "$ref": "#/$defs/PercentageDisplayFormatConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardNumericFormatConfigurationDefinition",
      "additionalProperties": false
    },
    "NumericRangeFilter": {
      "type": "object",
      "properties": {
        "FilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "IncludeMinimum": {
          "type": "boolean",
          "default": null
        },
        "IncludeMaximum": {
          "type": "boolean",
          "default": null
        },
        "RangeMinimum": {
          "$ref": "#/$defs/NumericRangeFilterValue"
        },
        "RangeMaximum": {
          "$ref": "#/$defs/NumericRangeFilterValue"
        },
        "SelectAllOptions": {
          "$ref": "#/$defs/NumericFilterSelectAllOptions"
        },
        "AggregationFunction": {
          "$ref": "#/$defs/AggregationFunction"
        },
        "NullOption": {
          "$ref": "#/$defs/FilterNullOption"
        }
      },
      "required": [
        "Column",
        "FilterId",
        "NullOption"
      ],
      "title": "AWSQuickSightDashboardNumericRangeFilterDefinition",
      "additionalProperties": false
    },
    "NumericRangeFilterValue": {
      "type": "object",
      "properties": {
        "StaticValue": {
          "type": "number",
          "default": null
        },
        "Parameter": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardNumericRangeFilterValueDefinition",
      "additionalProperties": false
    },
    "NumericSeparatorConfiguration": {
      "type": "object",
      "properties": {
        "DecimalSeparator": {
          "$ref": "#/$defs/NumericSeparatorSymbol"
        },
        "ThousandsSeparator": {
          "$ref": "#/$defs/ThousandSeparatorOptions"
        }
      },
      "title": "AWSQuickSightDashboardNumericSeparatorConfigurationDefinition",
      "additionalProperties": false
    },
    "NumericSeparatorSymbol": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "COMMA",
            "DOT",
            "SPACE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardNumericSeparatorSymbolDefinition"
    },
    "NumericalAggregationFunction": {
      "type": "object",
      "properties": {
        "SimpleNumericalAggregation": {
          "$ref": "#/$defs/SimpleNumericalAggregationFunction"
        },
        "PercentileAggregation": {
          "$ref": "#/$defs/PercentileAggregation"
        }
      },
      "title": "AWSQuickSightDashboardNumericalAggregationFunctionDefinition",
      "additionalProperties": false
    },
    "NumericalDimensionField": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "HierarchyId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/NumberFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardNumericalDimensionFieldDefinition",
      "additionalProperties": false
    },
    "NumericalMeasureField": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "AggregationFunction": {
          "$ref": "#/$defs/NumericalAggregationFunction"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/NumberFormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardNumericalMeasureFieldDefinition",
      "additionalProperties": false
    },
    "OtherCategories": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "INCLUDE",
            "EXCLUDE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardOtherCategoriesDefinition"
    },
    "PaginationConfiguration": {
      "type": "object",
      "properties": {
        "PageSize": {
          "type": "number",
          "default": null
        },
        "PageNumber": {
          "type": "number",
          "minimum": 0
        }
      },
      "required": [
        "PageNumber",
        "PageSize"
      ],
      "title": "AWSQuickSightDashboardPaginationConfigurationDefinition",
      "additionalProperties": false
    },
    "PanelBorderStyle": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "SOLID",
            "DASHED",
            "DOTTED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardPanelBorderStyleDefinition"
    },
    "PanelConfiguration": {
      "type": "object",
      "properties": {
        "Title": {
          "$ref": "#/$defs/PanelTitleOptions"
        },
        "BorderVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "BorderThickness": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        },
        "BorderStyle": {
          "$ref": "#/$defs/PanelBorderStyle"
        },
        "BorderColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}(?:[A-F0-9]{2})?$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "GutterVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "GutterSpacing": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        },
        "BackgroundVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "BackgroundColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}(?:[A-F0-9]{2})?$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardPanelConfigurationDefinition",
      "additionalProperties": false
    },
    "PanelTitleOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/FontConfiguration"
        },
        "HorizontalTextAlignment": {
          "$ref": "#/$defs/HorizontalTextAlignment"
        }
      },
      "title": "AWSQuickSightDashboardPanelTitleOptionsDefinition",
      "additionalProperties": false
    },
    "PaperOrientation": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "PORTRAIT",
            "LANDSCAPE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardPaperOrientationDefinition"
    },
    "PaperSize": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "US_LETTER",
            "US_LEGAL",
            "US_TABLOID_LEDGER",
            "A0",
            "A1",
            "A2",
            "A3",
            "A4",
            "A5",
            "JIS_B4",
            "JIS_B5"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardPaperSizeDefinition"
    },
    "ParameterControl": {
      "type": "object",
      "properties": {
        "DateTimePicker": {
          "$ref": "#/$defs/ParameterDateTimePickerControl"
        },
        "List": {
          "$ref": "#/$defs/ParameterListControl"
        },
        "Dropdown": {
          "$ref": "#/$defs/ParameterDropDownControl"
        },
        "TextField": {
          "$ref": "#/$defs/ParameterTextFieldControl"
        },
        "TextArea": {
          "$ref": "#/$defs/ParameterTextAreaControl"
        },
        "Slider": {
          "$ref": "#/$defs/ParameterSliderControl"
        }
      },
      "title": "AWSQuickSightDashboardParameterControlDefinition",
      "additionalProperties": false
    },
    "ParameterDateTimePickerControl": {
      "type": "object",
      "properties": {
        "ParameterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/DateTimePickerControlDisplayOptions"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "title": "AWSQuickSightDashboardParameterDateTimePickerControlDefinition",
      "additionalProperties": false
    },
    "ParameterDeclaration": {
      "type": "object",
      "properties": {
        "StringParameterDeclaration": {
          "$ref": "#/$defs/StringParameterDeclaration"
        },
        "DecimalParameterDeclaration": {
          "$ref": "#/$defs/DecimalParameterDeclaration"
        },
        "IntegerParameterDeclaration": {
          "$ref": "#/$defs/IntegerParameterDeclaration"
        },
        "DateTimeParameterDeclaration": {
          "$ref": "#/$defs/DateTimeParameterDeclaration"
        }
      },
      "title": "AWSQuickSightDashboardParameterDeclarationDefinition",
      "additionalProperties": false
    },
    "ParameterDropDownControl": {
      "type": "object",
      "properties": {
        "ParameterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/DropDownControlDisplayOptions"
        },
        "Type": {
          "$ref": "#/$defs/SheetControlListType"
        },
        "SelectableValues": {
          "$ref": "#/$defs/ParameterSelectableValues"
        },
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/CascadingControlConfiguration"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "title": "AWSQuickSightDashboardParameterDropDownControlDefinition",
      "additionalProperties": false
    },
    "ParameterListControl": {
      "type": "object",
      "properties": {
        "ParameterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/ListControlDisplayOptions"
        },
        "Type": {
          "$ref": "#/$defs/SheetControlListType"
        },
        "SelectableValues": {
          "$ref": "#/$defs/ParameterSelectableValues"
        },
        "CascadingControlConfiguration": {
          "$ref": "#/$defs/CascadingControlConfiguration"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "title": "AWSQuickSightDashboardParameterListControlDefinition",
      "additionalProperties": false
    },
    "ParameterSelectableValues": {
      "type": "object",
      "properties": {
        "Values": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 50000,
          "minItems": 0
        },
        "LinkToDataSetColumn": {
          "$ref": "#/$defs/ColumnIdentifier"
        }
      },
      "title": "AWSQuickSightDashboardParameterSelectableValuesDefinition",
      "additionalProperties": false
    },
    "ParameterSliderControl": {
      "type": "object",
      "properties": {
        "ParameterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/SliderControlDisplayOptions"
        },
        "MaximumValue": {
          "type": "number",
          "default": 0
        },
        "MinimumValue": {
          "type": "number",
          "default": 0
        },
        "StepSize": {
          "type": "number",
          "default": 0
        }
      },
      "required": [
        "MaximumValue",
        "MinimumValue",
        "ParameterControlId",
        "SourceParameterName",
        "StepSize",
        "Title"
      ],
      "title": "AWSQuickSightDashboardParameterSliderControlDefinition",
      "additionalProperties": false
    },
    "ParameterTextAreaControl": {
      "type": "object",
      "properties": {
        "ParameterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Delimiter": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/TextAreaControlDisplayOptions"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "title": "AWSQuickSightDashboardParameterTextAreaControlDefinition",
      "additionalProperties": false
    },
    "ParameterTextFieldControl": {
      "type": "object",
      "properties": {
        "ParameterControlId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SourceParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DisplayOptions": {
          "$ref": "#/$defs/TextFieldControlDisplayOptions"
        }
      },
      "required": [
        "ParameterControlId",
        "SourceParameterName",
        "Title"
      ],
      "title": "AWSQuickSightDashboardParameterTextFieldControlDefinition",
      "additionalProperties": false
    },
    "ParameterValueType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "MULTI_VALUED",
            "SINGLE_VALUED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardParameterValueTypeDefinition"
    },
    "Parameters": {
      "type": "object",
      "properties": {
        "StringParameters": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/StringParameter"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "IntegerParameters": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/IntegerParameter"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "DecimalParameters": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DecimalParameter"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "DateTimeParameters": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DateTimeParameter"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardParametersDefinition",
      "additionalProperties": false
    },
    "PercentVisibleRange": {
      "type": "object",
      "properties": {
        "From": {
          "type": "number",
          "default": null,
          "maximum": 100,
          "minimum": 0
        },
        "To": {
          "type": "number",
          "default": null,
          "maximum": 100,
          "minimum": 0
        }
      },
      "title": "AWSQuickSightDashboardPercentVisibleRangeDefinition",
      "additionalProperties": false
    },
    "PercentageDisplayFormatConfiguration": {
      "type": "object",
      "properties": {
        "Prefix": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Suffix": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SeparatorConfiguration": {
          "$ref": "#/$defs/NumericSeparatorConfiguration"
        },
        "DecimalPlacesConfiguration": {
          "$ref": "#/$defs/DecimalPlacesConfiguration"
        },
        "NegativeValueConfiguration": {
          "$ref": "#/$defs/NegativeValueConfiguration"
        },
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/NullValueFormatConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardPercentageDisplayFormatConfigurationDefinition",
      "additionalProperties": false
    },
    "PercentileAggregation": {
      "type": "object",
      "properties": {
        "PercentileValue": {
          "type": "number",
          "maximum": 100,
          "minimum": 0
        }
      },
      "title": "AWSQuickSightDashboardPercentileAggregationDefinition",
      "additionalProperties": false
    },
    "PeriodOverPeriodComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Time": {
          "$ref": "#/$defs/DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/MeasureField"
        }
      },
      "required": [
        "ComputationId",
        "Time"
      ],
      "title": "AWSQuickSightDashboardPeriodOverPeriodComputationDefinition",
      "additionalProperties": false
    },
    "PeriodToDateComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Time": {
          "$ref": "#/$defs/DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/MeasureField"
        },
        "PeriodTimeGranularity": {
          "$ref": "#/$defs/TimeGranularity"
        }
      },
      "required": [
        "ComputationId",
        "Time"
      ],
      "title": "AWSQuickSightDashboardPeriodToDateComputationDefinition",
      "additionalProperties": false
    },
    "PieChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "SmallMultiples": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 1,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardPieChartAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "PieChartConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/PieChartFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/PieChartSortConfiguration"
        },
        "DonutOptions": {
          "$ref": "#/$defs/DonutOptions"
        },
        "SmallMultiplesOptions": {
          "$ref": "#/$defs/SmallMultiplesOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "ValueLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "Legend": {
          "$ref": "#/$defs/LegendOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/DataLabelOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/VisualPalette"
        },
        "ContributionAnalysisDefaults": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ContributionAnalysisDefault"
          },
          "maxItems": 200,
          "minItems": 1
        }
      },
      "title": "AWSQuickSightDashboardPieChartConfigurationDefinition",
      "additionalProperties": false
    },
    "PieChartFieldWells": {
      "type": "object",
      "properties": {
        "PieChartAggregatedFieldWells": {
          "$ref": "#/$defs/PieChartAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardPieChartFieldWellsDefinition",
      "additionalProperties": false
    },
    "PieChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "CategoryItemsLimit": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        },
        "SmallMultiplesSort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "SmallMultiplesLimitConfiguration": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardPieChartSortConfigurationDefinition",
      "additionalProperties": false
    },
    "PieChartVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/PieChartConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardPieChartVisualDefinition",
      "additionalProperties": false
    },
    "PivotFieldSortOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SortBy": {
          "$ref": "#/$defs/PivotTableSortBy"
        }
      },
      "required": [
        "FieldId",
        "SortBy"
      ],
      "title": "AWSQuickSightDashboardPivotFieldSortOptionsDefinition",
      "additionalProperties": false
    },
    "PivotTableAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Rows": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 40,
          "minItems": 0
        },
        "Columns": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 40,
          "minItems": 0
        },
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 40,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardPivotTableAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "PivotTableCellConditionalFormatting": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "TextFormat": {
          "$ref": "#/$defs/TextConditionalFormat"
        },
        "Scope": {
          "$ref": "#/$defs/PivotTableConditionalFormattingScope"
        }
      },
      "required": [
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardPivotTableCellConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "PivotTableConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/PivotTableConditionalFormattingOption"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardPivotTableConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "PivotTableConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Cell": {
          "$ref": "#/$defs/PivotTableCellConditionalFormatting"
        }
      },
      "title": "AWSQuickSightDashboardPivotTableConditionalFormattingOptionDefinition",
      "additionalProperties": false
    },
    "PivotTableConditionalFormattingScope": {
      "type": "object",
      "properties": {
        "Role": {
          "$ref": "#/$defs/PivotTableConditionalFormattingScopeRole"
        }
      },
      "title": "AWSQuickSightDashboardPivotTableConditionalFormattingScopeDefinition",
      "additionalProperties": false
    },
    "PivotTableConditionalFormattingScopeRole": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "FIELD",
            "FIELD_TOTAL",
            "GRAND_TOTAL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardPivotTableConditionalFormattingScopeRoleDefinition"
    },
    "PivotTableConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/PivotTableFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/PivotTableSortConfiguration"
        },
        "TableOptions": {
          "$ref": "#/$defs/PivotTableOptions"
        },
        "TotalOptions": {
          "$ref": "#/$defs/PivotTableTotalOptions"
        },
        "FieldOptions": {
          "$ref": "#/$defs/PivotTableFieldOptions"
        },
        "PaginatedReportOptions": {
          "$ref": "#/$defs/PivotTablePaginatedReportOptions"
        }
      },
      "title": "AWSQuickSightDashboardPivotTableConfigurationDefinition",
      "additionalProperties": false
    },
    "PivotTableDataPathOption": {
      "type": "object",
      "properties": {
        "DataPathList": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DataPathValue"
          },
          "maxItems": 20,
          "minItems": 0
        },
        "Width": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        }
      },
      "required": [
        "DataPathList"
      ],
      "title": "AWSQuickSightDashboardPivotTableDataPathOptionDefinition",
      "additionalProperties": false
    },
    "PivotTableFieldOption": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "CustomLabel": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "required": [
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardPivotTableFieldOptionDefinition",
      "additionalProperties": false
    },
    "PivotTableFieldOptions": {
      "type": "object",
      "properties": {
        "SelectedFieldOptions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/PivotTableFieldOption"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "DataPathOptions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/PivotTableDataPathOption"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardPivotTableFieldOptionsDefinition",
      "additionalProperties": false
    },
    "PivotTableFieldSubtotalOptions": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardPivotTableFieldSubtotalOptionsDefinition",
      "additionalProperties": false
    },
    "PivotTableFieldWells": {
      "type": "object",
      "properties": {
        "PivotTableAggregatedFieldWells": {
          "$ref": "#/$defs/PivotTableAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardPivotTableFieldWellsDefinition",
      "additionalProperties": false
    },
    "PivotTableMetricPlacement": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ROW",
            "COLUMN"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardPivotTableMetricPlacementDefinition"
    },
    "PivotTableOptions": {
      "type": "object",
      "properties": {
        "MetricPlacement": {
          "$ref": "#/$defs/PivotTableMetricPlacement"
        },
        "SingleMetricVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "ColumnNamesVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "ToggleButtonsVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "ColumnHeaderStyle": {
          "$ref": "#/$defs/TableCellStyle"
        },
        "RowHeaderStyle": {
          "$ref": "#/$defs/TableCellStyle"
        },
        "CellStyle": {
          "$ref": "#/$defs/TableCellStyle"
        },
        "RowFieldNamesStyle": {
          "$ref": "#/$defs/TableCellStyle"
        },
        "RowAlternateColorOptions": {
          "$ref": "#/$defs/RowAlternateColorOptions"
        }
      },
      "title": "AWSQuickSightDashboardPivotTableOptionsDefinition",
      "additionalProperties": false
    },
    "PivotTablePaginatedReportOptions": {
      "type": "object",
      "properties": {
        "VerticalOverflowVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "OverflowColumnHeaderVisibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardPivotTablePaginatedReportOptionsDefinition",
      "additionalProperties": false
    },
    "PivotTableSortBy": {
      "type": "object",
      "properties": {
        "Field": {
          "$ref": "#/$defs/FieldSort"
        },
        "Column": {
          "$ref": "#/$defs/ColumnSort"
        },
        "DataPath": {
          "$ref": "#/$defs/DataPathSort"
        }
      },
      "title": "AWSQuickSightDashboardPivotTableSortByDefinition",
      "additionalProperties": false
    },
    "PivotTableSortConfiguration": {
      "type": "object",
      "properties": {
        "FieldSortOptions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/PivotFieldSortOptions"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardPivotTableSortConfigurationDefinition",
      "additionalProperties": false
    },
    "PivotTableSubtotalLevel": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ALL",
            "CUSTOM",
            "LAST"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardPivotTableSubtotalLevelDefinition"
    },
    "PivotTableTotalOptions": {
      "type": "object",
      "properties": {
        "RowSubtotalOptions": {
          "$ref": "#/$defs/SubtotalOptions"
        },
        "ColumnSubtotalOptions": {
          "$ref": "#/$defs/SubtotalOptions"
        },
        "RowTotalOptions": {
          "$ref": "#/$defs/PivotTotalOptions"
        },
        "ColumnTotalOptions": {
          "$ref": "#/$defs/PivotTotalOptions"
        }
      },
      "title": "AWSQuickSightDashboardPivotTableTotalOptionsDefinition",
      "additionalProperties": false
    },
    "PivotTableVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/PivotTableConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/PivotTableConditionalFormatting"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardPivotTableVisualDefinition",
      "additionalProperties": false
    },
    "PivotTotalOptions": {
      "type": "object",
      "properties": {
        "TotalsVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "Placement": {
          "$ref": "#/$defs/TableTotalsPlacement"
        },
        "ScrollStatus": {
          "$ref": "#/$defs/TableTotalsScrollStatus"
        },
        "CustomLabel": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "TotalCellStyle": {
          "$ref": "#/$defs/TableCellStyle"
        },
        "ValueCellStyle": {
          "$ref": "#/$defs/TableCellStyle"
        },
        "MetricHeaderCellStyle": {
          "$ref": "#/$defs/TableCellStyle"
        }
      },
      "title": "AWSQuickSightDashboardPivotTotalOptionsDefinition",
      "additionalProperties": false
    },
    "PredefinedHierarchy": {
      "type": "object",
      "properties": {
        "HierarchyId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Columns": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnIdentifier"
          },
          "maxItems": 10,
          "minItems": 1
        },
        "DrillDownFilters": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DrillDownFilter"
          },
          "maxItems": 10,
          "minItems": 0
        }
      },
      "required": [
        "Columns",
        "HierarchyId"
      ],
      "title": "AWSQuickSightDashboardPredefinedHierarchyDefinition",
      "additionalProperties": false
    },
    "PrimaryValueDisplayType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "HIDDEN",
            "COMPARISON",
            "ACTUAL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardPrimaryValueDisplayTypeDefinition"
    },
    "ProgressBarOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardProgressBarOptionsDefinition",
      "additionalProperties": false
    },
    "RadarChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Category": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 1,
          "minItems": 0
        },
        "Color": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 1,
          "minItems": 0
        },
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 20,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardRadarChartAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "RadarChartAreaStyleSettings": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardRadarChartAreaStyleSettingsDefinition",
      "additionalProperties": false
    },
    "RadarChartConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/RadarChartFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/RadarChartSortConfiguration"
        },
        "Shape": {
          "$ref": "#/$defs/RadarChartShape"
        },
        "BaseSeriesSettings": {
          "$ref": "#/$defs/RadarChartSeriesSettings"
        },
        "StartAngle": {
          "type": "number",
          "maximum": 360,
          "minimum": -360
        },
        "VisualPalette": {
          "$ref": "#/$defs/VisualPalette"
        },
        "AlternateBandColorsVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "AlternateBandEvenColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "AlternateBandOddColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "CategoryAxis": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "ColorAxis": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "Legend": {
          "$ref": "#/$defs/LegendOptions"
        }
      },
      "title": "AWSQuickSightDashboardRadarChartConfigurationDefinition",
      "additionalProperties": false
    },
    "RadarChartFieldWells": {
      "type": "object",
      "properties": {
        "RadarChartAggregatedFieldWells": {
          "$ref": "#/$defs/RadarChartAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardRadarChartFieldWellsDefinition",
      "additionalProperties": false
    },
    "RadarChartSeriesSettings": {
      "type": "object",
      "properties": {
        "AreaStyleSettings": {
          "$ref": "#/$defs/RadarChartAreaStyleSettings"
        }
      },
      "title": "AWSQuickSightDashboardRadarChartSeriesSettingsDefinition",
      "additionalProperties": false
    },
    "RadarChartShape": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "CIRCLE",
            "POLYGON"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardRadarChartShapeDefinition"
    },
    "RadarChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "CategoryItemsLimit": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        },
        "ColorSort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "ColorItemsLimit": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardRadarChartSortConfigurationDefinition",
      "additionalProperties": false
    },
    "RadarChartVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/RadarChartConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardRadarChartVisualDefinition",
      "additionalProperties": false
    },
    "RangeEndsLabelType": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardRangeEndsLabelTypeDefinition",
      "additionalProperties": false
    },
    "ReferenceLine": {
      "type": "object",
      "properties": {
        "Status": {
          "$ref": "#/$defs/WidgetStatus"
        },
        "DataConfiguration": {
          "$ref": "#/$defs/ReferenceLineDataConfiguration"
        },
        "StyleConfiguration": {
          "$ref": "#/$defs/ReferenceLineStyleConfiguration"
        },
        "LabelConfiguration": {
          "$ref": "#/$defs/ReferenceLineLabelConfiguration"
        }
      },
      "required": [
        "DataConfiguration"
      ],
      "title": "AWSQuickSightDashboardReferenceLineDefinition",
      "additionalProperties": false
    },
    "ReferenceLineCustomLabelConfiguration": {
      "type": "object",
      "properties": {
        "CustomLabel": {
          "oneOf": [
            {
              "type": "string",
              "pattern": ".*\\S.*"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "CustomLabel"
      ],
      "title": "AWSQuickSightDashboardReferenceLineCustomLabelConfigurationDefinition",
      "additionalProperties": false
    },
    "ReferenceLineDataConfiguration": {
      "type": "object",
      "properties": {
        "StaticConfiguration": {
          "$ref": "#/$defs/ReferenceLineStaticDataConfiguration"
        },
        "DynamicConfiguration": {
          "$ref": "#/$defs/ReferenceLineDynamicDataConfiguration"
        },
        "AxisBinding": {
          "$ref": "#/$defs/AxisBinding"
        }
      },
      "title": "AWSQuickSightDashboardReferenceLineDataConfigurationDefinition",
      "additionalProperties": false
    },
    "ReferenceLineDynamicDataConfiguration": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "MeasureAggregationFunction": {
          "$ref": "#/$defs/AggregationFunction"
        },
        "Calculation": {
          "$ref": "#/$defs/NumericalAggregationFunction"
        }
      },
      "required": [
        "Calculation",
        "Column",
        "MeasureAggregationFunction"
      ],
      "title": "AWSQuickSightDashboardReferenceLineDynamicDataConfigurationDefinition",
      "additionalProperties": false
    },
    "ReferenceLineLabelConfiguration": {
      "type": "object",
      "properties": {
        "ValueLabelConfiguration": {
          "$ref": "#/$defs/ReferenceLineValueLabelConfiguration"
        },
        "CustomLabelConfiguration": {
          "$ref": "#/$defs/ReferenceLineCustomLabelConfiguration"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/FontConfiguration"
        },
        "FontColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "HorizontalPosition": {
          "$ref": "#/$defs/ReferenceLineLabelHorizontalPosition"
        },
        "VerticalPosition": {
          "$ref": "#/$defs/ReferenceLineLabelVerticalPosition"
        }
      },
      "title": "AWSQuickSightDashboardReferenceLineLabelConfigurationDefinition",
      "additionalProperties": false
    },
    "ReferenceLineLabelHorizontalPosition": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "LEFT",
            "CENTER",
            "RIGHT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardReferenceLineLabelHorizontalPositionDefinition"
    },
    "ReferenceLineLabelVerticalPosition": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ABOVE",
            "BELOW"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardReferenceLineLabelVerticalPositionDefinition"
    },
    "ReferenceLinePatternType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "SOLID",
            "DASHED",
            "DOTTED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardReferenceLinePatternTypeDefinition"
    },
    "ReferenceLineStaticDataConfiguration": {
      "type": "object",
      "properties": {
        "Value": {
          "type": "number",
          "default": 0
        }
      },
      "required": [
        "Value"
      ],
      "title": "AWSQuickSightDashboardReferenceLineStaticDataConfigurationDefinition",
      "additionalProperties": false
    },
    "ReferenceLineStyleConfiguration": {
      "type": "object",
      "properties": {
        "Pattern": {
          "$ref": "#/$defs/ReferenceLinePatternType"
        },
        "Color": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardReferenceLineStyleConfigurationDefinition",
      "additionalProperties": false
    },
    "ReferenceLineValueLabelConfiguration": {
      "type": "object",
      "properties": {
        "RelativePosition": {
          "$ref": "#/$defs/ReferenceLineValueLabelRelativePosition"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/NumericFormatConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardReferenceLineValueLabelConfigurationDefinition",
      "additionalProperties": false
    },
    "ReferenceLineValueLabelRelativePosition": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "BEFORE_CUSTOM_LABEL",
            "AFTER_CUSTOM_LABEL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardReferenceLineValueLabelRelativePositionDefinition"
    },
    "RelativeDateTimeControlDisplayOptions": {
      "type": "object",
      "properties": {
        "TitleOptions": {
          "$ref": "#/$defs/LabelOptions"
        },
        "DateTimeFormat": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardRelativeDateTimeControlDisplayOptionsDefinition",
      "additionalProperties": false
    },
    "RelativeDateType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "PREVIOUS",
            "THIS",
            "LAST",
            "NOW",
            "NEXT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardRelativeDateTypeDefinition"
    },
    "RelativeDatesFilter": {
      "type": "object",
      "properties": {
        "FilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "AnchorDateConfiguration": {
          "$ref": "#/$defs/AnchorDateConfiguration"
        },
        "MinimumGranularity": {
          "$ref": "#/$defs/TimeGranularity"
        },
        "TimeGranularity": {
          "$ref": "#/$defs/TimeGranularity"
        },
        "RelativeDateType": {
          "$ref": "#/$defs/RelativeDateType"
        },
        "RelativeDateValue": {
          "type": "number",
          "default": null
        },
        "ParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "NullOption": {
          "$ref": "#/$defs/FilterNullOption"
        },
        "ExcludePeriodConfiguration": {
          "$ref": "#/$defs/ExcludePeriodConfiguration"
        }
      },
      "required": [
        "AnchorDateConfiguration",
        "Column",
        "FilterId",
        "NullOption",
        "RelativeDateType",
        "TimeGranularity"
      ],
      "title": "AWSQuickSightDashboardRelativeDatesFilterDefinition",
      "additionalProperties": false
    },
    "RelativeFontSize": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "EXTRA_SMALL",
            "SMALL",
            "MEDIUM",
            "LARGE",
            "EXTRA_LARGE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardRelativeFontSizeDefinition"
    },
    "ResizeOption": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "FIXED",
            "RESPONSIVE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardResizeOptionDefinition"
    },
    "ResourcePermission": {
      "type": "object",
      "properties": {
        "Principal": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Resource": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Actions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 16,
          "minItems": 1
        }
      },
      "required": [
        "Actions",
        "Principal"
      ],
      "title": "AWSQuickSightDashboardResourcePermissionDefinition",
      "additionalProperties": false
    },
    "ResourceStatus": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "CREATION_IN_PROGRESS",
            "CREATION_SUCCESSFUL",
            "CREATION_FAILED",
            "UPDATE_IN_PROGRESS",
            "UPDATE_SUCCESSFUL",
            "UPDATE_FAILED",
            "DELETED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardResourceStatusDefinition"
    },
    "RollingDateConfiguration": {
      "type": "object",
      "properties": {
        "DataSetIdentifier": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Expression": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 4096,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Expression"
      ],
      "title": "AWSQuickSightDashboardRollingDateConfigurationDefinition",
      "additionalProperties": false
    },
    "RowAlternateColorOptions": {
      "type": "object",
      "properties": {
        "Status": {
          "$ref": "#/$defs/WidgetStatus"
        },
        "RowAlternateColors": {
          "type": "array",
          "items": {
            "type": "string",
            "pattern": "^#[A-F0-9]{6}$"
          },
          "maxItems": 1,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardRowAlternateColorOptionsDefinition",
      "additionalProperties": false
    },
    "SameSheetTargetVisualConfiguration": {
      "type": "object",
      "properties": {
        "TargetVisuals": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 512,
            "minLength": 1,
            "pattern": "[\\w\\-]+"
          },
          "maxItems": 50,
          "minItems": 1
        },
        "TargetVisualOptions": {
          "$ref": "#/$defs/TargetVisualOptions"
        }
      },
      "title": "AWSQuickSightDashboardSameSheetTargetVisualConfigurationDefinition",
      "additionalProperties": false
    },
    "SankeyDiagramAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Source": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Destination": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Weight": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardSankeyDiagramAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "SankeyDiagramChartConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/SankeyDiagramFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/SankeyDiagramSortConfiguration"
        },
        "DataLabels": {
          "$ref": "#/$defs/DataLabelOptions"
        }
      },
      "title": "AWSQuickSightDashboardSankeyDiagramChartConfigurationDefinition",
      "additionalProperties": false
    },
    "SankeyDiagramFieldWells": {
      "type": "object",
      "properties": {
        "SankeyDiagramAggregatedFieldWells": {
          "$ref": "#/$defs/SankeyDiagramAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardSankeyDiagramFieldWellsDefinition",
      "additionalProperties": false
    },
    "SankeyDiagramSortConfiguration": {
      "type": "object",
      "properties": {
        "WeightSort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "SourceItemsLimit": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        },
        "DestinationItemsLimit": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardSankeyDiagramSortConfigurationDefinition",
      "additionalProperties": false
    },
    "SankeyDiagramVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/SankeyDiagramChartConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardSankeyDiagramVisualDefinition",
      "additionalProperties": false
    },
    "ScatterPlotCategoricallyAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "XAxis": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "YAxis": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Category": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Size": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardScatterPlotCategoricallyAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "ScatterPlotConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/ScatterPlotFieldWells"
        },
        "XAxisLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "XAxisDisplayOptions": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "YAxisLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "YAxisDisplayOptions": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "Legend": {
          "$ref": "#/$defs/LegendOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/DataLabelOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/TooltipOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/VisualPalette"
        }
      },
      "title": "AWSQuickSightDashboardScatterPlotConfigurationDefinition",
      "additionalProperties": false
    },
    "ScatterPlotFieldWells": {
      "type": "object",
      "properties": {
        "ScatterPlotCategoricallyAggregatedFieldWells": {
          "$ref": "#/$defs/ScatterPlotCategoricallyAggregatedFieldWells"
        },
        "ScatterPlotUnaggregatedFieldWells": {
          "$ref": "#/$defs/ScatterPlotUnaggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardScatterPlotFieldWellsDefinition",
      "additionalProperties": false
    },
    "ScatterPlotUnaggregatedFieldWells": {
      "type": "object",
      "properties": {
        "XAxis": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "YAxis": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Size": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardScatterPlotUnaggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "ScatterPlotVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/ScatterPlotConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardScatterPlotVisualDefinition",
      "additionalProperties": false
    },
    "ScrollBarOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "VisibleRange": {
          "$ref": "#/$defs/VisibleRangeOptions"
        }
      },
      "title": "AWSQuickSightDashboardScrollBarOptionsDefinition",
      "additionalProperties": false
    },
    "SecondaryValueOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardSecondaryValueOptionsDefinition",
      "additionalProperties": false
    },
    "SectionAfterPageBreak": {
      "type": "object",
      "properties": {
        "Status": {
          "$ref": "#/$defs/SectionPageBreakStatus"
        }
      },
      "title": "AWSQuickSightDashboardSectionAfterPageBreakDefinition",
      "additionalProperties": false
    },
    "SectionBasedLayoutCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "PaperCanvasSizeOptions": {
          "$ref": "#/$defs/SectionBasedLayoutPaperCanvasSizeOptions"
        }
      },
      "title": "AWSQuickSightDashboardSectionBasedLayoutCanvasSizeOptionsDefinition",
      "additionalProperties": false
    },
    "SectionBasedLayoutConfiguration": {
      "type": "object",
      "properties": {
        "HeaderSections": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/HeaderFooterSectionConfiguration"
          },
          "maxItems": 1,
          "minItems": 0
        },
        "BodySections": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/BodySectionConfiguration"
          },
          "maxItems": 28,
          "minItems": 0
        },
        "FooterSections": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/HeaderFooterSectionConfiguration"
          },
          "maxItems": 1,
          "minItems": 0
        },
        "CanvasSizeOptions": {
          "$ref": "#/$defs/SectionBasedLayoutCanvasSizeOptions"
        }
      },
      "required": [
        "BodySections",
        "CanvasSizeOptions",
        "FooterSections",
        "HeaderSections"
      ],
      "title": "AWSQuickSightDashboardSectionBasedLayoutConfigurationDefinition",
      "additionalProperties": false
    },
    "SectionBasedLayoutPaperCanvasSizeOptions": {
      "type": "object",
      "properties": {
        "PaperSize": {
          "$ref": "#/$defs/PaperSize"
        },
        "PaperOrientation": {
          "$ref": "#/$defs/PaperOrientation"
        },
        "PaperMargin": {
          "$ref": "#/$defs/Spacing"
        }
      },
      "title": "AWSQuickSightDashboardSectionBasedLayoutPaperCanvasSizeOptionsDefinition",
      "additionalProperties": false
    },
    "SectionLayoutConfiguration": {
      "type": "object",
      "properties": {
        "FreeFormLayout": {
          "$ref": "#/$defs/FreeFormSectionLayoutConfiguration"
        }
      },
      "required": [
        "FreeFormLayout"
      ],
      "title": "AWSQuickSightDashboardSectionLayoutConfigurationDefinition",
      "additionalProperties": false
    },
    "SectionPageBreakConfiguration": {
      "type": "object",
      "properties": {
        "After": {
          "$ref": "#/$defs/SectionAfterPageBreak"
        }
      },
      "title": "AWSQuickSightDashboardSectionPageBreakConfigurationDefinition",
      "additionalProperties": false
    },
    "SectionPageBreakStatus": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ENABLED",
            "DISABLED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardSectionPageBreakStatusDefinition"
    },
    "SectionStyle": {
      "type": "object",
      "properties": {
        "Height": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        },
        "Padding": {
          "$ref": "#/$defs/Spacing"
        }
      },
      "title": "AWSQuickSightDashboardSectionStyleDefinition",
      "additionalProperties": false
    },
    "SelectAllValueOptions": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ALL_VALUES"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardSelectAllValueOptionsDefinition"
    },
    "SelectedFieldOptions": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ALL_FIELDS"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardSelectedFieldOptionsDefinition"
    },
    "SelectedSheetsFilterScopeConfiguration": {
      "type": "object",
      "properties": {
        "SheetVisualScopingConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/SheetVisualScopingConfiguration"
          },
          "maxItems": 50,
          "minItems": 1
        }
      },
      "title": "AWSQuickSightDashboardSelectedSheetsFilterScopeConfigurationDefinition",
      "additionalProperties": false
    },
    "SelectedTooltipType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "BASIC",
            "DETAILED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardSelectedTooltipTypeDefinition"
    },
    "SeriesItem": {
      "type": "object",
      "properties": {
        "FieldSeriesItem": {
          "$ref": "#/$defs/FieldSeriesItem"
        },
        "DataFieldSeriesItem": {
          "$ref": "#/$defs/DataFieldSeriesItem"
        }
      },
      "title": "AWSQuickSightDashboardSeriesItemDefinition",
      "additionalProperties": false
    },
    "SetParameterValueConfiguration": {
      "type": "object",
      "properties": {
        "DestinationParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "$ref": "#/$defs/DestinationParameterValueConfiguration"
        }
      },
      "required": [
        "DestinationParameterName",
        "Value"
      ],
      "title": "AWSQuickSightDashboardSetParameterValueConfigurationDefinition",
      "additionalProperties": false
    },
    "ShapeConditionalFormat": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "$ref": "#/$defs/ConditionalFormattingColor"
        }
      },
      "required": [
        "BackgroundColor"
      ],
      "title": "AWSQuickSightDashboardShapeConditionalFormatDefinition",
      "additionalProperties": false
    },
    "Sheet": {
      "type": "object",
      "properties": {
        "SheetId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardSheetDefinition",
      "additionalProperties": false
    },
    "SheetContentType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "PAGINATED",
            "INTERACTIVE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardSheetContentTypeDefinition"
    },
    "SheetControlDateTimePickerType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "SINGLE_VALUED",
            "DATE_RANGE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardSheetControlDateTimePickerTypeDefinition"
    },
    "SheetControlLayout": {
      "type": "object",
      "properties": {
        "Configuration": {
          "$ref": "#/$defs/SheetControlLayoutConfiguration"
        }
      },
      "required": [
        "Configuration"
      ],
      "title": "AWSQuickSightDashboardSheetControlLayoutDefinition",
      "additionalProperties": false
    },
    "SheetControlLayoutConfiguration": {
      "type": "object",
      "properties": {
        "GridLayout": {
          "$ref": "#/$defs/GridLayoutConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardSheetControlLayoutConfigurationDefinition",
      "additionalProperties": false
    },
    "SheetControlListType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "MULTI_SELECT",
            "SINGLE_SELECT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardSheetControlListTypeDefinition"
    },
    "SheetControlSliderType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "SINGLE_POINT",
            "RANGE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardSheetControlSliderTypeDefinition"
    },
    "SheetControlsOption": {
      "type": "object",
      "properties": {
        "VisibilityState": {
          "$ref": "#/$defs/DashboardUIState"
        }
      },
      "title": "AWSQuickSightDashboardSheetControlsOptionDefinition",
      "additionalProperties": false
    },
    "SheetDefinition": {
      "type": "object",
      "properties": {
        "SheetId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 1024,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Description": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 1024,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ParameterControls": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ParameterControl"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "FilterControls": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FilterControl"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Visuals": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Visual"
          },
          "maxItems": 50,
          "minItems": 0
        },
        "TextBoxes": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/SheetTextBox"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "Layouts": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Layout"
          },
          "maxItems": 1,
          "minItems": 1
        },
        "SheetControlLayouts": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/SheetControlLayout"
          },
          "maxItems": 1,
          "minItems": 0
        },
        "ContentType": {
          "$ref": "#/$defs/SheetContentType"
        }
      },
      "required": [
        "SheetId"
      ],
      "title": "AWSQuickSightDashboardSheetDefinition",
      "additionalProperties": false
    },
    "SheetElementConfigurationOverrides": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardSheetElementConfigurationOverridesDefinition",
      "additionalProperties": false
    },
    "SheetElementRenderingRule": {
      "type": "object",
      "properties": {
        "Expression": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 4096,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ConfigurationOverrides": {
          "$ref": "#/$defs/SheetElementConfigurationOverrides"
        }
      },
      "required": [
        "ConfigurationOverrides",
        "Expression"
      ],
      "title": "AWSQuickSightDashboardSheetElementRenderingRuleDefinition",
      "additionalProperties": false
    },
    "SheetLayoutElementMaximizationOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "$ref": "#/$defs/DashboardBehavior"
        }
      },
      "title": "AWSQuickSightDashboardSheetLayoutElementMaximizationOptionDefinition",
      "additionalProperties": false
    },
    "SheetTextBox": {
      "type": "object",
      "properties": {
        "SheetTextBoxId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Content": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 150000,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "SheetTextBoxId"
      ],
      "title": "AWSQuickSightDashboardSheetTextBoxDefinition",
      "additionalProperties": false
    },
    "SheetVisualScopingConfiguration": {
      "type": "object",
      "properties": {
        "SheetId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Scope": {
          "$ref": "#/$defs/FilterVisualScope"
        },
        "VisualIds": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 512,
            "minLength": 1,
            "pattern": "[\\w\\-]+"
          },
          "maxItems": 50,
          "minItems": 0
        }
      },
      "required": [
        "Scope",
        "SheetId"
      ],
      "title": "AWSQuickSightDashboardSheetVisualScopingConfigurationDefinition",
      "additionalProperties": false
    },
    "ShortFormatText": {
      "type": "object",
      "properties": {
        "PlainText": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "RichText": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 1024,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardShortFormatTextDefinition",
      "additionalProperties": false
    },
    "SimpleClusterMarker": {
      "type": "object",
      "properties": {
        "Color": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardSimpleClusterMarkerDefinition",
      "additionalProperties": false
    },
    "SimpleNumericalAggregationFunction": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "SUM",
            "AVERAGE",
            "MIN",
            "MAX",
            "COUNT",
            "DISTINCT_COUNT",
            "VAR",
            "VARP",
            "STDEV",
            "STDEVP",
            "MEDIAN"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardSimpleNumericalAggregationFunctionDefinition"
    },
    "SliderControlDisplayOptions": {
      "type": "object",
      "properties": {
        "TitleOptions": {
          "$ref": "#/$defs/LabelOptions"
        }
      },
      "title": "AWSQuickSightDashboardSliderControlDisplayOptionsDefinition",
      "additionalProperties": false
    },
    "SmallMultiplesOptions": {
      "type": "object",
      "properties": {
        "MaxVisibleRows": {
          "type": "number",
          "maximum": 10,
          "minimum": 1
        },
        "MaxVisibleColumns": {
          "type": "number",
          "maximum": 10,
          "minimum": 1
        },
        "PanelConfiguration": {
          "$ref": "#/$defs/PanelConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardSmallMultiplesOptionsDefinition",
      "additionalProperties": false
    },
    "SortDirection": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ASC",
            "DESC"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardSortDirectionDefinition"
    },
    "Spacing": {
      "type": "object",
      "properties": {
        "Top": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit"
        },
        "Bottom": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit"
        },
        "Left": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit"
        },
        "Right": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit"
        }
      },
      "title": "AWSQuickSightDashboardSpacingDefinition",
      "additionalProperties": false
    },
    "SpecialValue": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "EMPTY",
            "NULL",
            "OTHER"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardSpecialValueDefinition"
    },
    "StringDefaultValues": {
      "type": "object",
      "properties": {
        "DynamicValue": {
          "$ref": "#/$defs/DynamicDefaultValue"
        },
        "StaticValues": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 50000,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardStringDefaultValuesDefinition",
      "additionalProperties": false
    },
    "StringFormatConfiguration": {
      "type": "object",
      "properties": {
        "NullValueFormatConfiguration": {
          "$ref": "#/$defs/NullValueFormatConfiguration"
        },
        "NumericFormatConfiguration": {
          "$ref": "#/$defs/NumericFormatConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardStringFormatConfigurationDefinition",
      "additionalProperties": false
    },
    "StringParameter": {
      "type": "object",
      "properties": {
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "pattern": ".*\\S.*"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Values": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "required": [
        "Name",
        "Values"
      ],
      "title": "AWSQuickSightDashboardStringParameterDefinition",
      "additionalProperties": false
    },
    "StringParameterDeclaration": {
      "type": "object",
      "properties": {
        "ParameterValueType": {
          "$ref": "#/$defs/ParameterValueType"
        },
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DefaultValues": {
          "$ref": "#/$defs/StringDefaultValues"
        },
        "ValueWhenUnset": {
          "$ref": "#/$defs/StringValueWhenUnsetConfiguration"
        },
        "MappedDataSetParameters": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MappedDataSetParameter"
          },
          "maxItems": 150,
          "minItems": 0
        }
      },
      "required": [
        "Name",
        "ParameterValueType"
      ],
      "title": "AWSQuickSightDashboardStringParameterDeclarationDefinition",
      "additionalProperties": false
    },
    "StringValueWhenUnsetConfiguration": {
      "type": "object",
      "properties": {
        "ValueWhenUnsetOption": {
          "$ref": "#/$defs/ValueWhenUnsetOption"
        },
        "CustomValue": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardStringValueWhenUnsetConfigurationDefinition",
      "additionalProperties": false
    },
    "SubtotalOptions": {
      "type": "object",
      "properties": {
        "TotalsVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "CustomLabel": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "FieldLevel": {
          "$ref": "#/$defs/PivotTableSubtotalLevel"
        },
        "FieldLevelOptions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/PivotTableFieldSubtotalOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "TotalCellStyle": {
          "$ref": "#/$defs/TableCellStyle"
        },
        "ValueCellStyle": {
          "$ref": "#/$defs/TableCellStyle"
        },
        "MetricHeaderCellStyle": {
          "$ref": "#/$defs/TableCellStyle"
        }
      },
      "title": "AWSQuickSightDashboardSubtotalOptionsDefinition",
      "additionalProperties": false
    },
    "TableAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "GroupBy": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardTableAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "TableBorderOptions": {
      "type": "object",
      "properties": {
        "Color": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Thickness": {
          "type": "number",
          "maximum": 4,
          "minimum": 1
        },
        "Style": {
          "$ref": "#/$defs/TableBorderStyle"
        }
      },
      "title": "AWSQuickSightDashboardTableBorderOptionsDefinition",
      "additionalProperties": false
    },
    "TableBorderStyle": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "NONE",
            "SOLID"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardTableBorderStyleDefinition"
    },
    "TableCellConditionalFormatting": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "TextFormat": {
          "$ref": "#/$defs/TextConditionalFormat"
        }
      },
      "required": [
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardTableCellConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "TableCellImageScalingConfiguration": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "FIT_TO_CELL_HEIGHT",
            "FIT_TO_CELL_WIDTH",
            "DO_NOT_SCALE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardTableCellImageScalingConfigurationDefinition"
    },
    "TableCellImageSizingConfiguration": {
      "type": "object",
      "properties": {
        "TableCellImageScalingConfiguration": {
          "$ref": "#/$defs/TableCellImageScalingConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardTableCellImageSizingConfigurationDefinition",
      "additionalProperties": false
    },
    "TableCellStyle": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "FontConfiguration": {
          "$ref": "#/$defs/FontConfiguration"
        },
        "TextWrap": {
          "$ref": "#/$defs/TextWrap"
        },
        "HorizontalTextAlignment": {
          "$ref": "#/$defs/HorizontalTextAlignment"
        },
        "VerticalTextAlignment": {
          "$ref": "#/$defs/VerticalTextAlignment"
        },
        "BackgroundColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Height": {
          "type": "number",
          "maximum": 500,
          "minimum": 8
        },
        "Border": {
          "$ref": "#/$defs/GlobalTableBorderOptions"
        }
      },
      "title": "AWSQuickSightDashboardTableCellStyleDefinition",
      "additionalProperties": false
    },
    "TableConditionalFormatting": {
      "type": "object",
      "properties": {
        "ConditionalFormattingOptions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/TableConditionalFormattingOption"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardTableConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "TableConditionalFormattingOption": {
      "type": "object",
      "properties": {
        "Cell": {
          "$ref": "#/$defs/TableCellConditionalFormatting"
        },
        "Row": {
          "$ref": "#/$defs/TableRowConditionalFormatting"
        }
      },
      "title": "AWSQuickSightDashboardTableConditionalFormattingOptionDefinition",
      "additionalProperties": false
    },
    "TableConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/TableFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/TableSortConfiguration"
        },
        "TableOptions": {
          "$ref": "#/$defs/TableOptions"
        },
        "TotalOptions": {
          "$ref": "#/$defs/TotalOptions"
        },
        "FieldOptions": {
          "$ref": "#/$defs/TableFieldOptions"
        },
        "PaginatedReportOptions": {
          "$ref": "#/$defs/TablePaginatedReportOptions"
        },
        "TableInlineVisualizations": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/TableInlineVisualization"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardTableConfigurationDefinition",
      "additionalProperties": false
    },
    "TableFieldCustomIconContent": {
      "type": "object",
      "properties": {
        "Icon": {
          "$ref": "#/$defs/TableFieldIconSetType"
        }
      },
      "title": "AWSQuickSightDashboardTableFieldCustomIconContentDefinition",
      "additionalProperties": false
    },
    "TableFieldCustomTextContent": {
      "type": "object",
      "properties": {
        "Value": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "FontConfiguration": {
          "$ref": "#/$defs/FontConfiguration"
        }
      },
      "required": [
        "FontConfiguration"
      ],
      "title": "AWSQuickSightDashboardTableFieldCustomTextContentDefinition",
      "additionalProperties": false
    },
    "TableFieldIconSetType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "LINK"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardTableFieldIconSetTypeDefinition"
    },
    "TableFieldImageConfiguration": {
      "type": "object",
      "properties": {
        "SizingOptions": {
          "$ref": "#/$defs/TableCellImageSizingConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardTableFieldImageConfigurationDefinition",
      "additionalProperties": false
    },
    "TableFieldLinkConfiguration": {
      "type": "object",
      "properties": {
        "Target": {
          "$ref": "#/$defs/URLTargetConfiguration"
        },
        "Content": {
          "$ref": "#/$defs/TableFieldLinkContentConfiguration"
        }
      },
      "required": [
        "Content",
        "Target"
      ],
      "title": "AWSQuickSightDashboardTableFieldLinkConfigurationDefinition",
      "additionalProperties": false
    },
    "TableFieldLinkContentConfiguration": {
      "type": "object",
      "properties": {
        "CustomTextContent": {
          "$ref": "#/$defs/TableFieldCustomTextContent"
        },
        "CustomIconContent": {
          "$ref": "#/$defs/TableFieldCustomIconContent"
        }
      },
      "title": "AWSQuickSightDashboardTableFieldLinkContentConfigurationDefinition",
      "additionalProperties": false
    },
    "TableFieldOption": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Width": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "String based length that is composed of value and unit in px"
        },
        "CustomLabel": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "URLStyling": {
          "$ref": "#/$defs/TableFieldURLConfiguration"
        }
      },
      "required": [
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardTableFieldOptionDefinition",
      "additionalProperties": false
    },
    "TableFieldOptions": {
      "type": "object",
      "properties": {
        "SelectedFieldOptions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/TableFieldOption"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "Order": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 512,
            "minLength": 1
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardTableFieldOptionsDefinition",
      "additionalProperties": false
    },
    "TableFieldURLConfiguration": {
      "type": "object",
      "properties": {
        "LinkConfiguration": {
          "$ref": "#/$defs/TableFieldLinkConfiguration"
        },
        "ImageConfiguration": {
          "$ref": "#/$defs/TableFieldImageConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardTableFieldURLConfigurationDefinition",
      "additionalProperties": false
    },
    "TableFieldWells": {
      "type": "object",
      "properties": {
        "TableAggregatedFieldWells": {
          "$ref": "#/$defs/TableAggregatedFieldWells"
        },
        "TableUnaggregatedFieldWells": {
          "$ref": "#/$defs/TableUnaggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardTableFieldWellsDefinition",
      "additionalProperties": false
    },
    "TableInlineVisualization": {
      "type": "object",
      "properties": {
        "DataBars": {
          "$ref": "#/$defs/DataBarsOptions"
        }
      },
      "title": "AWSQuickSightDashboardTableInlineVisualizationDefinition",
      "additionalProperties": false
    },
    "TableOptions": {
      "type": "object",
      "properties": {
        "Orientation": {
          "$ref": "#/$defs/TableOrientation"
        },
        "HeaderStyle": {
          "$ref": "#/$defs/TableCellStyle"
        },
        "CellStyle": {
          "$ref": "#/$defs/TableCellStyle"
        },
        "RowAlternateColorOptions": {
          "$ref": "#/$defs/RowAlternateColorOptions"
        }
      },
      "title": "AWSQuickSightDashboardTableOptionsDefinition",
      "additionalProperties": false
    },
    "TableOrientation": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "VERTICAL",
            "HORIZONTAL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardTableOrientationDefinition"
    },
    "TablePaginatedReportOptions": {
      "type": "object",
      "properties": {
        "VerticalOverflowVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "OverflowColumnHeaderVisibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardTablePaginatedReportOptionsDefinition",
      "additionalProperties": false
    },
    "TableRowConditionalFormatting": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "$ref": "#/$defs/ConditionalFormattingColor"
        },
        "TextColor": {
          "$ref": "#/$defs/ConditionalFormattingColor"
        }
      },
      "title": "AWSQuickSightDashboardTableRowConditionalFormattingDefinition",
      "additionalProperties": false
    },
    "TableSideBorderOptions": {
      "type": "object",
      "properties": {
        "InnerVertical": {
          "$ref": "#/$defs/TableBorderOptions"
        },
        "InnerHorizontal": {
          "$ref": "#/$defs/TableBorderOptions"
        },
        "Left": {
          "$ref": "#/$defs/TableBorderOptions"
        },
        "Right": {
          "$ref": "#/$defs/TableBorderOptions"
        },
        "Top": {
          "$ref": "#/$defs/TableBorderOptions"
        },
        "Bottom": {
          "$ref": "#/$defs/TableBorderOptions"
        }
      },
      "title": "AWSQuickSightDashboardTableSideBorderOptionsDefinition",
      "additionalProperties": false
    },
    "TableSortConfiguration": {
      "type": "object",
      "properties": {
        "RowSort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "PaginationConfiguration": {
          "$ref": "#/$defs/PaginationConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardTableSortConfigurationDefinition",
      "additionalProperties": false
    },
    "TableTotalsPlacement": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "START",
            "END"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardTableTotalsPlacementDefinition"
    },
    "TableTotalsScrollStatus": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "PINNED",
            "SCROLLED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardTableTotalsScrollStatusDefinition"
    },
    "TableUnaggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/UnaggregatedField"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardTableUnaggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "TableVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/TableConfiguration"
        },
        "ConditionalFormatting": {
          "$ref": "#/$defs/TableConditionalFormatting"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardTableVisualDefinition",
      "additionalProperties": false
    },
    "Tag": {
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "title": "AWSQuickSightDashboardTagDefinition",
      "additionalProperties": false
    },
    "TargetVisualOptions": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ALL_VISUALS"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardTargetVisualOptionsDefinition"
    },
    "TextAreaControlDisplayOptions": {
      "type": "object",
      "properties": {
        "TitleOptions": {
          "$ref": "#/$defs/LabelOptions"
        },
        "PlaceholderOptions": {
          "$ref": "#/$defs/TextControlPlaceholderOptions"
        }
      },
      "title": "AWSQuickSightDashboardTextAreaControlDisplayOptionsDefinition",
      "additionalProperties": false
    },
    "TextConditionalFormat": {
      "type": "object",
      "properties": {
        "BackgroundColor": {
          "$ref": "#/$defs/ConditionalFormattingColor"
        },
        "TextColor": {
          "$ref": "#/$defs/ConditionalFormattingColor"
        },
        "Icon": {
          "$ref": "#/$defs/ConditionalFormattingIcon"
        }
      },
      "title": "AWSQuickSightDashboardTextConditionalFormatDefinition",
      "additionalProperties": false
    },
    "TextControlPlaceholderOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardTextControlPlaceholderOptionsDefinition",
      "additionalProperties": false
    },
    "TextFieldControlDisplayOptions": {
      "type": "object",
      "properties": {
        "TitleOptions": {
          "$ref": "#/$defs/LabelOptions"
        },
        "PlaceholderOptions": {
          "$ref": "#/$defs/TextControlPlaceholderOptions"
        }
      },
      "title": "AWSQuickSightDashboardTextFieldControlDisplayOptionsDefinition",
      "additionalProperties": false
    },
    "TextWrap": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "NONE",
            "WRAP"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardTextWrapDefinition"
    },
    "ThousandSeparatorOptions": {
      "type": "object",
      "properties": {
        "Symbol": {
          "$ref": "#/$defs/NumericSeparatorSymbol"
        },
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardThousandSeparatorOptionsDefinition",
      "additionalProperties": false
    },
    "TimeBasedForecastProperties": {
      "type": "object",
      "properties": {
        "PeriodsForward": {
          "type": "number",
          "maximum": 1000,
          "minimum": 1
        },
        "PeriodsBackward": {
          "type": "number",
          "maximum": 1000,
          "minimum": 0
        },
        "UpperBoundary": {
          "type": "number",
          "default": null
        },
        "LowerBoundary": {
          "type": "number",
          "default": null
        },
        "PredictionInterval": {
          "type": "number",
          "maximum": 95,
          "minimum": 50
        },
        "Seasonality": {
          "type": "number",
          "maximum": 180,
          "minimum": 1
        }
      },
      "title": "AWSQuickSightDashboardTimeBasedForecastPropertiesDefinition",
      "additionalProperties": false
    },
    "TimeEqualityFilter": {
      "type": "object",
      "properties": {
        "FilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "format": "date-time"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "TimeGranularity": {
          "$ref": "#/$defs/TimeGranularity"
        }
      },
      "required": [
        "Column",
        "FilterId"
      ],
      "title": "AWSQuickSightDashboardTimeEqualityFilterDefinition",
      "additionalProperties": false
    },
    "TimeGranularity": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "YEAR",
            "QUARTER",
            "MONTH",
            "WEEK",
            "DAY",
            "HOUR",
            "MINUTE",
            "SECOND",
            "MILLISECOND"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardTimeGranularityDefinition"
    },
    "TimeRangeDrillDownFilter": {
      "type": "object",
      "properties": {
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "RangeMinimum": {
          "oneOf": [
            {
              "type": "string",
              "format": "date-time"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "RangeMaximum": {
          "oneOf": [
            {
              "type": "string",
              "format": "date-time"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "TimeGranularity": {
          "$ref": "#/$defs/TimeGranularity"
        }
      },
      "required": [
        "Column",
        "RangeMaximum",
        "RangeMinimum",
        "TimeGranularity"
      ],
      "title": "AWSQuickSightDashboardTimeRangeDrillDownFilterDefinition",
      "additionalProperties": false
    },
    "TimeRangeFilter": {
      "type": "object",
      "properties": {
        "FilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "IncludeMinimum": {
          "type": "boolean",
          "default": null
        },
        "IncludeMaximum": {
          "type": "boolean",
          "default": null
        },
        "RangeMinimumValue": {
          "$ref": "#/$defs/TimeRangeFilterValue"
        },
        "RangeMaximumValue": {
          "$ref": "#/$defs/TimeRangeFilterValue"
        },
        "NullOption": {
          "$ref": "#/$defs/FilterNullOption"
        },
        "ExcludePeriodConfiguration": {
          "$ref": "#/$defs/ExcludePeriodConfiguration"
        },
        "TimeGranularity": {
          "$ref": "#/$defs/TimeGranularity"
        }
      },
      "required": [
        "Column",
        "FilterId",
        "NullOption"
      ],
      "title": "AWSQuickSightDashboardTimeRangeFilterDefinition",
      "additionalProperties": false
    },
    "TimeRangeFilterValue": {
      "type": "object",
      "properties": {
        "StaticValue": {
          "oneOf": [
            {
              "type": "string",
              "format": "date-time"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "RollingDate": {
          "$ref": "#/$defs/RollingDateConfiguration"
        },
        "Parameter": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardTimeRangeFilterValueDefinition",
      "additionalProperties": false
    },
    "TooltipItem": {
      "type": "object",
      "properties": {
        "FieldTooltipItem": {
          "$ref": "#/$defs/FieldTooltipItem"
        },
        "ColumnTooltipItem": {
          "$ref": "#/$defs/ColumnTooltipItem"
        }
      },
      "title": "AWSQuickSightDashboardTooltipItemDefinition",
      "additionalProperties": false
    },
    "TooltipOptions": {
      "type": "object",
      "properties": {
        "TooltipVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "SelectedTooltipType": {
          "$ref": "#/$defs/SelectedTooltipType"
        },
        "FieldBasedTooltip": {
          "$ref": "#/$defs/FieldBasedTooltip"
        }
      },
      "title": "AWSQuickSightDashboardTooltipOptionsDefinition",
      "additionalProperties": false
    },
    "TooltipTitleType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "NONE",
            "PRIMARY_VALUE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardTooltipTitleTypeDefinition"
    },
    "TopBottomComputationType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "TOP",
            "BOTTOM"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardTopBottomComputationTypeDefinition"
    },
    "TopBottomFilter": {
      "type": "object",
      "properties": {
        "FilterId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "Limit": {
          "type": "number",
          "default": null
        },
        "AggregationSortConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/AggregationSortConfiguration"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "TimeGranularity": {
          "$ref": "#/$defs/TimeGranularity"
        },
        "ParameterName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[a-zA-Z0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "AggregationSortConfigurations",
        "Column",
        "FilterId"
      ],
      "title": "AWSQuickSightDashboardTopBottomFilterDefinition",
      "additionalProperties": false
    },
    "TopBottomMoversComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Time": {
          "$ref": "#/$defs/DimensionField"
        },
        "Category": {
          "$ref": "#/$defs/DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/MeasureField"
        },
        "MoverSize": {
          "type": "number",
          "default": 0,
          "maximum": 20,
          "minimum": 1
        },
        "SortOrder": {
          "$ref": "#/$defs/TopBottomSortOrder"
        },
        "Type": {
          "$ref": "#/$defs/TopBottomComputationType"
        }
      },
      "required": [
        "Category",
        "ComputationId",
        "Time",
        "Type"
      ],
      "title": "AWSQuickSightDashboardTopBottomMoversComputationDefinition",
      "additionalProperties": false
    },
    "TopBottomRankedComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Category": {
          "$ref": "#/$defs/DimensionField"
        },
        "Value": {
          "$ref": "#/$defs/MeasureField"
        },
        "ResultSize": {
          "type": "number",
          "default": 0,
          "maximum": 20,
          "minimum": 1
        },
        "Type": {
          "$ref": "#/$defs/TopBottomComputationType"
        }
      },
      "required": [
        "Category",
        "ComputationId",
        "Type"
      ],
      "title": "AWSQuickSightDashboardTopBottomRankedComputationDefinition",
      "additionalProperties": false
    },
    "TopBottomSortOrder": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "PERCENT_DIFFERENCE",
            "ABSOLUTE_DIFFERENCE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardTopBottomSortOrderDefinition"
    },
    "TotalAggregationComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "$ref": "#/$defs/MeasureField"
        }
      },
      "required": [
        "ComputationId",
        "Value"
      ],
      "title": "AWSQuickSightDashboardTotalAggregationComputationDefinition",
      "additionalProperties": false
    },
    "TotalOptions": {
      "type": "object",
      "properties": {
        "TotalsVisibility": {
          "$ref": "#/$defs/Visibility"
        },
        "Placement": {
          "$ref": "#/$defs/TableTotalsPlacement"
        },
        "ScrollStatus": {
          "$ref": "#/$defs/TableTotalsScrollStatus"
        },
        "CustomLabel": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "TotalCellStyle": {
          "$ref": "#/$defs/TableCellStyle"
        }
      },
      "title": "AWSQuickSightDashboardTotalOptionsDefinition",
      "additionalProperties": false
    },
    "TreeMapAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Groups": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 1,
          "minItems": 0
        },
        "Sizes": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 1,
          "minItems": 0
        },
        "Colors": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 1,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardTreeMapAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "TreeMapConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/TreeMapFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/TreeMapSortConfiguration"
        },
        "GroupLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "SizeLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "ColorLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "ColorScale": {
          "$ref": "#/$defs/ColorScale"
        },
        "Legend": {
          "$ref": "#/$defs/LegendOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/DataLabelOptions"
        },
        "Tooltip": {
          "$ref": "#/$defs/TooltipOptions"
        }
      },
      "title": "AWSQuickSightDashboardTreeMapConfigurationDefinition",
      "additionalProperties": false
    },
    "TreeMapFieldWells": {
      "type": "object",
      "properties": {
        "TreeMapAggregatedFieldWells": {
          "$ref": "#/$defs/TreeMapAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardTreeMapFieldWellsDefinition",
      "additionalProperties": false
    },
    "TreeMapSortConfiguration": {
      "type": "object",
      "properties": {
        "TreeMapSort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "TreeMapGroupItemsLimitConfiguration": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardTreeMapSortConfigurationDefinition",
      "additionalProperties": false
    },
    "TreeMapVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/TreeMapConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardTreeMapVisualDefinition",
      "additionalProperties": false
    },
    "TrendArrowOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        }
      },
      "title": "AWSQuickSightDashboardTrendArrowOptionsDefinition",
      "additionalProperties": false
    },
    "URLTargetConfiguration": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "NEW_TAB",
            "NEW_WINDOW",
            "SAME_TAB"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardURLTargetConfigurationDefinition"
    },
    "UnaggregatedField": {
      "type": "object",
      "properties": {
        "FieldId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Column": {
          "$ref": "#/$defs/ColumnIdentifier"
        },
        "FormatConfiguration": {
          "$ref": "#/$defs/FormatConfiguration"
        }
      },
      "required": [
        "Column",
        "FieldId"
      ],
      "title": "AWSQuickSightDashboardUnaggregatedFieldDefinition",
      "additionalProperties": false
    },
    "UniqueValuesComputation": {
      "type": "object",
      "properties": {
        "ComputationId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Category": {
          "$ref": "#/$defs/DimensionField"
        }
      },
      "required": [
        "Category",
        "ComputationId"
      ],
      "title": "AWSQuickSightDashboardUniqueValuesComputationDefinition",
      "additionalProperties": false
    },
    "ValueWhenUnsetOption": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "RECOMMENDED_VALUE",
            "NULL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardValueWhenUnsetOptionDefinition"
    },
    "VerticalTextAlignment": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "TOP",
            "MIDDLE",
            "BOTTOM"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardVerticalTextAlignmentDefinition"
    },
    "Visibility": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "HIDDEN",
            "VISIBLE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardVisibilityDefinition"
    },
    "VisibleRangeOptions": {
      "type": "object",
      "properties": {
        "PercentRange": {
          "$ref": "#/$defs/PercentVisibleRange"
        }
      },
      "title": "AWSQuickSightDashboardVisibleRangeOptionsDefinition",
      "additionalProperties": false
    },
    "Visual": {
      "type": "object",
      "properties": {
        "TableVisual": {
          "$ref": "#/$defs/TableVisual"
        },
        "PivotTableVisual": {
          "$ref": "#/$defs/PivotTableVisual"
        },
        "BarChartVisual": {
          "$ref": "#/$defs/BarChartVisual"
        },
        "KPIVisual": {
          "$ref": "#/$defs/KPIVisual"
        },
        "PieChartVisual": {
          "$ref": "#/$defs/PieChartVisual"
        },
        "GaugeChartVisual": {
          "$ref": "#/$defs/GaugeChartVisual"
        },
        "LineChartVisual": {
          "$ref": "#/$defs/LineChartVisual"
        },
        "HeatMapVisual": {
          "$ref": "#/$defs/HeatMapVisual"
        },
        "TreeMapVisual": {
          "$ref": "#/$defs/TreeMapVisual"
        },
        "GeospatialMapVisual": {
          "$ref": "#/$defs/GeospatialMapVisual"
        },
        "FilledMapVisual": {
          "$ref": "#/$defs/FilledMapVisual"
        },
        "FunnelChartVisual": {
          "$ref": "#/$defs/FunnelChartVisual"
        },
        "ScatterPlotVisual": {
          "$ref": "#/$defs/ScatterPlotVisual"
        },
        "ComboChartVisual": {
          "$ref": "#/$defs/ComboChartVisual"
        },
        "BoxPlotVisual": {
          "$ref": "#/$defs/BoxPlotVisual"
        },
        "WaterfallVisual": {
          "$ref": "#/$defs/WaterfallVisual"
        },
        "HistogramVisual": {
          "$ref": "#/$defs/HistogramVisual"
        },
        "WordCloudVisual": {
          "$ref": "#/$defs/WordCloudVisual"
        },
        "InsightVisual": {
          "$ref": "#/$defs/InsightVisual"
        },
        "SankeyDiagramVisual": {
          "$ref": "#/$defs/SankeyDiagramVisual"
        },
        "CustomContentVisual": {
          "$ref": "#/$defs/CustomContentVisual"
        },
        "EmptyVisual": {
          "$ref": "#/$defs/EmptyVisual"
        },
        "RadarChartVisual": {
          "$ref": "#/$defs/RadarChartVisual"
        }
      },
      "title": "AWSQuickSightDashboardVisualDefinition",
      "additionalProperties": false
    },
    "VisualAxisSortOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "$ref": "#/$defs/DashboardBehavior"
        }
      },
      "title": "AWSQuickSightDashboardVisualAxisSortOptionDefinition",
      "additionalProperties": false
    },
    "VisualCustomAction": {
      "type": "object",
      "properties": {
        "CustomActionId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Status": {
          "$ref": "#/$defs/WidgetStatus"
        },
        "Trigger": {
          "$ref": "#/$defs/VisualCustomActionTrigger"
        },
        "ActionOperations": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomActionOperation"
          },
          "maxItems": 2,
          "minItems": 1
        }
      },
      "required": [
        "ActionOperations",
        "CustomActionId",
        "Name",
        "Trigger"
      ],
      "title": "AWSQuickSightDashboardVisualCustomActionDefinition",
      "additionalProperties": false
    },
    "VisualCustomActionOperation": {
      "type": "object",
      "properties": {
        "FilterOperation": {
          "$ref": "#/$defs/CustomActionFilterOperation"
        },
        "NavigationOperation": {
          "$ref": "#/$defs/CustomActionNavigationOperation"
        },
        "URLOperation": {
          "$ref": "#/$defs/CustomActionURLOperation"
        },
        "SetParametersOperation": {
          "$ref": "#/$defs/CustomActionSetParametersOperation"
        }
      },
      "title": "AWSQuickSightDashboardVisualCustomActionOperationDefinition",
      "additionalProperties": false
    },
    "VisualCustomActionTrigger": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "DATA_POINT_CLICK",
            "DATA_POINT_MENU"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardVisualCustomActionTriggerDefinition"
    },
    "VisualMenuOption": {
      "type": "object",
      "properties": {
        "AvailabilityStatus": {
          "$ref": "#/$defs/DashboardBehavior"
        }
      },
      "title": "AWSQuickSightDashboardVisualMenuOptionDefinition",
      "additionalProperties": false
    },
    "VisualPalette": {
      "type": "object",
      "properties": {
        "ChartColor": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^#[A-F0-9]{6}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ColorMap": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DataPathColor"
          },
          "maxItems": 5000,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardVisualPaletteDefinition",
      "additionalProperties": false
    },
    "VisualSubtitleLabelOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "FormatText": {
          "$ref": "#/$defs/LongFormatText"
        }
      },
      "title": "AWSQuickSightDashboardVisualSubtitleLabelOptionsDefinition",
      "additionalProperties": false
    },
    "VisualTitleLabelOptions": {
      "type": "object",
      "properties": {
        "Visibility": {
          "$ref": "#/$defs/Visibility"
        },
        "FormatText": {
          "$ref": "#/$defs/ShortFormatText"
        }
      },
      "title": "AWSQuickSightDashboardVisualTitleLabelOptionsDefinition",
      "additionalProperties": false
    },
    "WaterfallChartAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "Categories": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Values": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 200,
          "minItems": 0
        },
        "Breakdowns": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 200,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardWaterfallChartAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "WaterfallChartConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/WaterfallChartFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/WaterfallChartSortConfiguration"
        },
        "WaterfallChartOptions": {
          "$ref": "#/$defs/WaterfallChartOptions"
        },
        "CategoryAxisLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "CategoryAxisDisplayOptions": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "PrimaryYAxisLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "PrimaryYAxisDisplayOptions": {
          "$ref": "#/$defs/AxisDisplayOptions"
        },
        "Legend": {
          "$ref": "#/$defs/LegendOptions"
        },
        "DataLabels": {
          "$ref": "#/$defs/DataLabelOptions"
        },
        "VisualPalette": {
          "$ref": "#/$defs/VisualPalette"
        }
      },
      "title": "AWSQuickSightDashboardWaterfallChartConfigurationDefinition",
      "additionalProperties": false
    },
    "WaterfallChartFieldWells": {
      "type": "object",
      "properties": {
        "WaterfallChartAggregatedFieldWells": {
          "$ref": "#/$defs/WaterfallChartAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardWaterfallChartFieldWellsDefinition",
      "additionalProperties": false
    },
    "WaterfallChartOptions": {
      "type": "object",
      "properties": {
        "TotalBarLabel": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSQuickSightDashboardWaterfallChartOptionsDefinition",
      "additionalProperties": false
    },
    "WaterfallChartSortConfiguration": {
      "type": "object",
      "properties": {
        "CategorySort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        },
        "BreakdownItemsLimit": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        }
      },
      "title": "AWSQuickSightDashboardWaterfallChartSortConfigurationDefinition",
      "additionalProperties": false
    },
    "WaterfallVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/WaterfallChartConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardWaterfallVisualDefinition",
      "additionalProperties": false
    },
    "WhatIfPointScenario": {
      "type": "object",
      "properties": {
        "Date": {
          "oneOf": [
            {
              "type": "string",
              "format": "date-time"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "type": "number",
          "default": 0
        }
      },
      "required": [
        "Date",
        "Value"
      ],
      "title": "AWSQuickSightDashboardWhatIfPointScenarioDefinition",
      "additionalProperties": false
    },
    "WhatIfRangeScenario": {
      "type": "object",
      "properties": {
        "StartDate": {
          "oneOf": [
            {
              "type": "string",
              "format": "date-time"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "EndDate": {
          "oneOf": [
            {
              "type": "string",
              "format": "date-time"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "type": "number",
          "default": 0
        }
      },
      "required": [
        "EndDate",
        "StartDate",
        "Value"
      ],
      "title": "AWSQuickSightDashboardWhatIfRangeScenarioDefinition",
      "additionalProperties": false
    },
    "WidgetStatus": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ENABLED",
            "DISABLED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardWidgetStatusDefinition"
    },
    "WordCloudAggregatedFieldWells": {
      "type": "object",
      "properties": {
        "GroupBy": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/DimensionField"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "Size": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/MeasureField"
          },
          "maxItems": 1,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardWordCloudAggregatedFieldWellsDefinition",
      "additionalProperties": false
    },
    "WordCloudChartConfiguration": {
      "type": "object",
      "properties": {
        "FieldWells": {
          "$ref": "#/$defs/WordCloudFieldWells"
        },
        "SortConfiguration": {
          "$ref": "#/$defs/WordCloudSortConfiguration"
        },
        "CategoryLabelOptions": {
          "$ref": "#/$defs/ChartAxisLabelOptions"
        },
        "WordCloudOptions": {
          "$ref": "#/$defs/WordCloudOptions"
        }
      },
      "title": "AWSQuickSightDashboardWordCloudChartConfigurationDefinition",
      "additionalProperties": false
    },
    "WordCloudCloudLayout": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "FLUID",
            "NORMAL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardWordCloudCloudLayoutDefinition"
    },
    "WordCloudFieldWells": {
      "type": "object",
      "properties": {
        "WordCloudAggregatedFieldWells": {
          "$ref": "#/$defs/WordCloudAggregatedFieldWells"
        }
      },
      "title": "AWSQuickSightDashboardWordCloudFieldWellsDefinition",
      "additionalProperties": false
    },
    "WordCloudOptions": {
      "type": "object",
      "properties": {
        "WordOrientation": {
          "$ref": "#/$defs/WordCloudWordOrientation"
        },
        "WordScaling": {
          "$ref": "#/$defs/WordCloudWordScaling"
        },
        "CloudLayout": {
          "$ref": "#/$defs/WordCloudCloudLayout"
        },
        "WordCasing": {
          "$ref": "#/$defs/WordCloudWordCasing"
        },
        "WordPadding": {
          "$ref": "#/$defs/WordCloudWordPadding"
        },
        "MaximumStringLength": {
          "type": "number",
          "maximum": 100,
          "minimum": 1
        }
      },
      "title": "AWSQuickSightDashboardWordCloudOptionsDefinition",
      "additionalProperties": false
    },
    "WordCloudSortConfiguration": {
      "type": "object",
      "properties": {
        "CategoryItemsLimit": {
          "$ref": "#/$defs/ItemsLimitConfiguration"
        },
        "CategorySort": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/FieldSortOptions"
          },
          "maxItems": 100,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDashboardWordCloudSortConfigurationDefinition",
      "additionalProperties": false
    },
    "WordCloudVisual": {
      "type": "object",
      "properties": {
        "VisualId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1,
              "pattern": "[\\w\\-]+"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Title": {
          "$ref": "#/$defs/VisualTitleLabelOptions"
        },
        "Subtitle": {
          "$ref": "#/$defs/VisualSubtitleLabelOptions"
        },
        "ChartConfiguration": {
          "$ref": "#/$defs/WordCloudChartConfiguration"
        },
        "Actions": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VisualCustomAction"
          },
          "maxItems": 10,
          "minItems": 0
        },
        "ColumnHierarchies": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnHierarchy"
          },
          "maxItems": 2,
          "minItems": 0
        }
      },
      "required": [
        "VisualId"
      ],
      "title": "AWSQuickSightDashboardWordCloudVisualDefinition",
      "additionalProperties": false
    },
    "WordCloudWordCasing": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "LOWER_CASE",
            "EXISTING_CASE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardWordCloudWordCasingDefinition"
    },
    "WordCloudWordOrientation": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "HORIZONTAL",
            "HORIZONTAL_AND_VERTICAL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardWordCloudWordOrientationDefinition"
    },
    "WordCloudWordPadding": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "NONE",
            "SMALL",
            "MEDIUM",
            "LARGE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardWordCloudWordPaddingDefinition"
    },
    "WordCloudWordScaling": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "EMPHASIZE",
            "NORMAL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDashboardWordCloudWordScalingDefinition"
    }
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/AwsAccountId",
    "/properties/DashboardId"
  ],
  "required": [
    "AwsAccountId",
    "DashboardId",
    "Name"
  ],
  "readOnlyProperties": [
    "/properties/DashboardError",
    "/properties/Arn",
    "/properties/CreatedTime",
    "/properties/LastPublishedTime",
    "/properties/LastUpdatedTime",
    "/properties/Version"
  ],
  "writeOnlyProperties": [
    "/properties/DashboardPublishOptions",
    "/properties/Definition",
    "/properties/Parameters",
    "/properties/SourceEntity",
    "/properties/ThemeArn",
    "/properties/VersionDescription",
    "/properties/CreatedTime",
    "/properties/LastUpdatedTime"
  ],
  "createOnlyProperties": [
    "/properties/AwsAccountId",
    "/properties/DashboardId"
  ]
}
