{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/ens-paris/main/json-structure/ens-paris-records-structure.json", "name": "MESRRecordsResponse", "description": "JSON Structure for the records response of the MESR Explore API v2.1 records endpoint, in which ENS Paris establishment data is exposed.", "type": "object", "properties": { "total_count": { "type": "int64", "description": "Total number of records matching the query." }, "results": { "type": "array", "items": { "type": "object", "name": "Record", "properties": { "_id": { "type": "string" }, "_timestamp": { "type": "string" }, "_size": { "type": "int64" } }, "additionalProperties": true } }, "_links": { "type": "array", "items": { "type": "object", "name": "Link", "properties": { "href": { "type": "uri" }, "rel": { "type": "string" } } } } } }