{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "DimensionFilterGroup",
"type": "object",
"description": "A group of dimension filters applied to the query.",
"properties": {
"groupType": {
"type": "string",
"description": "How filters within this group are combined."
},
"filters": {
"type": "array",
"description": "Filters within this group."
}
}
}