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