Opendatasoft · Schema

Facet Enumeration

Open DataDatasetsPublic DataODataRESTGovernmentCities

Properties

Name Type Description
name string
facets array
View JSON Schema on GitHub

JSON Schema

facet_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_enumeration.json",
  "title": "Facet Enumeration",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "facets": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/facet_value_enumeration"
      }
    }
  }
}