Individual filter option.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FilterOption", "properties": { "value": { "type": "string", "title": "Value" }, "label": { "type": "string", "title": "Label" } }, "type": "object", "required": [ "value", "label" ], "description": "Individual filter option." }