{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/opendatasoft/refs/heads/main/json-schema/facet_value_enumeration.json", "title": "Facet Value Enumeration", "type": "object", "properties": { "name": { "type": "string" }, "count": { "type": "integer" }, "value": { "type": "string" }, "state": { "type": "string" } } }