[
  {
    "name": "items",
    "type": "array",
    "required": true,
    "description": "A list of compound filter items.",
    "params": [
      {
        "name": "label",
        "type": "string",
        "required": true,
        "description": "The label to show for the filter item."
      },
      {
        "name": "href",
        "type": "string",
        "required": true,
        "description": "The URL for the filter item."
      },
      {
        "name": "title",
        "type": "string",
        "required": false,
        "description": "An optional title for the filter item."
      }
    ]
  },
  {
    "name": "removeAllText",
    "type": "string",
    "required": false,
    "description": "The text to show for the 'Remove all' link."
  },
  {
    "name": "removeAllHref",
    "type": "string",
    "required": false,
    "description": "The URL for the 'Remove all' link."
  },
  {
    "name": "classes",
    "type": "string",
    "required": false,
    "description": "Classes to add to the compound filters."
  },
  {
    "name": "attributes",
    "type": "object",
    "required": false,
    "description": "HTML attributes (for example data attributes) to add to the compound filters."
  }
]
