{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SearchFacetItem", "title": "SearchFacetItem", "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "facet": { "type": "string" }, "sort": { "type": "object" } } }