Opendatasoft · Schema

Datasets

Open DataDatasetsPublic DataODataRESTGovernmentCities

Properties

Name Type Description
total_count integer
_links array
results array
View JSON Schema on GitHub

JSON Schema

datasets.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/opendatasoft/refs/heads/main/json-schema/datasets.json",
  "title": "Datasets",
  "type": "object",
  "properties": {
    "total_count": {
      "type": "integer"
    },
    "_links": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/links"
      }
    },
    "results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/dataset"
      }
    }
  }
}