Opendatasoft · Schema

Links

Open DataDatasetsPublic DataODataRESTGovernmentCities

Properties

Name Type Description
href string
rel string
View JSON Schema on GitHub

JSON Schema

links.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/opendatasoft/refs/heads/main/json-schema/links.json",
  "title": "Links",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "format": "uri"
    },
    "rel": {
      "type": "string",
      "enum": [
        "self",
        "first",
        "last",
        "next",
        "dataset",
        "catalog"
      ]
    }
  }
}