Ens Paris Dataset Structure

JSON Structure for a dataset object of the MESR Explore API v2.1 catalog, describing the higher-education datasets that expose ENS Paris establishment data.

Type: object Properties: 7
EducationHigher EducationUniversityResearchOpen DataOpen AccessFrance

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

Properties

dataset_id dataset_uid has_records data_visible features metas fields

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-dataset-structure.json",
  "name": "MESRDataset",
  "description": "JSON Structure for a dataset object of the MESR Explore API v2.1 catalog, describing the higher-education datasets that expose ENS Paris establishment data.",
  "type": "object",
  "properties": {
    "dataset_id": {
      "type": "string",
      "description": "Human-readable dataset identifier (slug)."
    },
    "dataset_uid": {
      "type": "string",
      "description": "Internal unique dataset identifier."
    },
    "has_records": { "type": "boolean" },
    "data_visible": { "type": "boolean" },
    "features": {
      "type": "array",
      "items": { "type": "string" }
    },
    "metas": {
      "type": "object",
      "additionalProperties": true
    },
    "fields": {
      "type": "array",
      "items": {
        "type": "object",
        "name": "Field",
        "properties": {
          "name": { "type": "string" },
          "label": { "type": "string" },
          "type": { "type": "string" },
          "description": { "type": "string" }
        }
      }
    }
  },
  "additionalProperties": true
}