Ntnu Dataset Structure

JSON Structure for a DataverseNO/NTNU research dataset.

Type: object Properties: 15
EducationHigher EducationUniversityResearchOpen DataNorwayScandinavia

Dataset is a JSON Structure definition published by Norwegian University of Science and Technology, describing 15 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id identifier protocol authority persistentURL publicationDate metadataLanguage authorString citation versionNumber minorVersionNumber released deaccessioned fileAccessRequest displayName

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/ntnu/json-structure/ntnu-dataset-structure.json",
  "name": "Dataset",
  "type": "object",
  "description": "JSON Structure for a DataverseNO/NTNU research dataset.",
  "properties": {
    "id": {
      "type": "int64"
    },
    "identifier": {
      "type": "string"
    },
    "protocol": {
      "type": "string"
    },
    "authority": {
      "type": "string"
    },
    "persistentURL": {
      "type": "uri"
    },
    "publicationDate": {
      "type": "string"
    },
    "metadataLanguage": {
      "type": "string"
    },
    "authorString": {
      "type": "string"
    },
    "citation": {
      "type": "string"
    },
    "versionNumber": {
      "type": "int32"
    },
    "minorVersionNumber": {
      "type": "int32"
    },
    "released": {
      "type": "boolean"
    },
    "deaccessioned": {
      "type": "boolean"
    },
    "fileAccessRequest": {
      "type": "boolean"
    },
    "displayName": {
      "type": "string"
    }
  }
}