{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amnic/refs/heads/main/json-schema/amnic-api-filter-list-schema.json",
"title": "FilterList",
"description": "A list of filters configured on a saved chart.",
"type": "array",
"items": {
"$ref": "#/components/schemas/Filter"
}
}