{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AvailableNormalFilter", "title": "AvailableNormalFilter", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "product_count": { "type": "integer" }, "type": { "type": "string", "enum": [ "category", "brand", "rating", "product" ] } }, "x-tags": [ "Models" ] }