Ntnu Dataverse Structure

JSON Structure for a Dataverse collection in DataverseNO.

Type: object Properties: 12 Required: 1
EducationHigher EducationUniversityResearchOpen DataNorwayScandinavia

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

Properties

id alias name description affiliation dataverseType contactEmails metadataBlockRoot facetRoot released depositTermsOfUse 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-dataverse-structure.json",
  "name": "Dataverse",
  "type": "object",
  "description": "JSON Structure for a Dataverse collection in DataverseNO.",
  "required": [
    "dataverseType"
  ],
  "properties": {
    "id": {
      "type": "int64"
    },
    "alias": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "affiliation": {
      "type": "string"
    },
    "dataverseType": {
      "type": "string"
    },
    "contactEmails": {
      "type": "string"
    },
    "metadataBlockRoot": {
      "type": "boolean"
    },
    "facetRoot": {
      "type": "boolean"
    },
    "released": {
      "type": "boolean"
    },
    "depositTermsOfUse": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    }
  }
}