Opendatasoft · Schema

Facet Value Enumeration

Open DataDatasetsPublic DataODataRESTGovernmentCities

Properties

Name Type Description
name string
count integer
value string
state string
View JSON Schema on GitHub

JSON Schema

facet_value_enumeration.json Raw ↑
{
  "$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"
    }
  }
}