Ens Paris Records Structure

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: 3
EducationHigher EducationUniversityResearchOpen DataOpen AccessFrance

MESRRecordsResponse is a JSON Structure definition published by École Normale Supérieure de Paris, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

total_count results _links

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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" }
        }
      }
    }
  }
}