Dataverse DataFile

A file belonging to a dataset in DataverseNL, derived from the Dataverse v6.9 OpenAPI DataFile object.

EducationHigher EducationUniversityResearchOpen DataResearch DataLibraryMetadataNetherlandsEurope

Properties

Name Type Description
id integer
contentType string MIME content type of the file.
storageIdentifier string
protocol string
authority string
identifier string
identifierRegistered boolean
previewImageAvailable boolean
createDate stringobject
View JSON Schema on GitHub

JSON Schema

university-of-groningen-datafile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-groningen/main/json-schema/university-of-groningen-datafile-schema.json",
  "title": "Dataverse DataFile",
  "description": "A file belonging to a dataset in DataverseNL, derived from the Dataverse v6.9 OpenAPI DataFile object.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "contentType": {
      "type": "string",
      "description": "MIME content type of the file."
    },
    "storageIdentifier": {
      "type": "string"
    },
    "protocol": {
      "type": "string"
    },
    "authority": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "identifierRegistered": {
      "type": "boolean"
    },
    "previewImageAvailable": {
      "type": "boolean"
    },
    "createDate": {
      "type": [
        "string",
        "object"
      ]
    }
  },
  "required": [
    "contentType"
  ]
}