University of Groningen · JSON Structure

University Of Groningen Datafile Structure

JSON Structure for a file within a DataverseNL dataset (Dataverse v6.9).

Type: object Properties: 5
EducationHigher EducationUniversityResearchOpen DataResearch DataLibraryMetadataNetherlandsEurope

DataFile is a JSON Structure definition published by University of Groningen, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id contentType storageIdentifier identifier identifierRegistered

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/university-of-groningen/main/json-structure/university-of-groningen-datafile-structure.json",
  "name": "DataFile",
  "type": "object",
  "description": "JSON Structure for a file within a DataverseNL dataset (Dataverse v6.9).",
  "properties": {
    "id": {
      "type": "int64"
    },
    "contentType": {
      "type": "string"
    },
    "storageIdentifier": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "identifierRegistered": {
      "type": "boolean"
    }
  }
}