{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FacetValue", "title": "FacetValue", "anyOf": [ { "type": "string" }, { "type": "integer", "format": "int64" }, { "type": "boolean" } ] }