University Of North Carolina At Chapel Hill Dataset Structure

JSON Structure for a Dataverse Dataset object exposed by the UNC Dataverse Native REST API (Dataverse 6.8).

Type: object Properties: 10 Required: 2
EducationHigher EducationUniversityResearch DataOpen DataGeospatialDigital LibraryUnited StatesNorth Carolina

DataverseDataset is a JSON Structure definition published by University of North Carolina at Chapel Hill, describing 10 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id storageIdentifier dtype protocol authority identifier globalIdCreateTime identifierRegistered released previewImageAvailable

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-north-carolina-at-chapel-hill/main/json-structure/university-of-north-carolina-at-chapel-hill-dataset-structure.json",
  "name": "DataverseDataset",
  "description": "JSON Structure for a Dataverse Dataset object exposed by the UNC Dataverse Native REST API (Dataverse 6.8).",
  "type": "object",
  "properties": {
    "id": { "type": "int64" },
    "storageIdentifier": { "type": "string" },
    "dtype": { "type": "string" },
    "protocol": { "type": "string" },
    "authority": { "type": "string" },
    "identifier": { "type": "string" },
    "globalIdCreateTime": { "type": "string", "format": "date" },
    "identifierRegistered": { "type": "boolean" },
    "released": { "type": "boolean" },
    "previewImageAvailable": { "type": "boolean" }
  },
  "required": ["id", "dtype"]
}